aboutsummaryrefslogtreecommitdiff
path: root/libbb (follow)
Commit message (Expand)AuthorAgeFilesLines
* tar: fix "xopen with O_CREAT" warning, improve zero padding writevda2006-09-091-8/+4
* few random readability enhansements. No code changesvda2006-09-081-0/+1
* login: style fixesvda2006-09-081-6/+6
* getty, sulogin: convert to using bb_msg for syslog outputvda2006-09-078-5/+17
* fix if (ENABLE_FEATURE_SYSLOG & (...)) - should be &&vda2006-09-072-2/+2
* Add CONFIG_FEATURE_SYSLOG which controls whethervda2006-09-072-2/+2
* adding files missed in prev updates (forgot about svn add)vda2006-09-072-0/+53
* removed a lot of trailing \n in bb_msg() calls. It is addedvda2006-09-061-1/+1
* Implement optional syslog logging using ordinaryvda2006-09-0610-27/+40
* - mdev and grep use xregcomp. Closes bug #1021aldot2006-09-061-1/+2
* run_shell.c: style fixvda2006-09-051-31/+25
* xfunc: fix: && -> &. Also nuked two double semicolons...vda2006-09-051-2/+2
* uuencode: common implementation for wget and uuencode (closing bug 694)vda2006-09-032-0/+65
* zcip: getopt -> bb_getopt_ulflagsvda2006-09-031-0/+7
* replacing func() with xfunc() where appropriatevda2006-09-031-1/+1
* - pull from busybox_scratch: r15829:15850aldot2006-08-281-63/+70
* Jordan Crouse submitted a patch to only include xregcomp.c when we actuallylandley2006-08-281-1/+15
* No real need for my_query_module() and this eliminates some type-punnedlandley2006-08-282-31/+1
* - merge -r15463:15564 from busybox_scratch branch through these changesets:aldot2006-08-201-2/+2
* Another whack at scripts/individual. Now builds 212 applets.landley2006-08-092-4/+6
* Add shared subtree support, suggested by Vladimir Dronnikov. Also break out alandley2006-08-081-5/+2
* Add comments to all the functions in this file documenting what they're for.landley2006-08-041-33/+76
* Thinko spotted by Vladimir Dronnikov.landley2006-08-041-1/+1
* Remove xcalloc() and convert its callers to xzalloc(). About half of themlandley2006-08-031-9/+0
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidatelandley2006-08-0326-425/+143
* Cleaup read() and write() variants, plus a couple of new functions likelandley2006-07-168-32/+84
* We need xsetuid() and xsetgid() because per-user process resource limits canlandley2006-07-151-0/+12
* Tito writes: If the gecos field of an user is empty, obscure reports a false ...vapier2006-07-151-1/+1
* More minor tweaks.landley2006-07-122-10/+2
* decuddle () from for/if/whilevapier2006-07-121-14/+14
* A couple things that got tangled up in my tree, easier to check in both thanlandley2006-07-121-160/+40
* Patch from Tito to remove pwd_to_spwd (which we don't actually need), withlandley2006-07-112-75/+0
* Denis Vlasenko spotted the lack of bounds checking in my first attempt atlandley2006-07-111-11/+14
* Replace current verbose GPL stuff in libbb/*.c with one-line GPL boilerplate.rpjday2006-07-1036-404/+36
* Add itoa and utoa to see what Denis Vlasenko thinks.landley2006-07-101-1/+50
* Attempt to address Shaun Jackman's problem adding "busybox: busybox.bflt" tolandley2006-07-061-0/+6
* Correct the comment to match the code.rpjday2006-07-021-1/+1
* Standardize on the vi editing directives being on the first line.rpjday2006-07-0213-1/+13
* Allow a user-configurable minimum password length.rpjday2006-07-022-7/+9
* More removal of "#if 0" content.rpjday2006-07-011-3/+0
* Remove all usage of the "register" storage class specifier.rpjday2006-07-011-10/+10
* This kind of paranoia is a debug option at best.landley2006-06-301-1/+1
* Fix bug http://bugs.busybox.net/view.php?id=874 where hexdump -C got itslandley2006-06-281-2/+3
* Fix http://bugs.busybox.net/view.php?id=906 which could cause failures in top.landley2006-06-271-1/+2
* Whitespace. (Vim's auto-indent is kind of annoying at times, like "daytime"landley2006-06-251-1/+1
* Fix a possible race condition if two processes try to claim the same looplandley2006-06-251-3/+4
* The logic to make cp -d or -P treat things like regular files should onlylandley2006-06-241-21/+14
* The type changed too.landley2006-06-201-2/+2
* Use the new names for tty_baud_to_value() and tty_value_to_baud() again.pkj2006-06-201-5/+5
* Revert the last two patches to go back to a state before this file waslandley2006-06-201-16/+94