summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-12-01syncTheo de Raadt
2019-12-01Remove unused test program.Visa Hankala
2019-11-30temporarily neuter the syscall-callfrom check as a few peopleTheo de Raadt
2019-11-30Sigh, fix i386 msyscall() case to permission the correct address range.Theo de Raadt
2019-11-30- no -r optionJason McIntyre
2019-11-30cardbus(4): tsleep(9) -> tsleep_nsec(9); ok jca@cheloha
2019-11-30pckbc(4): tsleep(9) -> tsleep_nsec(9); ok jca@cheloha
2019-11-30onewire(4), owtemp(4): tsleep(9) -> tsleep_nsec(9); ok jca@cheloha
2019-11-30utwitch(4): tsleep(9) -> tsleep_nsec(9); ok jca@cheloha
2019-11-30make sure we only pass normalized timevals for the next resolver interval;Otto Moerbeek
2019-11-30The message sent in config_setmode starts the handshake in the ikev2 processtobhe
2019-11-30Log loaded SPIs and flows.tobhe
2019-11-30unveil(2) /dev with read permissions since it's the only directory usbdevs(8)Ricardo Mestre
2019-11-30pcidump(8) only opens devices in O_RDONLY from /dev, and additionally writes aRicardo Mestre
2019-11-30After fork(2) the pledge(2) in the parent proc can be reduced toRicardo Mestre
2019-11-30Move kernel locking inside the sleep machinery. This enables callingVisa Hankala
2019-11-30Not being able to create a resolver is not a fatal condition in unwind,Florian Obser
2019-11-30tweak the Nd lines for a bit of consistency;Jason McIntyre
2019-11-30Test inet6 netmask and non-contiguous netmask in ifconfig(8).Alexander Bluhm
2019-11-30ifconfig(8) did silently ignore the netmask parameter for inet6 andAlexander Bluhm
2019-11-30Add create-vdisk commandkn
2019-11-30Document new flag and output arrangement betterTheo de Raadt
2019-11-30syncTheo de Raadt
2019-11-30Tweak rpki-client to create all 4 output file formats from a singleTheo de Raadt
2019-11-30Revert previous - the stability was not as improved as we had thought andMike Larkin
2019-11-29Use X509_STORE_CTX_set_flags() instead of doing the same thing by handClaudio Jeker
2019-11-29Fix size of reserved bytes section in xsave header.mortimer
2019-11-29Sort relative relocations (and relocations against the same symbol) by offsetPhilip Guenther
2019-11-29Add uvm_objfree function to free all pages in a uvm_obj in one go.Bob Beck
2019-11-29Change the default security level for incoming IPsec flows fromtobhe
2019-11-29Improve support for the RK3399's eMMC in sdhc(4). Fix the compatiblePatrick Wildt
2019-11-29Add rkemmcphy(4), a driver for the RK3399's eMMC PHY.Patrick Wildt
2019-11-29Make rkgrf(4) behave like a simplebus(4) so we can attach driversPatrick Wildt
2019-11-29Add support for the RK3399's eMMC clock to rkclock(4).Patrick Wildt
2019-11-29Move p_sleeplocks and p_limit into the "zero on create" section of structPhilip Guenther
2019-11-29Eliminate the sketchy use of ps_mainproc here by making unveil_add_vnode()Philip Guenther
2019-11-29Add an element to the marks array to store the virtual address of theMark Kettenis
2019-11-29Move kcov(4)'s p_kd into the "zero on create" section to simplify fork codePhilip Guenther
2019-11-29correct order of region bits for -a case: rwxSepcTheo de Raadt
2019-11-29As additional paranoia, make a copy of system ld.so into obj/ld.so.backupTheo de Raadt
2019-11-29Restore the previous behaiviour of not checking the crl for the mft.Sebastian Benoit
2019-11-29Split out the code that removes a page from uvm objects and clears the flagsMark Kettenis
2019-11-29remove two items from the todo listSebastian Benoit
2019-11-29... and fix the compile.Sebastian Benoit
2019-11-29bring back CRL checks, noted by claudio@Sebastian Benoit
2019-11-29Add missing retq to mds handler for knights landing.mortimer
2019-11-29delete REAMDE.mdSebastian Benoit
2019-11-29Improve the programs description a littleSebastian Benoit
2019-11-29add a comment noting missing functionalitySebastian Benoit
2019-11-29add __func__ to panic() and printf() calls in sys/netinet6/*Nayden Markatchev