summaryrefslogtreecommitdiff
path: root/etc
AgeCommit message (Expand)Author
2017-07-21Align ifstart() in netstart and install.sub.Robert Peichaer
2017-07-21syncMike Belopuhov
2017-07-21Multiple virtualization layers may be available at the same timeMike Belopuhov
2017-07-18Use a bit better idiom to get most recent version of the libraryVadim Zhukov
2017-07-18Use numerical sysctl output to check for nfs mounts.Robert Peichaer
2017-07-17Tweak previous.Robert Peichaer
2017-07-17Use a more compact way to compose the initial pf ruleset.Robert Peichaer
2017-07-17Now that choosing the library versions is much faster, we can doTheo Buehler
2017-07-17Optimize and simplify the selection of the latest library version inTheo Buehler
2017-07-15Replace some `eval` with $(eval) for consistency and useTheo Buehler
2017-07-10Test if an acct file exists before trying to rename it. This silencesAlexander Bluhm
2017-07-08Increase size to make slaacd fit.Florian Obser
2017-07-04Switch reorder_kernel() from sending emails to logging via syslogRobert Peichaer
2017-07-04Add GRACEFUL_SHUTDOWN example to bgpd.confjob
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