Age | Commit message (Expand) | Author |
2014-11-22 | Switch to using MI installboot, after a conversation with stsp. He will | Theo de Raadt |
2014-11-22 | spell PROT_EXEC correctly | Theo de Raadt |
2014-11-22 | mop up a barely started project... getting in the way of grepping the tree! | Theo de Raadt |
2014-11-21 | mask off high bits from 'c', before operation, otherwise the packing | Theo de Raadt |
2014-11-21 | We can map 'fuse ROM' area with read only. | Kenji Aoyama |
2014-11-21 | remove unused #defines and labels. | Mike Larkin |
2014-11-21 | somebody permitted simple_locks back into uvm. they will be referred to | Ted Unangst |
2014-11-21 | simple lock is long dead | Ted Unangst |
2014-11-21 | Since we enable NX in locore now, no need to do it again later in the | Mike Larkin |
2014-11-21 | Add NX (if available) to the mid-level page tables (PDE, etc). | Mike Larkin |
2014-11-21 | Kill kv_executable flag. We no longer allow requests for PROT_EXEC | Theo de Raadt |
2014-11-20 | Be more POSIXy by using blksize_t (a.k.a. int32) for st_blksize, rather than ... | Kenneth R Westerback |
2014-11-20 | sizes for simple free cases. sizeof(*) and one case where len is clear. | Ted Unangst |
2014-11-20 | Yet more #include de-duplication. | Kenneth R Westerback |
2014-11-20 | Rework the handling of interfaces and IPv6 addresses for local delivery. | Martin Pieuchot |
2014-11-20 | Fix comment. | Kenji Aoyama |
2014-11-20 | In TCP and UDP layers do not (ab)use the receiving interface to check | Martin Pieuchot |
2014-11-20 | Fix previous. | Landry Breuil |
2014-11-20 | Force a status check of all the ports of a newly attached hub. In the | Martin Pieuchot |
2014-11-20 | funky spacing. | Martin Pieuchot |
2014-11-20 | Instead of playing hide-and-seek with the route to destination attached | Martin Pieuchot |
2014-11-20 | What have no need for a variable that holds the maximum MTU size of | Martin Pieuchot |
2014-11-20 | When removing the identity mapping in low memory used during bootstrap, | Mike Larkin |
2014-11-20 | Don't attempt to clear/disable %tick_cmpr. This register is no longer present | Mark Kettenis |
2014-11-20 | oops, mangled the prototype | Theo de Raadt |
2014-11-20 | Disentagle bcopy/memcpy/memmove. | Theo de Raadt |
2014-11-20 | Move previous PTE permission fixup code into locore, and fixup some more | Mike Larkin |
2014-11-20 | Revert the previous changes that enabled various PTE permissions fixups | Mike Larkin |
2014-11-20 | - Remove some unused #if 0'd code which does not pertain to OpenBSD | Brad Smith |
2014-11-20 | Rename slow_ovbcopy() to slow_bcopy(), since ovbcopy means nothing to | Theo de Raadt |
2014-11-19 | Copy over some recent commits from ix(4).. | Brad Smith |
2014-11-19 | panic should be reserved for unrecoverable errors, not things we merely | Ted Unangst |
2014-11-19 | missed a file when removing KERN_VNODE. | Ted Unangst |
2014-11-19 | Sprinkle const whenever possible. | Miod Vallat |
2014-11-19 | Only keep {recv,send}udp() in the pxe-specific code, the remainder of what | Miod Vallat |
2014-11-19 | Remove some unused i386 pmap functions. Also fix two typos in comments | Mike Larkin |
2014-11-19 | Add netudp.c here too for consistency, even though this code ends up not being | Miod Vallat |
2014-11-19 | Move {recv,send}udp() out of net.c into their own file; to be used shortly. | Miod Vallat |
2014-11-19 | Ansify. | Miod Vallat |
2014-11-19 | Make the past-ELAST libsa-specific errno values contiguous. | Miod Vallat |
2014-11-19 | Remove braindead prototype for a nonexistent function. | Miod Vallat |
2014-11-19 | Sprinkle const in static (internal) routines. | Miod Vallat |
2014-11-19 | bulk convert memcpy to memmove. at least one bcopy conversion was wrong, | Ted Unangst |
2014-11-19 | No boot block code shall include <string.h>. | Miod Vallat |
2014-11-19 | delete the KERN_VNODE sysctl. it fails to provide any isolation from the | Ted Unangst |
2014-11-19 | Add support for stopping the operation of the chipset within re_stop() | Brad Smith |
2014-11-18 | Nuke yet more obvious #include duplications. | Kenneth R Westerback |
2014-11-18 | dc_init() calls dc_stop() and dc_reset() so remove some redundant calls | Brad Smith |
2014-11-18 | Disable the page zeroing thread on MULTIPROCESSOR mips64 kernels as well. | Miod Vallat |
2014-11-18 | Nuke some obvious #include duplications. | Kenneth R Westerback |