summaryrefslogtreecommitdiff
path: root/util-linux (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fixup use of 'u_int' to instead use 'unsigned int'Eric Andersen2004-01-302-5/+5
* s/u_int/uint/gEric Andersen2004-01-302-31/+31
* Use proper C99 typesEric Andersen2004-01-301-27/+28
* Patch from Tito, reduce size, merge functions that are only used once.Glenn L McGrath2004-01-201-93/+90
* Stephane Billiart writes:Eric Andersen2004-01-181-1/+1
* match changes made to cmdeditEric Andersen2003-12-231-3/+0
* Change interface to bb_lookup_host, dont try and set port inside thisGlenn L McGrath2003-12-201-1/+2
* Patch from Fillod Stephane:Eric Andersen2003-12-191-2/+8
* vodz noticed we need to cast things back to an unsigned longEric Andersen2003-12-191-2/+2
* Be certain we use a correct entity when performing theEric Andersen2003-12-121-1/+1
* Doh! I broke automatic filesystem type guessing. Fix mount soEric Andersen2003-12-121-2/+3
* Fix indenting.Eric Andersen2003-12-091-6/+5
* Do not use the _syscall5 macro -- use syscall(2) insteadEric Andersen2003-12-041-11/+3
* Oskar Liljeblad writes:Eric Andersen2003-11-141-1/+1
* Marc Kleine-Budde noticed a missing semicolonEric Andersen2003-11-141-1/+1
* Fix rdate and ftpget/ftpput so they compile with the new xconnect.Eric Andersen2003-11-031-2/+2
* Avoid conflicts with the 2.6 kernel headers, which defineEric Andersen2003-11-031-0/+5
* Rework wget, the xconnect interface, and its various clientsEric Andersen2003-10-311-4/+3
* Patch from David Meggy to make the swap default to the new version if noGlenn L McGrath2003-10-311-5/+1
* Andreas Mohr writes:Eric Andersen2003-10-221-23/+22
* Patch from Steven Scholz, fix some warningsGlenn L McGrath2003-10-091-1/+2
* Be entirely consistant when using ioctl(0, TIOCGWINSZ, &winsize)Eric Andersen2003-09-151-11/+6
* fix function prototypeEric Andersen2003-09-151-1/+1
* Needs prototype for close()Eric Andersen2003-09-151-0/+1
* Remove final \nEric Andersen2003-09-121-1/+1
* Teach rdate to timeout in 10 seconds to avoid blocking foreverEric Andersen2003-09-121-0/+10
* Logic error, patch by Matteo CroceGlenn L McGrath2003-08-291-1/+1
* Removed some debug printfsRobert Griebl2003-08-261-4/+0
* Patch from Kent Robotti to being fdisk in sync with v2.12 final.Eric Andersen2003-08-081-6/+10
* Patch from vodz:Eric Andersen2003-08-062-10/+96
* extern inline is a bad bad thing. kill it (so mkfs_minix.c willEric Andersen2003-08-061-11/+11
* Lars Ekman writes:Eric Andersen2003-07-301-0/+1
* last_patch100 from vidz updating fdisk to 2.12preEric Andersen2003-07-301-317/+330
* Ronny L Nilsson writes:Eric Andersen2003-07-301-1/+5
* There should be only one instance of CONFIG_FEATURE_AUTOWIDTHEric Andersen2003-07-261-14/+0
* Don't depend on CONFIG_LFS. It is really a suggestion, not a requirement,Eric Andersen2003-07-261-1/+0
* Remove remaining libc5 support codeEric Andersen2003-07-222-15/+1
* Very minor rdate updatesEric Andersen2003-07-221-1/+1
* Error out early if people try to build mount with nfs supportEric Andersen2003-07-221-0/+6
* Update a bunch of docs. Run a script to update my email addr.Eric Andersen2003-07-149-14/+13
* Use standard typesEric Andersen2003-07-141-27/+27
* Require that LFS is enabled to get fdiskEric Andersen2003-07-141-0/+1
* Remove all the llseek junk and just use regular old lseek. When DOLFS isEric Andersen2003-07-141-110/+6
* Add the fdformat utility, based on a patch from Kent Robotti,Eric Andersen2003-07-053-0/+165
* Patch from Kent Robotti updating fdisk to version v2.11zEric Andersen2003-07-031-38/+48
* Patch from Kent Robotti adding a bunch of menuconfig helpEric Andersen2003-07-031-1/+1
* Somewhere in the 2.4.x kernel series, /proc/mounts was changed to display aEric Andersen2003-06-202-2/+6
* Use xopen instead of xfopenGlenn L McGrath2003-05-081-5/+4
* Major coreutils update.Manuel Novoa III2003-03-1919-254/+226
* be more careful about cleaning upEric Andersen2003-03-072-5/+17