remove unused files
[oweals/busybox.git] / util-linux / fdisk.c
2004-06-28 Eric AndersenAvoid a number of places where large drives could wrap...
2004-05-26 Eric AndersenPer suggestion from Bastian Blank, be less evil when...
2004-05-19 Eric AndersenErik,
2004-05-19 Eric AndersenMake vodz happy and make fdisk always use large file...
2004-04-14 Eric AndersenLarry Doolittle writes:
2004-03-30 Eric AndersenSigh. what a mess.
2004-03-30 Eric AndersenAs waldi noticed, checks for the size of an off_t and...
2004-03-30 Eric AndersenThe fdisk llseek junk was redundant, since both uClibc...
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2004-02-06 Eric AndersenEliminate use of a kernel scsi header file.
2004-01-30 Eric Andersens/u_int/uint/g
2003-12-19 Eric Andersenvodz noticed we need to cast things back to an unsigned...
2003-12-12 Eric AndersenBe certain we use a correct entity when performing the
2003-12-04 Eric AndersenDo not use the _syscall5 macro -- use syscall(2) instead
2003-11-14 Eric AndersenMarc Kleine-Budde noticed a missing semicolon
2003-11-03 Eric AndersenAvoid conflicts with the 2.6 kernel headers, which...
2003-08-08 Eric AndersenPatch from Kent Robotti to being fdisk in sync with...
2003-08-06 Eric AndersenPatch from vodz:
2003-07-30 Eric Andersenlast_patch100 from vidz updating fdisk to 2.12pre
2003-07-14 Eric AndersenRemove all the llseek junk and just use regular old...
2003-07-03 Eric AndersenPatch from Kent Robotti updating fdisk to version v2.11z
2003-03-19 Manuel Novoa III Major coreutils update.
2003-01-04 Glenn L McGrathfdisk writable feature, allows compilation of a small...
2002-12-11 Eric AndersenEliminate dependancy on kernel header files. Naughty...
2002-12-08 Glenn L McGrathFix compile warning with OSF
2002-11-26 Glenn L McGrathfdisk applet by Vladimir N. Oleynik