Age | Commit message (Expand) | Author |
2006-09-21 | mount: make Rob happy by reinstating #defines | Denis Vlasenko |
2006-09-19 | ipcs: fix output (misaligned columns) | Denis Vlasenko |
2006-09-19 | ipcs: getopt_ulflag'ification, -170 bytes | Denis Vlasenko |
2006-09-19 | mount: fstabname needs to be const char* | Denis Vlasenko |
2006-09-19 | mount: fix warning (printf field width of * wants int, not size_t) | Denis Vlasenko |
2006-09-17 | whitespace cleanup | Denis Vlasenko |
2006-09-17 | mount: style fixlet | Denis Vlasenko |
2006-09-17 | mount: revert mount --bind to using "bind" as fstype. | Denis Vlasenko |
2006-09-17 | mount: mount_it_now() - char *dir is not really needed. | Denis Vlasenko |
2006-09-17 | mount: fix "duplicate mount options in mtab" bug | Denis Vlasenko |
2006-09-17 | mount: nfs_strerror's static buffer was bigger than needed. | Denis Vlasenko |
2006-09-17 | mount: getopt_ulflag'ification | Denis Vlasenko |
2006-09-17 | mount: style fixes | Denis Vlasenko |
2006-09-17 | mount: fix bugs: free(mp->mnt_fsname) of non-malloced ptr; | Denis Vlasenko |
2006-09-17 | mount: use bb_simplify_path as appropriate | Denis Vlasenko |
2006-09-17 | mount: style fixes | Denis Vlasenko |
2006-09-15 | mount: reorder things, fix NFS-less mount. | Denis Vlasenko |
2006-09-14 | umount: do not try to close FILE* which is NULL. | Denis Vlasenko |
2006-09-14 | mount: -o remount should not add lines to /etc/mtab | Denis Vlasenko |
2006-09-14 | mount: move code from nfsmount.c into mount.c | Denis Vlasenko |
2006-09-14 | mount: fix mtab support (but it is still rather buggy) | Denis Vlasenko |
2006-09-14 | More code from kernel developers, and therefore licensed under GPLv2 only. | Rob Landley |
2006-09-13 | - fix copy'n paste errors that got introduced when switching to the shorter b... | Bernhard Reutner-Fischer |
2006-09-12 | Remove pointless "const". Bloatcheck says 0 bytes difference. | Rob Landley |
2006-09-11 | nfsmount: sanitize it. It had a rather peculiar idea of implementing "bg" | Denis Vlasenko |
2006-09-11 | - convert a few xopen3(,,0) into xopen(,). Also peruse the fact that xopen de... | Bernhard Reutner-Fischer |
2006-09-10 | nfsmount: remove some really old code (for kernels 1.x!) + small cleanups. | Denis Vlasenko |
2006-09-10 | nfsmount: delete nfsmount.h | Denis Vlasenko |
2006-09-10 | nfsmount: nfsmount.h merged into nfsmount.c | Denis Vlasenko |
2006-09-10 | nfsmount: style fix | Denis Vlasenko |
2006-09-10 | ipcs: silly trick with strings. saves ~200 bytes. | Denis Vlasenko |
2006-09-08 | A quick cleanup pass of some low-hanging mess. | Rob Landley |
2006-09-06 | removed a lot of trailing \n in bb_msg() calls. It is added | Denis Vlasenko |
2006-09-05 | Vladimir Dronnikov (ybrnj80 at yandex dot ru) pointed out that my cleanup of | Rob Landley |
2006-09-04 | Thinko. | Rob Landley |
2006-09-01 | Vladimir Dronnikov also submitted a CIFS support patch to mount, which I | Rob Landley |
2006-08-29 | Svn 16007 broke the build under gcc 4.0.3. This fixes up some of the damage | Rob Landley |
2006-08-28 | - pull from busybox_scratch: r15829:15850 | Bernhard Reutner-Fischer |
2006-08-17 | The kernel can't handle umount /dev/hdc, we have to do it through mtab, | Rob Landley |
2006-08-10 | Patch from Chris Steel to fix mdev deleting device nodes. | Rob Landley |
2006-08-09 | Vladimir Dronnikov convinced me to twiddle the semantics of the new shared | Rob Landley |
2006-08-08 | Fix a typo (|| instead of |) and remove two comments about a problem fixed | Rob Landley |
2006-08-08 | Add shared subtree support, suggested by Vladimir Dronnikov. Also break out a | Rob Landley |
2006-08-08 | Using lstat() instead of stat() means that attempting to loopback mount | Rob Landley |
2006-08-06 | Make a warning go away on 64-bit systems. | Rob Landley |
2006-08-04 | There are a number of reasons for reinventing printf(). Writing status to | Rob Landley |
2006-08-03 | Remove xcalloc() and convert its callers to xzalloc(). About half of them | Rob Landley |
2006-08-03 | Fix umount so loop device disassociation hopefully doesn't screw up errno on | Rob Landley |
2006-08-03 | Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate | Rob Landley |
2006-07-27 | Add back in non-ifdef version of FEATURE_PRETTY_PRINT, and get the attribution | Rob Landley |