Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-01 | - disable controller when we're done using it | Joshua Stein | |
- read CLR_INTR register when disabling interrupts | |||
2016-09-01 | - separate hid and ihidev attachment for upcoming drivers | Joshua Stein | |
- move power control into a dedicated function - sprinkle aml_freevalue | |||
2016-09-01 | retire sparc manuals | Ted Unangst | |
2016-09-01 | Use counter should stay at '0' if the lookup hasn't been done for | Martin Pieuchot | |
tansmitting packets. | |||
2016-09-01 | Use rtable_match() rather than rtalloc() when looking for an existing | Martin 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-01 | retire sparc | Ted Unangst | |
2016-09-01 | sync | Theo de Raadt | |
2016-09-01 | retire sparc | Ted Unangst | |
2016-09-01 | do not enter sparc | Theo de Raadt | |
2016-09-01 | retire sparc | Ted Unangst | |
2016-09-01 | retire sparc | Ted Unangst | |
2016-09-01 | Start writing the size of the cylinder group into the (unused) cpg | Otto Moerbeek | |
field of the disklabel. To be used by fsck_ffs(8) to find alternate superblocks. ok deraadt@ krw@ | |||
2016-09-01 | retire the sparc library code | Ted Unangst | |
2016-09-01 | Celebrate 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-01 | RTM_CHANGE should not allow to change the gateway of a mpath route. | Martin Pieuchot | |
Fix rttest13. ok claudio@ | |||
2016-09-01 | one less sparc | Ted Unangst | |
2016-09-01 | remove another straggler hunted down by miod | Ted Unangst | |
2016-09-01 | Export machdep.cpufeature in hex, to avoid - values which made | Theo de Raadt | |
yuo@ grumpy. ok tom guenther yuo | |||
2016-09-01 | openbsd.randomdata became RO in userland due to the RELRO work. We should | Theo 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-01 | Avoid mapping the vector page W|X. Map it using PROT_READ|PROT_WRITE | Mark 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-01 | various cleanup; | Jason McIntyre | |
2016-09-01 | Remove the unused ntfs write code. ok benno beck | Martin Natano | |
2016-09-01 | Fix comment in sys/sem.h | Tom Cosgrove | |
From Michal Mazurek <akfaew at jasminek dot net> ok guenther@ | |||
2016-09-01 | Remove last mention of nonexistent ktr_kuser() | Tom Cosgrove | |
From Michal Mazurek <akfaew at jasminek dot net> ok guenther@ | |||
2016-09-01 | shorten s_client; | Jason McIntyre | |
2016-09-01 | update currency exchange rates; | Jason McIntyre | |
2016-09-01 | we don't have config.h | Florian Obser | |
2016-09-01 | line wrap usage | Theo de Raadt | |
2016-09-01 | do { } while is easier to eyeball | Theo de Raadt | |
2016-09-01 | PATH_VAR_EMPTY is not used | Theo de Raadt | |
2016-09-01 | Collapse krazy abstractions for other sandbox models, using chroot and | Theo de Raadt | |
pledge directly as needed. ok florian | |||
2016-09-01 | knf | Sebastian Benoit | |
2016-09-01 | space -> tab | Kenji Aoyama | |
2016-08-31 | whitespace | Sebastian Benoit | |
2016-08-31 | whitespace | Sebastian Benoit | |
2016-08-31 | whitespace | Sebastian Benoit | |
2016-08-31 | whitespace | Sebastian Benoit | |
2016-08-31 | We are past 5.8. Also gets rid of asserts as a bonus. | Florian Obser | |
OK benno@, deraadt@ | |||
2016-08-31 | Bring in license for man page Kristaps just added upstream in | Florian Obser | |
commit 33c4b38b1db65097e4301e982c9cffcb8c3e648d. | |||
2016-08-31 | whitespace | Sebastian Benoit | |
2016-08-31 | whitespace | Sebastian Benoit | |
2016-08-31 | whitespace | Sebastian Benoit | |
2016-08-31 | whitespace | Sebastian Benoit | |
2016-08-31 | whitespace | Sebastian Benoit | |
2016-08-31 | REQUEST packets are not just sent when an interface reboots. So don't short | Kenneth R Westerback | |
circuit the waiting for ACK's by giving up after reboot_timeout. ok tedu@ | |||
2016-08-31 | whitespace | Sebastian Benoit | |
2016-08-31 | Crank minor due to API addition | Bob Beck | |
2016-08-31 | Split the check-setup target into smaller parts to make it easier | Alexander Bluhm | |
to configure the regression test machines. | |||
2016-08-31 | whitespace | Sebastian Benoit | |
2016-08-31 | revoke -> revocate, to avoid alias | Theo de Raadt | |
ok florian |