aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2002-11-20Add entry for Laurence AndersonGlenn L McGrath
2002-11-20Speed and memory usage improvements from Laurence AdnersonGlenn L McGrath
2002-11-20read_gz patch 3 from Laurence AndersonGlenn L McGrath
2002-11-19Headers for the read_gz changesGlenn L McGrath
2002-11-19Dont use xargsGlenn L McGrath
2002-11-19dont use the -i option of xargsGlenn L McGrath
2002-11-19Use read_gz, remove fork() woohoo!Glenn L McGrath
2002-11-19udhcpc documentation updateRuss Dill
2002-11-18Use error_msg_and_die, styleGlenn L McGrath
2002-11-17Remove mapping option, its should always be usedGlenn L McGrath
2002-11-17Patch from Laurence Anderson to provide a read_gz function, doesnt require fo...Glenn L McGrath
2002-11-16Remove #defines around get_header_ptr, we allways need it.Glenn L McGrath
2002-11-15Use vfork, by vodzGlenn L McGrath
2002-11-15Allow short reads as we are looping anyway.Glenn L McGrath
2002-11-15Patch from Bastian Blank:Eric Andersen
2002-11-15Dont chdir untill after we open the archiveGlenn L McGrath
2002-11-14Patch from Marcel Hamer to fix addgroup argument parsingEric Andersen
2002-11-14A missing securetty file is not an error.Eric Andersen
2002-11-13Minor cleanupsGlenn L McGrath
2002-11-12Reduce block size to 512 to prevent short read's when reading from a pipeGlenn L McGrath
2002-11-11Make ifupdown use internal run_partsGlenn L McGrath
2002-11-11Move awk from textutils to editors. Cleanup run-parts, saves 200 bytes, moves...Glenn L McGrath
2002-11-11Move readlink, mktemp, run-parts and which to a new debianutils dir.Glenn L McGrath
2002-11-10ipcalc applet by Stephan Linz and Jordan CrouseGlenn L McGrath
2002-11-10run through indent and manually check resultGlenn L McGrath
2002-11-10Config feature DEVPTS defined and used in telnetd, by Pavel RoskinGlenn L McGrath
2002-11-10Will the real od.c please stand up! (my previous commit was a mistake)Glenn L McGrath
2002-11-10Fix for hostname -s, by Stephan LinzGlenn L McGrath
2002-11-10Prevent a segfault if no argument, by Geoffrey Lee <glee@bluesat.unsw.edu.au>Glenn L McGrath
2002-11-10Rewrite of xargs by Vladimir N. OleynikGlenn L McGrath
2002-11-10last_patch57 from Vladimir N. OleynikGlenn L McGrath
2002-11-10last_patch64 from Vladimir N. Oleynik <dzo@simtreas.ru>Glenn L McGrath
2002-11-10Fixup a previous defineGlenn L McGrath
2002-11-10Make mapping support a definable feature, saves 1.6kBGlenn L McGrath
2002-11-10Only compile the files in this dir if the IP applet is enabledGlenn L McGrath
2002-11-10IP applet by Bastian Blank <waldi@debian.org>Glenn L McGrath
2002-11-09debian compatable ifup and ifdown commandsGlenn L McGrath
2002-11-08Teach lash to get $1 $2 $3 etc correctEric Andersen
2002-11-08#ifdef, not just #if... grrrGlenn L McGrath
2002-11-08Fix reading from stdin (me), Fix tar segfault when no arguments specified (Ge...Glenn L McGrath
2002-11-07Remove gratuitous and unnecessary "BusyBox" refernece in login promptEric Andersen
2002-11-07Fix a stupid typoEric Andersen
2002-11-07Implement a small strings appletEric Andersen
2002-11-07Fix broken tabsEric Andersen
2002-11-06Use a switch instead of successive if (strcmp()) statments.Glenn L McGrath
2002-11-06Split deb_extract() into more generic functionsGlenn L McGrath
2002-11-06Terminate the buffer with a '\0'Glenn L McGrath
2002-11-05typo in udhcpc helpRuss Dill
2002-11-05version number oopsRuss Dill
2002-11-05Support for bziped debs, i.e. use .tar.bz2 instead .tar.gz internallyGlenn L McGrath