2004-04-05 |
andersen | Patch adding support for ibs= and obs= to dd |
commit | commitdiff | tree | snapshot |
2004-04-05 |
andersen | Per suggestion by Pawel Sakowski, fix the dash_arith... |
commit | commitdiff | tree | snapshot |
2004-04-05 |
andersen | Tito, farmatito at tiscali dot it writes: |
commit | commitdiff | tree | snapshot |
2004-04-05 |
andersen | rename uncompress.c to decompress_uncompress.c |
commit | commitdiff | tree | snapshot |
2004-04-03 |
andersen | Everything should be made as simple as possible. But... |
commit | commitdiff | tree | snapshot |
2004-04-01 |
landley | The last patch broke: |
commit | commitdiff | tree | snapshot |
2004-03-31 |
andersen | Patch from Hideki IWAMOTO adding support for 'cmp -n' |
commit | commitdiff | tree | snapshot |
2004-03-31 |
andersen | Junio Hamano, junio at twinsun dot com writes: |
commit | commitdiff | tree | snapshot |
2004-03-31 |
andersen | Patch from Thomas Winkler: |
commit | commitdiff | tree | snapshot |
2004-03-31 |
andersen | Patch from Thomas Winkler showing the the system time... |
commit | commitdiff | tree | snapshot |
2004-03-31 |
andersen | Patch from Thomas Winkler -- vi -R did not work |
commit | commitdiff | tree | snapshot |
2004-03-30 |
andersen | Sigh. what a mess. |
commit | commitdiff | tree | snapshot |
2004-03-30 |
andersen | As waldi noticed, checks for the size of an off_t and... |
commit | commitdiff | tree | snapshot |
2004-03-30 |
andersen | Go ahead and kill off the FDISK_SUPPORT_LARGE_DISKS... |
commit | commitdiff | tree | snapshot |
2004-03-30 |
andersen | The fdisk llseek junk was redundant, since both uClibc... |
commit | commitdiff | tree | snapshot |
2004-03-29 |
andersen | As noted by Martin Schwenke, the example for find was... |
commit | commitdiff | tree | snapshot |
2004-03-27 |
andersen | Yet more doc cleanups |
commit | commitdiff | tree | snapshot |
2004-03-27 |
andersen | Add missing include files |
commit | commitdiff | tree | snapshot |
2004-03-27 |
andersen | passwd and sulogin also need libcrypt, via libbb/pw_enc... |
commit | commitdiff | tree | snapshot |
2004-03-27 |
andersen | s/fileno\(stdin\)/STDIN_FILENO/g |
commit | commitdiff | tree | snapshot |
2004-03-27 |
andersen | Vladimir N. Oleynik (vodz) writes: |
commit | commitdiff | tree | snapshot |
2004-03-27 |
andersen | Update docs |
commit | commitdiff | tree | snapshot |
2004-03-23 |
andersen | Brian Pomerantz writes: |
commit | commitdiff | tree | snapshot |
2004-03-22 |
sandman | Some corrections from vodz: |
commit | commitdiff | tree | snapshot |
2004-03-21 |
sandman | The utc variable was not modified according to the... |
commit | commitdiff | tree | snapshot |
2004-03-20 |
andersen | Tito noticed a printf that should have been a bb_error_msg. |
commit | commitdiff | tree | snapshot |
2004-03-19 |
mjn3 | Oops.. got a bit to aggressive with size optimization... |
commit | commitdiff | tree | snapshot |
2004-03-19 |
andersen | As noted in a patch from Kendrick Hamilton, rmmod was... |
commit | commitdiff | tree | snapshot |
2004-03-19 |
andersen | Add missing ELFCLASSM for m68k |
commit | commitdiff | tree | snapshot |
2004-03-19 |
andersen | Only use R_68K_GOTOFF if it is defined |
commit | commitdiff | tree | snapshot |
2004-03-19 |
andersen | Fix broken arg parsing (was not passing pointer to... |
commit | commitdiff | tree | snapshot |
2004-03-16 |
andersen | Patch from vodz to fix the dynamic vars patch, which... |
commit | commitdiff | tree | snapshot |
2004-03-15 |
andersen | Oops. Using the wrong variable was a rather stupid |
commit | commitdiff | tree | snapshot |
2004-03-15 |
andersen | Remove trailing whitespace. Update copyright to includ... |
commit | commitdiff | tree | snapshot |
2004-03-13 |
mjn3 | I redid route. |
commit | commitdiff | tree | snapshot |
2004-03-13 |
andersen | Update docs for start_stop_daemon to match reality... |
commit | commitdiff | tree | snapshot |
2004-03-13 |
andersen | Fix some doc generation problems |
commit | commitdiff | tree | snapshot |
2004-03-12 |
andersen | Hideki IWAMOTO writes: |
commit | commitdiff | tree | snapshot |
2004-03-12 |
andersen | Fix some goofy formatting |
commit | commitdiff | tree | snapshot |
2004-03-12 |
andersen | Add prototypes for safe_strtol and friends |
commit | commitdiff | tree | snapshot |
2004-03-12 |
andersen | Fix awk entry, which was not showing up in BusyBox... |
commit | commitdiff | tree | snapshot |
2004-03-11 |
andersen | Paul Mundt, lethal at linux-sh dot org writes: |
commit | commitdiff | tree | snapshot |
2004-03-10 |
bug1 | Patch from Thomas Frohlich to fix an option ordering... |
commit | commitdiff | tree | snapshot |
2004-03-10 |
bug1 | When displaying the size in 1kB blocks round up if... |
commit | commitdiff | tree | snapshot |
2004-03-10 |
bug1 | Patch by Seth W. Klein, the -l switch was reversed |
commit | commitdiff | tree | snapshot |
2004-03-10 |
mjn3 | In spite of the feature freeze, check in a complete... |
commit | commitdiff | tree | snapshot |
2004-03-09 |
andersen | Note that /proc must be mounted for filesystem type... |
commit | commitdiff | tree | snapshot |
2004-03-09 |
andersen | David Anders (prpplague) submitted this patch to allow... |
commit | commitdiff | tree | snapshot |
2004-03-08 |
mjn3 | Fix broken sort order flags. |
commit | commitdiff | tree | snapshot |
2004-03-08 |
mjn3 | My bug. :-( |
commit | commitdiff | tree | snapshot |
2004-03-06 |
andersen | Fix/eliminate use of atol |
commit | commitdiff | tree | snapshot |
2004-03-06 |
bug1 | Patch from Matt Kraai to fix debian bug number 231994. |
commit | commitdiff | tree | snapshot |
2004-03-06 |
bug1 | Woops, how did that get in there |
commit | commitdiff | tree | snapshot |
2004-03-06 |
mjn3 | Don't build these support functions for uClibc, as... |
commit | commitdiff | tree | snapshot |
2004-03-05 |
bug1 | Patch from John Powers, adds multicast (rfc2090) and... |
commit | commitdiff | tree | snapshot |
2004-03-05 |
bug1 | Patch from duane no-name, optionally request additional... |
commit | commitdiff | tree | snapshot |
2004-03-05 |
bug1 | Patch by Andrew Victor, |
commit | commitdiff | tree | snapshot |
2004-03-05 |
bug1 | Fix a typo, patch by Andrew Victor |
commit | commitdiff | tree | snapshot |
2004-03-05 |
bug1 | Patch from Tony J. White to allow paths to be configured |
commit | commitdiff | tree | snapshot |
2004-03-05 |
bug1 | Patch by Denis Vlasenko to add forground support. |
commit | commitdiff | tree | snapshot |
2004-03-05 |
bug1 | Fix debugging output, patch by Hideki IWAMOTO |
commit | commitdiff | tree | snapshot |
2004-03-05 |
bug1 | Patch by Felipe Kellermann to fix a compiler compatabil... |
commit | commitdiff | tree | snapshot |
2004-03-05 |
bug1 | Patch from Steven Scholz to fix compiler warnings |
commit | commitdiff | tree | snapshot |
2004-03-05 |
bug1 | New applet, eject, by Peter Willis |
commit | commitdiff | tree | snapshot |
2004-03-05 |
bug1 | Close bracket in description from Peter Willis's eject... |
commit | commitdiff | tree | snapshot |
2004-03-05 |
bug1 | Patch from Vernon Sauder. |
commit | commitdiff | tree | snapshot |
2004-03-03 |
bug1 | Fix a compile error identiefied by Steven Scholz. |
commit | commitdiff | tree | snapshot |
2004-03-01 |
bug1 | Check file has execute permission for the current user... |
commit | commitdiff | tree | snapshot |
2004-02-26 |
bug1 | Quick fix for tftp truncation bug |
commit | commitdiff | tree | snapshot |
2004-02-25 |
bug1 | Patch from Denis Dowling to fix a ocuple of usage entries |
commit | commitdiff | tree | snapshot |
2004-02-25 |
bug1 | Fix option handling, -i or -t must be given, if both... |
commit | commitdiff | tree | snapshot |
2004-02-24 |
andersen | Joe.C, joe at numa dot com dot tw writes: |
commit | commitdiff | tree | snapshot |
2004-02-23 |
andersen | Prepare for release |
commit | commitdiff | tree | snapshot |
2004-02-23 |
bug1 | bb_full_fd_action was incorrectly returning an error... |
commit | commitdiff | tree | snapshot |
2004-02-22 |
andersen | Bump up version in preparation for -pre8 |
commit | commitdiff | tree | snapshot |
2004-02-22 |
andersen | Fernando Silveira writes: |
commit | commitdiff | tree | snapshot |
2004-02-22 |
bug1 | Fix from Paul Kortekaas for syslog -C option, size... |
commit | commitdiff | tree | snapshot |
2004-02-22 |
bug1 | Patch from Dmitry Zakharov, this line was missedfrom... |
commit | commitdiff | tree | snapshot |
2004-02-22 |
andersen | For the time being, revert the changes for detecting... |
commit | commitdiff | tree | snapshot |
2004-02-22 |
bug1 | Patch from Chris Larson (kergoth), to allow multiple... |
commit | commitdiff | tree | snapshot |
2004-02-22 |
bug1 | Patch from Vodz, cleanup memory usage, send strdup... |
commit | commitdiff | tree | snapshot |
2004-02-22 |
bug1 | Vodz. last_patch_128 |
commit | commitdiff | tree | snapshot |
2004-02-22 |
bug1 | Patch from James Zhu, telnetd window resizing support. |
commit | commitdiff | tree | snapshot |
2004-02-22 |
bug1 | Use bb_getopt_ulflags, marginal saving, better argument... |
commit | commitdiff | tree | snapshot |
2004-02-22 |
bug1 | Use /var/lib/hwclock for adjtime, its really a state... |
commit | commitdiff | tree | snapshot |
2004-02-22 |
bug1 | Patch from Florian Schirmer. compile fix for debug... |
commit | commitdiff | tree | snapshot |
2004-02-22 |
bug1 | Patch from Hideki IWAMOTO, output debugging messages... |
commit | commitdiff | tree | snapshot |
2004-02-22 |
bug1 | remove duplicate header declarations |
commit | commitdiff | tree | snapshot |
2004-02-22 |
bug1 | Fixup braces (patch from Thomas Geulig), run through... |
commit | commitdiff | tree | snapshot |
2004-02-22 |
bug1 | Thomas Geulig, remove duplicate header |
commit | commitdiff | tree | snapshot |
2004-02-22 |
bug1 | Update usage for ftpget and ftpput |
commit | commitdiff | tree | snapshot |
2004-02-22 |
bug1 | Ptch by Hideki IWAMOTO, fix a bug preventing tftp from... |
commit | commitdiff | tree | snapshot |
2004-02-22 |
bug1 | Return 1 upon failure |
commit | commitdiff | tree | snapshot |
2004-02-22 |
bug1 | No need to check proxy env variable twice, ignore proxy... |
commit | commitdiff | tree | snapshot |
2004-02-21 |
bug1 | Sometimes i get carried away with the use of function... |
commit | commitdiff | tree | snapshot |
2004-02-21 |
bug1 | Use return instead of exit, use == instead of & ==... |
commit | commitdiff | tree | snapshot |
2004-02-20 |
andersen | Document missing cp options |
commit | commitdiff | tree | snapshot |
2004-02-20 |
bug1 | Fix up hard links |
commit | commitdiff | tree | snapshot |
2004-02-20 |
bug1 | A strict interpretation of the ustar format requires... |
commit | commitdiff | tree | snapshot |
2004-02-19 |
bug1 | Add extra comments, freakout if a pax archive is encout... |
commit | commitdiff | tree | snapshot |
next |