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_osf.c
Age
Commit message (
Expand
)
Author
2016-06-19
randomconfig fixes
Denys Vlasenko
2015-03-12
libbb: introduce and use is_prefixed_with()
Denys Vlasenko
2013-01-14
whitespace cleanup. no code changes
Denys Vlasenko
2011-01-31
fdisk_osf: simplify ifdef (incidentally, adds support for Microblaze)
Denys Vlasenko
2010-08-11
fdisk: Add support for NDS32 architecture.
Macpaul Lin
2009-11-07
big endian warning fixes
Denys Vlasenko
2009-09-16
fdisk: add a warning and truncate disks with >= 2^32 sectors
Denys Vlasenko
2009-08-10
fdisk: add handling of avr32. closes bug 555
Denys Vlasenko
2008-12-07
Fix forgotten license comments
Denis Vlasenko
2008-06-29
fdisk: move more data to struct globals; shrink code
Denis Vlasenko
2008-06-16
whitespace and comment fixes, no code changes
Denis Vlasenko
2008-06-07
libbb: introduce and use print_flags().
Denis Vlasenko
2008-04-17
fdisk: fix a case where we can inadvertently close /proc/partitions fd early
Denis Vlasenko
2008-04-17
fdisk: do not open device twice. Complain on fdisk -l /dev/bogus.
Denis Vlasenko
2007-12-16
fdisk: reduce global data/bss usage. 8k data+bss build is achievable soon ;)
Denis Vlasenko
2007-09-27
introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).
Denis Vlasenko
2007-08-12
trylink: produce even more info about final link stage
Denis Vlasenko
2007-06-25
Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms <w...
Denis Vlasenko
2007-03-20
fix accumulated whitespace and indentation damage
Denis Vlasenko
2007-03-19
fdisk: get rid of _() macro.
Denis Vlasenko
2007-01-29
preparatory patch for -Wwrite-strings #3
Denis Vlasenko
2007-01-22
Convert cmdedit into more generic line input facility
Denis Vlasenko
2007-01-03
fdisk: remove 8k buffer from bss - OSF labels
Denis Vlasenko
2007-01-02
silly style fixes
Denis Vlasenko
2006-12-30
next bunch of fixes for bugs found by randconfig
Denis Vlasenko
2006-12-19
u_short, ulong exterminated
Denis Vlasenko
2006-11-30
"make bigdata" biggest offender dealt with:
Denis Vlasenko
2006-10-26
silly size savings and capitalization fixes
Denis Vlasenko
2006-10-14
fdisk: compilation fix
Denis Vlasenko
2006-10-12
fdisk: separate sun/aix/etc code into #included files
Denis Vlasenko