Commit History

Author SHA1 Message Date
  Denis Vlasenko d3d004dd35 last nail into error_msg() (de)capitalization 17 years ago
  Denis Vlasenko 7039a66b58 correct largefile support, add comments about it. 18 years ago
  Denis Vlasenko 1385899416 attempt to regularize atoi mess. 18 years ago
  Denis Vlasenko c16bd212e3 silly switch style fix 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 22dca23d52 archival: added O_TRUNC so that when we overwrite files on unpack, 18 years ago
  Rob Landley 74bb70cf54 Ok, that's not a typo, that's just me not thinking. 18 years ago
  Rob Landley 3629d95a24 Typo. 18 years ago
  Rob Landley 27d07c9ce2 Now that we have xopen3(), it's just plain unclean to have xopen() with 18 years ago
  Rob Landley d921b2ecc0 Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate 18 years ago
  "Robert P. J. Day" eea561871b "formated" -> "formatted" throughout the code base. 18 years ago
  Rob Landley 534374755d Cleaup read() and write() variants, plus a couple of new functions like 18 years ago
  Bernhard Reutner-Fischer 19008b8373 - reuse strings and messages. Saves about 600B 18 years ago
  Rob Landley 1ec5b29054 More size shrinkage. 18 years ago
  Rob Landley 8bb50782a5 Change llist_add_* to take the address of the list rather than returning the new 18 years ago
  Bernhard Reutner-Fischer b1629b1b2a - remove emacs layout block as suggested by Robert P.J. Day 18 years ago
  Bernhard Reutner-Fischer d9cf7ac781 - patch from Denis Vlasenko to add and use bb_xchdir() 18 years ago
  Paul Fox 986ab525b8 ensure that corrupted file extraction causes both a message and 18 years ago
  Rob Landley dfba741457 Robert P. Day removed 8 gazillion occurrences of "extern" on function 18 years ago
  Rob Landley 688ed0d760 Patch from Robert P. Day, moving byte order checks to use platform.h macros. 18 years ago
  Rob Landley e7c43b66d7 Cleanup patch from Denis Vlasenko. Mostly variants of removing the if(x) 18 years ago
  Rob Landley 0a7c8ef6e2 Patch from Denis Vlasenko to constify things and fix a few typos. 18 years ago
  Tim Riker c1ef7bdd8d just whitespace 18 years ago
  Bernhard Reutner-Fischer 86f5c9906b - add platform.h. 18 years ago
  Rob Landley b7128c6236 Cleanup patch by Bernhard Fischer, removing unnecessary includes of 19 years ago
  Mike Frysinger 69024551bf rename the accept/reject names since accept overrides the accept() socket function 19 years ago
  Paul Fox 0840b76602 applying fixes from: 19 years ago
  Glenn L McGrath f34b0e996b Update reference for zip format 20 years ago
  Eric Andersen 70060d25d2 s/fileno\(stdin\)/STDIN_FILENO/g 20 years ago
  Glenn L McGrath 5699b8525e Move from read_gz to the pipe()+fork() method. 20 years ago