aboutsummaryrefslogtreecommitdiff
path: root/TODO (unfollow)
Commit message (Expand)AuthorFilesLines
2002-11-10run through indent and manually check resultGlenn L McGrath1-228/+253
2002-11-10Config feature DEVPTS defined and used in telnetd, by Pavel RoskinGlenn L McGrath3-3/+16
2002-11-10Will the real od.c please stand up! (my previous commit was a mistake)Glenn L McGrath1-64/+230
2002-11-10Fix for hostname -s, by Stephan LinzGlenn L McGrath1-2/+2
2002-11-10Prevent a segfault if no argument, by Geoffrey Lee <glee@bluesat.unsw.edu.au>Glenn L McGrath1-224/+64
2002-11-10Rewrite of xargs by Vladimir N. OleynikGlenn L McGrath4-68/+95
2002-11-10last_patch57 from Vladimir N. OleynikGlenn L McGrath1-9/+14
2002-11-10last_patch64 from Vladimir N. Oleynik <dzo@simtreas.ru>Glenn L McGrath2-3/+3
2002-11-10Fixup a previous defineGlenn L McGrath1-1/+1
2002-11-10Make mapping support a definable feature, saves 1.6kBGlenn L McGrath2-31/+40
2002-11-10Only compile the files in this dir if the IP applet is enabledGlenn L McGrath1-1/+1
2002-11-10IP applet by Bastian Blank <waldi@debian.org>Glenn L McGrath27-3/+5016
2002-11-09debian compatable ifup and ifdown commandsGlenn L McGrath5-0/+1478
2002-11-08Teach lash to get $1 $2 $3 etc correctEric Andersen1-1/+1
2002-11-08#ifdef, not just #if... grrrGlenn L McGrath1-1/+1
2002-11-08Fix reading from stdin (me), Fix tar segfault when no arguments specified (Ge...Glenn L McGrath1-5/+5
2002-11-07Remove gratuitous and unnecessary "BusyBox" refernece in login promptEric Andersen1-1/+1
2002-11-07Fix a stupid typoEric Andersen1-2/+2
2002-11-07Implement a small strings appletEric Andersen5-0/+156
2002-11-07Fix broken tabsEric Andersen1-4/+6
2002-11-06Use a switch instead of successive if (strcmp()) statments.Glenn L McGrath1-31/+50
2002-11-06Split deb_extract() into more generic functionsGlenn L McGrath1-43/+76
2002-11-06Terminate the buffer with a '\0'Glenn L McGrath1-3/+5
2002-11-05typo in udhcpc helpRuss Dill1-1/+1
2002-11-05version number oopsRuss Dill3-1/+8
2002-11-05Support for bziped debs, i.e. use .tar.bz2 instead .tar.gz internallyGlenn L McGrath1-16/+34
2002-11-05Fail silently if a partial tar header is read as tar.bz2 is leaving trailing ...Glenn L McGrath7-5/+105
2002-11-05enable .tar.bz2 for dpkg-debGlenn L McGrath7-24/+45
2002-11-04Change filter paramaters, filters can be more powefull nowGlenn L McGrath7-25/+82
2002-11-03Call lseek directly rather than via data_align()Glenn L McGrath1-1/+1
2002-11-03Abstract read and seek in unarchiving code, convert bunzip to file descriptor...Glenn L McGrath28-330/+464
2002-11-03Fix #define syntaxGlenn L McGrath2-2/+2
2002-11-03Move data_extract_all_prefix to dpkg, its only used there.Glenn L McGrath4-39/+15
2002-11-03Add copyright notice and license, use strcat+strcpy instead of sprintfGlenn L McGrath1-8/+21
2002-11-03Use xread_char to save a few bytes, fix indenting of commentsGlenn L McGrath1-23/+12
2002-11-03Move bunzip2 idecompression code to libunarchiveGlenn L McGrath4-1787/+1815
2002-11-03Test for holes in swapfilesEric Andersen1-0/+12
2002-11-01Make uncompress a seperate applet so it doesnt pull in all the gunzip codeGlenn L McGrath9-9/+153
2002-11-01Allow short reads when filling compress bufferGlenn L McGrath2-2/+2
2002-11-01Allow the .Z prefix if compress support enabledGlenn L McGrath1-5/+9
2002-11-01Make it a fatal error if bad chksum or crc, if not we should return an error ...Glenn L McGrath1-2/+2
2002-11-01Report errror if the first magic character doesnt matchGlenn L McGrath1-0/+3
2002-10-31sync to udhcp 0.9.8Russ Dill8-160/+243
2002-10-30Use a nifty macro to make testing gcc features simplerEric Andersen1-9/+8
2002-10-27FormattingEric Andersen1-5/+5
2002-10-27Update the webpageEric Andersen1-0/+40
2002-10-26last_patch64 from vodz:0_60_5Eric Andersen1-15/+17
2002-10-26A patch from Jouni Malinen to avoid some buffer overflows in vi,Eric Andersen1-3/+9
2002-10-26Ivan Popov noticed that handling of PREFIX was bad.Eric Andersen1-1/+1
2002-10-26A bugfix from Danny Lepage:Eric Andersen1-1/+1