aboutsummaryrefslogtreecommitdiff
path: root/sysklogd (unfollow)
Commit message (Expand)AuthorFilesLines
2005-09-05Fix the warnings, and fix the following two obvious segfaults:Rob Landley1-10/+7
2005-09-05Actually returning ret might be good.Rob Landley1-0/+2
2005-09-05Fixes so "make allnoconfig" works again.Rob Landley3-149/+137
2005-09-04Remove trailing crud from busybox.tests. (Sleep deprivation strikes again...)Rob Landley1-75/+0
2005-09-04General cleanup of command line parsing to allow "busybox" to work as a prefix.Rob Landley5-127/+185
2005-09-02touchup some grammar, formatting, and remove some outdated notesMike Frysinger1-12/+17
2005-09-02update the verbage describing what is needed for developer accessEric Andersen1-3/+9
2005-09-02This goes along with the new testsuite code...Rob Landley3-12/+0
2005-09-02Working on a new test harness. Moved the sort tests into it.Rob Landley4-1/+143
2005-09-02Missing break was screwing up 'y//' command. Bug #248.Rob Landley1-0/+1
2005-09-01Fix for bug 383: attempting to "tar c /" would error out because strippingRob Landley1-1/+1
2005-09-01According to bug #63, crond is unhappy with crontab lines that don't end in aRob Landley2-8/+10
2005-09-01Tracking system but #4: php needs the environment variable SCRIPT_FILENAME.Rob Landley1-1/+6
2005-09-01Bernhard Fischer trimmed down dos2unix a bit.Rob Landley1-45/+33
2005-09-01Patch -i support from Berhnard Fischer.Rob Landley3-14/+26
2005-09-01Bernhard Fischer suggested that get_terminal_width_height() should returnRob Landley2-23/+8
2005-09-01Off by one error in max_leases sanity check. Bug 349, apparently.Rob Landley1-1/+1
2005-09-01Bernhard Fischer sent a patch to make "make sizes" work when building inRob Landley1-2/+3
2005-09-01Busybox should only multiplex based on argv[1] when it's called as "busybox".Rob Landley1-4/+0
2005-08-31Anand Avati hit an integer overflow problem in our unzip code.Rob Landley1-1/+1
2005-08-30Don't comment warnings, _FIX_ warnings. (And putting in #warnings aboutRob Landley1-48/+22
2005-08-30Why have a separate CONFIG_INIT_SWAPON when we already have CONFIG_SWAPONOFF?Rob Landley2-72/+14
2005-08-30Bug system entry #1 says that when busybox doesn't have swapoff,Rob Landley1-3/+1
2005-08-30Amir Shalem found some bugs in the new mount code; unknown options didn't getRob Landley1-2/+4
2005-08-30Dirk Clemens pointed out how easy it is to support bzip2 compression, since weRob Landley1-18/+15
2005-08-28point to busybox.netEric Andersen1-2/+2
2005-08-28Dumb little hack, "make sizes". Try it.Rob Landley1-0/+4
2005-08-27make sure __NF_sysfs exists before trying to use itMike Frysinger1-0/+9
2005-08-27some portability fixes by rmh in Bug 395Mike Frysinger2-3/+3
2005-08-24Bernhard Fischer submitted a couple of Makefile patches:Rob Landley3-12/+14
2005-08-23Remove something we did, not that I'm doing something, and add something weRob Landley1-3/+5
2005-08-23When compiling with FEATURE_MTAB_SUPPORT disabled, the call to erase_mtab()Rob Landley1-1/+3
2005-08-22Two FEATURE_CLEAN_UP patches from Shaun Jackman, closing filehandles.Rob Landley2-4/+3
2005-08-20Bernhard Fischer provided a mountpoint(1) applet. This is apparently somethingRob Landley5-0/+94
2005-08-17Announce busybox 1.01.Rob Landley1-0/+7
2005-08-17Tito (among others) writes: previous patch was wrong, please stop screwing th...Mike Frysinger1-2/+2
2005-08-17When doing 'make release' nuke the .svn directories, not theEric Andersen1-1/+1
2005-08-16the () around isspace actually mattersMike Frysinger1-2/+4
2005-08-16Bernhard Fischer says: use xmalloc() instead of malloc()Mike Frysinger3-3/+3
2005-08-16Bernhard Fischer says: fix comment typoMike Frysinger1-1/+1
2005-08-15Bernhard Fischer writes: fix devfsd usageMike Frysinger1-2/+2
2005-08-14If we goto singlemount, do _not_ try to continue through the loop we jumpedRob Landley1-1/+1
2005-08-14Patch from Stephane Billiart to improve ash error message.Rob Landley1-1/+1
2005-08-14Stephane Billiart noticed that the return code of the new mount was horked.Rob Landley1-4/+4
2005-08-13Very minor tweak to tail.Rob Landley1-4/+1
2005-08-11make sure distclean punts include/bbconfigopts.hMike Frysinger1-1/+1
2005-08-10Major rewrite of mount, umount, losetup. Untangled lots of code, shrunkRob Landley12-922/+543
2005-08-09implemented a builtin echo command in ash. moved the guts of thePaul Fox7-172/+204
2005-08-04commiting:Paul Fox5-34/+390
2005-08-04applying jim bauer's patch to eliminate modprobe's dependencyPaul Fox2-13/+54