index
:
busybox-w32
ansi
awk_faster
busybox
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
realpath
stty
su_cmd
su_cmd2
su_cmd3
symlink
tab_completion
tab_completion2
tilde
ucrt_hack
w32_1_26_2
wget-post-file
wip
A mirror of https://github.com/rmyorston/busybox-w32.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
util-linux
/
fdisk.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
fdisk: reduce global data/bss usage. 8k data+bss build is achievable soon ;)
Denis Vlasenko
2007-12-16
1
-138
/
+152
*
fbset: fix buglet where we were using wrong pointer
Denis Vlasenko
2007-11-06
1
-1
/
+2
*
add -fvisibility=hidden to CC flags, mark XXX_main functions
Denis Vlasenko
2007-10-11
1
-1
/
+1
*
introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).
Denis Vlasenko
2007-09-27
1
-8
/
+8
*
make fdisk compile on libc without llseek64
Denis Vlasenko
2007-09-23
1
-0
/
+8
*
don't pass argc in getopt32, it's superfluous
Denis Vlasenko
2007-08-18
1
-1
/
+1
*
trylink: produce even more info about final link stage
Denis Vlasenko
2007-08-12
1
-7
/
+7
*
style fix (stray space before ';')
Denis Vlasenko
2007-07-21
1
-2
/
+2
*
xioctl and friends by Tito <farmatito@tiscali.it>
Denis Vlasenko
2007-07-14
1
-16
/
+2
*
Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms <w...
Denis Vlasenko
2007-06-25
1
-2
/
+0
*
diff: shrink code (-85 bytes):
Denis Vlasenko
2007-06-12
1
-3
/
+3
*
fdisk: make it work with big disks (read: typical today's disks)
Denis Vlasenko
2007-06-02
1
-83
/
+58
*
usage.c: remove reference to busybox.h
Denis Vlasenko
2007-05-26
1
-1
/
+1
*
assorted fixes uncovered by randomconfig runs
Denis Vlasenko
2007-03-22
1
-0
/
+2
*
fdisk: bb_common_bufsiz1 is too small for globals on 64-bit CPU
Denis Vlasenko
2007-03-19
1
-175
/
+177
*
fdisk: get rid of _() macro.
Denis Vlasenko
2007-03-19
1
-466
/
+442
*
fdisk: move 2k ptes[] array into bb_common_bufsiz1
Denis Vlasenko
2007-03-18
1
-25
/
+32
*
suppress warnings about easch <applet>_main() having
Denis Vlasenko
2007-02-03
1
-0
/
+1
*
preparatory patch for -Wwrite-strings #3
Denis Vlasenko
2007-01-29
1
-2
/
+2
*
Convert cmdedit into more generic line input facility
Denis Vlasenko
2007-01-22
1
-160
/
+149
*
fdisk: remove 8k buffer from bss - OSF labels
Denis Vlasenko
2007-01-03
1
-4
/
+4
*
next bunch of fixes for bugs found by randconfig
Denis Vlasenko
2006-12-30
1
-14
/
+16
*
done a dozen of randconfig test. guess what? ALL failed...
Denis Vlasenko
2006-12-30
1
-1
/
+1
*
remove casts from xmalloc()
Denis Vlasenko
2006-12-19
1
-1
/
+1
*
u_short, ulong exterminated
Denis Vlasenko
2006-12-19
1
-36
/
+32
*
s/extern inline/static ATTRIBUTE_ALWAYS_INLINE/g
Denis Vlasenko
2006-12-16
1
-3
/
+3
*
cut 0.5k off mkfs.minix
Denis Vlasenko
2006-11-29
1
-3
/
+6
*
getopt32-ification of fdisk
Denis Vlasenko
2006-11-29
1
-185
/
+165
*
byteswap ops had extra mask ops - removed
Denis Vlasenko
2006-11-27
1
-7
/
+7
*
header_verbose_list: stop truncating file size in listing
Denis Vlasenko
2006-11-24
1
-1
/
+1
*
rodata cleanup. "unable to" == "cannot". -300 bytes
Denis Vlasenko
2006-11-18
1
-4
/
+4
*
ls: cleanup part 1
Denis Vlasenko
2006-10-28
1
-1
/
+1
*
OFF_T_FMT -> OFF_FMT
Denis Vlasenko
2006-10-27
1
-1
/
+1
*
top: batch mode should output all processes
Denis Vlasenko
2006-10-27
1
-1
/
+1
*
last nail into error_msg() (de)capitalization
Denis Vlasenko
2006-10-27
1
-1
/
+1
*
rename functions to more understandable names
Denis Vlasenko
2006-10-26
1
-1
/
+1
*
silly size savings and capitalization fixes
Denis Vlasenko
2006-10-26
1
-5
/
+5
*
message string changes, mostly for consistency, also -32 bytes in .rodata
Denis Vlasenko
2006-10-20
1
-1
/
+1
*
fdisk: compilation fix
Denis Vlasenko
2006-10-14
1
-35
/
+47
*
fdisk: separate sun/aix/etc code into #included files
Denis Vlasenko
2006-10-12
1
-3144
/
+264
*
attempt to regularize atoi mess.
Denis Vlasenko
2006-10-08
1
-7
/
+6
*
lots of silly indent fixes
Denis Vlasenko
2006-10-03
1
-3
/
+1
*
whitespace cleanup
Denis Vlasenko
2006-09-17
1
-15
/
+15
*
Svn 16007 broke the build under gcc 4.0.3. This fixes up some of the damage
Rob Landley
2006-08-29
1
-3
/
+3
*
Remove xcalloc() and convert its callers to xzalloc(). About half of them
Rob Landley
2006-08-03
1
-2
/
+2
*
Standardize on the vi editing directives being on the first line.
"Robert P. J. Day"
2006-07-02
1
-0
/
+1
*
Remove "#if 0" content.
"Robert P. J. Day"
2006-07-01
1
-28
/
+0
*
fix from Kolbjørn Barmen for building for m68k targets
Mike Frysinger
2006-06-30
1
-1
/
+1
*
Various cleanups I made while going through Erik Hovland's patch submissions,
Rob Landley
2006-06-25
1
-1
/
+1
*
Patch from Yann Morin to put BLKGETSIZE64 in platform.h had rather a lot of
Rob Landley
2006-06-15
1
-5
/
+0
[next]