aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* stty: style fixesvda2006-09-191-102/+93
* stty: fix a longstanding FIXME (was able to die half-way setting term params)vda2006-09-191-171/+241
* mount: fstabname needs to be const char*vda2006-09-191-2/+3
* mount: fix warning (printf field width of * wants int, not size_t)vda2006-09-191-1/+1
* getty: #include <syslog.h>vda2006-09-191-0/+1
* change char *string = "foo" -> char string[] = "foo"vda2006-09-193-53/+53
* whitespace cleanupvda2006-09-1792-218/+218
* mount: style fixletvda2006-09-171-2/+4
* style fixesvda2006-09-171-5/+4
* mount: revert mount --bind to using "bind" as fstype.vda2006-09-171-1/+1
* mount: mount_it_now() - char *dir is not really needed.vda2006-09-171-3/+3
* mount: fix "duplicate mount options in mtab" bugvda2006-09-171-3/+21
* mount: nfs_strerror's static buffer was bigger than needed.vda2006-09-171-1/+1
* mount: getopt_ulflag'ificationvda2006-09-171-38/+24
* mount: style fixesvda2006-09-171-34/+34
* mount: fix bugs: free(mp->mnt_fsname) of non-malloced ptr;vda2006-09-171-17/+20
* mount: use bb_simplify_path as appropriatevda2006-09-171-21/+13
* mount: style fixesvda2006-09-171-21/+24
* login: apply fixes + getopt_ulflag'ification by Bernhardvda2006-09-171-44/+29
* - Steven Scholz pointed out that ssd's make-pid doesn't take an argument.aldot2006-09-151-1/+1
* mount: reorder things, fix NFS-less mount.vda2006-09-151-380/+360
* Unbreak allbareconfig.landley2006-09-151-5/+2
* So, in the cornucopia of superfulous warning directives I didn't add to thelandley2006-09-151-1/+1
* Unbreak allbareconfig.landley2006-09-151-15/+3
* Strangely, using // in the comments I added was not a persistent accident.landley2006-09-141-65/+62
* login: eliminate forward decls and #ifdefsvda2006-09-141-191/+166
* umount: do not try to close FILE* which is NULL.vda2006-09-141-11/+13
* mount: -o remount should not add lines to /etc/mtabvda2006-09-141-1/+1
* mount: move code from nfsmount.c into mount.cvda2006-09-144-1031/+1018
* - make sure that the 'build' dir exists even if we are about to build just on...aldot2006-09-141-0/+7
* - do away with silly comment and do the Right Thing wrt building the archives.aldot2006-09-141-28/+1
* mount: fix mtab support (but it is still rather buggy)vda2006-09-141-13/+27
* svn 15355 replaced "BusyBox is licensed under the GNU General Public Publiclandley2006-09-141-1/+1
* More code from kernel developers, and therefore licensed under GPLv2 only.landley2006-09-141-12/+4
* Add Larry Doolittle's ntpclient, plus some formatting tweaks.landley2006-09-131-3/+9
* - fix copy'n paste errors that got introduced when switching to the shorter b...aldot2006-09-1312-12/+12
* - r16075 broke for de-selected FEATURE_UTMP; Partial fix that wants some more...aldot2006-09-131-28/+11
* Revert duplicate patch.landley2006-09-121-8/+0
* Remove pointless "const". Bloatcheck says 0 bytes difference.landley2006-09-126-8/+9
* Fix from Bernhard for somebody trying to limp along with gcc 2.95.4.landley2006-09-121-0/+8
* Random cleanup hanging around my tree.landley2006-09-121-8/+0
* - small trivia to be gentle to gcc-2.95.x which had no va_copy but only __va_...aldot2006-09-125-19/+10
* - fix warning about discarding qualifiers in initializationaldot2006-09-121-1/+1
* nfsmount: sanitize it. It had a rather peculiar idea of implementing "bg"vda2006-09-113-189/+223
* - convert a few xopen3(,,0) into xopen(,). Also peruse the fact that xopen de...aldot2006-09-117-8/+8
* - merge xstat.c into xfuncs.caldot2006-09-114-14/+12
* - Tito pointed out that Rob forgot to add e2fsprogs/blkid/list.caldot2006-09-111-0/+110
* Build fixes for gcc 4.0 with -Werror, from Tito.landley2006-09-116-129/+17
* Error reporting fix for sulogin, plus remove help entries for options we neverlandley2006-09-112-4/+8
* nfsmount: remove some really old code (for kernels 1.x!) + small cleanups.vda2006-09-101-60/+63