- c1ef7bd just whitespace by Tim Riker · 19 years ago
- e927743 There was a missing ! on strcmp (despite the fact it worked in my testing, by Rob Landley · 19 years ago
- 86f5c99 - add platform.h. - use shorter boilerplate while at it. by Bernhard Reutner-Fischer · 19 years ago
- 7ca61b6 - shared libbusybox. by Bernhard Reutner-Fischer · 19 years ago
- 4a1865c - revert last change for now.. by Bernhard Reutner-Fischer · 19 years ago
- 5a62284 this applet needlessly big! TODO: bb_getopt_ulflags() by Bernhard Reutner-Fischer · 19 years ago
- 29e08ff Frank Sorenson added hotplug support to mdev. (I tweaked it a bit. Need by Rob Landley · 19 years ago
- 1c19dee The major:minor read from dev ends with \n, need to trim that. by Rob Landley · 19 years ago
- 71d6ccd With -a, the jump to mount_it_now can skip the initialization of f, and by Rob Landley · 19 years ago
- 8b0efdb Both atime and diratime should switch _off_ the corresponding no* flag. by Rob Landley · 19 years ago
- 5990efb use MAP_PRIVATE instead of MAP_SHARED for uClinux systems (see Bug 550) by Mike Frysinger · 19 years ago
- ce88793 When you went "losetup -d /dev/loop0 /dev/loop1" the error message was strange. by Rob Landley · 19 years ago
- 5d84c23 Fix chroot, leave console alone if -c not specified, and yank debug code. by Rob Landley · 19 years ago
- 7b363fd Some minor cleanups/bugfixes split off from the big remount work: by Rob Landley · 19 years ago
- 9bdd742 Sigh. Left the debug path in. Fixed. by Rob Landley · 19 years ago
- b56c285 Added /etc/mdev.conf support. Adds about 1.9k to mdev. by Rob Landley · 19 years ago
- 73bffd4 - remove duplicate entry for switch_root by Bernhard Reutner-Fischer · 19 years ago
- 70f7ef7 Nothing to see here. Move along. by Rob Landley · 19 years ago
- 126da9e - typo: s/sucess/success/g by Bernhard Reutner-Fischer · 19 years ago
- a972c87 reduce signedness warning by "Vladimir N. Oleynik" · 19 years ago
- 1d589b2 Fix losetup so that it A) actually works again, B) has much better error by Rob Landley · 19 years ago
- 969af89 add "-C" format to hexdump by Paul Fox · 19 years ago
- 65bb10f reduce bss by "Vladimir N. Oleynik" · 19 years ago
- ea97282 bb_opt_complementally for rdate applet. Add losed record to util-linux/Makefile.in for switch_root applet by "Vladimir N. Oleynik" · 19 years ago
- 1b751c8 Rob Sullivan sent in some cleanups, which I beat on slightly. by Rob Landley · 19 years ago
- 0f34a82 Add a switch_root utility (like kconfig's utils/run_init.c, although not by Rob Landley · 19 years ago
- 1f0262b another more const by "Vladimir N. Oleynik" · 19 years ago
- 5cf9a03 more const, attribute_noreturn saved 200 bytes by "Vladimir N. Oleynik" · 19 years ago
- 1f2dc40 data --> bss by "Vladimir N. Oleynik" · 19 years ago
- f704b27 by "Vladimir N. Oleynik" · 19 years ago
- bb66a6c - initialize the correct variables by Bernhard Reutner-Fischer · 19 years ago
- 064f04e by "Vladimir N. Oleynik" · 19 years ago
- 54cb5c6 better check usage with options, correct show problem error message, indent by "Vladimir N. Oleynik" · 19 years ago
- 4a7252b Rename CONFIG_NFSMOUNT to CONFIG_FEATURE_MOUNT_NFS so allbaseconfig can by Rob Landley · 19 years ago
- 747fc5d allow people to adjtime location by Mike Frysinger · 19 years ago
- 95544f7 whitespace sucks by Mike Frysinger · 19 years ago
- 75aa192 re-order a little for alphabetical by Mike Frysinger · 19 years ago
- 1672255 Tito switched option parsing over to switch umount over to bb_getopt_ulflags(). by Rob Landley · 19 years ago
- 62f18e1 use the shorter license header by Mike Frysinger · 19 years ago
- 0d4ee68 use brief license line by Mike Frysinger · 19 years ago
- 24cca8d Reduce exported from ipcs applet by "Vladimir N. Oleynik" · 19 years ago
- 2d5e4f6 accept unlimited number of swap arguments like the real swap{on,off} and shrink do_em_all a little by Mike Frysinger · 19 years ago
- b728500 Cleanup patch from Tito. by Rob Landley · 19 years ago
- 6943a94 whitespace/syntax cleanups, dont mind me :p by Mike Frysinger · 19 years ago
- bc3d4a1 Cleanup patch from Tito. by Rob Landley · 19 years ago
- 658d2cf Tito sent in a few patches converting instances of CONFIG_FEATURE_CLEAN_UP to by Rob Landley · 19 years ago
- 27421a1 1) bb_opt_complementaly -> bb_opt_complementally by "Vladimir N. Oleynik" · 19 years ago
- dbaf97e Fix the warnings, and fix the following two obvious segfaults: by Rob Landley · 19 years ago
- 9a64314 Amir Shalem found some bugs in the new mount code; unknown options didn't get by Rob Landley · 19 years ago
- f4c684a When compiling with FEATURE_MTAB_SUPPORT disabled, the call to erase_mtab() by Rob Landley · 19 years ago
- de5fd23 If we goto singlemount, do _not_ try to continue through the loop we jumped by Rob Landley · 19 years ago
- 6e98521 Stephane Billiart noticed that the return code of the new mount was horked. by Rob Landley · 19 years ago
- 6a6798b Major rewrite of mount, umount, losetup. Untangled lots of code, shrunk by Rob Landley · 19 years ago
- 4d00896 use toplevel ARFLAGS and update default ARFLAGS to be quiet by Mike Frysinger · 19 years ago
- 3f6f317 applying fix from: by Paul Fox · 19 years ago
- 576db48 applets specified as _BB_SUID_ALWAYS in applets.h should also select by Eric Andersen · 19 years ago
- 6eb1e41 Rodney Radford submitted ipcs and ipcrm (system V IPC stuff). They could use by Rob Landley · 19 years ago
- 8b2d02e Add readprofile applet support. by Paul Mundt · 20 years ago
- 348e84c change the hardcoded error constant (0x80000000UL) to a nice flexible define (BB_GETOPT_ERROR) by Mike Frysinger · 20 years ago
- 7eb6457 moved to e2fsprogs too by Mike Frysinger · 20 years ago
- 3b59821 remove lsattr/chattr to prepare for a top level e2fsprogs dir with more stuff in it by Mike Frysinger · 20 years ago
- de9f1f7 import lsattr and chattr from e2fsprogs by Mike Frysinger · 20 years ago
- f547d67 fix typoe (buildddir -> builddir) by Mike Frysinger · 20 years ago
- b31566e minor style touchups by Mike Frysinger · 20 years ago
- 7daa076 egor duda writes: by Eric Andersen · 20 years ago
- d4004ee Patch from Felipe Kellermann, remove some unnecessary dups, i declared a few extra const's also. by Glenn L McGrath · 20 years ago
- b225e2a Fixup some warnings by Eric Andersen · 20 years ago
- 93d7fba Tito, farmatito at tiscali dot it writes: by Eric Andersen · 20 years ago
- 882cec3 YAEGASHI Takeshi writes: by Eric Andersen · 20 years ago
- d926149 Avoid a number of places where large drives could wrap a uint, and by Eric Andersen · 20 years ago
- 86af052 Kevin P. Fleming writes: by Eric Andersen · 21 years ago
- 42f8883 Per suggestion from Bastian Blank, be less evil when we force fdisk to by Eric Andersen · 21 years ago
- 823b172 Use tab not space by Eric Andersen · 21 years ago
- 1be0107 Do not select LFS by Eric Andersen · 21 years ago
- 84bdea8 Erik, by Eric Andersen · 21 years ago
- 256c4fd Make vodz happy and make fdisk always use large file support if by Eric Andersen · 21 years ago
- aff114c Larry Doolittle writes: by Eric Andersen · 21 years ago
- ee4b7d4 make mount ignore -n when CONFIG_FEATURE_MTAB_SUPPORT is disabled by Eric Andersen · 21 years ago
- 522a2f3 Everything should be made as simple as possible. But no simpler. by Eric Andersen · 21 years ago
- bbbbcfe Sigh. what a mess. by Eric Andersen · 21 years ago
- 0a92f35 As waldi noticed, checks for the size of an off_t and casting by Eric Andersen · 21 years ago
- 259cf97 Go ahead and kill off the FDISK_SUPPORT_LARGE_DISKS option, by Eric Andersen · 21 years ago
- 1236631 The fdisk llseek junk was redundant, since both uClibc and glibc by Eric Andersen · 21 years ago
- 70060d2 s/fileno\(stdin\)/STDIN_FILENO/g s/fileno\(stdout\)/STDOUT_FILENO/g by Eric Andersen · 21 years ago
- edd580a Vladimir N. Oleynik (vodz) writes: by Eric Andersen · 21 years ago
- 97310d0 Brian Pomerantz writes: by Eric Andersen · 21 years ago
- 6bb8087 Some corrections from vodz: by Robert Griebl · 21 years ago
- c8685ea The utc variable was not modified according to the -u/-l command line by Robert Griebl · 21 years ago
- c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 21 years ago
- b7b3bda Patch from Thomas Frohlich to fix an option ordering bug of mine. by Glenn L McGrath · 21 years ago
- 15a4f1e Patch from Chris Larson (kergoth), to allow multiple directores to be by Glenn L McGrath · 21 years ago
- 689e4b9 Use bb_getopt_ulflags, marginal saving, better argument checking. by Glenn L McGrath · 21 years ago
- f461e01 Use /var/lib/hwclock for adjtime, its really a state file rather than a by Glenn L McGrath · 21 years ago
- 7495b0d Eliminate use of a kernel scsi header file. by Eric Andersen · 21 years ago
- d242079 Fixup use of 'u_int' to instead use 'unsigned int' by Eric Andersen · 21 years ago
- dfcb5b0 s/u_int/uint/g by Eric Andersen · 21 years ago
- 39cdf4e Use proper C99 types by Eric Andersen · 21 years ago
- 348672d Patch from Tito, reduce size, merge functions that are only used once. by Glenn L McGrath · 21 years ago
- 15eb39c Stephane Billiart writes: by Eric Andersen · 21 years ago
- 5089534 match changes made to cmdedit by Eric Andersen · 21 years ago