Age | Commit message (Expand) | Author |
2017-06-06 | start slaacd as early as possible, right after pf and sysctl.conf are | Florian Obser |
2017-06-06 | We are going to start slaacd(8) much earlier, before /var is even | Florian Obser |
2017-06-06 | Update stubs to work with radix tree. | Martin Pieuchot |
2017-06-06 | Update panic strings, pipex no longer use rn_inithead0(). | Martin Pieuchot |
2017-06-06 | Do not rely on <net/rtable.h> beeing included by other headers. | Martin Pieuchot |
2017-06-06 | Fix build without PF. | Martin Pieuchot |
2017-06-06 | mention -fwrapv being on by default | Jonathan Gray |
2017-06-06 | Enable -fwrapv by default with clang to treat signed integer overflows | Jonathan Gray |
2017-06-06 | Fix compression output stats broken in rev 1.201. Patch originally by | Darren Tucker |
2017-06-06 | regen | Theo Buehler |
2017-06-06 | Mention that the special files are created in the current working | Theo Buehler |
2017-06-06 | Test insertion of unmatched meta sequence. | anton |
2017-06-06 | make vnetid and parent commands available in SMALL ifconfigs. | David Gwynne |
2017-06-06 | correct the depend list of a target introduced in rev 1.9 | Jonathan Gray |
2017-06-06 | Regen. | Kevin Lo |
2017-06-06 | Sort DLINK section and add USB device ID of D-Link DWA-131 rev E1. | Kevin Lo |
2017-06-05 | Show usage of sysmerge and MAKEDEV instead of just mentioning them. | Theo Buehler |
2017-06-05 | - let's add PF_LOCK() | Alexandr Nedvedicky |
2017-06-05 | initial docs for COMPILER_WRAPPER and COMPILER_LINKS | Stuart Henderson |
2017-06-05 | Split early startup code out of locore.S into locore0.S. Adjust link | Theo de Raadt |
2017-06-05 | Increase kernel size, by pushing rodata 1MB forward, from 5MB to 6MB. | Theo de Raadt |
2017-06-05 | Temporarily disable the second call to rc_check until I figure out what | Antoine Jacoutot |
2017-06-05 | Split early startup code out of locore.S into locore0.S. Adjust link | Theo de Raadt |
2017-06-05 | include machine/param.h before machine.asm.h because uhm alpha. | Theo de Raadt |
2017-06-05 | Test insertion of non-ASCII characters, in particular making sure | Ingo Schwarze |
2017-06-05 | track permissions of original file | Theo de Raadt |
2017-06-05 | use same idiom as other Makefiles | Theo de Raadt |
2017-06-05 | Fix logic in _rc_wait to properly cope with setproctitle(3) daemons. It was a | Antoine Jacoutot |
2017-06-05 | Randomize the link order of .o files in the kernel on octeon. | Visa Hankala |
2017-06-05 | explicitly pass -w since clang -M doesn't imply it. | Marc Espie |
2017-06-05 | Add new edit regress files. | anton |
2017-06-05 | Rewrite ksh edit mode regression tests. | anton |
2017-06-05 | Avoid use of _C_LABEL, since it is not portable to all our architectures. | Theo de Raadt |
2017-06-05 | The arm* architectures edit the ld.script, creating a copy in the compile | Theo de Raadt |
2017-06-05 | exclude more objects from the readelf output when building syspatches (needed... | Robert Nagy |
2017-06-05 | a kernel errata requires a full build as well in case some headers | Robert Nagy |
2017-06-05 | set BUILDUSER to build by default, this can be overwritten from the environment | Robert Nagy |
2017-06-05 | do not add ./ to the path of the files in the tarball | Robert Nagy |
2017-06-05 | do not remove used files from the fakeroot | Robert Nagy |
2017-06-05 | remove vlan(4) specific output handling | David Gwynne |
2017-06-05 | use byte swapping loads and stores. | David Gwynne |
2017-06-05 | Set the group on cron's Unix domain socket _before_ making it | Todd C. Miller |
2017-06-04 | Catch up with changes made on amd64 (kettenis@): | Christian Weisgerber |
2017-06-04 | Implement the roff(7) .mc (right margin character) request. | Ingo Schwarze |
2017-06-04 | fix a bungled logical/bitwise expression pointed out by clang; ok deraadt@ | Christian Weisgerber |
2017-06-04 | Replace ((2 << 31) - 1) with 0xffffffff, which is equivalent but doesn't | Christian Weisgerber |
2017-06-04 | Update to perl File::Path 2.13 for security fixes | Andrew Fresh |
2017-06-04 | Remove unused function, as pointed out by clang. ok deraadt@ kettenis@ | Christian Weisgerber |
2017-06-04 | Make term_flushln() simpler and more robust: | Ingo Schwarze |
2017-06-04 | Create gap.* with umask 007 instead of 077 to make kernel builds after | Theo Buehler |