summaryrefslogtreecommitdiff
path: root/etc
AgeCommit message (Expand)Author
2017-06-30Improve reorder_kernel()Robert Peichaer
2017-06-27remove some old cruft.Ted Unangst
2017-06-23Import regenerated moduli.Darren Tucker
2017-06-22Adjust relink procedure to use new targets. Better use semantics forTheo de Raadt
2017-06-22compile.tgz no longer needs to contain machine/ subdir, instead it needsTheo de Raadt
2017-06-21When building a snapshot, install the compile.tgz file to builder'sTheo 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-14Grow sgi iso, to account for base containing compile.tgz.Theo de Raadt
2017-06-13For KARL, include a linkkit into the base set, as usr/share/compile.tgz.Theo de Raadt
2017-06-13The KARL compile.tgz linkkit adds some growth to the base set.Theo de Raadt
2017-06-12destroy lint remnants.Marc Espie
2017-06-10Report processes that were killed due to pledge or memory accessAlexander Bluhm
2017-06-06start slaacd as early as possible, right after pf and sysctl.conf areFlorian Obser
2017-06-06Mention that the special files are created in the current workingTheo Buehler
2017-06-05Temporarily disable the second call to rc_check until I figure out whatAntoine Jacoutot
2017-06-05Fix logic in _rc_wait to properly cope with setproctitle(3) daemons. It was aAntoine Jacoutot
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-06-03kernels in compile dirs are og-rwx, so need to make them readable inTheo de Raadt
2017-06-03Move slaacd to /sbinFlorian Obser
2017-05-30Introduce a scary rc.conf(8) knob library_aslr=(YES|NO) to turn off theTheo Buehler
2017-05-30Enable slaacd(8) by default and disable router solicitation andFlorian Obser
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-28Move check later to mitigate a possible race.Antoine Jacoutot
2017-05-28Indent and rename var; no functional change.Antoine Jacoutot
2017-05-28When a daemon reaches its timeout when starting, display "timeout" insteadAntoine Jacoutot
2017-05-28Drop useless lines continuation; no functional change.Antoine Jacoutot
2017-05-28etc/netstart: use colon separator instead of dot with chownAdam Wolk
2017-05-27Ok turns out we still want to keep the rc_bg variable around but we needAntoine Jacoutot
2017-05-27Add an ALRM timer to cope with 2 annoying issues in rc.d(8):Antoine Jacoutot
2017-05-21regenVisa Hankala
2017-05-21Enable radeondrm(4) on loongson to get accelerated graphicsVisa Hankala
2017-05-07Change test from [] to [[]] and simplify pattern.Robert Peichaer
2017-05-07Replace hardcoded script name with ${0##*/}Robert Peichaer
2017-05-03add vm.conf to changelist and mtree/specialGleydson Soares
2017-05-01Revert r1.170 and remove the id==0 check.Robert Peichaer
2017-05-01Remove last remnants of rtsol. IPv6 autoconfiguration of interfaces is nowRobert Peichaer
2017-05-01Comments and spacing.Robert Peichaer
2017-04-30Do not try to delete a default route before adding it.Martin Pieuchot
2017-04-26Install arm64 manpages: eeprom(8), MAKEDEV(8). ok phessler kettenisStuart Henderson
2017-04-25Unbreak netstart for multiple inteface configurations like trunkRobert Peichaer
2017-04-24Introduce a new function parse_hn_line() that replaces the existingRobert Peichaer
2017-04-18Simplify patching of motd(5), also making it agree better with theIngo Schwarze
2017-04-18installation of the compiler creates include/g++ if needed; mtree does notTheo de Raadt
2017-04-17skip mtree creation of two include dirs. gcc3 may still use them, butTheo de Raadt
2017-04-16Remove /etc/ssl/acme/. We don't need it now that we have a default acme-conf(5)Antoine Jacoutot
2017-04-15Build full mandoc.db(5) databases by default using makewhatis(8)Ingo Schwarze
2017-04-14mark newish phony targets as phony.Marc Espie