Age | Commit message (Expand) | Author |
2006-10-19 | build system: (try to) get rid of bb_config.h hack | Denis Vlasenko |
2006-10-14 | grep: add support for -r | Denis Vlasenko |
2006-10-14 | add open_read_close() and similar stuff | Denis Vlasenko |
2006-10-12 | bb_get_[chomped]line_from_file wasn't descriptive enough. | Denis Vlasenko |
2006-10-11 | ifupdown: stop emitting annoying/misleading error messages. | Denis Vlasenko |
2006-10-10 | od: provide full-blown od from coreutils if CONFIG_DESKTOP | Denis Vlasenko |
2006-10-10 | fixes from Vladimir Dronnikov <dronnikov@gmail.ru> | Denis Vlasenko |
2006-10-08 | start_stop_daemon: add -N <nice> compat | Denis Vlasenko |
2006-10-08 | correct largefile support, add comments about it. | Denis Vlasenko |
2006-10-08 | attempt to regularize atoi mess. | Denis Vlasenko |
2006-10-07 | dd: make it recognize not only 'k' but 'K' too; | Denis Vlasenko |
2006-10-06 | dnsd fix; option_mask32 added. dnsd needs more love. | Denis Vlasenko |
2006-10-05 | httpd: add -u user[:grp] support | Denis Vlasenko |
2006-10-05 | build system overhaul | Denis Vlasenko |
2006-10-03 | bb_applet_name -> applet_name | Denis Vlasenko |
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 |