Document insmod -o
[oweals/busybox.git] / util-linux /
2004-04-03 Eric AndersenEverything should be made as simple as possible. But...
2004-03-30 Eric AndersenSigh. what a mess.
2004-03-30 Eric AndersenAs waldi noticed, checks for the size of an off_t and...
2004-03-30 Eric AndersenGo ahead and kill off the FDISK_SUPPORT_LARGE_DISKS...
2004-03-30 Eric AndersenThe fdisk llseek junk was redundant, since both uClibc...
2004-03-27 Eric Andersens/fileno\(stdin\)/STDIN_FILENO/g
2004-03-27 Eric AndersenVladimir N. Oleynik (vodz) writes:
2004-03-23 Eric AndersenBrian Pomerantz writes:
2004-03-22 Robert GrieblSome corrections from vodz:
2004-03-21 Robert GrieblThe utc variable was not modified according to the...
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2004-03-10 Glenn L McGrathPatch from Thomas Frohlich to fix an option ordering...
2004-02-22 Glenn L McGrathPatch from Chris Larson (kergoth), to allow multiple...
2004-02-22 Glenn L McGrathUse bb_getopt_ulflags, marginal saving, better argument...
2004-02-22 Glenn L McGrathUse /var/lib/hwclock for adjtime, its really a state...
2004-02-06 Eric AndersenEliminate use of a kernel scsi header file.
2004-01-30 Eric AndersenFixup use of 'u_int' to instead use 'unsigned int'
2004-01-30 Eric Andersens/u_int/uint/g
2004-01-30 Eric AndersenUse proper C99 types
2004-01-20 Glenn L McGrathPatch from Tito, reduce size, merge functions that...
2004-01-18 Eric AndersenStephane Billiart writes:
2003-12-23 Eric Andersenmatch changes made to cmdedit
2003-12-20 Glenn L McGrathChange interface to bb_lookup_host, dont try and set...
2003-12-19 Eric AndersenPatch from Fillod Stephane:
2003-12-19 Eric Andersenvodz noticed we need to cast things back to an unsigned...
2003-12-12 Eric AndersenBe certain we use a correct entity when performing the
2003-12-12 Eric AndersenDoh! I broke automatic filesystem type guessing. ...
2003-12-09 Eric AndersenFix indenting.
2003-12-04 Eric AndersenDo not use the _syscall5 macro -- use syscall(2) instead
2003-11-14 Eric AndersenOskar Liljeblad writes:
2003-11-14 Eric AndersenMarc Kleine-Budde noticed a missing semicolon
2003-11-03 Eric AndersenFix rdate and ftpget/ftpput so they compile with the...
2003-11-03 Eric AndersenAvoid conflicts with the 2.6 kernel headers, which...
2003-10-31 Eric AndersenRework wget, the xconnect interface, and its various...
2003-10-31 Glenn L McGrathPatch from David Meggy to make the swap default to...
2003-10-22 Eric AndersenAndreas Mohr writes:
2003-10-09 Glenn L McGrathPatch from Steven Scholz, fix some warnings
2003-09-15 Eric AndersenBe entirely consistant when using ioctl(0, TIOCGWINSZ...
2003-09-15 Eric Andersenfix function prototype
2003-09-15 Eric AndersenNeeds prototype for close()
2003-09-12 Eric AndersenRemove final \n
2003-09-12 Eric AndersenTeach rdate to timeout in 10 seconds to avoid blocking...
2003-08-29 Glenn L McGrathLogic error, patch by Matteo Croce
2003-08-26 Robert GrieblRemoved some debug printfs
2003-08-08 Eric AndersenPatch from Kent Robotti to being fdisk in sync with...
2003-08-06 Eric AndersenPatch from vodz:
2003-08-06 Eric Andersenextern inline is a bad bad thing. kill it (so mkfs_min...
2003-07-30 Eric AndersenLars Ekman writes:
2003-07-30 Eric Andersenlast_patch100 from vidz updating fdisk to 2.12pre
2003-07-30 Eric AndersenRonny L Nilsson writes:
2003-07-26 Eric AndersenThere should be only one instance of CONFIG_FEATURE_AUT...
2003-07-26 Eric AndersenDon't depend on CONFIG_LFS. It is really a suggestion...
2003-07-22 Eric AndersenRemove remaining libc5 support code
2003-07-22 Eric AndersenVery minor rdate updates
2003-07-22 Eric AndersenError out early if people try to build mount with nfs...
2003-07-14 Eric AndersenUpdate a bunch of docs. Run a script to update my...
2003-07-14 Eric AndersenUse standard types
2003-07-14 Eric AndersenRequire that LFS is enabled to get fdisk
2003-07-14 Eric AndersenRemove all the llseek junk and just use regular old...
2003-07-05 Eric AndersenAdd the fdformat utility, based on a patch from Kent...
2003-07-03 Eric AndersenPatch from Kent Robotti updating fdisk to version v2.11z
2003-07-03 Eric AndersenPatch from Kent Robotti adding a bunch of menuconfig...
2003-06-20 Eric AndersenSomewhere in the 2.4.x kernel series, /proc/mounts...
2003-05-08 Glenn L McGrathUse xopen instead of xfopen
2003-03-19 Manuel Novoa III Major coreutils update.
2003-03-07 Eric Andersenbe more careful about cleaning up
2003-03-07 Eric AndersenScrub things a bit, shave off a few bytes.
2003-03-07 Eric AndersenSave a few bytes and remove a redundant string
2003-03-07 Eric Andersenaudit for proper error handling, apply a few size optim...
2003-02-28 Eric AndersenThere is no good reason to prevent nfs mounts from...
2003-02-27 Eric AndersenWrite all the help text for the util-linux utilities...
2003-01-13 Glenn L McGrathCorrect some init issues, update email address, last_pa...
2003-01-04 Glenn L McGrathfdisk writable feature, allows compilation of a small...
2003-01-02 Robert Griebl> Eliminate dependancy on kernel header files. Naughty...
2002-12-11 Eric AndersenEliminate dependancy on kernel header files. Naughty...
2002-12-11 Eric AndersenEliminate dependancy on kernel header files. Naughty...
2002-12-11 Eric AndersenEliminate dependancy on kernel header files. Naughty...
2002-12-08 Glenn L McGrathFix compile warning with OSF
2002-12-05 Eric AndersenYet another major rework of the BusyBox config system...
2002-12-05 Eric AndersenKill CONFIG_FEATURE_USE_DEVPS_PATCH and the devps patch...
2002-11-28 Aaron LehmannChange if(x)free(x); to free(x);
2002-11-27 Glenn L McGrathlast_patch_68 from Vladimir N. Oleynik
2002-11-26 Glenn L McGrathfdisk applet by Vladimir N. Oleynik
2002-11-03 Eric AndersenTest for holes in swapfiles
2002-10-26 Eric Andersenlast_patch64 from vodz: 0_60_5
2002-09-17 Eric AndersenSupport setting depth
2002-09-01 Eric AndersenSome CML1 grammar fixes
2002-08-23 Glenn L McGrathRun through indent, style
2002-08-22 Glenn L McGrathRun through indent, fix comments
2002-08-21 Aaron LehmannInline functions with only one reference in mkfs_minix...
2002-08-13 Aaron Lehmannminor fixes for fbset bloat
2002-08-05 Robert Griebl- updated a few copyright/left file headers
2002-07-25 Robert GrieblFix for bug #1255 -- support for mount -t <type>
2002-07-24 Robert GrieblAdd support for /etc/filesystem when searching for...
2002-07-21 Robert GrieblInitial checkin of a very primitive hwclock replacement
2002-07-19 Robert GrieblApplied vodz' patches #49 and #50 (with a small correct...
2002-07-03 Eric AndersenA patch from Bart Visscher <magick@linux-fan.com> to...
2002-06-23 Aaron LehmannRemove advertising clauses in accordance with
2002-06-22 Eric AndersenKill dead email address
2002-06-22 Eric AndersenApply last_patch46 from vodz, to fix buffer overflows...
next