summaryrefslogtreecommitdiff
path: root/etc/rc
AgeCommit message (Expand)Author
2017-06-22Adjust relink procedure to use new targets. Better use semantics forTheo de Raadt
2017-06-19As early as possible, create a link /bsd.booted to the /bsd kernel weTheo de Raadt
2017-06-14Add a new function reorder_kernel() that relinks and installs theRobert Peichaer
2017-06-06start slaacd as early as possible, right after pf and sysctl.conf areFlorian Obser
2017-06-03We have been running a small awk program before installing the relinked libc.Theo de Raadt
2017-06-03Immediately after mounting / read-write, chmod og-rwx the kernel. RemoteTheo de Raadt
2017-05-30Introduce a scary rc.conf(8) knob library_aslr=(YES|NO) to turn off theTheo Buehler
2017-05-29rc.d(8) for slaacdFlorian Obser
2017-05-29Randomize link-order of libcrypto as we do with libc. This libraryTheo de Raadt
2017-05-01Comments and spacing.Robert Peichaer
2017-04-18Simplify patching of motd(5), also making it agree better with theIngo Schwarze
2017-02-26Switch to xenodm(1).Matthieu Herrb
2016-12-27Remove user uucp and group news from base.Jeremie Courreges-Anglas
2016-11-04spacingRobert Peichaer
2016-10-07first set -max limit, then -cur, otherwise if -cur si higher than the currentOtto Moerbeek
2016-10-06Add switchdReyk Floeter
2016-10-06Move vmd down as VMs might need the host's dhcpd, httpd etc. on startup.Reyk Floeter
2016-09-27Run acpidump(8) at system startup and store ACPI tables in theRobert Peichaer
2016-07-10Fix detection of /usr/lib on NFS.Robert Peichaer
2016-05-29Improve error handling in reorder_libs()Robert Peichaer
2016-05-27No need to show the messages if we skip in case of /usr/lib on nfs.Robert Peichaer
2016-05-27Add function comments.Robert Peichaer
2016-05-26whitespace found during reviewTheo de Raadt
2016-05-26- rename rebuildlibs() to reorder_libs()Robert Peichaer
2016-05-22Use the -F flag of install(1) to ensure the file's content is flushed to disk.Robert Peichaer
2016-05-14unhphenate the world: re-order -> reorderJason McIntyre
2016-05-05show what we're doing when reordering libraries, otherwise the textStuart Henderson
2016-04-27We want to run sysmerge(8) a bit earlier in the boot process so that it has aAntoine Jacoutot
2016-04-27Use 'sort -V' which is actually meant to sort version numbers.Robert Peichaer
2016-04-26Re-link (only the newest) libc.so, placing the objects in a randomTheo de Raadt
2015-12-29Replace single pattern case-blocks with simpler code.Robert Peichaer
2015-12-06Add missing rc bits for rebound.Robert Peichaer
2015-12-05add rcscript for vmdJasper Lievisse Adriaanse
2015-12-02Since version 1.467 of /etc/rc, it was no longer possible to addRobert Peichaer
2015-11-27yppasswd went awayTheo de Raadt
2015-11-10Fix typos in commentsTim van der Molen
2015-11-01A missed backticks to $() conversion.Robert Peichaer
2015-10-18Finish first round of rework of the rc script.Robert Peichaer
2015-10-18Forcibly delete /var/run/ypbind.lock to prepare for the worst cases.Theo de Raadt
2015-10-03Enable eigrpd(8) and eigrpctl(8) in the buildsRenato Westphal
2015-09-29Besides the usual style changes:Robert Peichaer
2015-09-13- FOO=bar; export FOO -> export FOO=barRobert Peichaer
2015-09-13Remove setup_X_sockets():Robert Peichaer
2015-09-12Provide an ftpproxy6 rc script. ftp-proxy can only open one listening socketStuart Henderson
2015-08-28Changes for start_daemon():Robert Peichaer
2015-08-22- add usage infoRobert Peichaer
2015-08-22Restore previous behaviour for wsconsctl_conf().Robert Peichaer
2015-08-13Changes to sysctl_conf(), mixerctl_conf() and wsconsctl_conf():Robert Peichaer
2015-08-12Start the rework of the /etc/rc shell script.Robert Peichaer
2015-08-03Place etc/defaults/radiusd.conf and etc/rc.d/radiusd. Modify etc/rcYASUOKA Masahiko