2001-05-03 |
Matt Kraai | Remove summary header. Not present in GNU or SUSv2. |
commit | commitdiff | tree | snapshot |
2001-05-02 |
Matt Kraai | Move up waitpid error check so that errno isn't clobber... |
commit | commitdiff | tree | snapshot |
2001-05-02 |
Matt Kraai | Canonicalize path before trying to unmount it. |
commit | commitdiff | tree | snapshot |
2001-05-02 |
Matt Kraai | Fix bug #1108 by always canonicalizing arguments. |
commit | commitdiff | tree | snapshot |
2001-05-02 |
Eric Andersen | Some more job control updates. It will now sucessfully... |
commit | commitdiff | tree | snapshot |
2001-05-02 |
Matt Kraai | Don't treat newline as pipe separator when processing... |
commit | commitdiff | tree | snapshot |
2001-05-02 |
Eric Andersen | Use .png for images (removing all .gifs) and make them... |
commit | commitdiff | tree | snapshot |
2001-05-02 |
Matt Kraai | Fix $(...) construction. Noted and patched by Larry... |
commit | commitdiff | tree | snapshot |
2001-05-02 |
Eric Andersen | First pass at getting job control working. This gets... |
commit | commitdiff | tree | snapshot |
2001-05-02 |
Matt Kraai | Use the current pgrp, not pid, when resetting the foreg... |
commit | commitdiff | tree | snapshot |
2001-05-02 |
Matt Kraai | Don't segfault if the first word is the empty string. |
commit | commitdiff | tree | snapshot |
2001-05-02 |
Eric Andersen | Another update from Larry: |
commit | commitdiff | tree | snapshot |
2001-05-01 |
Matt Kraai | Skip headers with empty filenames, rather than stopping. |
commit | commitdiff | tree | snapshot |
2001-05-01 |
Eric Andersen | Another refinement, this time from Larry. |
commit | commitdiff | tree | snapshot |
2001-05-01 |
Eric Andersen | Argh. Now we break non-pristine builds. Check a bit... |
commit | commitdiff | tree | snapshot |
2001-05-01 |
Eric Andersen | Oops. The dangers of applying patches by hand... |
commit | commitdiff | tree | snapshot |
2001-05-01 |
Eric Andersen | Another hush update from Larry: |
commit | commitdiff | tree | snapshot |
2001-05-01 |
Eric Andersen | A patch from Larry to fix pristine source builds (again). |
commit | commitdiff | tree | snapshot |
2001-04-30 |
Eric Andersen | Some more hush.c updates from Larry Doolittle. |
commit | commitdiff | tree | snapshot |
2001-04-30 |
Eric Andersen | Oops. I was a bit too hasty and also changed applet_name. |
commit | commitdiff | tree | snapshot |
2001-04-30 |
Mark Whitley | Made new xreadlink function for libbb and changed apple... |
commit | commitdiff | tree | snapshot |
2001-04-30 |
Eric Andersen | These messages can be .rodata, so make them even more... |
commit | commitdiff | tree | snapshot |
2001-04-30 |
Eric Andersen | These do not need initial values. Let them live in... |
commit | commitdiff | tree | snapshot |
2001-04-30 |
Eric Andersen | Per suggestion by Matt, make sh.c a real target. There... |
commit | commitdiff | tree | snapshot |
2001-04-30 |
Matt Kraai | Fix user permissions of copied directories. |
commit | commitdiff | tree | snapshot |
2001-04-30 |
Matt Kraai | Simplify permission handling for FIFOs. |
commit | commitdiff | tree | snapshot |
2001-04-30 |
Matt Kraai | Fix exit status when there is an error copying a file. |
commit | commitdiff | tree | snapshot |
2001-04-29 |
Glenn L McGrath | Logic reversal for last_char_is |
commit | commitdiff | tree | snapshot |
2001-04-28 |
David Kimdon | fix to applet_source_list rule so Debian package contin... |
commit | commitdiff | tree | snapshot |
2001-04-27 |
Eric Andersen | Matt was complaining. Hopefully this helps the sh... |
commit | commitdiff | tree | snapshot |
2001-04-27 |
Matt Kraai | Terminate source correctly when copying symlink. Repor... |
commit | commitdiff | tree | snapshot |
2001-04-27 |
Eric Andersen | Use BUFSIZ for the_command to match size used in cmdedit |
commit | commitdiff | tree | snapshot |
2001-04-27 |
Eric Andersen | An update to hush from Larry: |
commit | commitdiff | tree | snapshot |
2001-04-26 |
Eric Andersen | Be a bit more sneaky about the sh.c symlink so you... |
commit | commitdiff | tree | snapshot |
2001-04-26 |
Eric Andersen | Ignore some generated files |
commit | commitdiff | tree | snapshot |
2001-04-26 |
Eric Andersen | This is the initial checkin of Larry Doolittle's hush... |
commit | commitdiff | tree | snapshot |
2001-04-26 |
Eric Andersen | Disable lash |
commit | commitdiff | tree | snapshot |
2001-04-26 |
Eric Andersen | These days busybox.pod is autogenerated, so it should... |
commit | commitdiff | tree | snapshot |
2001-04-26 |
Eric Andersen | A fix from Larry for a corner case where insmod could... |
commit | commitdiff | tree | snapshot |
2001-04-26 |
Matt Kraai | Fix handling of permission addition and removal (e... |
commit | commitdiff | tree | snapshot |
2001-04-26 |
Eric Andersen | Doh. I never allocated storate for the struct stat... |
commit | commitdiff | tree | snapshot |
2001-04-26 |
Matt Kraai | Fix handling of -R flag. |
commit | commitdiff | tree | snapshot |
2001-04-26 |
Eric Andersen | Another nice cleanup from Larry. This adds a new last_... |
commit | commitdiff | tree | snapshot |
2001-04-26 |
Eric Andersen | As Larry pointed out, this the off by one canbe fixed... |
commit | commitdiff | tree | snapshot |
2001-04-26 |
Eric Andersen | Fix a silly off-by-one error noticed by Santiago Garcia... |
commit | commitdiff | tree | snapshot |
2001-04-25 |
Mark Whitley | Applied patch from Larry Doolittle to fix pristine... |
commit | commitdiff | tree | snapshot |
2001-04-25 |
Mark Whitley | Removed obsoleted BB_FEATURE_RM_INTERACTIVE |
commit | commitdiff | tree | snapshot |
2001-04-25 |
Mark Whitley | Applied patch from I.Q. to add -s to cmp. |
commit | commitdiff | tree | snapshot |
2001-04-25 |
Mark Whitley | libbb.h now includes ../busybox.h. This way, files... |
commit | commitdiff | tree | snapshot |
2001-04-25 |
Eric Andersen | Some more cleanups for insmod from Larry. |
commit | commitdiff | tree | snapshot |
2001-04-25 |
Eric Andersen | Larry noticed that chown and chgrp has the version... |
commit | commitdiff | tree | snapshot |
2001-04-25 |
Mark Whitley | Moved some #ifdefs down below #include "busybox.h"... |
commit | commitdiff | tree | snapshot |
2001-04-25 |
Mark Whitley | Sync'ed up the olympus section between this and stock... |
commit | commitdiff | tree | snapshot |
2001-04-25 |
Mark Whitley | Fixed a BB_MTAB #define buglet reported by Magnus Damm. |
commit | commitdiff | tree | snapshot |
2001-04-25 |
Eric Andersen | Move messages.c to libbb. Make each string in messages... |
commit | commitdiff | tree | snapshot |
2001-04-24 |
Eric Andersen | Cleanup more carefully after pod2html |
commit | commitdiff | tree | snapshot |
2001-04-24 |
Eric Andersen | Several cleanups from Larry. |
commit | commitdiff | tree | snapshot |
2001-04-24 |
Matt Kraai | Rewrote rm. |
commit | commitdiff | tree | snapshot |
2001-04-24 |
Eric Andersen | Split up chmod_chown_chgrp.c into 3 separate apps.... |
commit | commitdiff | tree | snapshot |
2001-04-24 |
Matt Kraai | Update applet define from BB_CP_MV to BB_CP and BB_MV. |
commit | commitdiff | tree | snapshot |
2001-04-24 |
Matt Kraai | Use generic flag names. |
commit | commitdiff | tree | snapshot |
2001-04-24 |
Matt Kraai | Move applet_name declaration from busybox.h to libbb.h. |
commit | commitdiff | tree | snapshot |
2001-04-23 |
Mark Whitley | Applied patch from Larry Doolittle to remove some strle... |
commit | commitdiff | tree | snapshot |
2001-04-23 |
Matt Kraai | Remove file obsoleted by cp/mv rewrite. |
commit | commitdiff | tree | snapshot |
2001-04-23 |
Matt Kraai | Rewrite cp and mv to be SUSv2 compliant. |
commit | commitdiff | tree | snapshot |
2001-04-23 |
Mark Whitley | Reversed last patch; unnecessary. |
commit | commitdiff | tree | snapshot |
2001-04-23 |
Mark Whitley | Added a sanity check to fix weird bug exposed when... |
commit | commitdiff | tree | snapshot |
2001-04-23 |
Matt Kraai | Change link order so that libbb functions use libpwd... |
commit | commitdiff | tree | snapshot |
2001-04-23 |
Eric Andersen | Some patches from Gennady Feldman. Fixed a glob proble... |
commit | commitdiff | tree | snapshot |
2001-04-23 |
Eric Andersen | A patch from Marc Karasek and Kanoj (kernel serial... |
commit | commitdiff | tree | snapshot |
2001-04-23 |
Glenn L McGrath | Simplify file_prefix handling, and use of *dir variable. |
commit | commitdiff | tree | snapshot |
2001-04-23 |
Matt Kraai | Simplify pathname building, in which a bug was noted... |
commit | commitdiff | tree | snapshot |
2001-04-21 |
Glenn L McGrath | Fix horrible, horrible memmory leak. I wondered why... |
commit | commitdiff | tree | snapshot |
2001-04-21 |
Glenn L McGrath | Clearly define out exclude list code, as recommended... |
commit | commitdiff | tree | snapshot |
2001-04-20 |
Mark Whitley | Fixed a buglet where an extra newline was being added... |
commit | commitdiff | tree | snapshot |
2001-04-20 |
Mark Whitley | Made a correction to a bad test expression. Props to... |
commit | commitdiff | tree | snapshot |
2001-04-20 |
Mark Whitley | Applied patch from Larry Doolittle to give users the... |
commit | commitdiff | tree | snapshot |
2001-04-20 |
Glenn L McGrath | Set permissions of created file |
commit | commitdiff | tree | snapshot |
2001-04-19 |
Eric Andersen | This has two patches. First it moves interface.c to... |
commit | commitdiff | tree | snapshot |
2001-04-19 |
Matt Kraai | Fix buffer underrun noted and solved by Larry Doolittle. |
commit | commitdiff | tree | snapshot |
2001-04-18 |
Eric Andersen | Move real_loop.h to libbb, where it belongs. |
commit | commitdiff | tree | snapshot |
2001-04-18 |
Eric Andersen | Add types for the inline funcs, thanks to Ralph Siemsen... |
commit | commitdiff | tree | snapshot |
2001-04-18 |
Matt Kraai | Eliminate spurious warning, convert to getopt, and... |
commit | commitdiff | tree | snapshot |
2001-04-18 |
Matt Kraai | Fix a number of problems with argument handling. |
commit | commitdiff | tree | snapshot |
2001-04-18 |
Matt Kraai | Eliminate a segfault when called on an existing file... |
commit | commitdiff | tree | snapshot |
2001-04-18 |
Matt Kraai | Eliminated seeks so that we work correctly on pipes... |
commit | commitdiff | tree | snapshot |
2001-04-18 |
Glenn L McGrath | Fix zcat/gunzip when reading from stdin |
commit | commitdiff | tree | snapshot |
2001-04-17 |
John Beppu | - updated busybox_header.pod by adding adjtimex to... |
commit | commitdiff | tree | snapshot |
2001-04-17 |
Mark Whitley | Applied patch from I.Q. to add sort -u as a feature. |
commit | commitdiff | tree | snapshot |
2001-04-17 |
Mark Whitley | Changed line[strlen(line) - 1] = '\0'; to chomp(line); |
commit | commitdiff | tree | snapshot |
2001-04-17 |
Mark Whitley | Applied a patch from Laurence Anderson to fix the wget... |
commit | commitdiff | tree | snapshot |
2001-04-17 |
Mark Whitley | Applied patch from I.Q. to fix problem with sort -n. |
commit | commitdiff | tree | snapshot |
2001-04-17 |
Mark Whitley | Added some help messages. |
commit | commitdiff | tree | snapshot |
2001-04-17 |
Mark Whitley | The tiniest of bracket-placement fixes. |
commit | commitdiff | tree | snapshot |
2001-04-17 |
John Beppu | - usage.h |
commit | commitdiff | tree | snapshot |
2001-04-17 |
Matt Kraai | Convert mount to use getopt. |
commit | commitdiff | tree | snapshot |
2001-04-17 |
Matt Kraai | Further cleanup of mount option handling. |
commit | commitdiff | tree | snapshot |
2001-04-17 |
Matt Kraai | Fix -a support (broken by previous patch). |
commit | commitdiff | tree | snapshot |
2001-04-17 |
Matt Kraai | Fix segfault on `mount -t nfs' reported by Gratien... |
commit | commitdiff | tree | snapshot |
2001-04-16 |
Eric Andersen | Several fixes from Sterling Huxley for the vi applet. |
commit | commitdiff | tree | snapshot |
next |