index
:
busybox.git
1_33_stable
1_35_stable
master
Copy of git.busybox.net/busybox
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
util-linux
/
fdisk_sun.c
Age
Commit message (
Expand
)
Author
2021-08-16
fdisk: indentation fix
Denys Vlasenko
2020-11-30
decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nilly
Denys Vlasenko
2019-10-04
fdisk: avoid overflow in "mega/gigabytes" calculation, code shrink
Denys Vlasenko
2018-07-25
fdisk: sync up with some util-linux 2.31 behavior
Denys Vlasenko
2018-07-25
fdisk: use strtoul[l] instead of atoi, closes 11176
Denys Vlasenko
2013-02-11
fdisk_sun: fix partition alignment
Aaro Koskinen
2013-02-11
fdisk_sun: fix corrupted partition data with blank disk
Aaro Koskinen
2010-10-28
*: whitespace fixes
Denys Vlasenko
2010-08-16
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-01-28
style fixes, no code changes
Denys Vlasenko
2009-09-16
fdisk: add a warning and truncate disks with >= 2^32 sectors
Denys Vlasenko
2008-12-07
Fix forgotten license comments
Denis Vlasenko
2008-07-21
libbb: [x]fopen_for_{read,write} introduced and used.
Denis Vlasenko
2008-06-29
fdisk: move more data to struct globals; shrink code
Denis Vlasenko
2008-05-15
more of -Wall fixes from Cristian Ionescu-Idbohrn.
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-07-21
style fix (stray space before ';')
Denis Vlasenko
2007-06-25
Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms <w...
Denis Vlasenko
2007-03-19
fdisk: get rid of _() macro.
Denis Vlasenko
2007-01-11
Trailing whitespace removal over entire tree
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-27
byteswap ops had extra mask ops - removed
Denis Vlasenko
2006-10-12
fdisk: separate sun/aix/etc code into #included files
Denis Vlasenko