aboutsummaryrefslogtreecommitdiff
path: root/dc.c (unfollow)
Commit message (Expand)AuthorFilesLines
2001-03-06Applied patch from Vladimir Oleynik via Magnus Damm that removes newlines fromMark Whitley2-24/+16
2001-03-06Fix up some silly macros and use xmalloc and friends exclusively.Eric Andersen1-6/+3
2001-03-06Fix func prototypeEric Andersen3-0/+3
2001-03-06Fixed a memory leak in lash. It seems that close_all was calling close()Eric Andersen3-3/+3
2001-03-06Close open files before calling builtin_exec(). I've tested thisEric Andersen3-0/+3
2001-03-06Bug 1110 reported that the LOOP_GET_STATUS ioctl apparently returnes non-zeroEric Andersen1-1/+1
2001-03-06minor cleanupJohn Beppu1-2/+2
2001-03-06First pass at trying to retrofit a changelog for 0.50. Please everyoneEric Andersen1-5/+59
2001-03-06Add in a first pass at ifconfig status reporting. It took a long whileEric Andersen4-482/+2482
2001-03-05Fix up the freshmeat appindex record.Eric Andersen1-1/+1
2001-03-05Make sure libpwd.a is linked _last_ so it overrides the system pwd/grpEric Andersen1-4/+4
2001-03-05Try to do a little better at documenting how to useEric Andersen1-0/+10
2001-03-05add wget, tr, telnet, ping, md5sum and loadkmap to .debDavid Kimdon1-6/+6
2001-03-05Enable INSTALLER for the debEric Andersen1-1/+1
2001-03-04Patch from Vladimir to make sure PATH is set correctly.Eric Andersen2-2/+2
2001-03-04If umount2 is not available, stub it out.Eric Andersen1-5/+20
2001-03-03Added some words on use of getopt in applets.Mark Whitley2-1/+50
2001-03-02Dont try to automount some specific filesystem typesGlenn L McGrath2-8/+28
2001-03-02Applied patch from Vladimir N. Oleynik that fixes incorrect behaviour inMark Whitley2-498/+602
2001-03-02Removed section on testing that is now in contributing.txt.Mark Whitley1-20/+0