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