summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-25merge with busybox 1.26.2Xindong Xu1303-57138/+32187
2016-11-23Convert all util-linux/* applets to "new style" applet definitionsDenys Vlasenko42-594/+622
2016-04-21*: hopefully all setup_common_bufsiz() are in placeDenys Vlasenko29-55/+83
2016-04-21libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko91-131/+414
2016-03-28umount: build fix for older glibcDenys Vlasenko1-0/+3
2015-10-13libbb: introduce kernel-style BUILD_BUG_ON()Denys Vlasenko9-39/+20
2015-10-01umount: always use umount2 syscall with specified flagsDenys Vlasenko1-4/+16
2012-07-08umount: instead of non-standard -D, use -d with opposite meaningDenis Vlasenko1-4/+4
2012-04-27Busybox 1.20.0 squashed commit for ICSTanguy Pruvot270-9617/+15737
2012-04-17umount: make -d always active, add -D to suppress itDenys Vlasenko1-8/+16
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko198-268/+40
2011-04-11move remaining help text from include/usage.src.hPere Orga142-2312/+2369
2010-10-31umount: cleanup and code shrinkRob Landley1-40/+7
2010-10-24umount: I forgot to change another PATH_MAX to 4096Denys Vlasenko1-1/+1
2010-10-24umount: do not (ab)use PATH_MAX as mntent buffer sizeDenys Vlasenko1-4/+1
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2010-03-26Hurd compat fixes. Mostly dealing with absent PATH_MAXJérémie Koenig13-61/+85
2009-07-08move libc related stuff out of platform.hDenys Vlasenko12-67/+84
2009-03-14mount: support "-O option"; stop trying to mount swap partitionsDenis Vlasenko4-60/+136
2009-03-03modprobe: emit "can't open 'modules.dep': (errno)" instead of "module not found"Denis Vlasenko5-18/+19
2008-07-21- fix spellingBernhard Reutner-Fischer9-41/+41
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko228-479/+479
2008-05-26[u]mount: add/update dietlibc build fixDenis Vlasenko2-3/+14
2008-03-23patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes)Denis Vlasenko31-138/+73
2008-03-17*: add -Wunused-parameter; fix resulting breakageDenis Vlasenko138-327/+352
2008-02-14umount: instead of non-standard -D, use -d with opposite meaningDenis Vlasenko2-37/+38
2007-12-24umount: fix fallout from stack reduction changeDenis Vlasenko1-2/+2
2007-11-10umount: stop using excessive aounts of stack. Surprisingly,Denis Vlasenko1-1/+2
2007-11-10readlink: realpath requires PATH_MAX, bb_common_bufsiz1 can be too smallDenis Vlasenko2-4/+4
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko260-307/+325
2007-09-06umount: support (by ignoring) -i; style fixesDenis Vlasenko1-11/+16
2007-08-18don't pass argc in getopt32, it's superfluousDenis Vlasenko143-169/+174
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko251-269/+270
2007-04-05[u]mount: extend -t option (Roy Marples <uberlord@gentoo.org>)Denis Vlasenko4-6/+12
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko245-25/+268
2006-11-12umount: umount -a shouldn't stop on first failureDenis Vlasenko1-5/+6
2006-10-03getopt_ulflags -> getopt32.Denis Vlasenko120-327/+322
2006-09-22Change license statements (and clean up headers) on some of the files thatRob Landley20-85/+20
2006-09-17whitespace cleanupDenis Vlasenko92-218/+218
2006-09-14umount: do not try to close FILE* which is NULL.Denis Vlasenko1-11/+13
2006-08-17The kernel can't handle umount /dev/hdc, we have to do it through mtab,Rob Landley1-8/+14
2006-08-03Fix umount so loop device disassociation hopefully doesn't screw up errno onRob Landley1-16/+12
2006-08-03Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley143-1720/+710
2006-06-15Patch from Yann Morin to put BLKGETSIZE64 in platform.h had rather a lot ofRob Landley9-49/+10
2006-03-17Bug fix: umount wasn't detaching loop devices unless mtab support was enabled.Rob Landley1-35/+38
2006-03-06Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley168-199/+199
2006-02-08Fix umount so it works if there's no /etc/mtab or /proc/mounts, makeRob Landley3-450/+35
2005-10-10better check usage with options, correct show problem error message, indent"Vladimir N. Oleynik"1-18/+19
2005-09-24Tito switched option parsing over to switch umount over to bb_getopt_ulflags().Rob Landley2-29/+34
2005-08-23When compiling with FEATURE_MTAB_SUPPORT disabled, the call to erase_mtab()Rob Landley1-1/+3
[next]