summaryrefslogtreecommitdiff
path: root/initd
Commit message (Expand)AuthorAgeFilesLines
* init: attempt to mount efivarfsDaniel Golle2023-01-161-3/+4
* init: only relabel rootfs if started from initramfsDaniel Golle2022-06-011-3/+4
* init: selinux: don't relabel virtual filesystemsDaniel Golle2022-06-011-1/+3
* init: restore SELinux labels after policy is loadedDaniel Golle2022-05-031-8/+19
* procd: completely remove tmp-on-zram supportRui Salvaterra2022-03-033-152/+4
* procd: clean up /dev/pts mountsRui Salvaterra2022-01-111-1/+1
* procd: mount /dev with noexecRui Salvaterra2022-01-111-1/+1
* initd: fix off-by-one error in mkdev.cNick Hainke2021-08-311-1/+1
* Revert "initd: fix off-by-one error in mkdev.c"Nick Hainke2021-08-311-1/+1
* initd: fix off-by-one error in mkdev.cDaniel Golle2021-08-301-1/+1
* system: expose if system was booted from initramfsDaniel Golle2021-02-231-1/+0
* initd/init: add minimal SELinux policy loading supportThomas Petazzoni2020-08-101-0/+38
* initd: attempt to mount cgroup2Daniel Golle2020-08-061-1/+1
* procd: replace exit(-1) with exit(EXIT_FAILURE)Michael Heimpold2019-10-273-6/+6
* procd: Switch to nanosleepRosen Penev2019-09-201-1/+2
* sysupgrade: support "backup" attributeRafał Miłecki2019-09-111-1/+1
* system: support passing "options" to the "sysupgrade" ubus methodRafał Miłecki2019-08-221-1/+1
* procd: detect lxc container and behave accordinglyPaul Spooren2019-05-082-12/+19
* procd: add SIGPWR as signalPaul Spooren2019-04-261-0/+1
* early: set /tmp permissions explicitlyHans Dedecker2018-11-231-1/+1
* procd: Add %m to several functions that return errno.Rosen Penev2018-01-024-13/+13
* procd: Replace strerror(errno) with %m.Rosen Penev2018-01-021-4/+4
* procd: initd: fix path allocation in early_insmodNathan Hintz2017-12-301-1/+1
* preinit: define _GNU_SOURCEHans Dedecker2017-06-161-0/+1
* init: add support for sysupgrades triggered from preinitMatthias Schiffer2017-05-291-5/+41
* procd: update modprobe pathNathan Hintz2017-02-211-5/+5
* add missing includesFelix Fietkau2017-02-112-0/+2
* init: fix /tmp permissions on zramMatthias Schiffer2017-01-261-0/+6
* procd: Fix memory leaks found by cppcheckRosen Penev2016-12-051-0/+1
* make /var/{run, lock, state} not world writable (0755)Etienne CHAMPETIER2016-06-171-3/+3
* initd: fix descriptor leakJo-Philipp Wich2016-05-161-1/+8
* initd: use patch_stdio() for kmodloader stdio redirectionJo-Philipp Wich2016-05-161-11/+3
* initd: use patch_stdio() for early console setupJo-Philipp Wich2016-05-161-13/+5
* preinit: create a sentinel file during preinitJohn Crispin2016-05-151-0/+3
* init: reduce delay after starting kmodloaderFelix Fietkau2016-03-051-2/+2
* initd: allow overriding early PATH through build time defineJo-Philipp Wich2016-02-082-1/+5
* Align early init PATH with system wide OpenWrt path valueJo-Philipp Wich2016-01-141-1/+1
* explicitely ignore return value of symlink(3) callDaniel Golle2015-10-261-1/+2
* Add MS_NODEV MS_NOEXEC MS_NOSUID mount options where neededEtienne CHAMPETIER2015-10-031-6/+6
* move /dev/shm to /tmp/shmDaniel Gimpelevich2015-09-151-4/+8
* fix /dev/shm permissions, this time for realDaniel Gimpelevich2015-06-181-0/+3
* fix /dev/shm permissionsDaniel Gimpelevich2015-06-171-1/+1
* remove ->John Crispin2015-05-231-2/+0
* properly handle return codesJohn Crispin2015-03-283-5/+5
* switch to _DEFAULT_SOURCE for modern glibc compatJohn Crispin2015-03-121-1/+1
* Convert log calls to ulog() apiJo-Philipp Wich2015-02-253-3/+2
* procd: increase memory allocated for tmpfs on zramNathan Hintz2015-01-281-1/+1
* previous commit accidentiall dropped the cgroup mountJohn Crispin2014-12-021-0/+1
* add support for zram compressed tmpfsJohn Crispin2014-12-023-21/+159
* initd: mount cgroupLuka Perkov2014-11-141-0/+1