Commit History

Author SHA1 Message Date
  Manuel Novoa III d709743b09 If read were to return with an error, bad things would happen. Fix it. 20 years ago
  Eric Andersen febd744d31 Use STDIN_FILENO rather than '0' 20 years ago
  Eric Andersen d4d01d2b9b Rob Landley writes: 20 years ago
  Eric Andersen c7bda1ce65 Remove trailing whitespace. Update copyright to include 2004. 20 years ago
  Eric Andersen 637d2266e1 Disable any buffering to stdout 21 years ago
  Manuel Novoa III cad5364599 Major coreutils update. 21 years ago
  Eric Andersen bdfd0d78bc Major rework of the directory structure and the entire build system. 23 years ago
  Glenn L McGrath 1d098cefe2 Use wfopen instead of fopen & error_msg, saves 64 bytes 23 years ago
  Eric Andersen 67991cf824 This patch, put together by Manuel Novoa III, is a merge of work 23 years ago
  Eric Andersen 8ec10a9483 Fix up copyright msgs. Bump version to 0.49 in preparation for 23 years ago
  Matt Kraai 1fa1adea2a Change calls to error_msg.* and strerror to use perror_msg.*. 23 years ago
  Mark Whitley f57c944e09 Changed names of functions in utility.c and all affected files, to make 23 years ago
  Eric Andersen 3570a34de4 Renamed "internal.h" to the more sensible "busybox.h". 24 years ago
  Matt Kraai 1638488d26 Rewritten by mistake. 24 years ago
  Matt Kraai bf181b9338 Extract usage information into a separate file. 24 years ago
  Matt Kraai d537a95fdb Use errorMsg rather than fprintf. 24 years ago
  Eric Andersen b610615be9 Updates to a number of apps to remove warnings/compile errors under libc5. 24 years ago
  Erik Andersen 7ab9c7ee52 Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELP 24 years ago
  Erik Andersen 61677feff7 Upates to include copyright 2000 to everything 24 years ago
  Erik Andersen 298854f029 My latest ramblings. 24 years ago
  John Beppu 692a4502b0 + changed a static array (FileList) into a dynamically allocated one 24 years ago
  Erik Andersen e49d5ecbbe Some formatting updates (ran the code through indent) 24 years ago
  Erik Andersen fac10d7c59 A few minor updates. ;-) 24 years ago
  Eric Andersen 2cb55077e2 Added poweroff (and adjusted init to use it). Inlined function 24 years ago
  John Beppu a3e0d7928b changed tee_usage from being a function to a char[] 24 years ago
  Eric Andersen 70e2f0b111 Fix beppu's email address. 24 years ago
  John Beppu 059f152a7a Implemented tee(1). 24 years ago