Commit History

Author SHA1 Message Date
  Denys Vlasenko e992bae6f9 *: remove a few more cases of argc usage. -89 bytes. 14 years ago
  Denys Vlasenko dc9495df03 rx: strip padding from last block. closes bug 501. 15 years ago
  Denis Vlasenko a60f84ebf0 *: rename ATTRIBUTE_XXX to just XXX. 16 years ago
  Denis Vlasenko 8e2cfec1cd libbb: introduse and use signal_[no_]SA_RESTART_empty_mask and sigaction_set 16 years ago
  Denis Vlasenko 4cf1d08fc2 nc: remove a bit of bloat 16 years ago
  Denis Vlasenko 400d8bb45e less,klogd,syslogd,nc,tcpudp: exit on signal by killing itself, not exit(1) 16 years ago
  Denis Vlasenko 9b49a5ed85 add -fvisibility=hidden to CC flags, mark XXX_main functions 16 years ago
  Denis Vlasenko b6adbf1be2 usage.c: remove reference to busybox.h 17 years ago
  Denis Vlasenko ac678ec2f1 style fixes, no code changes 17 years ago
  Denis Vlasenko 06af216528 suppress warnings about easch <applet>_main() having 17 years ago
  Bernhard Reutner-Fischer bb8c7c041c - sed -i -e "/\$Id:/d;" 17 years ago
  Denis Vlasenko cf749bc10c small fixes: 17 years ago
  Denis Vlasenko f0ed376eda remove bb_printf and the like 17 years ago
  Denis Vlasenko 7d219aab70 build system overhaul 18 years ago
  Bernhard Reutner-Fischer 64d7e93081 - convert a few xopen3(,,0) into xopen(,). Also peruse the fact that xopen defaults to 0777 on it's own, so we don't need to xopen3(,,0777). 18 years ago
  Denis Vlasenko 6d655be5df removed a lot of trailing \n in bb_msg() calls. It is added 18 years ago
  Rob Landley d921b2ecc0 Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate 18 years ago
  Rob Landley 534374755d Cleaup read() and write() variants, plus a couple of new functions like 18 years ago
  Rob Landley 399d45f1c6 Aurelien Jacobs pointed out inline functions that could be removed. Doing so 18 years ago
  Bernhard Reutner-Fischer c89982dcd7 - move #include busybox.h to the very top so we pull in the config 18 years ago
  Bernhard Reutner-Fischer 95a040fac8 - use the defines CURRENT_TTY and VC_1; also shrink xargs a tiny bit: 18 years ago
  Bernhard Reutner-Fischer b1629b1b2a - remove emacs layout block as suggested by Robert P.J. Day 18 years ago
  Bernhard Reutner-Fischer c2cb0f32b4 - patch from Denis Vlasenko to add and use bb_xopen3() 18 years ago
  Bernhard Reutner-Fischer 20f4000086 - add some ATTRIBUTE_UNUSED. 18 years ago
  Eric Andersen c7bda1ce65 Remove trailing whitespace. Update copyright to include 2004. 20 years ago
  Glenn L McGrath 8f3bc4ce52 New applet, rx, by Christopher Hoover 20 years ago