aboutsummaryrefslogtreecommitdiff
path: root/shell (unfollow)
Commit message (Expand)AuthorFilesLines
2002-11-19Dont use xargsbug11-2/+2
2002-11-19dont use the -i option of xargsbug11-2/+2
2002-11-19Use read_gz, remove fork() woohoo!bug11-44/+9
2002-11-19udhcpc documentation updateruss1-5/+6
2002-11-18Use error_msg_and_die, stylebug11-35/+50
2002-11-17Remove mapping option, its should always be usedbug12-21/+0
2002-11-17Patch from Laurence Anderson to provide a read_gz function, doesnt require fo...bug12-56/+162
2002-11-16Remove #defines around get_header_ptr, we allways need it.bug11-2/+0
2002-11-15Use vfork, by vodzbug11-42/+22
2002-11-15Allow short reads as we are looping anyway.bug11-1/+2
2002-11-15Patch from Bastian Blank:andersen1-3/+14
2002-11-15Dont chdir untill after we open the archivebug11-4/+5
2002-11-14Patch from Marcel Hamer to fix addgroup argument parsingandersen1-16/+9
2002-11-14A missing securetty file is not an error.andersen1-4/+2
2002-11-13Minor cleanupsbug15-33/+7
2002-11-12Reduce block size to 512 to prevent short read's when reading from a pipebug11-10/+5
2002-11-11Make ifupdown use internal run_partsbug11-7/+8
2002-11-11Move awk from textutils to editors. Cleanup run-parts, saves 200 bytes, moves...bug18-196/+2945
2002-11-11Move readlink, mktemp, run-parts and which to a new debianutils dir.bug116-11/+86
2002-11-10ipcalc applet by Stephan Linz and Jordan Crousebug16-4/+211
2002-11-10run through indent and manually check resultbug11-228/+253
2002-11-10Config feature DEVPTS defined and used in telnetd, by Pavel Roskinbug13-3/+16
2002-11-10Will the real od.c please stand up! (my previous commit was a mistake)bug11-64/+230
2002-11-10Fix for hostname -s, by Stephan Linzbug11-2/+2
2002-11-10Prevent a segfault if no argument, by Geoffrey Lee <glee@bluesat.unsw.edu.au>bug11-224/+64
2002-11-10Rewrite of xargs by Vladimir N. Oleynikbug14-68/+95
2002-11-10last_patch57 from Vladimir N. Oleynikbug11-9/+14
2002-11-10last_patch64 from Vladimir N. Oleynik <dzo@simtreas.ru>bug12-3/+3
2002-11-10Fixup a previous definebug11-1/+1
2002-11-10Make mapping support a definable feature, saves 1.6kBbug12-31/+40
2002-11-10Only compile the files in this dir if the IP applet is enabledbug11-1/+1
2002-11-10IP applet by Bastian Blank <waldi@debian.org>bug127-3/+5016
2002-11-09debian compatable ifup and ifdown commandsbug15-0/+1478
2002-11-08Teach lash to get $1 $2 $3 etc correctandersen1-1/+1
2002-11-08#ifdef, not just #if... grrrbug11-1/+1
2002-11-08Fix reading from stdin (me), Fix tar segfault when no arguments specified (Ge...bug11-5/+5
2002-11-07Remove gratuitous and unnecessary "BusyBox" refernece in login promptandersen1-1/+1
2002-11-07Fix a stupid typoandersen1-2/+2
2002-11-07Implement a small strings appletandersen5-0/+156
2002-11-07Fix broken tabsandersen1-4/+6
2002-11-06Use a switch instead of successive if (strcmp()) statments.bug11-31/+50
2002-11-06Split deb_extract() into more generic functionsbug11-43/+76
2002-11-06Terminate the buffer with a '\0'bug11-3/+5
2002-11-05typo in udhcpc helpruss1-1/+1
2002-11-05version number oopsruss3-1/+8
2002-11-05Support for bziped debs, i.e. use .tar.bz2 instead .tar.gz internallybug11-16/+34
2002-11-05Fail silently if a partial tar header is read as tar.bz2 is leaving trailing ...bug17-5/+105
2002-11-05enable .tar.bz2 for dpkg-debbug17-24/+45
2002-11-04Change filter paramaters, filters can be more powefull nowbug17-25/+82
2002-11-03Call lseek directly rather than via data_align()bug11-1/+1