Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-11-18 | rodata cleanup. "unable to" == "cannot". -300 bytes | Denis Vlasenko | |
2006-10-12 | bb_get_[chomped]line_from_file wasn't descriptive enough. | Denis Vlasenko | |
Renaming... | |||
2006-10-03 | bb_applet_name -> applet_name | Denis Vlasenko | |
2006-10-03 | getopt_ulflags -> getopt32. | Denis Vlasenko | |
It is impossible to formulate sane ABI based on size of ulong because it can be 32-bit or 64-bit. Basically it means that you cannot portably use more that 32 option chars in one call anyway... Make it explicit. | |||
2006-09-06 | Implement optional syslog logging using ordinary | Denis Vlasenko | |
bb_xx_msg calls, and convert networking/* to it. The rest of bbox will be converted gradually. | |||
2006-08-03 | Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate | Rob Landley | |
things like xasprintf() into xfuncs.c, remove xprint_file_by_name() (it only had one user), clean up lots of #includes... General cleanup pass. What I've been doing for the last couple days. And it conflicts! I've removed httpd.c from this checkin due to somebody else touching that file. It builds for me. I have to catch a bus. (Now you know why I'm looking forward to Mercurial.) | |||
2006-07-02 | Standardize on the vi editing directives being on the first line. | "Robert P. J. Day" | |
2006-06-05 | Header cleanup on two more networking files (move libbb.h to the top and | Rob Landley | |
remove #includes that libbb.h already does), plus a minor cleanup of libbb.h to move #includes towards the top of the file where we can see 'em. | |||
2006-05-29 | Size reductions, mostly switching things to use libbb functions. | Rob Landley | |
2006-05-04 | CONFIG->ENABLE migration. | Rob Landley | |
2006-01-22 | - add platform.h. | Bernhard Reutner-Fischer | |
- use shorter boilerplate while at it. | |||
2006-01-15 | restore erronyous 'cleanups' by Rob Sullivan and landley | "Vladimir N. Oleynik" | |
2006-01-15 | Cleanup patch from Rob Sullivan. | Rob Landley | |
2005-04-16 | Patch from Bernhard Fischer to make a bunch of symbols static | Eric Andersen | |
which were otherwise cluttering the global namespace. | |||
2004-04-25 | Update my email address, document some of my tasks in the AUTHORS file | Glenn L McGrath | |
2004-04-14 | Larry Doolittle writes: | Eric Andersen | |
This is a bulk spelling fix patch against busybox-1.00-pre10. If anyone gets a corrupted copy (and cares), let me know and I will make alternate arrangements. Erik - please apply. Authors - please check that I didn't corrupt any meaning. Package importers - see if any of these changes should be passed to the upstream authors. I glossed over lots of sloppy capitalizations, missing apostrophes, mixed American/British spellings, and German-style compound words. What is "pretect redefined for test" in cmdedit.c? Good luck on the 1.00 release! - Larry | |||
2003-07-05 | Patch from Lars Kellogg-Stedman: | Eric Andersen | |
Glibc 2.1.3 (used by the Hardhat Linux SDK distributed by Cyclades) does not define IF_NAMESIZE in net/if.h. | |||
2003-03-19 | Major coreutils update. | Manuel Novoa III | |
2003-01-19 | Dont use getopt_long, minor usage changes, patch by Nick Fedchik | Glenn L McGrath | |
2003-01-16 | Use vsyslog instead of syslog, improve initalisation and cleanup of | Glenn L McGrath | |
variables, save 300 Bytes or so, patch by Vladimir N. Oleynik | |||
2003-01-14 | Eliminate most instances where we use linux kernel headers | Eric Andersen | |
-Erik | |||
2002-12-17 | Get interface names using ioctl rather than /proc, from Nick Fedchik | Glenn L McGrath | |
2002-12-13 | Fix bug when reading mac from command line, continue; if hwaddrr not found | Glenn L McGrath | |
2002-12-13 | New applet, nameif by Nick Fedchik and myself. | Glenn L McGrath | |