| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove final \n | Eric Andersen | 2003-09-12 | 1 | -1/+1 |
* | Teach rdate to timeout in 10 seconds to avoid blocking forever | Eric Andersen | 2003-09-12 | 1 | -0/+10 |
* | Logic error, patch by Matteo Croce | Glenn L McGrath | 2003-08-29 | 1 | -1/+1 |
* | Removed some debug printfs | Robert Griebl | 2003-08-26 | 1 | -4/+0 |
* | Patch from Kent Robotti to being fdisk in sync with v2.12 final. | Eric Andersen | 2003-08-08 | 1 | -6/+10 |
* | Patch from vodz: | Eric Andersen | 2003-08-06 | 2 | -10/+96 |
* | extern inline is a bad bad thing. kill it (so mkfs_minix.c will | Eric Andersen | 2003-08-06 | 1 | -11/+11 |
* | Lars Ekman writes: | Eric Andersen | 2003-07-30 | 1 | -0/+1 |
* | last_patch100 from vidz updating fdisk to 2.12pre | Eric Andersen | 2003-07-30 | 1 | -317/+330 |
* | Ronny L Nilsson writes: | Eric Andersen | 2003-07-30 | 1 | -1/+5 |
* | There should be only one instance of CONFIG_FEATURE_AUTOWIDTH | Eric Andersen | 2003-07-26 | 1 | -14/+0 |
* | Don't depend on CONFIG_LFS. It is really a suggestion, not a requirement, | Eric Andersen | 2003-07-26 | 1 | -1/+0 |
* | Remove remaining libc5 support code | Eric Andersen | 2003-07-22 | 2 | -15/+1 |
* | Very minor rdate updates | Eric Andersen | 2003-07-22 | 1 | -1/+1 |
* | Error out early if people try to build mount with nfs support | Eric Andersen | 2003-07-22 | 1 | -0/+6 |
* | Update a bunch of docs. Run a script to update my email addr. | Eric Andersen | 2003-07-14 | 9 | -14/+13 |
* | Use standard types | Eric Andersen | 2003-07-14 | 1 | -27/+27 |
* | Require that LFS is enabled to get fdisk | Eric Andersen | 2003-07-14 | 1 | -0/+1 |
* | Remove all the llseek junk and just use regular old lseek. When DOLFS is | Eric Andersen | 2003-07-14 | 1 | -110/+6 |
* | Add the fdformat utility, based on a patch from Kent Robotti, | Eric Andersen | 2003-07-05 | 3 | -0/+165 |
* | Patch from Kent Robotti updating fdisk to version v2.11z | Eric Andersen | 2003-07-03 | 1 | -38/+48 |
* | Patch from Kent Robotti adding a bunch of menuconfig help | Eric Andersen | 2003-07-03 | 1 | -1/+1 |
* | Somewhere in the 2.4.x kernel series, /proc/mounts was changed to display a | Eric Andersen | 2003-06-20 | 2 | -2/+6 |
* | Use xopen instead of xfopen | Glenn L McGrath | 2003-05-08 | 1 | -5/+4 |
* | Major coreutils update. | Manuel Novoa III | 2003-03-19 | 19 | -254/+226 |
* | be more careful about cleaning up | Eric Andersen | 2003-03-07 | 2 | -5/+17 |
* | Scrub things a bit, shave off a few bytes. | Eric Andersen | 2003-03-07 | 1 | -6/+9 |
* | Save a few bytes and remove a redundant string | Eric Andersen | 2003-03-07 | 1 | -1/+1 |
* | audit for proper error handling, apply a few size optimizations | Eric Andersen | 2003-03-07 | 1 | -27/+34 |
* | There is no good reason to prevent nfs mounts from being mounted | Eric Andersen | 2003-02-28 | 1 | -2/+2 |
* | Write all the help text for the util-linux utilities. Allow | Eric Andersen | 2003-02-27 | 1 | -34/+152 |
* | Correct some init issues, update email address, last_patch78 by Vladimir | Glenn L McGrath | 2003-01-13 | 1 | -1/+1 |
* | fdisk writable feature, allows compilation of a small fdisk that can | Glenn L McGrath | 2003-01-04 | 2 | -186/+254 |
* | > Eliminate dependancy on kernel header files. Naughty naughty. | Robert Griebl | 2003-01-02 | 1 | -2/+15 |
* | Eliminate dependancy on kernel header files. Naughty naughty. | Eric Andersen | 2002-12-11 | 1 | -1/+48 |
* | Eliminate dependancy on kernel header files. Naughty naughty. | Eric Andersen | 2002-12-11 | 1 | -56/+54 |
* | Eliminate dependancy on kernel header files. Naughty naughty. | Eric Andersen | 2002-12-11 | 1 | -1/+6 |
* | Fix compile warning with OSF | Glenn L McGrath | 2002-12-08 | 1 | -1/+1 |
* | Yet another major rework of the BusyBox config system, using the considerably | Eric Andersen | 2002-12-05 | 2 | -69/+232 |
* | Kill CONFIG_FEATURE_USE_DEVPS_PATCH and the devps patch. I'm not | Eric Andersen | 2002-12-05 | 1 | -81/+1 |
* | Change if(x)free(x); to free(x); | Aaron Lehmann | 2002-11-28 | 3 | -13/+6 |
* | last_patch_68 from Vladimir N. Oleynik | Glenn L McGrath | 2002-11-27 | 1 | -1/+1 |
* | fdisk applet by Vladimir N. Oleynik | Glenn L McGrath | 2002-11-26 | 3 | -0/+5908 |
* | Test for holes in swapfiles | Eric Andersen | 2002-11-03 | 1 | -0/+12 |
* | last_patch64 from vodz:0_60_5 | Eric Andersen | 2002-10-26 | 1 | -15/+17 |
* | Support setting depth | Eric Andersen | 2002-09-17 | 1 | -0/+3 |
* | Some CML1 grammar fixes | Eric Andersen | 2002-09-01 | 1 | -1/+3 |
* | Run through indent, style | Glenn L McGrath | 2002-08-23 | 1 | -48/+66 |
* | Run through indent, fix comments | Glenn L McGrath | 2002-08-22 | 1 | -110/+120 |
* | Inline functions with only one reference in mkfs_minix. I don't know | Aaron Lehmann | 2002-08-21 | 1 | -11/+11 |