summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-09-01- disable controller when we're done using itJoshua Stein
- read CLR_INTR register when disabling interrupts
2016-09-01- separate hid and ihidev attachment for upcoming driversJoshua Stein
- move power control into a dedicated function - sprinkle aml_freevalue
2016-09-01retire sparc manualsTed Unangst
2016-09-01Use counter should stay at '0' if the lookup hasn't been done forMartin Pieuchot
tansmitting packets.
2016-09-01Use rtable_match() rather than rtalloc() when looking for an existingMartin Pieuchot
entry in RTM_ADD. rtable_match() does not modify the 'Use' counter of the route and unbreak regression tests. Breakage reported by bluhm@
2016-09-01retire sparcTed Unangst
2016-09-01syncTheo de Raadt
2016-09-01retire sparcTed Unangst
2016-09-01do not enter sparcTheo de Raadt
2016-09-01retire sparcTed Unangst
2016-09-01retire sparcTed Unangst
2016-09-01Start writing the size of the cylinder group into the (unused) cpgOtto Moerbeek
field of the disklabel. To be used by fsck_ffs(8) to find alternate superblocks. ok deraadt@ krw@
2016-09-01retire the sparc library codeTed Unangst
2016-09-01Celebrate OpenBSD 6.0 release by retiring the sparc port.Ted Unangst
You've served us well, good friend, but now it's time to rest. ok deraadt
2016-09-01RTM_CHANGE should not allow to change the gateway of a mpath route.Martin Pieuchot
Fix rttest13. ok claudio@
2016-09-01one less sparcTed Unangst
2016-09-01remove another straggler hunted down by miodTed Unangst
2016-09-01Export machdep.cpufeature in hex, to avoid - values which madeTheo de Raadt
yuo@ grumpy. ok tom guenther yuo
2016-09-01openbsd.randomdata became RO in userland due to the RELRO work. We shouldTheo de Raadt
also do so in the kernel, which gains us RO ssp cookie, which will prevent spraying attacks. The random layer was openbsd.randomdata annotating working entropy/chacha buffers which in turn required them to be RW. To make that work again, so we need to copy RO seeds to RW working buffers, and later clear the RO seed buffers afterwards using a temporary RW mapping. help & ok kettenis, ok guenther
2016-09-01Avoid mapping the vector page W|X. Map it using PROT_READ|PROT_WRITEMark Kettenis
initially and change it to PROT_READ|PROT_EXEC as soon as we have called pmap_bootstrap(), at which piint we're done modifying the page. ok jsg@, deraadt@, patrick@
2016-09-01various cleanup;Jason McIntyre
2016-09-01Remove the unused ntfs write code. ok benno beckMartin Natano
2016-09-01Fix comment in sys/sem.hTom Cosgrove
From Michal Mazurek <akfaew at jasminek dot net> ok guenther@
2016-09-01Remove last mention of nonexistent ktr_kuser()Tom Cosgrove
From Michal Mazurek <akfaew at jasminek dot net> ok guenther@
2016-09-01shorten s_client;Jason McIntyre
2016-09-01update currency exchange rates;Jason McIntyre
2016-09-01we don't have config.hFlorian Obser
2016-09-01line wrap usageTheo de Raadt
2016-09-01do { } while is easier to eyeballTheo de Raadt
2016-09-01PATH_VAR_EMPTY is not usedTheo de Raadt
2016-09-01Collapse krazy abstractions for other sandbox models, using chroot andTheo de Raadt
pledge directly as needed. ok florian
2016-09-01knfSebastian Benoit
2016-09-01space -> tabKenji Aoyama
2016-08-31whitespaceSebastian Benoit
2016-08-31whitespaceSebastian Benoit
2016-08-31whitespaceSebastian Benoit
2016-08-31whitespaceSebastian Benoit
2016-08-31We are past 5.8. Also gets rid of asserts as a bonus.Florian Obser
OK benno@, deraadt@
2016-08-31Bring in license for man page Kristaps just added upstream inFlorian Obser
commit 33c4b38b1db65097e4301e982c9cffcb8c3e648d.
2016-08-31whitespaceSebastian Benoit
2016-08-31whitespaceSebastian Benoit
2016-08-31whitespaceSebastian Benoit
2016-08-31whitespaceSebastian Benoit
2016-08-31whitespaceSebastian Benoit
2016-08-31REQUEST packets are not just sent when an interface reboots. So don't shortKenneth R Westerback
circuit the waiting for ACK's by giving up after reboot_timeout. ok tedu@
2016-08-31whitespaceSebastian Benoit
2016-08-31Crank minor due to API additionBob Beck
2016-08-31Split the check-setup target into smaller parts to make it easierAlexander Bluhm
to configure the regression test machines.
2016-08-31whitespaceSebastian Benoit
2016-08-31revoke -> revocate, to avoid aliasTheo de Raadt
ok florian