aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Patch from tito, acked by Bernhard Fischer.landley2006-03-202-8/+17
* Use lstat() instead of stat so /init being a symlink doesn't screw people up.landley2006-03-201-3/+3
* - tito writes: this patch fixes some comments in dos2unix that are wrongaldot2006-03-181-4/+2
* - explain what magic numbers we're using here.aldot2006-03-181-1/+6
* - whitespace cleanup (and also check against the const first and only then lookaldot2006-03-181-2/+2
* - fix order of includes.aldot2006-03-181-1/+6
* declare const id argument const for probe_{ext2,ext3,cramfs}vapier2006-03-181-3/+3
* need string.h as well as strings.hvapier2006-03-181-0/+1
* need EXT2FS_OBJS for fsckvapier2006-03-181-1/+1
* Make the new chroot environment creation infrastructure more flexible aboutlandley2006-03-181-2/+5
* My mount testsuite. Not automatically run at the moment, need to figure outlandley2006-03-182-0/+203
* More fixes. Type "auto" should mean unspecified from fstab as well as thelandley2006-03-181-18/+30
* Whitespace cleanup and minor tweak (return -ERRNO instead of ERRNO solandley2006-03-181-13/+6
* Bug fix: umount wasn't detaching loop devices unless mtab support was enabled.landley2006-03-171-35/+38
* More test updates.landley2006-03-162-26/+30
* Redo test suite to be able to test more than one command at a time. Eliminatelandley2006-03-168-174/+189
* Random in-passing tweak.landley2006-03-161-6/+2
* Update for bug 14.landley2006-03-151-0/+1
* Tito shrank dos2unix.landley2006-03-141-101/+37
* More "extern" removals from Robert P. Daylandley2006-03-142-6/+12
* Attempt to make a warning go away without increasing size.landley2006-03-141-4/+3
* Missed one.landley2006-03-141-1/+1
* The new, new mount rewrite. (Mount double prime?) Still being debugged, butlandley2006-03-141-252/+408
* Tito unified fdflush and freeramdisk. I tweaked the result a bit.landley2006-03-144-96/+11
* update ignoresvapier2006-03-130-0/+0
* update comments as to what caused the defines to changevapier2006-03-131-10/+11
* - add two commentsaldot2006-03-131-0/+3
* - remove superfluous dependency which was fixed in r14527aldot2006-03-131-1/+1
* - revert back to r14406aldot2006-03-1326-838/+772
* Patch from Denis Vlasenko to add xstat() and use it.landley2006-03-1312-25/+26
* Update documentation.landley2006-03-131-25/+36
* "make help" should not build the configurator first.landley2006-03-131-1/+1
* Fix "rm .config;make menuconfig" to work like "rm .config; make" (I.E. dolandley2006-03-132-2/+5
* Cleanup patch from tito.landley2006-03-121-40/+37
* Size reduction by Tito.landley2006-03-111-22/+7
* fix building with glibc-2.4vapier2006-03-101-0/+10
* add a sep option for strippingvapier2006-03-102-1/+11
* rearrange the menu a little to split general settings from applet selectionvapier2006-03-101-64/+69
* Cleanup patches from tito.landley2006-03-103-23/+14
* Patch from Denis Vlasenko turning static const int (which gets emitted intolandley2006-03-1028-194/+244
* Fixup to the previous (portability) patch. Linux actually does needlandley2006-03-093-2/+9
* Portability patch from rfelker. The bb_asprintf.c thing needs an eventuallandley2006-03-094-2/+13
* I'm about to introduce tests that need to run as root (like mount.tests),landley2006-03-091-2/+29
* Cleanup from Paul Fox. One find piped to xargs is faster/simpler thanlandley2006-03-091-7/+3
* Mention a few web browsers.landley2006-03-091-4/+6
* They won't stop asking, but we can point them to the specific entry...landley2006-03-091-0/+28
* Patch from Denis Vlasenko to make unlzma smaller.landley2006-03-091-9/+29
* - remove check. Fixes e.g. buildrootaldot2006-03-091-2/+0
* - fix typoaldot2006-03-091-2/+2
* - backout using features which are not available with the previous stablealdot2006-03-0925-166/+236