Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-09-03 | replacing func() with xfunc() where appropriate | Denis Vlasenko | |
2006-08-29 | Svn 16007 broke the build under gcc 4.0.3. This fixes up some of the damage | Rob Landley | |
(the e2fsprogs directory is too twisty and evil to easily fix, but I plan to rewrite it anyway so I'll just bump that up in priority a bit). | |||
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-16 | Convert setuid/setgid users to xsetuid/xsetgid. | Rob Landley | |
2006-06-07 | use bb_xbind/bb_xlisten | Mike Frysinger | |
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-27 | Consolidate #include <sys/time.h> so libbb.h does it. | Rob Landley | |
2006-04-12 | - patch from Denis Vlasenko to add bb_xbind() and bb_xlisten() | Bernhard Reutner-Fischer | |
2006-04-12 | - patch from Denis Vlasenko to add and use bb_xsocket() and to use | Bernhard Reutner-Fischer | |
bb_xopen some more while at it. Also use shorter boilerplate while at it. | |||
2006-03-10 | Patch from Denis Vlasenko turning static const int (which gets emitted into | Rob Landley | |
the busybox binary) into enums (which don't). | |||
2006-01-25 | just whitespace | Tim Riker | |
2006-01-15 | setgid and setuid have changes effective id too | "Vladimir N. Oleynik" | |
2005-06-24 | - remove extra/unneeded function call. testing svn | Ned Ludd | |
2005-04-23 | remove unused variable and declare writepid inline | Mike Frysinger | |
2005-04-18 | touchups as suggested by Vladimir N. Oleynik | Mike Frysinger | |
2005-04-17 | import fakeidentd module started by Thomas Lundquist | Mike Frysinger | |