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