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
about
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
*
Apply post-1.17.0 fixes
Denys Vlasenko
2010-07-25
1
-1
/
+1
*
*: better string sharing
Denys Vlasenko
2010-06-02
1
-3
/
+3
*
fdisk: make comment more clear
Denys Vlasenko
2010-04-06
1
-2
/
+1
*
fdisk: make 'b' command optionally adjust C/H/S; "fdisk IMAGE_FILE" sets cyli...
Denys Vlasenko
2010-04-06
1
-74
/
+89
*
fdisk: code shrink without logic changes
Denys Vlasenko
2010-04-06
1
-126
/
+118
*
fdisk: do not treat names ending in '0' as partitions
Denys Vlasenko
2010-02-24
1
-2
/
+3
*
*: fix 1/4 remaining aliasing warnings
Denys Vlasenko
2010-02-05
1
-2
/
+3
*
*: remove a few more cases of argc usage. -89 bytes.
Denys Vlasenko
2009-11-28
1
-6
/
+5
*
*: optimize most of isXXXXX() macros
Denys Vlasenko
2009-10-23
1
-1
/
+1
*
hdparm,fdisk: reinstate BLKGETSIZE64 #defines. No code changes
Denys Vlasenko
2009-09-22
1
-1
/
+4
*
fdisk: add a warning and truncate disks with >= 2^32 sectors
Denys Vlasenko
2009-09-16
1
-130
/
+163
*
move libc related stuff out of platform.h
Denys Vlasenko
2009-07-08
1
-0
/
+4
*
*: mass renaming of USE_XXXX to IF_XXXX
Denis Vlasenko
2009-04-21
1
-6
/
+6
*
modprobe: emit "can't open 'modules.dep': (errno)" instead of "module not found"
Denis Vlasenko
2009-03-03
1
-1
/
+1
*
libbb: [x]fopen_for_{read,write} introduced and used.
Denis Vlasenko
2008-07-21
1
-1
/
+1
*
- fix spelling
Bernhard Reutner-Fischer
2008-07-21
1
-3
/
+3
*
fdisk: fix compile failure
Denis Vlasenko
2008-07-09
1
-38
/
+41
*
*: rename ATTRIBUTE_XXX to just XXX.
Denis Vlasenko
2008-07-05
1
-2
/
+2
*
fdisk: cosmetics, and removal of dead data
Denis Vlasenko
2008-06-29
1
-10
/
+8
*
fdisk: move more data to struct globals; shrink code
Denis Vlasenko
2008-06-29
1
-37
/
+51
*
style fixes, no code changes
Denis Vlasenko
2008-06-26
1
-1
/
+1
*
- use EXIT_{SUCCESS,FAILURE}. No object-code changes
Bernhard Reutner-Fischer
2008-05-19
1
-2
/
+2
*
fdisk: fix a case where we can inadvertently close /proc/partitions fd early
Denis Vlasenko
2008-04-17
1
-18
/
+28
*
fdisk: do not open device twice. Complain on fdisk -l /dev/bogus.
Denis Vlasenko
2008-04-17
1
-124
/
+103
*
*: fix fallout from -Wunused-parameter
Denis Vlasenko
2008-03-17
1
-2
/
+10
*
dos2unix: tiny shrink
Denis Vlasenko
2008-03-17
1
-43
/
+36
*
*: add optimization barrier to all "G trick" locations
Denis Vlasenko
2008-02-27
1
-1
/
+1
*
getpot: add support for "a+" specifier for nonnegative int parameters.
Denis Vlasenko
2008-02-10
1
-19
/
+10
*
fdisk: comment out unused function
Denis Vlasenko
2008-01-25
1
-0
/
+2
*
fdisk: fix a case where break was reached only for DOS labels
Denis Vlasenko
2008-01-24
1
-3
/
+2
*
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
[next]