Age | Commit message (Expand) | Author | Files | Lines |
2011-11-26 | init: Remove unneeded test0.8.0 | Gerardo Exequiel Pozzi | 1 | -5/+3 |
2011-11-16 | init: Remove sed cmd usage | Gerardo Exequiel Pozzi | 1 | -1/+1 |
2011-11-16 | init: Remove grep usage | Gerardo Exequiel Pozzi | 1 | -2/+1 |
2011-11-15 | use util-linux's switch_root binary | Dave Reisner | 1 | -8/+1 |
2011-11-15 | fsck: implement basic fsck support | Dave Reisner | 1 | -0/+5 |
2011-11-15 | init: create /run/initramfs after mounting /run | Dave Reisner | 1 | -0/+1 |
2011-11-15 | init: don't tell the kernel about the path to modprobe | Dave Reisner | 1 | -2/+0 |
2011-10-22 | install/base: include new_root as part of build process | Dave Reisner | 1 | -1/+0 |
2011-10-20 | install/udev: relocate udevd for udev 174 | Dave Reisner | 1 | -2/+2 |
2011-10-16 | init: refer to busybox by full path on --install | Dave Reisner | 1 | -1/+1 |
2011-10-09 | [mkinitcpio] Remove early redirection 2>/dev/null such node does not exists. | Gerardo Exequiel Pozzi | 1 | -1/+1 |
2011-10-01 | init: allow /run to be mounted with exec perms | Dave Reisner | 1 | -1/+1 |
2011-10-01 | init: support breaks before and after mounting root | Dave Reisner | 1 | -2/+8 |
2011-07-02 | Trim leading spaces in MODULES and earlymodules to prevent error messages whe... | Thomas Bächler | 1 | -3/+4 |
2011-06-25 | init: remove unnecessary variable declarations | Dave Reisner | 1 | -7/+2 |
2011-06-25 | init: declare PATH, remove absolute paths | Dave Reisner | 1 | -17/+19 |
2011-06-25 | install/base: cleanup and simplify | Dave Reisner | 1 | -1/+1 |
2011-06-25 | remove support for -m to add a startup message | Dave Reisner | 1 | -4/+0 |
2011-06-16 | use consistent vim modelines | Dave Reisner | 1 | -0/+2 |
2011-06-16 | init: don't attempt modprobe if $MODULES is empty | Dave Reisner | 1 | -1/+1 |
2011-06-07 | default_mount_handler: Only try to manually create the root device if devtmpf... | Thomas Bächler | 1 | -0/+2 |
2011-06-07 | init: purge environment before leaving early userspace | Dave Reisner | 1 | -1/+1 |
2011-06-07 | init: load all earlymodules at once | Dave Reisner | 1 | -3/+1 |
2011-06-07 | init: remove support for disablemodules | Dave Reisner | 1 | -13/+1 |
2011-05-14 | Cleanly stop udev >= 168 as recommended by upstream. | Gerardo Exequiel Pozzi | 1 | -9/+4 |
2011-05-14 | /run: restrict write access to root | Tom Gundersen | 1 | -1/+1 |
2011-05-01 | Drop deprecated /proc/sys/kernel/hotplug | Gerardo Exequiel Pozzi | 1 | -1/+0 |
2011-04-10 | Fix problems in parsing the kernel command line | Thomas Bächler | 1 | -23/+2 |
2011-04-10 | Allow initramfs to be completely silent: | Thomas Bächler | 1 | -12/+11 |
2011-04-08 | Introduce /run | Thomas Bächler | 1 | -1/+2 |
2011-04-08 | init: Unify/improve mount --move handling | Thomas Bächler | 1 | -3/+7 |
2011-04-05 | Fix broken command line parsing due to insufficient quoting introduced in 42e... | Thomas Bächler | 1 | -1/+1 |
2011-02-01 | Remove some obsolete 'export's | Thomas Bächler | 1 | -10/+9 |
2010-12-06 | mount: forbid suid,exec,dev from /proc and /sys | Tom Gundersen | 1 | -2/+2 |
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 |