| Commit message (Expand) | Author | Files | Lines |
2001-03-08 | Rework environment variable handling to use wordexp, per a suggestion from | andersen | 4 | -325/+250 |
2001-03-08 | Applied patch from Vladimir to fix bug where find would stop as soon as it hit | markw | 1 | -16/+11 |
2001-03-07 | Eliminate superfluous test. | kraai | 2 | -4/+0 |
2001-03-07 | Changed KILOBYTE, MEGABYTE, and GIGABYTE from #define to enum. | markw | 2 | -6/+10 |
2001-03-07 | Some minor cleanups to df.c. Also, with Erik's blessing, changed name of | markw | 9 | -81/+87 |
2001-03-07 | Applied patch from Christophe Boyaniqu to remove double-slashes printed in | markw | 1 | -1/+4 |
2001-03-07 | This patch by Vladimir and Larry saves a few bytes. | andersen | 2 | -10/+8 |
2001-03-07 | Static-ify a variable. make du work with all the human-readable variants | andersen | 4 | -12/+34 |
2001-03-07 | Fix up du so it behaves itself also. | andersen | 2 | -4/+4 |
2001-03-07 | remove an unused variable | andersen | 3 | -3/+0 |
2001-03-07 | Rewrite of format so it behaves itself | andersen | 1 | -36/+16 |
2001-03-07 | Fix up df so it works properly | andersen | 2 | -20/+10 |
2001-03-07 | Fix up ls.c to ensure human readable works properly in all cases | andersen | 2 | -10/+10 |
2001-03-06 | Thought of another janitorial item for the list. | markw | 1 | -0/+3 |
2001-03-06 | I made these little simplifications a while back, bug forgot to | andersen | 4 | -14/+6 |
2001-03-06 | Fix the memory leak. No really this time. | andersen | 3 | -21/+27 |
2001-03-06 | Applied patch from Vladimir Oleynik via Magnus Damm that removes newlines from | markw | 2 | -24/+16 |
2001-03-06 | Fix up some silly macros and use xmalloc and friends exclusively. | andersen | 1 | -6/+3 |
2001-03-06 | Fix func prototype | andersen | 3 | -0/+3 |
2001-03-06 | Fixed a memory leak in lash. It seems that close_all was calling close() | andersen | 3 | -3/+3 |
2001-03-06 | Close open files before calling builtin_exec(). I've tested this | andersen | 3 | -0/+3 |
2001-03-06 | Bug 1110 reported that the LOOP_GET_STATUS ioctl apparently returnes non-zero | andersen | 1 | -1/+1 |
2001-03-06 | minor cleanup | beppu | 1 | -2/+2 |
2001-03-06 | First pass at trying to retrofit a changelog for 0.50. Please everyone | andersen | 1 | -5/+59 |
2001-03-06 | Add in a first pass at ifconfig status reporting. It took a long while | andersen | 4 | -482/+2482 |
2001-03-05 | Fix up the freshmeat appindex record. | andersen | 1 | -1/+1 |
2001-03-05 | Make sure libpwd.a is linked _last_ so it overrides the system pwd/grp | andersen | 1 | -4/+4 |
2001-03-05 | Try to do a little better at documenting how to use | andersen | 1 | -0/+10 |
2001-03-05 | add wget, tr, telnet, ping, md5sum and loadkmap to .deb | dwhedon | 1 | -6/+6 |
2001-03-05 | Enable INSTALLER for the deb | andersen | 1 | -1/+1 |
2001-03-04 | Patch from Vladimir to make sure PATH is set correctly. | andersen | 2 | -2/+2 |
2001-03-04 | If umount2 is not available, stub it out. | andersen | 1 | -5/+20 |
2001-03-03 | Added some words on use of getopt in applets. | markw | 2 | -1/+50 |
2001-03-02 | Dont try to automount some specific filesystem types | bug1 | 2 | -8/+28 |
2001-03-02 | Applied patch from Vladimir N. Oleynik that fixes incorrect behaviour in | markw | 2 | -498/+602 |
2001-03-02 | Removed section on testing that is now in contributing.txt. | markw | 1 | -20/+0 |