aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* mount: make Rob happy by reinstating #definesDenis Vlasenko2006-09-211-4/+2
* Teach get_terminal_width_height to fall back to $LINES and $COLUMNS whenRob Landley2006-09-203-37/+27
* The version checked into the tree is a snapshot of an unifinished applet, andRob Landley2006-09-201-7/+7
* The Software Freedom Law Center wants us to add a copyright notice to theRob Landley2006-09-202-15/+8
* License clarification.Rob Landley2006-09-202-4/+51
* - fix documentation for the command-line options of ipcs. Closes #1036Bernhard Reutner-Fischer2006-09-201-4/+4
* - fix embarrassing typo of mine. Closes bug #1038Bernhard Reutner-Fischer2006-09-201-2/+2
* ipcs: fix output (misaligned columns)Denis Vlasenko2006-09-191-2/+2
* ipcs: getopt_ulflag'ification, -170 bytesDenis Vlasenko2006-09-191-39/+16
* stty: fix few bugs found in testingDenis Vlasenko2006-09-191-25/+27
* getty: oops... removing duplicate #include <syslog.h>Denis Vlasenko2006-09-191-2/+0
* stty: reorder code, reducing need in forward declarations.Denis Vlasenko2006-09-191-211/+198
* stty: convert "enum mode_type" into unnamed enumDenis Vlasenko2006-09-191-157/+169
* stty: reduce #ifdef forestDenis Vlasenko2006-09-191-52/+45
* stty: simplify linewrapping code a bitDenis Vlasenko2006-09-191-55/+33
* stty: style fixesDenis Vlasenko2006-09-191-102/+93
* stty: fix a longstanding FIXME (was able to die half-way setting term params)Denis Vlasenko2006-09-191-171/+241
* mount: fstabname needs to be const char*Denis Vlasenko2006-09-191-2/+3
* mount: fix warning (printf field width of * wants int, not size_t)Denis Vlasenko2006-09-191-1/+1
* getty: #include <syslog.h>Denis Vlasenko2006-09-191-0/+1
* change char *string = "foo" -> char string[] = "foo"Denis Vlasenko2006-09-193-53/+53
* whitespace cleanupDenis Vlasenko2006-09-1792-218/+218
* 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