| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | getopt_ulflags -> getopt32. | Denis Vlasenko | 2006-10-03 | 1 | -4/+4 |
* | rename bb_default_error_retval -> xfunc_error_retval | Denis Vlasenko | 2006-10-03 | 1 | -1/+1 |
* | random style fixes | Denis Vlasenko | 2006-10-03 | 1 | -14/+16 |
* | runit/chpst: "change process state" utility | Denis Vlasenko | 2006-10-03 | 1 | -3/+4 |
* | g[un]zip: add support for -v (verbose). | Denis Vlasenko | 2006-10-01 | 1 | -3/+3 |
* | losetup: use /dev/loopN or /dev/loop/N according to CONFIG_FEATURE_DEVFS=n/y | Denis Vlasenko | 2006-09-29 | 1 | -0/+2 |
* | kill: fix bugs (kill -l output was horrible), fix style, constify data | Denis Vlasenko | 2006-09-27 | 1 | -2/+2 |
* | wget: add (configurable) large file support. Run tested. | Denis Vlasenko | 2006-09-26 | 1 | -0/+2 |
* | The Software Freedom Law Center wants us to add a copyright notice to the | Rob Landley | 2006-09-20 | 1 | -3/+4 |
* | change char *string = "foo" -> char string[] = "foo" | Denis Vlasenko | 2006-09-19 | 1 | -26/+26 |
* | Unbreak allbareconfig. | Rob Landley | 2006-09-15 | 1 | -15/+3 |
* | mount: move code from nfsmount.c into mount.c | Denis Vlasenko | 2006-09-14 | 1 | -3/+0 |
* | Remove pointless "const". Bloatcheck says 0 bytes difference. | Rob Landley | 2006-09-12 | 1 | -1/+1 |
* | nfsmount: sanitize it. It had a rather peculiar idea of implementing "bg" | Denis Vlasenko | 2006-09-11 | 1 | -2/+2 |
* | - merge xstat.c into xfuncs.c | Bernhard Reutner-Fischer | 2006-09-11 | 1 | -1/+1 |
* | login: style fixes | Denis Vlasenko | 2006-09-08 | 1 | -3/+3 |
* | getty, sulogin: convert to using bb_msg for syslog output | Denis Vlasenko | 2006-09-07 | 1 | -0/+2 |
* | Implement optional syslog logging using ordinary | Denis Vlasenko | 2006-09-06 | 1 | -1/+12 |
* | uuencode: common implementation for wget and uuencode (closing bug 694) | Denis Vlasenko | 2006-09-03 | 1 | -0/+4 |
* | - pull from busybox_scratch: r15829:15850 | Bernhard Reutner-Fischer | 2006-08-28 | 1 | -9/+19 |
* | No real need for my_query_module() and this eliminates some type-punned | Rob Landley | 2006-08-28 | 1 | -2/+0 |
* | Another whack at scripts/individual. Now builds 212 applets. | Rob Landley | 2006-08-09 | 1 | -0/+2 |
* | Add shared subtree support, suggested by Vladimir Dronnikov. Also break out a | Rob Landley | 2006-08-08 | 1 | -1/+1 |
* | Remove xcalloc() and convert its callers to xzalloc(). About half of them | Rob Landley | 2006-08-03 | 1 | -1/+0 |
* | Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate | Rob Landley | 2006-08-03 | 1 | -22/+30 |
* | Cleaup read() and write() variants, plus a couple of new functions like | Rob Landley | 2006-07-16 | 1 | -5/+7 |
* | We need xsetuid() and xsetgid() because per-user process resource limits can | Rob Landley | 2006-07-15 | 1 | -0/+2 |
* | A couple things that got tangled up in my tree, easier to check in both than | Rob Landley | 2006-07-12 | 1 | -1/+10 |
* | Patch from Tito to remove pwd_to_spwd (which we don't actually need), with | Rob Landley | 2006-07-11 | 1 | -6/+0 |
* | Upgrade netcat a lot. Make -e able to take the rest of the command line as | Rob Landley | 2006-07-10 | 1 | -0/+1 |
* | Minor build tweaks that save 1100 bytes building busybox on Ubuntu 6.06. | Rob Landley | 2006-07-06 | 1 | -0/+15 |
* | Slowly pulling more common headers into libbb.h. Andre pointed out that | Rob Landley | 2006-06-24 | 1 | -0/+5 |
* | Since rangecoder is just a bunch of C functions, move it into the one user | Rob Landley | 2006-06-20 | 1 | -0/+1 |
* | Undo all of the ugliness and some of the bloat from 15412. | Rob Landley | 2006-06-18 | 1 | -2/+2 |
* | skip_whitespace() shouldn't claim its return value is const, it doesn't know | Rob Landley | 2006-06-18 | 1 | -1/+1 |
* | Attempt at fixing bug 815 by upgrading bb_spawn() so that builtins are at | Rob Landley | 2006-06-14 | 1 | -0/+1 |
* | made "test" an ash built-in. | Paul Fox | 2006-06-08 | 1 | -0/+1 |
* | need prototype for new vfork_daemon() | Mike Frysinger | 2006-06-07 | 1 | -0/+1 |
* | - reuse strings and messages. Saves about 600B | Bernhard Reutner-Fischer | 2006-06-07 | 1 | -0/+2 |
* | Header cleanup on two more networking files (move libbb.h to the top and | Rob Landley | 2006-06-05 | 1 | -16/+13 |
* | Header file cleanup. platform.h apparently needs to be included early on so it | Rob Landley | 2006-05-31 | 1 | -9/+21 |
* | - s/defined(__uClinux__)/BB_NOMMU/ | Bernhard Reutner-Fischer | 2006-05-31 | 1 | -1/+1 |
* | Fix hdparm to use PRIu64 instead of typecasting to long long (which is 128 bits | Rob Landley | 2006-05-28 | 1 | -0/+1 |
* | Consolidate #include <sys/time.h> so libbb.h does it. | Rob Landley | 2006-05-27 | 1 | -0/+2 |
* | Change llist_add_* to take the address of the list rather than returning the new | Rob Landley | 2006-05-26 | 1 | -2/+2 |
* | Slight sanity fix: data is void *, not char *. And it's called data | Rob Landley | 2006-05-26 | 1 | -2/+2 |
* | - introduce and use bb_path_wtmp_file for portability (saves 11 Bytes). | Bernhard Reutner-Fischer | 2006-05-26 | 1 | -4/+6 |
* | - move llist to top of file so we can potentially use it in all prototypes ea... | Bernhard Reutner-Fischer | 2006-05-26 | 1 | -9/+10 |
* | Rich Felker suggested removing dprintf() from watch, and one thing led to | Rob Landley | 2006-05-25 | 1 | -0/+2 |
* | A pending item in my tree I might as well check in: I plan to migrate calloc() | Rob Landley | 2006-05-19 | 1 | -0/+1 |