- check if the compiler supports -fwhole-program -- 4.0 does not
[oweals/busybox.git] / util-linux /
2006-09-19 Denis Vlasenkomount: fix warning (printf field width of * wants int...
2006-09-17 Denis Vlasenkowhitespace cleanup
2006-09-17 Denis Vlasenkomount: style fixlet
2006-09-17 Denis Vlasenkomount: revert mount --bind to using "bind" as fstype.
2006-09-17 Denis Vlasenkomount: mount_it_now() - char *dir is not really needed.
2006-09-17 Denis Vlasenkomount: fix "duplicate mount options in mtab" bug
2006-09-17 Denis Vlasenkomount: nfs_strerror's static buffer was bigger than...
2006-09-17 Denis Vlasenkomount: getopt_ulflag'ification
2006-09-17 Denis Vlasenkomount: style fixes
2006-09-17 Denis Vlasenkomount: fix bugs: free(mp->mnt_fsname) of non-malloced...
2006-09-17 Denis Vlasenkomount: use bb_simplify_path as appropriate
2006-09-17 Denis Vlasenkomount: style fixes
2006-09-15 Denis Vlasenkomount: reorder things, fix NFS-less mount.
2006-09-14 Denis Vlasenkoumount: do not try to close FILE* which is NULL.
2006-09-14 Denis Vlasenkomount: -o remount should not add lines to /etc/mtab
2006-09-14 Denis Vlasenkomount: move code from nfsmount.c into mount.c
2006-09-14 Denis Vlasenkomount: fix mtab support (but it is still rather buggy)
2006-09-14 Rob LandleyMore code from kernel developers, and therefore license...
2006-09-13 Bernhard Reutner... - fix copy'n paste errors that got introduced when...
2006-09-12 Rob LandleyRemove pointless "const". Bloatcheck says 0 bytes...
2006-09-11 Denis Vlasenkonfsmount: sanitize it. It had a rather peculiar idea...
2006-09-11 Bernhard Reutner... - convert a few xopen3(,,0) into xopen(,). Also peruse...
2006-09-10 Denis Vlasenkonfsmount: remove some really old code (for kernels...
2006-09-10 Denis Vlasenkonfsmount: delete nfsmount.h
2006-09-10 Denis Vlasenkonfsmount: nfsmount.h merged into nfsmount.c
2006-09-10 Denis Vlasenkonfsmount: style fix
2006-09-10 Denis Vlasenkoipcs: silly trick with strings. saves ~200 bytes.
2006-09-08 Rob LandleyA quick cleanup pass of some low-hanging mess.
2006-09-06 Denis Vlasenkoremoved a lot of trailing \n in bb_msg() calls. It...
2006-09-05 Rob LandleyVladimir Dronnikov (ybrnj80 at yandex dot ru) pointed...
2006-09-04 Rob LandleyThinko.
2006-09-01 Rob LandleyVladimir Dronnikov also submitted a CIFS support patch...
2006-08-29 Rob LandleySvn 16007 broke the build under gcc 4.0.3. This fixes...
2006-08-28 Bernhard Reutner... - pull from busybox_scratch: r15829:15850
2006-08-17 Rob LandleyThe kernel can't handle umount /dev/hdc, we have to...
2006-08-10 Rob LandleyPatch from Chris Steel to fix mdev deleting device...
2006-08-09 Rob LandleyVladimir Dronnikov convinced me to twiddle the semantic...
2006-08-08 Rob LandleyFix a typo (|| instead of |) and remove two comments...
2006-08-08 Rob LandleyAdd shared subtree support, suggested by Vladimir Dronn...
2006-08-08 Rob LandleyUsing lstat() instead of stat() means that attempting...
2006-08-06 Rob LandleyMake a warning go away on 64-bit systems.
2006-08-04 Rob LandleyThere are a number of reasons for reinventing printf...
2006-08-03 Rob LandleyRemove xcalloc() and convert its callers to xzalloc...
2006-08-03 Rob LandleyFix umount so loop device disassociation hopefully...
2006-08-03 Rob LandleyRemove bb_ prefixes from xfuncs.c (and a few other...
2006-07-27 Rob LandleyAdd back in non-ifdef version of FEATURE_PRETTY_PRINT...
2006-07-27 Rob LandleyThere's no excuse for adding new #ifdefs to the code...
2006-07-27 Mike Frysingerallow people to display dmesg output without syslog...
2006-07-27 Mike Frysingerde-cuddle if( to if (
2006-07-16 Rob LandleyNew mkswap. Small and simple. Might even work. :)
2006-07-06 Rob LandleyFix three embarassing thinkos in the new dmesg.c:
2006-07-02 "Robert P. J. Day"Standardize on the vi editing directives being on the...
2006-07-01 "Robert P. J. Day"Remove "#if 0" content.
2006-07-01 "Robert P. J. Day"Remove all usage of the "register" storage class specifier.
2006-06-30 Mike Frysingerfix from Kolbjørn Barmen for building for m68k targets
2006-06-26 Rob LandleyUpgrade mdev to allow commands to be run on create...
2006-06-25 Rob LandleyVarious cleanups I made while going through Erik Hovlan...
2006-06-21 Rob LandleyPatch from Paul Fox to improve mount's error handling...
2006-06-21 Rob LandleyAndre (armcc2200@yahoo) patched a bug where successful...
2006-06-19 Rob LandleyMake some 64 bit warnings go away on x86-64.
2006-06-18 Rob Landleyskip_whitespace() shouldn't claim its return value...
2006-06-16 Rob LandleyRemove warnings caused by #include <sys/mount.h> in...
2006-06-15 Rob LandleyPatch from Yann Morin to put BLKGETSIZE64 in platform...
2006-06-13 Rob LandleyRewrite of dmesg, smaller and simpler.
2006-06-13 Rob LandleyRandom cleanup of platform.h.
2006-06-13 Rob LandleyWork around a persistent uClibc bug, since 0.9.29 still...
2006-06-13 Rob LandleyPatch from Denis Vlasenko, tweak error messages.
2006-06-13 Rob LandleyMinor size shrinkage.
2006-06-07 Bernhard Reutner... - reuse strings and messages. Saves about 600B
2006-06-06 Rob LandleyWhack the one last warning in make allbareconfig...
2006-06-03 Bernhard Reutner... - use bb_msg_{read,write}_error where appropriate.
2006-06-03 Bernhard Reutner... - No options should set the current system time.
2006-05-29 Rob LandleyRemove _() and N_() from platform.h. #define them...
2006-05-29 Rob LandleyRemove _().
2006-05-28 Rob LandleyFix some warnings in allbareconfig.
2006-05-27 Rob LandleyConsolidate #include <sys/time.h> so libbb.h does it.
2006-05-26 Rob LandleyChange llist_add_* to take the address of the list...
2006-05-26 Bernhard Reutner... - add central knob to turn off getopt_long everywhere...
2006-05-26 Bernhard Reutner... - work around bug in gcc-3.4.x on ARM
2006-05-26 Mike Frysingerfix spelling mistakes
2006-05-21 Rob LandleyConvert to a global struct, the way sed was. Now I...
2006-05-19 Bernhard Reutner... - remove emacs layout block as suggested by Robert...
2006-05-19 Bernhard Reutner... - single KERNEL_VERSION(a,b,c) macro in platform.h
2006-05-13 Mike Frysingerpull Rules.mak from top_srcdir as pointed out by Robert...
2006-05-10 Rob LandleyShut up the warning "implicit declaration of strlen".
2006-05-08 Rob LandleyFiddling with llist to make memory management easier...
2006-05-08 Rob LandleyShrink the code about 50 bytes, allocate less run-time...
2006-05-08 Rob LandleyMore busting on legacy mtab support in the help text.
2006-05-07 Rob LandleyRemove bb_strlen() in favor of -fno-builtin-strlen...
2006-05-05 Rob LandleyMigrate endianness macros.
2006-05-05 Rob LandleyPatch from Jason Schoon to make mount -a not abort...
2006-05-03 Rob LandleyBuild break fix from Bernhard fischer, fixing fallout...
2006-04-29 Rob LandleyPatches from Denis Vlasenko to rework "current_name...
2006-04-29 Rob LandleyPatch from Denis Vlasenko:
2006-04-29 Rob LandleyPatch from Denis Vlasenko:
2006-04-21 Mike FrysingerJason Schoon writes: This makes the case where LFS...
2006-04-17 Rob LandleyRobert Eggers noticed that nfsmount would sometimes...
2006-04-16 Mike Frysingeruse memmove() instead of bcopy()
2006-04-13 Rob LandleyPatch from Robert P Day: let menuconfig indent stuff...
2006-04-13 Bernhard Reutner... - patch from Denis Vlasenko to add and use bb_xopen3()
next