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