aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add in exec support (patch from Torbj?rn Axelsson <torax@cendio.se>)andersen2000-09-213-3/+48
* Handle 'cat -'andersen2000-09-212-8/+6
* Hard code the name of init.andersen2000-09-212-2/+4
* Large file >2Gib support.andersen2000-09-215-0/+38
* Typo fix.andersen2000-09-211-2/+2
* Ignore loop.handersen2000-09-211-0/+1
* More portable handling of loop header files, as done in util-linuxandersen2000-09-215-12/+123
* Remove a warning. Patch from Bryan Rittmeyer <bryan@ixiacom.com>andersen2000-09-212-0/+4
* Only remove directories when removing recursively.kraai2000-09-202-0/+10
* Added dos2unix, unix2dos, and unrpm.c thanks to robotti@metconnect.com.andersen2000-09-2013-18/+442
* When mounting a ro fs rw, print warning and then mount it ro. Patchandersen2000-09-202-0/+8
* Return failure if ping gets no response.kraai2000-09-202-4/+16
* Reverted my conversion of tar to getopt to ensure tar canandersen2000-09-192-52/+80
* Both of these commands were subtly broken. Fortunately when used together theandersen2000-09-194-8/+24
* I think these featires are fairly safe...andersen2000-09-193-6/+6
* Avoid segfaults by not using snprintf to copy strings.kraai2000-09-193-3/+6
* Clean up output.kraai2000-09-192-2/+2
* Only defines functions that will compile and are usefull under thebug12000-09-191-0/+327
* Apply a patch from Chip Rosenthal <chip@unicom.com> to fix NFS mounting,andersen2000-09-192-2/+2
* Remove definition of basename.bug12000-09-182-6/+0
* Path count was out by one, fixed itbug12000-09-182-2/+2
* Simplify and remove dependence on PATH_MAXbug12000-09-182-62/+24
* Updated stdin/stdout treatment to match that of gnu tar.kraai2000-09-152-18/+12
* Reorganize listing code.kraai2000-09-152-92/+94
* Allow non-verbose listing to work.kraai2000-09-152-10/+14
* Updated to be in sync with the current sample inittabproski2000-09-152-15/+19
* Fixed compliance with the DTDproski2000-09-151-12/+17
* + credit markw@lineo.com for his contributionsbeppu2000-09-153-1/+12
* Don't suppress output of umount and swapoff - it is both unwiseproski2000-09-152-4/+4
* Don't suppress output of umount and swapoff - it is both unwiseproski2000-09-152-4/+4
* "exit NUMBER" should exit, not returnproski2000-09-153-3/+3
* For "askfirst" don't just read one char from stdin,proski2000-09-142-4/+2
* Add in a patch from robotti@metconnect.com and Chip Rosenthal to makeandersen2000-09-144-38/+134
* Note the syslogd bug fixandersen2000-09-141-0/+2
* Bug fix for wget, and proper attribution of Chip Rosenthal andandersen2000-09-144-16/+13
* Fix the halt/reboot/poweroff segfault when used from within an initrd...andersen2000-09-141-15/+3
* Backslashes shouldn't be treated as backticks.kraai2000-09-143-30/+33
* Copy the string terminator.kraai2000-09-143-3/+3
* Fix looping bug, use fullReadbug12000-09-132-4/+4
* Add in BasicLinux by requestandersen2000-09-131-0/+1
* Added _installproski2000-09-131-0/+1
* Ensure forked processes always are on a controlling tty, so theandersen2000-09-132-2/+4
* Make syslogd ignore SIGCLD only if SIGCLD is defined. This should fix SPARC.proski2000-09-132-0/+6
* List of signals updated from util-linux-2.10oproski2000-09-132-110/+152
* Don't fork for the . (source) command so that environment settings arekraai2000-09-133-3/+6
* Fix calls to {m,c,re}alloc so that they use x{m,c,re}alloc instead ofkraai2000-09-1325-108/+70
* Fix unchecked calls to {m,c,re}alloc so that they print an error andkraai2000-09-133-48/+45
* Typo fix: resolv -> resolveproski2000-09-122-2/+2
* Formatting cleanup patch from Bryan Rittmeyer <bryan@ixiacom.com>.andersen2000-09-122-14/+14
* Fix .deb unpack and experimental TAR supportbug12000-09-112-174/+356