aboutsummaryrefslogtreecommitdiff
path: root/init/mesg.c (unfollow)
Commit message (Expand)AuthorFilesLines
2003-01-14Only call free if it is necessaryEric Andersen1-1/+2
2003-01-13Patch from Tito to rework strings applet, and some testsuiteEric Andersen2-63/+78
2003-01-13Correct some init issues, update email address, last_patch78 by VladimirGlenn L McGrath5-179/+162
2003-01-13Option to allow ifupdown use ip commands instead of ifconfig, add flushGlenn L McGrath5-27/+170
2003-01-12Kiss Gabor noticed that ping compiled without BB_FEATURE_FANCY_PINGEric Andersen2-9/+8
2003-01-11Patch from Daniel J Walsh at redhat to make free work for systemsEric Andersen1-10/+26
2003-01-11Patch from Robert Schwebel -- support ncurses installed in /usr/localEric Andersen1-1/+8
2003-01-11Patch from Robert Schwebel fixing a missing \nEric Andersen1-0/+1
2003-01-11Fix an obvious mistakeEric Andersen1-1/+1
2003-01-09Fix addgroup so it actually worksEric Andersen1-9/+19
2003-01-09Additional patch from Tito to fix some anomoliesEric Andersen1-2/+10
2003-01-09arping applet by Nick FedchikGlenn L McGrath5-0/+519
2003-01-09Make output the same as upstream, patch by TitoGlenn L McGrath1-2/+3
2003-01-08Patch by Stewart Brodie to terminate the string array correctlyGlenn L McGrath1-1/+2
2003-01-08Lineo has ceased to exist, and is no longer a sponsor.Eric Andersen1-4/+0
2003-01-06Minor cleanup, identified by Stewart Brodie, patch by Vladimir N.Glenn L McGrath1-7/+4
2003-01-06Correct column width for tab completion and lsGlenn L McGrath2-133/+121
2003-01-05New applet: httpd, by Glenn EngelGlenn L McGrath5-1/+1381
2003-01-05Prepare for new busybox-cvs uploadGlenn L McGrath2-0/+8
2003-01-05fixes for ia64Glenn L McGrath2-0/+4
2003-01-04Sync with 20030104-2 cvs package, disable fdisk BSD label as they dontGlenn L McGrath4-17/+84
2003-01-04fdisk writable feature, allows compilation of a small fdisk that canGlenn L McGrath2-186/+254
2003-01-02Fix tab-tab listing of files so it properly reflects currentEric Andersen1-3/+2
2003-01-02> Eliminate dependancy on kernel header files. Naughty naughty.Robert Griebl1-2/+15
2002-12-27Add "Broadcast +" support back in. Also cut the size down some. Not wellManuel Novoa III1-58/+85
2002-12-27Add usage for tar -j and -zGlenn L McGrath1-1/+15
2002-12-23Sync with 20021214-1 debian packageGlenn L McGrath4-13/+39
2002-12-23Support the obsolete '+' optionGlenn L McGrath1-4/+19
2002-12-23Fix STANDALONE_SHELL and ALWAYS_WIN options, last_path_73 by Vladimir N. OleynikGlenn L McGrath1-9/+23
2002-12-23Support the '=' commandGlenn L McGrath1-3/+5
2002-12-20Adjust for new .depend targetGlenn L McGrath1-1/+1
2002-12-20busybox target wasnt checking .depend, clean kbuild binaries only on distcleanGlenn L McGrath1-2/+2
2002-12-19Bugfix, wastn retrieving last block, patch by Jean-Christophe DuboisGlenn L McGrath1-4/+5
2002-12-18When retrieving a file dont open file until we have to to prevent files of si...Glenn L McGrath1-8/+8
2002-12-17Get interface names using ioctl rather than /proc, from Nick FedchikGlenn L McGrath1-64/+68
2002-12-17Odd. I never brought this forward from bb.stable. Should handleEric Andersen1-1/+3
2002-12-16Always print the routing table header for IPv4:Robert Griebl1-7/+6
2002-12-16changed most assignments from ":=" to "=" to allow setting some variablesRobert Griebl1-17/+17
2002-12-16Only included headers that are used.Glenn L McGrath12-113/+29
2002-12-16fix warningGlenn L McGrath1-0/+2
2002-12-14rmmod -a removed modules recursivelyTim Riker7-22/+52
2002-12-13cleanupTim Riker1-0/+3
2002-12-13Don't build the ncurses stuff unless it is specifically asked forEric Andersen4-36/+38
2002-12-13use const group_fileTim Riker1-2/+2
2002-12-13Fix bug when reading mac from command line, continue; if hwaddrr not foundGlenn L McGrath1-3/+5
2002-12-13Merge copyfd and copy_file_chunkGlenn L McGrath5-65/+54
2002-12-13Change ftpput so it uses <remote-path> <local-file> as it shouldGlenn L McGrath1-1/+1
2002-12-13Fix possible bug if file length not knownGlenn L McGrath1-6/+11
2002-12-13New applets, ftpget and ftpputGlenn L McGrath5-0/+446
2002-12-13New applet, nameif by Nick Fedchik and myself.Glenn L McGrath5-0/+248