| Commit message (Expand) | Author | Age | Files | Lines |
| * | Patch from Chris Larson (kergoth), to allow multiple directores to be | Glenn L McGrath | 2004-02-22 | 1 | -7/+10 |
| * | Use bb_getopt_ulflags, marginal saving, better argument checking. | Glenn L McGrath | 2004-02-22 | 1 | -68/+41 |
| * | Use /var/lib/hwclock for adjtime, its really a state file rather than a | Glenn L McGrath | 2004-02-22 | 1 | -3/+1 |
| * | Eliminate use of a kernel scsi header file. | Eric Andersen | 2004-02-06 | 1 | -6/+5 |
| * | Fixup use of 'u_int' to instead use 'unsigned int' | Eric Andersen | 2004-01-30 | 2 | -5/+5 |
| * | s/u_int/uint/g | Eric Andersen | 2004-01-30 | 2 | -31/+31 |
| * | Use proper C99 types | Eric Andersen | 2004-01-30 | 1 | -27/+28 |
| * | Patch from Tito, reduce size, merge functions that are only used once. | Glenn L McGrath | 2004-01-20 | 1 | -93/+90 |
| * | Stephane Billiart writes: | Eric Andersen | 2004-01-18 | 1 | -1/+1 |
| * | match changes made to cmdedit | Eric Andersen | 2003-12-23 | 1 | -3/+0 |
| * | Change interface to bb_lookup_host, dont try and set port inside this | Glenn L McGrath | 2003-12-20 | 1 | -1/+2 |
| * | Patch from Fillod Stephane: | Eric Andersen | 2003-12-19 | 1 | -2/+8 |
| * | vodz noticed we need to cast things back to an unsigned long | Eric Andersen | 2003-12-19 | 1 | -2/+2 |
| * | Be certain we use a correct entity when performing the | Eric Andersen | 2003-12-12 | 1 | -1/+1 |
| * | Doh! I broke automatic filesystem type guessing. Fix mount so | Eric Andersen | 2003-12-12 | 1 | -2/+3 |
| * | Fix indenting. | Eric Andersen | 2003-12-09 | 1 | -6/+5 |
| * | Do not use the _syscall5 macro -- use syscall(2) instead | Eric Andersen | 2003-12-04 | 1 | -11/+3 |
| * | Oskar Liljeblad writes: | Eric Andersen | 2003-11-14 | 1 | -1/+1 |
| * | Marc Kleine-Budde noticed a missing semicolon | Eric Andersen | 2003-11-14 | 1 | -1/+1 |
| * | Fix rdate and ftpget/ftpput so they compile with the new xconnect. | Eric Andersen | 2003-11-03 | 1 | -2/+2 |
| * | Avoid conflicts with the 2.6 kernel headers, which define | Eric Andersen | 2003-11-03 | 1 | -0/+5 |
| * | Rework wget, the xconnect interface, and its various clients | Eric Andersen | 2003-10-31 | 1 | -4/+3 |
| * | Patch from David Meggy to make the swap default to the new version if no | Glenn L McGrath | 2003-10-31 | 1 | -5/+1 |
| * | Andreas Mohr writes: | Eric Andersen | 2003-10-22 | 1 | -23/+22 |
| * | Patch from Steven Scholz, fix some warnings | Glenn L McGrath | 2003-10-09 | 1 | -1/+2 |
| * | Be entirely consistant when using ioctl(0, TIOCGWINSZ, &winsize) | Eric Andersen | 2003-09-15 | 1 | -11/+6 |
| * | fix function prototype | Eric Andersen | 2003-09-15 | 1 | -1/+1 |
| * | Needs prototype for close() | Eric Andersen | 2003-09-15 | 1 | -0/+1 |
| * | 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 |