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