index
:
forks/busybox
1_33_stable
master
Busybox tree with Carbs Linux patches
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
util-linux
/
fdisk.c
Age
Commit message (
Expand
)
Author
2017-10-05
whitespace and comment format fixes, no code changes
Denys Vlasenko
2017-08-10
fdisk: typo fix
Denys Vlasenko
2017-08-02
line editing: make read_line_input() not take timeout param
Denys Vlasenko
2017-07-21
config: deindent all help texts
Denys Vlasenko
2017-07-18
Update menuconfig items with approximate applet sizes
Denys Vlasenko
2017-07-03
fixes for bugs found by make_single_applets.sh
Denys Vlasenko
2017-01-19
fdisk: add typical values of -H and -S to --help
Denys Vlasenko
2017-01-10
Big cleanup in config help and description
Denys Vlasenko
2016-11-27
fdisk: sanitize partition name printing; drop "Code" column; get rid of one s...
Denys Vlasenko
2016-11-23
Convert all util-linux/* applets to "new style" applet definitions
Denys Vlasenko
2016-09-17
fdisk: fix CONFIG_FEATURE_SUN_LABEL=y build
Denys Vlasenko
2016-08-23
fdisk: tweak some messages
Denys Vlasenko
2016-08-23
fdisk: print much less cryptic partition table
Denys Vlasenko
2016-07-06
getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LIST
Denys Vlasenko
2015-10-07
build system: -fno-builtin-printf
Denys Vlasenko
2015-03-12
libbb: introduce and use is_prefixed_with()
Denys Vlasenko
2013-01-14
whitespace fixes. no code changes
Denys Vlasenko
2011-08-09
randomconfig fixes
Denys Vlasenko
2011-07-13
fdisk: reinstate a short sleep between sync() and ioctl(BLKRRPART)
Denys Vlasenko
2011-06-05
*: remove "Options:" string from help texts
Denys Vlasenko
2011-04-30
fdisk: backport disk check from util-linux
Lauri Kasanen
2011-04-11
move remaining help text from include/usage.src.h
Pere Orga
2011-02-08
ash: fix TMOUT not restoring tty attributes
Denys Vlasenko
2010-10-30
fdisk: fix trivial build failure
Denys Vlasenko
2010-10-25
fdisk: initial stab at GPT partition support
Kevin Cernekee
2010-08-16
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-07-26
*: mass cosmetic removal of extra empty lines. no code changes
Denys Vlasenko
2010-07-06
whitespace fixes
Denys Vlasenko
2010-06-02
*: better string sharing
Denys Vlasenko
2010-04-06
fdisk: make comment more clear
Denys Vlasenko
2010-04-06
fdisk: make 'b' command optionally adjust C/H/S; "fdisk IMAGE_FILE" sets cyli...
Denys Vlasenko
2010-04-06
fdisk: code shrink without logic changes
Denys Vlasenko
2010-02-24
fdisk: do not treat names ending in '0' as partitions
Denys Vlasenko
2010-02-05
*: fix 1/4 remaining aliasing warnings
Denys Vlasenko
2009-11-28
*: remove a few more cases of argc usage. -89 bytes.
Denys Vlasenko
2009-10-23
*: optimize most of isXXXXX() macros
Denys Vlasenko
2009-09-22
hdparm,fdisk: reinstate BLKGETSIZE64 #defines. No code changes
Denys Vlasenko
2009-09-16
fdisk: add a warning and truncate disks with >= 2^32 sectors
Denys Vlasenko
2009-07-08
move libc related stuff out of platform.h
Denys Vlasenko
2009-04-21
*: mass renaming of USE_XXXX to IF_XXXX
Denis Vlasenko
2009-03-03
modprobe: emit "can't open 'modules.dep': (errno)" instead of "module not found"
Denis Vlasenko
2008-07-21
libbb: [x]fopen_for_{read,write} introduced and used.
Denis Vlasenko
2008-07-21
- fix spelling
Bernhard Reutner-Fischer
2008-07-09
fdisk: fix compile failure
Denis Vlasenko
2008-07-05
*: rename ATTRIBUTE_XXX to just XXX.
Denis Vlasenko
2008-06-29
fdisk: cosmetics, and removal of dead data
Denis Vlasenko
2008-06-29
fdisk: move more data to struct globals; shrink code
Denis Vlasenko
2008-06-26
style fixes, no code changes
Denis Vlasenko
2008-05-19
- use EXIT_{SUCCESS,FAILURE}. No object-code changes
Bernhard Reutner-Fischer
2008-04-17
fdisk: fix a case where we can inadvertently close /proc/partitions fd early
Denis Vlasenko
[next]