- 1385899 attempt to regularize atoi mess. by Denis Vlasenko · 18 years ago
- 000b9ba eject: -T fix by Denis Vlasenko · 18 years ago
- 7d219aa build system overhaul by Denis Vlasenko · 18 years ago
- 8f8f268 bb_applet_name -> applet_name by Denis Vlasenko · 18 years ago
- 67b23e6 getopt_ulflags -> getopt32. by Denis Vlasenko · 18 years ago
- b633224 fdformat: remove redundant check by Denis Vlasenko · 18 years ago
- 9275814 lots of silly indent fixes by Denis Vlasenko · 18 years ago
- 546cd18 mount: accept and ignore -s (sloppy) option. by Denis Vlasenko · 18 years ago
- 39d551f fbset: store short string in the structure itself instead of the pointer by Denis Vlasenko · 18 years ago
- 274b8c0 fbset: add support for -a (bug 1017) by Denis Vlasenko · 18 years ago
- 0b193a7 losetup: use /dev/loopN or /dev/loop/N according to CONFIG_FEATURE_DEVFS=n/y by Denis Vlasenko · 18 years ago
- a959588 Yet another silly little byte saving. couldn't -> cannot by Denis Vlasenko · 18 years ago
- b172678 mount: fix bug 946 (mount -f should update mtab) by Denis Vlasenko · 18 years ago
- 956a569 losetup: with no arguments lists all /dev/loopN. Corrected help text. by Denis Vlasenko · 18 years ago
- da3cec9 mount: fix breakage from recent changes (spurious -ro mounts) by Denis Vlasenko · 18 years ago
- 4c196a8 hexdump: fixlet for my breakage by Denis Vlasenko · 18 years ago
- 2dbeaa9 hexdump: deindent, almost fits into 80 columns now by Denis Vlasenko · 18 years ago
- 27ee7ba losetup: getopt_ulflags'ification + small fix for perror_nomsg by Denis Vlasenko · 18 years ago
- f47ff10 getopt: fix whitespace damage by Denis Vlasenko · 18 years ago
- cad3668 readprofile: getopt_ulflags'isation by Denis Vlasenko · 18 years ago
- 7869c01 ipcs: fix my recent breakage by Denis Vlasenko · 18 years ago
- e9a7a62 Change license statements (and clean up headers) on some of the files that by Rob Landley · 18 years ago
- ce32f65 mount: nfs mount should enable bb_error-to-syslog support by Denis Vlasenko · 18 years ago
- 116080a mount: make Rob happy by reinstating #defines by Denis Vlasenko · 18 years ago
- 3ccc100 ipcs: fix output (misaligned columns) by Denis Vlasenko · 18 years ago
- c7b9bad ipcs: getopt_ulflag'ification, -170 bytes by Denis Vlasenko · 18 years ago
- 85f9e32 mount: fstabname needs to be const char* by Denis Vlasenko · 18 years ago
- 23514fe mount: fix warning (printf field width of * wants int, not size_t) by Denis Vlasenko · 18 years ago
- 9213a9e whitespace cleanup by Denis Vlasenko · 18 years ago
- a6127aa mount: style fixlet by Denis Vlasenko · 18 years ago
- 029c469 mount: revert mount --bind to using "bind" as fstype. by Denis Vlasenko · 18 years ago
- a52145a mount: mount_it_now() - char *dir is not really needed. by Denis Vlasenko · 18 years ago
- c889d2b mount: fix "duplicate mount options in mtab" bug by Denis Vlasenko · 18 years ago
- c097519 mount: nfs_strerror's static buffer was bigger than needed. by Denis Vlasenko · 18 years ago
- 9c99b62 mount: getopt_ulflag'ification by Denis Vlasenko · 18 years ago
- 13b4924 mount: style fixes by Denis Vlasenko · 18 years ago
- 3bc59aa mount: fix bugs: free(mp->mnt_fsname) of non-malloced ptr; by Denis Vlasenko · 18 years ago
- fc56dd2 mount: use bb_simplify_path as appropriate by Denis Vlasenko · 18 years ago
- 8d474b5 mount: style fixes by Denis Vlasenko · 18 years ago
- 30a64cd mount: reorder things, fix NFS-less mount. by Denis Vlasenko · 18 years ago
- af9854b umount: do not try to close FILE* which is NULL. by Denis Vlasenko · 18 years ago
- be50717 mount: -o remount should not add lines to /etc/mtab by Denis Vlasenko · 18 years ago
- 25098f7 mount: move code from nfsmount.c into mount.c by Denis Vlasenko · 18 years ago
- 727ef94 mount: fix mtab support (but it is still rather buggy) by Denis Vlasenko · 18 years ago
- cc9962d More code from kernel developers, and therefore licensed under GPLv2 only. by Rob Landley · 18 years ago
- 7fee0c4 - fix copy'n paste errors that got introduced when switching to the shorter boilerplate. by Bernhard Reutner-Fischer · 18 years ago
- 20cc6d5 Remove pointless "const". Bloatcheck says 0 bytes difference. by Rob Landley · 18 years ago
- 00d7d6c nfsmount: sanitize it. It had a rather peculiar idea of implementing "bg" by Denis Vlasenko · 18 years ago
- 64d7e93 - convert a few xopen3(,,0) into xopen(,). Also peruse the fact that xopen defaults to 0777 on it's own, so we don't need to xopen3(,,0777). by Bernhard Reutner-Fischer · 18 years ago
- 3077294 nfsmount: remove some really old code (for kernels 1.x!) + small cleanups. by Denis Vlasenko · 18 years ago
- d2b13ea nfsmount: delete nfsmount.h by Denis Vlasenko · 18 years ago
- 39e93cc nfsmount: nfsmount.h merged into nfsmount.c by Denis Vlasenko · 18 years ago
- 2244a21 nfsmount: style fix by Denis Vlasenko · 18 years ago
- 5983914 ipcs: silly trick with strings. saves ~200 bytes. by Denis Vlasenko · 18 years ago
- c27f4f5 A quick cleanup pass of some low-hanging mess. by Rob Landley · 18 years ago
- 6d655be removed a lot of trailing \n in bb_msg() calls. It is added by Denis Vlasenko · 18 years ago
- 4cb035d Vladimir Dronnikov (ybrnj80 at yandex dot ru) pointed out that my cleanup of by Rob Landley · 18 years ago
- 4d609cb Thinko. by Rob Landley · 18 years ago
- 89d9d4d Vladimir Dronnikov also submitted a CIFS support patch to mount, which I by Rob Landley · 18 years ago
- 88621d7 Svn 16007 broke the build under gcc 4.0.3. This fixes up some of the damage by Rob Landley · 18 years ago
- 73561cc - pull from busybox_scratch: r15829:15850 by Bernhard Reutner-Fischer · 18 years ago
- 4470b74 The kernel can't handle umount /dev/hdc, we have to do it through mtab, by Rob Landley · 18 years ago
- 10b36f9 Patch from Chris Steel to fix mdev deleting device nodes. by Rob Landley · 18 years ago
- 3ba7bd1 Vladimir Dronnikov convinced me to twiddle the semantics of the new shared by Rob Landley · 18 years ago
- 721b46e Fix a typo (|| instead of |) and remove two comments about a problem fixed by Rob Landley · 18 years ago
- e3781b7 Add shared subtree support, suggested by Vladimir Dronnikov. Also break out a by Rob Landley · 18 years ago
- 47b16a6 Using lstat() instead of stat() means that attempting to loopback mount by Rob Landley · 18 years ago
- 7250915 Make a warning go away on 64-bit systems. by Rob Landley · 18 years ago
- 59fe8b9 There are a number of reasons for reinventing printf(). Writing status to by Rob Landley · 18 years ago
- 081e384 Remove xcalloc() and convert its callers to xzalloc(). About half of them by Rob Landley · 18 years ago
- 7478804 Fix umount so loop device disassociation hopefully doesn't screw up errno on by Rob Landley · 18 years ago
- d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
- 446129a Add back in non-ifdef version of FEATURE_PRETTY_PRINT, and get the attribution by Rob Landley · 18 years ago
- fc367f9 There's no excuse for adding new #ifdefs to the code like that. None at all. by Rob Landley · 18 years ago
- eac0c06 allow people to display dmesg output without syslog levels by Mike Frysinger · 18 years ago
- a788111 de-cuddle if( to if ( by Mike Frysinger · 18 years ago
- d893b12 New mkswap. Small and simple. Might even work. :) by Rob Landley · 18 years ago
- aa516a6 Fix three embarassing thinkos in the new dmesg.c: by Rob Landley · 18 years ago
- 63fc1a9 Standardize on the vi editing directives being on the first line. by "Robert P. J. Day" · 18 years ago
- 53f21e3 Remove "#if 0" content. by "Robert P. J. Day" · 18 years ago
- 6822983 Remove all usage of the "register" storage class specifier. by "Robert P. J. Day" · 18 years ago
- c340ea1 fix from Kolbjørn Barmen for building for m68k targets by Mike Frysinger · 18 years ago
- ef10d52 Upgrade mdev to allow commands to be run on create/delete. by Rob Landley · 18 years ago
- 11c7a7b Various cleanups I made while going through Erik Hovland's patch submissions, by Rob Landley · 18 years ago
- 0cc2c2c Patch from Paul Fox to improve mount's error handling behavior, which I beat by Rob Landley · 18 years ago
- dbfb5a3 Andre (armcc2200@yahoo) patched a bug where successful mounts could sometimes by Rob Landley · 18 years ago
- 7a260f0 Make some 64 bit warnings go away on x86-64. by Rob Landley · 18 years ago
- ea224be skip_whitespace() shouldn't claim its return value is const, it doesn't know by Rob Landley · 18 years ago
- bc8c503 Remove warnings caused by #include <sys/mount.h> in platform.h. Apparently by Rob Landley · 18 years ago
- 22d26fc Patch from Yann Morin to put BLKGETSIZE64 in platform.h had rather a lot of by Rob Landley · 18 years ago
- 7c7b0d7 Rewrite of dmesg, smaller and simpler. by Rob Landley · 18 years ago
- 18958e9 Random cleanup of platform.h. by Rob Landley · 18 years ago
- 0960ca7 Work around a persistent uClibc bug, since 0.9.29 still hasn't shipped. by Rob Landley · 18 years ago
- fd8409f Patch from Denis Vlasenko, tweak error messages. by Rob Landley · 18 years ago
- 9a1a9de Minor size shrinkage. by Rob Landley · 18 years ago
- 19008b8 - reuse strings and messages. Saves about 600B by Bernhard Reutner-Fischer · 18 years ago
- c44ab02 Whack the one last warning in make allbareconfig... by Rob Landley · 18 years ago
- 1b9d7c9 - use bb_msg_{read,write}_error where appropriate. by Bernhard Reutner-Fischer · 18 years ago
- 5c0ae06 - No options should set the current system time. by Bernhard Reutner-Fischer · 18 years ago
- 15d20a0 Remove _() and N_() from platform.h. #define them as NOP macros in the two by Rob Landley · 18 years ago