Commit History

Auteur SHA1 Bericht Datum
  Denis Vlasenko f24e1f40e0 cp: add support for -s, -l. Fix free(nonmalloc) bug. 18 jaren geleden
  Denis Vlasenko 67b23e6043 getopt_ulflags -> getopt32. 18 jaren geleden
  Rob Landley d921b2ecc0 Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate 18 jaren geleden
  "Robert P. J. Day" 801ab14013 Add one-line GPL boilerplate to numerous (but not all yet) source files. 18 jaren geleden
  Rob Landley dfba741457 Robert P. Day removed 8 gazillion occurrences of "extern" on function 19 jaren geleden
  Rob Landley cdbae77823 printf() arguments shouldn't be passed straight from user supplied data. 19 jaren geleden
  "Vladimir N. Oleynik" 39a841cecf change interface to bb_xasprintf() - more perfect for me. 19 jaren geleden
  Rob Landley 3071e2fda3 Patch from Matthew S. Wood: 20 jaren geleden
  Eric Andersen c7bda1ce65 Remove trailing whitespace. Update copyright to include 2004. 21 jaren geleden
  Glenn L McGrath 95f75a3dcd Patch from Bastian Blank to fix debian bug #226722, test case: 21 jaren geleden
  Glenn L McGrath cfc0ad4260 Batch from Bastian Blank to fix debian bug #216435; 21 jaren geleden
  Eric Andersen cb81e6484d Update a bunch of docs. Run a script to update my email addr. 21 jaren geleden
  Manuel Novoa III cad5364599 Major coreutils update. 22 jaren geleden
  Robert Griebl d378c3149c Applied vodz' patches #49 and #50 (with a small correction in runshell.c) 22 jaren geleden
  Eric Andersen fcffa2cc1a Apply lash_patch35 from vodz, which brings several nice size_optimizations. 23 jaren geleden
  Eric Andersen bdfd0d78bc Major rework of the directory structure and the entire build system. 23 jaren geleden
  Eric Andersen 04095e58fb Move messages.c to libbb. Make each string in messages.c be its own .o file. 24 jaren geleden
  Eric Andersen cbe31dace5 It turns out that DODMALLOC was broken when I reorganized busybox.h 24 jaren geleden
  Eric Andersen d69d2da165 use perror_msg instead of perror to print the applet name. 24 jaren geleden
  Eric Andersen 67991cf824 This patch, put together by Manuel Novoa III, is a merge of work 24 jaren geleden
  Eric Andersen 8ec10a9483 Fix up copyright msgs. Bump version to 0.49 in preparation for 24 jaren geleden
  Eric Andersen ed3ef50c23 Fix header file usage -- there were many unnecessary header files included in 24 jaren geleden
  Mark Whitley 59ab025363 #define -> static const int. Also got rid of some big static buffers. 24 jaren geleden
  Mark Whitley f57c944e09 Changed names of functions in utility.c and all affected files, to make 24 jaren geleden
  Eric Andersen 13241dfbdd Patch from Matt Kraai: "When it encounters a problem creating a link, ln 24 jaren geleden
  Glenn L McGrath aa3908d1b7 Rewrite to use getopt and return instead of exit, a seperate function (fs_link) does the actual work. 24 jaren geleden
  Eric Andersen 3570a34de4 Renamed "internal.h" to the more sensible "busybox.h". 24 jaren geleden
  Matt Kraai 322ae93a5e Fix calls to {m,c,re}alloc so that they use x{m,c,re}alloc instead of 24 jaren geleden
  Matt Kraai bf181b9338 Extract usage information into a separate file. 24 jaren geleden
  Matt Kraai d537a95fdb Use errorMsg rather than fprintf. 24 jaren geleden