2003-10-09 |
Glenn L McGrath | Fix an ommision preventing building, patch by Tito. |
commit | commitdiff | tree | snapshot |
2003-10-09 |
Glenn L McGrath | example devfs config file, patch from Tito. |
commit | commitdiff | tree | snapshot |
2003-10-09 |
Glenn L McGrath | New applet, devfsd, by Matteo Croce and Tito |
commit | commitdiff | tree | snapshot |
2003-10-09 |
Glenn L McGrath | Patch from Steven Scholz, fix some warnings |
commit | commitdiff | tree | snapshot |
2003-10-09 |
Glenn L McGrath | Bugfix for xargs |
commit | commitdiff | tree | snapshot |
2003-10-09 |
Eric Andersen | Arnd Ben Otto writes: |
commit | commitdiff | tree | snapshot |
2003-10-09 |
Eric Andersen | We did not have a safe_write, which is the analog to... |
commit | commitdiff | tree | snapshot |
2003-10-09 |
Eric Andersen | Fix some warnings that have crept in recently |
commit | commitdiff | tree | snapshot |
2003-10-09 |
Glenn L McGrath | Patch from Tito, size optimisation and fix error in... |
commit | commitdiff | tree | snapshot |
2003-10-09 |
Glenn L McGrath | Comaptability with gcc-2.95 |
commit | commitdiff | tree | snapshot |
2003-10-06 |
Glenn L McGrath | Vodz last_patch_105 without his xargs patch which doens... |
commit | commitdiff | tree | snapshot |
2003-10-04 |
Glenn L McGrath | Add the x, n, s and E options, remove -r as its expecte... |
commit | commitdiff | tree | snapshot |
2003-10-04 |
Glenn L McGrath | Patch from Rob Landley; |
commit | commitdiff | tree | snapshot |
2003-10-04 |
Glenn L McGrath | Woops, the previous patch reversal wasnt complete,... |
commit | commitdiff | tree | snapshot |
2003-10-03 |
Glenn L McGrath | Reverse my previous changes and make a note about why... |
commit | commitdiff | tree | snapshot |
2003-10-03 |
Glenn L McGrath | Dont mix xarg options with utility option, fixes example of |
commit | commitdiff | tree | snapshot |
2003-10-03 |
Glenn L McGrath | Vodz, last_patch_114 |
commit | commitdiff | tree | snapshot |
2003-10-03 |
Glenn L McGrath | Patch by Rob Landley, fix warning |
commit | commitdiff | tree | snapshot |
2003-10-03 |
Glenn L McGrath | argc has already been decremented |
commit | commitdiff | tree | snapshot |
2003-10-03 |
Glenn L McGrath | Patch from Rob Landley, Simplify organisation of arguments. |
commit | commitdiff | tree | snapshot |
2003-10-02 |
Glenn L McGrath | Fix -C option when creating tar files. |
commit | commitdiff | tree | snapshot |
2003-10-01 |
Glenn L McGrath | Thomas Lundquist, update for current structure |
commit | commitdiff | tree | snapshot |
2003-10-01 |
Glenn L McGrath | Patch from Rob Landley to fix backrefs |
commit | commitdiff | tree | snapshot |
2003-10-01 |
Glenn L McGrath | Patch by Rob Landley, fix "newline after edit command" |
commit | commitdiff | tree | snapshot |
2003-10-01 |
Glenn L McGrath | Patch by Rob Landley, work in progress update, fixes... |
commit | commitdiff | tree | snapshot |
2003-09-26 |
Glenn L McGrath | Patch by Guillaume Morin |
commit | commitdiff | tree | snapshot |
2003-09-26 |
Glenn L McGrath | Patch from Fillod Stephane |
commit | commitdiff | tree | snapshot |
2003-09-26 |
Glenn L McGrath | add size parameter to syslogd -C |
commit | commitdiff | tree | snapshot |
2003-09-26 |
Glenn L McGrath | Patch by Fillod Stephane, declare variables as static... |
commit | commitdiff | tree | snapshot |
2003-09-24 |
Glenn L McGrath | Use a variable for the config files, makes it easier... |
commit | commitdiff | tree | snapshot |
2003-09-24 |
Glenn L McGrath | Syncronise with debian busybox-cvs package |
commit | commitdiff | tree | snapshot |
2003-09-24 |
Glenn L McGrath | Fix some typo's, remove some extra free statements |
commit | commitdiff | tree | snapshot |
2003-09-24 |
Glenn L McGrath | Add the -d option |
commit | commitdiff | tree | snapshot |
2003-09-24 |
Glenn L McGrath | Add the "install" applet, move get_ug_id to libbb as... |
commit | commitdiff | tree | snapshot |
2003-09-20 |
Glenn L McGrath | Patch by Steinar H. Gunderson to fix debian bug #211675. |
commit | commitdiff | tree | snapshot |
2003-09-17 |
Glenn L McGrath | Patch by Junio C Hamano to workaround a gcc compiler... |
commit | commitdiff | tree | snapshot |
2003-09-16 |
Glenn L McGrath | Configuration option to define wether to follows GNU... |
commit | commitdiff | tree | snapshot |
2003-09-16 |
Glenn L McGrath | Fix a bug that creapt in recently with substitution... |
commit | commitdiff | tree | snapshot |
2003-09-16 |
Glenn L McGrath | Compile get_terminal_width_height |
commit | commitdiff | tree | snapshot |
2003-09-15 |
Glenn L McGrath | Patch from Stephane Billiart to fix an unused variable... |
commit | commitdiff | tree | snapshot |
2003-09-15 |
Glenn L McGrath | Patch from Bastian Blank to fix a problem when runing... |
commit | commitdiff | tree | snapshot |
2003-09-15 |
Glenn L McGrath | Patch from Tito, Reduces the size of busybox's strings... |
commit | commitdiff | tree | snapshot |
2003-09-15 |
Glenn L McGrath | Fix a simple mistake with pattern space, and add a... |
commit | commitdiff | tree | snapshot |
2003-09-15 |
Glenn L McGrath | Patch by Jean Wolter to fix a bug where a script wouldn... |
commit | commitdiff | tree | snapshot |
2003-09-15 |
Glenn L McGrath | Fix some memory allocation problems |
commit | commitdiff | tree | snapshot |
2003-09-15 |
Eric Andersen | Be entirely consistant when using ioctl(0, TIOCGWINSZ... |
commit | commitdiff | tree | snapshot |
2003-09-15 |
Eric Andersen | fix function prototype |
commit | commitdiff | tree | snapshot |
2003-09-15 |
Eric Andersen | Needs prototype for close() |
commit | commitdiff | tree | snapshot |
2003-09-15 |
Eric Andersen | comparison was always false due to limited range of... |
commit | commitdiff | tree | snapshot |
2003-09-15 |
Eric Andersen | Do not shadow the global name 'accept' |
commit | commitdiff | tree | snapshot |
2003-09-15 |
Glenn L McGrath | Add a test for the 'P' command and fix current implemen... |
commit | commitdiff | tree | snapshot |
2003-09-15 |
Glenn L McGrath | A test and fix for the sed 'n' command |
commit | commitdiff | tree | snapshot |
2003-09-15 |
Glenn L McGrath | Test for use of newline in regex's, this feature is... |
commit | commitdiff | tree | snapshot |
2003-09-15 |
Glenn L McGrath | Fix for the sed-append-next-line test |
commit | commitdiff | tree | snapshot |
2003-09-15 |
Glenn L McGrath | Test the N command |
commit | commitdiff | tree | snapshot |
2003-09-15 |
Glenn L McGrath | Fix recursion problem |
commit | commitdiff | tree | snapshot |
2003-09-15 |
Glenn L McGrath | Check sed doesnt go into an infinite loop (yes it does) |
commit | commitdiff | tree | snapshot |
2003-09-15 |
Glenn L McGrath | Update Matteo Croce's email address |
commit | commitdiff | tree | snapshot |
2003-09-14 |
Glenn L McGrath | Memory cleanups and fix for `echo "foo" | sed 's/foo... |
commit | commitdiff | tree | snapshot |
2003-09-14 |
Glenn L McGrath | Cleanup memory usage |
commit | commitdiff | tree | snapshot |
2003-09-14 |
Glenn L McGrath | Update sed branch tests |
commit | commitdiff | tree | snapshot |
2003-09-14 |
Glenn L McGrath | Add two new tests, sed-recurses-properly should always... |
commit | commitdiff | tree | snapshot |
2003-09-14 |
Glenn L McGrath | The previous fix for 's/a/1/;s/b/2/;t one;p;:one;p... |
commit | commitdiff | tree | snapshot |
2003-09-14 |
Glenn L McGrath | Preserve substitution flag value within the current... |
commit | commitdiff | tree | snapshot |
2003-09-14 |
Glenn L McGrath | Fix branching commands. |
commit | commitdiff | tree | snapshot |
2003-09-14 |
Glenn L McGrath | Patch from Rob Landley |
commit | commitdiff | tree | snapshot |
2003-09-14 |
Glenn L McGrath | Stupid typo |
commit | commitdiff | tree | snapshot |
2003-09-14 |
Glenn L McGrath | Fix some memory allocation problems |
commit | commitdiff | tree | snapshot |
2003-09-13 |
Glenn L McGrath | Fix the following testcase by disabling global substitu... |
commit | commitdiff | tree | snapshot |
2003-09-13 |
Glenn L McGrath | Fix the following testcase by storing the state of... |
commit | commitdiff | tree | snapshot |
2003-09-12 |
Glenn L McGrath | Fix compile error, Vodz, last_path_113 |
commit | commitdiff | tree | snapshot |
2003-09-12 |
Glenn L McGrath | Typo. |
commit | commitdiff | tree | snapshot |
2003-09-12 |
Eric Andersen | As vodz just pointed out, I screwup up the call to... 1_00_pre3 |
commit | commitdiff | tree | snapshot |
2003-09-12 |
Eric Andersen | Remove final \n |
commit | commitdiff | tree | snapshot |
2003-09-12 |
Eric Andersen | Fix obligitory typos |
commit | commitdiff | tree | snapshot |
2003-09-12 |
Eric Andersen | Final changelog update |
commit | commitdiff | tree | snapshot |
2003-09-12 |
Eric Andersen | Remove version # |
commit | commitdiff | tree | snapshot |
2003-09-12 |
Eric Andersen | I suppose it is now Sept 12... |
commit | commitdiff | tree | snapshot |
2003-09-12 |
Eric Andersen | Update webpage a bit |
commit | commitdiff | tree | snapshot |
2003-09-12 |
Glenn L McGrath | Fix handling of hardlinks when OLDGNU and GNU extension... |
commit | commitdiff | tree | snapshot |
2003-09-12 |
Glenn L McGrath | Use the typeflag to identify if its a hardlink on OLD... |
commit | commitdiff | tree | snapshot |
2003-09-12 |
Eric Andersen | Invoke run-parts on /etc/network/if-*.d per the behavior of |
commit | commitdiff | tree | snapshot |
2003-09-12 |
Eric Andersen | Teach rdate to timeout in 10 seconds to avoid blocking... |
commit | commitdiff | tree | snapshot |
2003-09-12 |
Eric Andersen | config option CONFIG_FEATURE_SH_APPLETS_ALWAYS_WIN... |
commit | commitdiff | tree | snapshot |
2003-09-12 |
Eric Andersen | Update changelog for release |
commit | commitdiff | tree | snapshot |
2003-09-12 |
Glenn L McGrath | Busybox CVS version ipcalc have problems: |
commit | commitdiff | tree | snapshot |
2003-09-11 |
Eric Andersen | Update definition of struct serial_struct, per linux... |
commit | commitdiff | tree | snapshot |
2003-09-11 |
Eric Andersen | Marc A. Lehmann writes: |
commit | commitdiff | tree | snapshot |
2003-09-11 |
Eric Andersen | Patch from Philip Blundell: |
commit | commitdiff | tree | snapshot |
2003-09-10 |
Glenn L McGrath | add ipv6 literal support to wget |
commit | commitdiff | tree | snapshot |
2003-09-10 |
Glenn L McGrath | Fix a bug where make clean complained about having... |
commit | commitdiff | tree | snapshot |
2003-09-10 |
Glenn L McGrath | Vodz, last_patch_104 |
commit | commitdiff | tree | snapshot |
2003-09-09 |
Glenn L McGrath | If a tar entry is a regualr file ending in a '/' then... |
commit | commitdiff | tree | snapshot |
2003-09-09 |
Glenn L McGrath | Update the config file by running it from menuconfig... |
commit | commitdiff | tree | snapshot |
2003-09-08 |
Glenn L McGrath | Patch from Jean Wolter |
commit | commitdiff | tree | snapshot |
2003-09-08 |
Glenn L McGrath | Vodz, last_patch_110 |
commit | commitdiff | tree | snapshot |
2003-09-08 |
Glenn L McGrath | Preserve suid/sgid bits |
commit | commitdiff | tree | snapshot |
2003-09-08 |
Glenn L McGrath | last_patch_109 from Vladimir N. Oleynik |
commit | commitdiff | tree | snapshot |
2003-09-08 |
Glenn L McGrath | Busybox modprobe has a couple of irritating quirks: |
commit | commitdiff | tree | snapshot |
2003-09-05 |
Glenn L McGrath | Small bug in silent option |
commit | commitdiff | tree | snapshot |
next |