aboutsummaryrefslogtreecommitdiff
path: root/nc.c (unfollow)
Commit message (Expand)AuthorFilesLines
2000-09-18Simplify and remove dependence on PATH_MAXbug12-62/+24
2000-09-15Updated stdin/stdout treatment to match that of gnu tar.kraai2-18/+12
2000-09-15Reorganize listing code.kraai2-92/+94
2000-09-15Allow non-verbose listing to work.kraai2-10/+14
2000-09-15Updated to be in sync with the current sample inittabproski2-15/+19
2000-09-15Fixed compliance with the DTDproski1-12/+17
2000-09-15+ credit markw@lineo.com for his contributionsbeppu3-1/+12
2000-09-15Don't suppress output of umount and swapoff - it is both unwiseproski2-4/+4
2000-09-15Don't suppress output of umount and swapoff - it is both unwiseproski2-4/+4
2000-09-15"exit NUMBER" should exit, not returnproski3-3/+3
2000-09-14For "askfirst" don't just read one char from stdin,proski2-4/+2
2000-09-14Add in a patch from robotti@metconnect.com and Chip Rosenthal to makeandersen4-38/+134
2000-09-14Note the syslogd bug fixandersen1-0/+2
2000-09-14Bug fix for wget, and proper attribution of Chip Rosenthal andandersen4-16/+13
2000-09-14Fix the halt/reboot/poweroff segfault when used from within an initrd...andersen1-15/+3
2000-09-14Backslashes shouldn't be treated as backticks.kraai3-30/+33
2000-09-14Copy the string terminator.kraai3-3/+3
2000-09-13Fix looping bug, use fullReadbug12-4/+4
2000-09-13Add in BasicLinux by requestandersen1-0/+1
2000-09-13Added _installproski1-0/+1
2000-09-13Ensure forked processes always are on a controlling tty, so theandersen2-2/+4
2000-09-13Make syslogd ignore SIGCLD only if SIGCLD is defined. This should fix SPARC.proski2-0/+6
2000-09-13List of signals updated from util-linux-2.10oproski2-110/+152
2000-09-13Don't fork for the . (source) command so that environment settings arekraai3-3/+6
2000-09-13Fix calls to {m,c,re}alloc so that they use x{m,c,re}alloc instead ofkraai25-108/+70
2000-09-13Fix unchecked calls to {m,c,re}alloc so that they print an error andkraai3-48/+45
2000-09-12Typo fix: resolv -> resolveproski2-2/+2
2000-09-12Formatting cleanup patch from Bryan Rittmeyer <bryan@ixiacom.com>.andersen2-14/+14
2000-09-11Fix .deb unpack and experimental TAR supportbug12-174/+356
2000-09-11Extra defines for arbug11-4/+4
2000-09-11Simplify a few little things, and merge in a patch fromandersen2-22/+22
2000-09-11New dd behaviourbug12-0/+2
2000-09-11dd now truncates files at the end its write, this can be turned of bybug12-6/+20
2000-09-10MAke lsmod act just like modutils lsmod, by printing which modules useandersen2-0/+40
2000-09-10Make init handle current 2.4.x sysinfo behaviorandersen2-24/+18
2000-09-10Update free for current 2.4.x behavior...andersen2-42/+26
2000-09-10Remove some debugging codebug12-4/+2
2000-09-10Using seek=? used to cause part of the original file to be zero'ed, ibug12-10/+8
2000-09-10My previous attempt to make dd use fullRead, fullWrite was very broken,bug12-26/+28
2000-09-09remove some printf statements i forgot aboutbug12-6/+0
2000-09-09Updated to match new -R ar functionalitybug12-2/+4
2000-09-09Implemented new ar functionality unique to busybox ar (i think), the -Rbug12-38/+30
2000-09-09Changed getopt so that options can be grouped together, the sourcebug14-30/+26
2000-09-09Fix permisionsbug12-2/+4
2000-09-09Now supports GNU style long filenames.bug12-170/+360
2000-09-07New ls sorting patch, as written by Sterling Huxley, and then updatedandersen6-980/+1394
2000-09-07Stop leaking file handles.kraai2-0/+2
2000-09-06Fix more typos.kraai1-1/+1
2000-09-06Reset optind so that getopt works in busybox applets called directly by sh.kraai3-51/+21
2000-09-06Fixed a grammatical error.kraai1-1/+1