aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* mount: style fixletDenis Vlasenko2006-09-171-2/+4
* style fixesDenis Vlasenko2006-09-171-5/+4
* mount: revert mount --bind to using "bind" as fstype.Denis Vlasenko2006-09-171-1/+1
* mount: mount_it_now() - char *dir is not really needed.Denis Vlasenko2006-09-171-3/+3
* mount: fix "duplicate mount options in mtab" bugDenis Vlasenko2006-09-171-3/+21
* mount: nfs_strerror's static buffer was bigger than needed.Denis Vlasenko2006-09-171-1/+1
* mount: getopt_ulflag'ificationDenis Vlasenko2006-09-171-38/+24
* mount: style fixesDenis Vlasenko2006-09-171-34/+34
* mount: fix bugs: free(mp->mnt_fsname) of non-malloced ptr;Denis Vlasenko2006-09-171-17/+20
* mount: use bb_simplify_path as appropriateDenis Vlasenko2006-09-171-21/+13
* mount: style fixesDenis Vlasenko2006-09-171-21/+24
* login: apply fixes + getopt_ulflag'ification by BernhardDenis Vlasenko2006-09-171-44/+29
* - Steven Scholz pointed out that ssd's make-pid doesn't take an argument.Bernhard Reutner-Fischer2006-09-151-1/+1
* mount: reorder things, fix NFS-less mount.Denis Vlasenko2006-09-151-380/+360
* Unbreak allbareconfig.Rob Landley2006-09-151-5/+2
* So, in the cornucopia of superfulous warning directives I didn't add to theRob Landley2006-09-151-1/+1
* Unbreak allbareconfig.Rob Landley2006-09-151-15/+3
* Strangely, using // in the comments I added was not a persistent accident.Rob Landley2006-09-141-65/+62
* login: eliminate forward decls and #ifdefsDenis Vlasenko2006-09-141-191/+166
* umount: do not try to close FILE* which is NULL.Denis Vlasenko2006-09-141-11/+13
* mount: -o remount should not add lines to /etc/mtabDenis Vlasenko2006-09-141-1/+1
* mount: move code from nfsmount.c into mount.cDenis Vlasenko2006-09-144-1031/+1018
* - make sure that the 'build' dir exists even if we are about to build just on...Bernhard Reutner-Fischer2006-09-141-0/+7
* - do away with silly comment and do the Right Thing wrt building the archives.Bernhard Reutner-Fischer2006-09-141-28/+1
* mount: fix mtab support (but it is still rather buggy)Denis Vlasenko2006-09-141-13/+27
* svn 15355 replaced "BusyBox is licensed under the GNU General Public PublicRob Landley2006-09-141-1/+1
* More code from kernel developers, and therefore licensed under GPLv2 only.Rob Landley2006-09-141-12/+4
* Add Larry Doolittle's ntpclient, plus some formatting tweaks.Rob Landley2006-09-131-3/+9
* - fix copy'n paste errors that got introduced when switching to the shorter b...Bernhard Reutner-Fischer2006-09-1312-12/+12
* - r16075 broke for de-selected FEATURE_UTMP; Partial fix that wants some more...Bernhard Reutner-Fischer2006-09-131-28/+11
* Revert duplicate patch.Rob Landley2006-09-121-8/+0
* Remove pointless "const". Bloatcheck says 0 bytes difference.Rob Landley2006-09-126-8/+9
* Fix from Bernhard for somebody trying to limp along with gcc 2.95.4.Rob Landley2006-09-121-0/+8
* Random cleanup hanging around my tree.Rob Landley2006-09-121-8/+0
* - small trivia to be gentle to gcc-2.95.x which had no va_copy but only __va_...Bernhard Reutner-Fischer2006-09-125-19/+10
* - fix warning about discarding qualifiers in initializationBernhard Reutner-Fischer2006-09-121-1/+1
* nfsmount: sanitize it. It had a rather peculiar idea of implementing "bg"Denis Vlasenko2006-09-113-189/+223
* - convert a few xopen3(,,0) into xopen(,). Also peruse the fact that xopen de...Bernhard Reutner-Fischer2006-09-117-8/+8
* - merge xstat.c into xfuncs.cBernhard Reutner-Fischer2006-09-114-14/+12
* - Tito pointed out that Rob forgot to add e2fsprogs/blkid/list.cBernhard Reutner-Fischer2006-09-111-0/+110
* Build fixes for gcc 4.0 with -Werror, from Tito.Rob Landley2006-09-116-129/+17
* Error reporting fix for sulogin, plus remove help entries for options we neverRob Landley2006-09-112-4/+8
* nfsmount: remove some really old code (for kernels 1.x!) + small cleanups.Denis Vlasenko2006-09-101-60/+63
* nfsmount: delete nfsmount.hDenis Vlasenko2006-09-101-242/+0
* nfsmount: nfsmount.h merged into nfsmount.cDenis Vlasenko2006-09-103-168/+260
* nfsmount: style fixDenis Vlasenko2006-09-101-104/+103
* ipcs: silly trick with strings. saves ~200 bytes.Denis Vlasenko2006-09-102-40/+39
* Cleanup headers and replace the zero padding with an even smaller version.Rob Landley2006-09-101-46/+10
* sulogin: minor cleanup.Denis Vlasenko2006-09-091-17/+15
* setkeycodes: something horrible happened hereDenis Vlasenko2006-09-091-24/+23