Age | Commit message (Expand) | Author |
2004-03-30 | Go ahead and kill off the FDISK_SUPPORT_LARGE_DISKS option, | Eric Andersen |
2004-03-30 | The fdisk llseek junk was redundant, since both uClibc and glibc | Eric Andersen |
2004-03-27 | s/fileno\(stdin\)/STDIN_FILENO/g | Eric Andersen |
2004-03-27 | Vladimir N. Oleynik (vodz) writes: | Eric Andersen |
2004-03-23 | Brian Pomerantz writes: | Eric Andersen |
2004-03-22 | Some corrections from vodz: | Robert Griebl |
2004-03-21 | The utc variable was not modified according to the -u/-l command line | Robert Griebl |
2004-03-15 | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen |
2004-03-10 | Patch from Thomas Frohlich to fix an option ordering bug of mine. | Glenn L McGrath |
2004-02-22 | Patch from Chris Larson (kergoth), to allow multiple directores to be | Glenn L McGrath |
2004-02-22 | Use bb_getopt_ulflags, marginal saving, better argument checking. | Glenn L McGrath |
2004-02-22 | Use /var/lib/hwclock for adjtime, its really a state file rather than a | Glenn L McGrath |
2004-02-06 | Eliminate use of a kernel scsi header file. | Eric Andersen |
2004-01-30 | Fixup use of 'u_int' to instead use 'unsigned int' | Eric Andersen |
2004-01-30 | s/u_int/uint/g | Eric Andersen |
2004-01-30 | Use proper C99 types | Eric Andersen |
2004-01-20 | Patch from Tito, reduce size, merge functions that are only used once. | Glenn L McGrath |
2004-01-18 | Stephane Billiart writes: | Eric Andersen |
2003-12-23 | match changes made to cmdedit | Eric Andersen |
2003-12-20 | Change interface to bb_lookup_host, dont try and set port inside this | Glenn L McGrath |
2003-12-19 | Patch from Fillod Stephane: | 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-12 | Doh! I broke automatic filesystem type guessing. Fix mount so | Eric Andersen |
2003-12-09 | Fix indenting. | Eric Andersen |
2003-12-04 | Do not use the _syscall5 macro -- use syscall(2) instead | Eric Andersen |
2003-11-14 | Oskar Liljeblad writes: | Eric Andersen |
2003-11-14 | Marc Kleine-Budde noticed a missing semicolon | Eric Andersen |
2003-11-03 | Fix rdate and ftpget/ftpput so they compile with the new xconnect. | Eric Andersen |
2003-11-03 | Avoid conflicts with the 2.6 kernel headers, which define | Eric Andersen |
2003-10-31 | Rework wget, the xconnect interface, and its various clients | Eric Andersen |
2003-10-31 | Patch from David Meggy to make the swap default to the new version if no | Glenn L McGrath |
2003-10-22 | Andreas Mohr writes: | Eric Andersen |
2003-10-09 | Patch from Steven Scholz, fix some warnings | Glenn L McGrath |
2003-09-15 | Be entirely consistant when using ioctl(0, TIOCGWINSZ, &winsize) | Eric Andersen |
2003-09-15 | fix function prototype | Eric Andersen |
2003-09-15 | Needs prototype for close() | Eric Andersen |
2003-09-12 | Remove final \n | Eric Andersen |
2003-09-12 | Teach rdate to timeout in 10 seconds to avoid blocking forever | Eric Andersen |
2003-08-29 | Logic error, patch by Matteo Croce | Glenn L McGrath |
2003-08-26 | Removed some debug printfs | Robert Griebl |
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-08-06 | extern inline is a bad bad thing. kill it (so mkfs_minix.c will | Eric Andersen |
2003-07-30 | Lars Ekman writes: | Eric Andersen |
2003-07-30 | last_patch100 from vidz updating fdisk to 2.12pre | Eric Andersen |
2003-07-30 | Ronny L Nilsson writes: | Eric Andersen |
2003-07-26 | There should be only one instance of CONFIG_FEATURE_AUTOWIDTH | Eric Andersen |
2003-07-26 | Don't depend on CONFIG_LFS. It is really a suggestion, not a requirement, | Eric Andersen |
2003-07-22 | Remove remaining libc5 support code | Eric Andersen |