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
2004-02-06
Eliminate use of a kernel scsi header file.
Eric Andersen
2004-01-30
s/u_int/uint/g
Eric Andersen
2003-12-19
vodz noticed we need to cast things back to an unsigned long
Eric Andersen
2003-12-12
Be certain we use a correct entity when performing the
Eric Andersen
2003-12-04
Do not use the _syscall5 macro -- use syscall(2) instead
Eric Andersen
2003-11-14
Marc Kleine-Budde noticed a missing semicolon
Eric Andersen
2003-11-03
Avoid conflicts with the 2.6 kernel headers, which define
Eric Andersen
2003-08-08
Patch from Kent Robotti to being fdisk in sync with v2.12 final.
Eric Andersen
2003-08-06
Patch from vodz:
Eric Andersen
2003-07-30
last_patch100 from vidz updating fdisk to 2.12pre
Eric Andersen
2003-07-14
Remove all the llseek junk and just use regular old lseek. When DOLFS is
Eric Andersen
2003-07-03
Patch from Kent Robotti updating fdisk to version v2.11z
Eric Andersen
2003-03-19
Major coreutils update.
Manuel Novoa III
2003-01-04
fdisk writable feature, allows compilation of a small fdisk that can
Glenn L McGrath
2002-12-11
Eliminate dependancy on kernel header files. Naughty naughty.
Eric Andersen
2002-12-08
Fix compile warning with OSF
Glenn L McGrath
2002-11-26
fdisk applet by Vladimir N. Oleynik
Glenn L McGrath