Age | Commit message (Expand) | Author | Files | Lines |
2010-06-10 | Create /dev/{null,zero,mem,console} devices when devtmpfs is missing | Thomas Bächler | 1 | -0/+6 |
2010-06-03 | Mount tmpfs or (if supported) devtmpfs on /dev, move it into the real root be... | Thomas Bächler | 1 | -0/+6 |
2010-06-03 | Do not umount /proc and /sys before switch_root, but mount --move them into t... | Thomas Bächler | 1 | -2/+2 |
2010-02-21 | poll_device: do not wait for a device to appear if udevd is not running | Thomas Bächler | 1 | -0/+3 |
2010-02-17 | Improve sanity check: ${init} must be executable | Thomas Bächler | 1 | -1/+1 |
2010-02-16 | When use stat -c %D instead of stat -f -c %i for testing if /new_root is a mo... | Thomas Bächler | 1 | -1/+1 |
2010-02-16 | Make indentation in two code blocks consistent | Thomas Bächler | 1 | -13/+13 |
2010-02-16 | Remove the special handling for the default mount procedure, move it into a m... | Thomas Bächler | 1 | -70/+3 |
2010-02-16 | Introduce mount handlers | Thomas Bächler | 1 | -9/+5 |
2010-02-15 | Do not kill -9 udevd, instead kill -15 and wait for all processes to terminat... | Thomas Bächler | 1 | -2/+4 |
2010-02-15 | If we could not mount the real root device, or the init program did not exist... | Thomas Bächler | 1 | -1/+18 |
2010-02-14 | Kill udev after mounting file systems, not before | Thomas Bächler | 1 | -9/+10 |
2010-02-14 | Filesystem type detection: Change message to the way it should have been, stu... | Thomas Bächler | 1 | -1/+1 |
2010-02-14 | If filesystem type detection fails, print an error and instructions | Thomas Bächler | 1 | -0/+13 |
2010-02-09 | Honor the "rw" command line flag, but still make "ro" the default if nothing ... | Thomas Bächler | 1 | -1/+8 |
2010-02-09 | Remove the comment about 'reboot': busybox reboot requires init to run, thus ... | Thomas Bächler | 1 | -2/+0 |
2010-02-09 | Add support for mounting root filesystem over NFS. | Simon Boulay | 1 | -2/+9 |
2010-02-09 | Fix path when looking at /sys/block for rootdev | Gerardo Exequiel Pozzi | 1 | -1/+1 |
2010-02-07 | udev: Do not try to resolve any group/user names | Thomas Bächler | 1 | -1/+1 |
2010-02-07 | Honor the rootflags= command line option | Thomas Bächler | 1 | -1/+1 |
2010-02-07 | Settle remaining uevents before killing udevd | Thomas Bächler | 1 | -0/+2 |
2010-02-05 | Respect rootfstype command line parameter | Thomas Bächler | 1 | -1/+5 |
2010-01-29 | Nicer shell prompt in the break/emergency shell | Thomas Bächler | 1 | -2/+2 |
2010-01-12 | Replace custom minips with busybox pidof | Thomas Bächler | 1 | -1/+1 |
2010-01-12 | Fix a small oops in the sed usage | Thomas Bächler | 1 | -2/+2 |
2010-01-12 | Replace the custom 'replace' tool with 'sed' | Thomas Bächler | 1 | -11/+12 |
2010-01-10 | Remove kinit usage from /init: Implement parseblock and kinit in shell code, ... | Thomas Bächler | 1 | -36/+55 |
2010-01-10 | Do not mount /proc before busybox --install - this requires CONFIG_BUSYBOX_EX... | Thomas Bächler | 1 | -3/+2 |
2010-01-05 | Start moving from klibc to glibc+busybox | Thomas Bächler | 1 | -5/+5 |
2009-12-13 | added done message to udevd startup | Tobias Powalowski | 1 | -0/+1 |
2009-12-13 | start udevd in init to solve the firmware loading bug | Tobias Powalowski | 1 | -0/+7 |
2009-10-08 | Skip options starting with a digit, sh variables must not start with a digit. | Thomas Bächler | 1 | -0/+1 |
2009-09-30 | rootdelay check: Fix compatibility with other sh implementations than dash an... | Thomas Bächler | 1 | -1/+1 |
2009-08-05 | Do not rely on -L test; use -h instead. | Loui Chang | 1 | -1/+1 |
2009-06-07 | Always use rootdelay when polling a device, set it earlier in the init file0.5.25 | Thomas Bächler | 1 | -7/+7 |
2009-06-07 | Pass arguments to init properly | Thomas Bächler | 1 | -3/+4 |
2009-06-07 | Don't only check for block devices, but also for symbolic links. | Thomas Bächler | 1 | -1/+1 |
2009-06-07 | Fix an 'elif' that should have been an 'if' | Thomas Bächler | 1 | -1/+1 |
2009-06-06 | Rework the root device detection / creation stage | Thomas Bächler | 1 | -36/+34 |
2009-06-06 | Add a new file init_functions that contains common functions used in /init an... | Thomas Bächler | 1 | -2/+1 |
2009-02-04 | Silence errors when killing udevd | Gerardo Exequiel Pozzi | 1 | -1/+1 |
2008-03-16 | Fix various coding style issues | Thomas Bächler | 1 | -11/+11 |
2008-03-15 | Use the new -s= option of replace | Thomas Bächler | 1 | -12/+2 |
2008-01-04 | Allow init=??? syntax again | Aaron Griffin | 1 | -0/+2 |
2007-08-11 | Coding style change, use -n and -z for variable tests | Aaron Griffin | 1 | -5/+5 |
2007-05-12 | - adjusted all hooks for new modprobe path | Thomas Bächler | 1 | -2/+2 |
2007-05-12 | - fix init for users that use neither udev nor filesystems | Thomas Bächler | 1 | -10/+27 |
2007-05-12 | - fix a bug with BINARIES= (also accept shared objects, not only executables) | Thomas Bächler | 1 | -8/+6 |
2007-03-12 | * Jan Peter den Heijer <jpdenheijer@gmail.com> | Aaron Griffin | 1 | -0/+1 |
2007-03-12 | * Jan Peter den Heijer <jpdenheijer@gmail.com> | Aaron Griffin | 1 | -9/+14 |