Kunihiko IMAI writes:
[oweals/busybox.git] / util-linux /
2005-09-08 Rob LandleyTito sent in a few patches converting instances of...
2005-09-05 "Vladimir N. Oleynik"1) bb_opt_complementaly -> bb_opt_complementally
2005-09-05 Rob LandleyFix the warnings, and fix the following two obvious...
2005-08-30 Rob LandleyAmir Shalem found some bugs in the new mount code;...
2005-08-23 Rob LandleyWhen compiling with FEATURE_MTAB_SUPPORT disabled,...
2005-08-14 Rob LandleyIf we goto singlemount, do _not_ try to continue throug...
2005-08-14 Rob LandleyStephane Billiart noticed that the return code of the...
2005-08-10 Rob LandleyMajor rewrite of mount, umount, losetup. Untangled...
2005-07-27 Mike Frysingeruse toplevel ARFLAGS and update default ARFLAGS to...
2005-07-19 Paul Foxapplying fix from:
2005-06-23 Eric Andersenapplets specified as _BB_SUID_ALWAYS in applets.h shoul...
2005-06-20 Rob LandleyRodney Radford submitted ipcs and ipcrm (system V IPC...
2005-05-20 Paul MundtAdd readprofile applet support.
2005-05-11 Mike Frysingerchange the hardcoded error constant (0x80000000UL)...
2005-04-25 Mike Frysingermoved to e2fsprogs too
2005-04-23 Mike Frysingerremove lsattr/chattr to prepare for a top level e2fspro...
2005-04-22 Mike Frysingerimport lsattr and chattr from e2fsprogs
2005-04-21 Mike Frysingerfix typoe (buildddir -> builddir)
2005-04-16 Mike Frysingerminor style touchups
2004-10-08 Eric Andersenegor duda writes:
2004-09-14 Glenn L McGrathPatch from Felipe Kellermann, remove some unnecessary...
2004-08-28 Eric AndersenFixup some warnings
2004-08-03 Eric AndersenTito, farmatito at tiscali dot it writes:
2004-07-26 Eric AndersenYAEGASHI Takeshi writes:
2004-06-28 Eric AndersenAvoid a number of places where large drives could wrap...
2004-05-26 Eric AndersenKevin P. Fleming writes:
2004-05-26 Eric AndersenPer suggestion from Bastian Blank, be less evil when...
2004-05-26 Eric AndersenUse tab not space
2004-05-19 Eric AndersenDo not select LFS
2004-05-19 Eric AndersenErik,
2004-05-19 Eric AndersenMake vodz happy and make fdisk always use large file...
2004-04-14 Eric AndersenLarry Doolittle writes:
2004-04-12 Eric Andersenmake mount ignore -n when CONFIG_FEATURE_MTAB_SUPPORT...
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.
next