Commit History

Author SHA1 Message Date
  Denis Vlasenko bf66fbc8e2 introduce LONE_CHAR (optimized strcmp with one-char string) 18 years ago
  Denis Vlasenko 28703015ab u_short, ulong exterminated 18 years ago
  Denis Vlasenko 48237b0c88 introduce setsockopt_reuseaddr(int fd), setsockopt_broadcast(int fd), 18 years ago
  Denis Vlasenko ea62077b85 add open_read_close() and similar stuff 18 years ago
  Denis Vlasenko 1385899416 attempt to regularize atoi mess. 18 years ago
  Denis Vlasenko 8f8f268cfd bb_applet_name -> applet_name 18 years ago
  Denis Vlasenko 67b23e6043 getopt_ulflags -> getopt32. 18 years ago
  Denis Vlasenko c1876d7364 inetd: deindent main loop, other readability enhancements 18 years ago
  Denis Vlasenko ec17d437ab inetd: reformat with tabs for indentation 18 years ago
  Denis Vlasenko 3538b9a882 Implement optional syslog logging using ordinary 18 years ago
  Rob Landley 099ed50f91 Unbreak allbareconfig a bit. (The telnetd.c fix is a perfect example of why 18 years ago
  Bernhard Reutner-Fischer d591a360d3 - merge -r15463:15564 from busybox_scratch branch through these changesets: 18 years ago
  Rob Landley d921b2ecc0 Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate 18 years ago
  Rob Landley afb94ecf2b Convert setuid/setgid users to xsetuid/xsetgid. 18 years ago
  "Robert P. J. Day" 63fc1a9e08 Standardize on the vi editing directives being on the first line. 18 years ago
  Bernhard Reutner-Fischer c418d482ba - s/defined(__uClinux__)/BB_NOMMU/ 18 years ago
  Rob Landley 299a6b4d7b Consolidate #include <sys/time.h> so libbb.h does it. 18 years ago
  Bernhard Reutner-Fischer 2c99851181 - patch from Denis Vlasenko to add and use bb_xdaemon() 19 years ago
  Bernhard Reutner-Fischer a4acf669f4 - typo: s/biltin/builtin/g 19 years ago
  Rob Landley e7c43b66d7 Cleanup patch from Denis Vlasenko. Mostly variants of removing the if(x) 19 years ago
  Tim Riker c1ef7bdd8d just whitespace 19 years ago
  Bernhard Reutner-Fischer 86f5c9906b - add platform.h. 19 years ago
  "Vladimir N. Oleynik" ecfd1f6a35 change osbolete sigpause() to sigsuspend() 19 years ago
  Rob Landley 7ad4b30ed4 Yann E. Morin pointed out that rpcsvc/nfs_prot.h isn't needed with any 19 years ago
  "Vladimir N. Oleynik" c06e80e1e7 more lost changes BSD signals -> SysV signals. Noticed by Bernhard 19 years ago
  "Vladimir N. Oleynik" f382c0236e BSD signals -> SysV signals, int->socklet_t. Noticed by Bernhard 19 years ago
  Mike Frysinger 23fedb3ad4 dont typecast lvalue since gcc hates that 19 years ago
  "Vladimir N. Oleynik" 1a2f4d9af7 sync inetd with slackware-10.2 inetd (OpenBSD-1.79), have destroy bug 455 19 years ago
  Paul Fox b831753676 commiting: 19 years ago
  Mike Frysinger 2e3054f413 use socklen_t instead of size_t with socket related functions 19 years ago