aboutsummaryrefslogtreecommitdiff
path: root/libbb (unfollow)
Commit message (Expand)AuthorFilesLines
2006-03-24- make sure that we see freeramdisk only oncealdot1-0/+2
2006-03-24When cross-compiling, the install directory for shared libraries has to comelandley1-5/+6
2006-03-23remove in place of external linkvapier48-5062/+0
2006-03-23- correct typoaldot2-4/+4
2006-03-23Bug spotted by Stephane Billiart: losetup depends on loop.c.landley1-0/+1
2006-03-23Very nice patch from Rich Felker to portably set the stream error indicator andlandley1-104/+27
2006-03-23make the makefile a little more flexible so we can store in either locationvapier2-35/+40
2006-03-23News entry announcing 1.1.1.landley1-0/+3
2006-03-23sync busybox and udhcp treesvapier7-14/+21
2006-03-23fixup stylevapier1-6/+3
2006-03-23dont printf arguments given by user for security sanityvapier4-4/+4
2006-03-23fix typovapier1-1/+1
2006-03-22We make both busybox and busybox_unstripped all the time now, no need tolandley2-12/+1
2006-03-22Patch from Rogelio Serrano to defer checking whether the tty exists untillandley1-4/+3
2006-03-22Fix "seq 1 1".landley2-2/+3
2006-03-22Fix from Glenn McGrath.landley1-1/+1
2006-03-22Tweak allbareconfig not to pause.landley1-1/+1
2006-03-22Annoint 1.1.1.landley1-1/+1
2006-03-22Another header suggestion from Shaun Jackman.landley1-0/+1
2006-03-222006-03-21 Shaun Jackman <sjackman@gmail.com>: Include signal.h instead of ...vapier5-5/+4
2006-03-21Fix missing copyright and license notice.landley1-0/+6
2006-03-21Patch from Stuart Hughes upgrading depmod.pllandley1-102/+156
2006-03-21Patch from Shaun Jackman to make loop.c build only when needed.landley1-1/+2
2006-03-21Temporarily disable shared library for the 1.1.1 release.landley1-1/+9
2006-03-21- workaroung pr25795 in gcc-4.1aldot1-1/+2
2006-03-20Remove unneeded entries.landley1-10/+0
2006-03-20Cleanup: remove double quotes that don't seem to be needed.landley1-30/+30
2006-03-20whitespace cleanupandersen1-29/+29
2006-03-20Fix some obvious compile problems. Make the -f' fakeIt option actually work.andersen1-1/+6
2006-03-20Willy Tarreau writes:andersen1-1/+1
2006-03-20Roy Walker writes:andersen2-2/+10
2006-03-20Patch from tito, acked by Bernhard Fischer.landley2-8/+17
2006-03-20Use lstat() instead of stat so /init being a symlink doesn't screw people up.landley1-3/+3
2006-03-18- tito writes: this patch fixes some comments in dos2unix that are wrongaldot1-4/+2
2006-03-18- explain what magic numbers we're using here.aldot1-1/+6
2006-03-18- whitespace cleanup (and also check against the const first and only then lookaldot1-2/+2
2006-03-18- fix order of includes.aldot1-1/+6
2006-03-18declare const id argument const for probe_{ext2,ext3,cramfs}vapier1-3/+3
2006-03-18need string.h as well as strings.hvapier1-0/+1
2006-03-18need EXT2FS_OBJS for fsckvapier1-1/+1
2006-03-18Make the new chroot environment creation infrastructure more flexible aboutlandley1-2/+5
2006-03-18My mount testsuite. Not automatically run at the moment, need to figure outlandley2-0/+203
2006-03-18More fixes. Type "auto" should mean unspecified from fstab as well as thelandley1-18/+30
2006-03-18Whitespace cleanup and minor tweak (return -ERRNO instead of ERRNO solandley1-13/+6
2006-03-17Bug fix: umount wasn't detaching loop devices unless mtab support was enabled.landley1-35/+38
2006-03-16More test updates.landley2-26/+30
2006-03-16Redo test suite to be able to test more than one command at a time. Eliminatelandley8-174/+189
2006-03-16Random in-passing tweak.landley1-6/+2
2006-03-15Update for bug 14.landley1-0/+1
2006-03-14Tito shrank dos2unix.landley1-101/+37