aboutsummaryrefslogtreecommitdiff
path: root/ln.c (unfollow)
Commit message (Expand)AuthorFilesLines
2001-03-15Applied patch from Larry Doolittle to fix problem where multibuild.pl wouldMark Whitley2-6/+10
2001-03-15Update files and version number prepratory to cutting a release.Eric Andersen8-89/+141
2001-03-15Fix egrepEric Andersen2-2/+2
2001-03-15One tiny little missing newline that confused pod.Mark Whitley1-5/+6
2001-03-15One tinly, little, missing newline that confused Pod.Mark Whitley3-0/+3
2001-03-15- generated middle section of busybox.pod w/ autodocifier.plJohn Beppu2-418/+357
2001-03-15A better fix. Read nextPtr before mem gets freed.Eric Andersen2-8/+16
2001-03-15cmdedit.c bugfix patch from Vladimir.Eric Andersen2-24/+28
2001-03-15- properly indent Examples section in pod generatorJohn Beppu1-2/+7
2001-03-15Don't confuse people. If the run 'ifconfig' and they didn'tEric Andersen2-4/+4
2001-03-15Reversed previous patch. The right way is to fix uClibc.Mark Whitley3-15/+0
2001-03-15Prevent init from potentially using already freed memory whenEric Andersen2-12/+12
2001-03-15Applied patch from Andreas Neuhaus to fix namespace conflict that made busyboxMark Whitley3-0/+15
2001-03-15dos2unix logread.cMark Whitley2-292/+292
2001-03-15Fix linuxrc defineEric Andersen4-4/+2
2001-03-15Move the warning msg after features.h gets pulled in.Eric Andersen2-16/+18
2001-03-15Added some tests for some recently found / fixed bugs in the shell.Mark Whitley1-1/+6
2001-03-15Update the documentation so examples are autoincluded in the output text.Eric Andersen9-982/+2708
2001-03-15Update the changelog, in preparation for making the 0.50 releaseEric Andersen1-7/+25
2001-03-15Update the olympus sectionsEric Andersen4-151/+292
2001-03-15If only BB_DPKG was enabled in Config.h, busybox would not build; it'd say:Mark Whitley2-2/+2
2001-03-15Removed leftover BB_FEATURE_KLOGD per report from Giulio OrseroMark Whitley2-6/+0
2001-03-15Fix stupid cut-and-paste bug... output RX/TX bytes instead of RX/RX bytes.Manuel Novoa III1-2/+2
2001-03-14Applied patch from Erik Habbinga to fix a problem with an uninitializedMark Whitley2-0/+8
2001-03-14Added a section to describe how to convert variables to K&R style using theMark Whitley1-30/+57
2001-03-14Script that generates a script that will convert oddball variable names to K&RMark Whitley2-0/+152
2001-03-14Yesterday I make strsep_space include post-token whitespace,Eric Andersen3-6/+3
2001-03-14I forgot to malloc space for the NULL.Eric Andersen3-3/+3
2001-03-14Applied patch from Christophe Boyanique to add an egrep alias for grep.Mark Whitley6-0/+18
2001-03-14The patch I previously applied from Brian Webb was 2 lines off. Oops.Mark Whitley2-2/+2
2001-03-14Applied patch from Larry Doolittle to fix '>\na\n' bug. Should close bug #1132Mark Whitley3-9/+24
2001-03-14Applied patch from Giulio Orsero to fix some preprocessor bugs.Mark Whitley2-4/+4
2001-03-14Fix from Manuel for a silly thinko on my part.Eric Andersen2-4/+4
2001-03-14Fix init so that checking for terminal devices is delayed until theEric Andersen2-16/+12
2001-03-14Use the system passwd and group stuff by defaultEric Andersen1-1/+1
2001-03-14Fix mtab so it works on libc5Eric Andersen1-2/+1
2001-03-14No reason to include fstab. It breaks libc5, does nothing for glibc.Eric Andersen1-1/+0
2001-03-14Amazing the difference between an "and" and an "or".Eric Andersen2-2/+4
2001-03-14dpkg used tfind, which doesn't work with libc5. Print a friendy errorEric Andersen2-0/+18
2001-03-14Fix socklen_t for libc5Eric Andersen2-6/+2
2001-03-14The IPC_SYSLOG stuff should be off by default.Eric Andersen1-3/+2
2001-03-14Some updates for libc5Eric Andersen6-4/+34
2001-03-14libc5 glob is pretty stupid and doesn't do GLOB_BRACE or GLOB_TILDEEric Andersen3-3/+24
2001-03-14Added a dependency on BB_MKFS_MINIX to xfopen().Mark Whitley1-1/+1
2001-03-14 - Changed name of BB_FEATURE_SIMPLE_PROMPT to BB_FEATURE_SH_SIMPLE_PROMPTMark Whitley6-84/+94
2001-03-13Some new testcases, some improvements to the tester.sh script.Mark Whitley2-70/+146
2001-03-13Update the lash shell (hopefully the last time...) so things likeEric Andersen9-362/+560
2001-03-13Added Midori Linux to the list of known projects that use Busybox.Mark Whitley1-0/+2
2001-03-13Credited Christophe Boyaniqu for interactive patch to rm.Mark Whitley2-0/+8
2001-03-13Applied patch from Christophe Boyanique to add -i support to rm.Mark Whitley11-0/+101