Age | Commit message (Expand) | Author |
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 |
2014-11-18 | Add __attribute__((__bounded__)) to arc4random_buf(). | Miod Vallat |
2014-11-18 | make pmap_zero_page MP-safe, by using the directmap | Theo de Raadt |
2014-11-18 | drop "pl" from the pool name and use pool_setlowat | Mike Belopuhov |
2014-11-18 | DTYPE_CRYPTO is not used anymore; ok guenther (a while ago) | Mike Belopuhov |
2014-11-18 | use siphash for key lookups in all the filesystem hashes. | David Gwynne |
2014-11-18 | unifdef SETUIDSCRIPT and FDSCRIPT. we always use them. ok deraadt | Ted Unangst |
2014-11-18 | move arc4random prototype to systm.h. more appropriate for most code | Ted Unangst |
2014-11-18 | Reduce scope of iovec variables, use mallocarray, and record size for | Ted Unangst |
2014-11-18 | file.h doesn't need to include unistd.h | Ted Unangst |
2014-11-18 | include unistd.h instead of picking it up accidentally. noted by jsg | Ted Unangst |
2014-11-18 | Use pa_device to ensure each MAC address of a multi port board | Brad Smith |
2014-11-18 | (except for the arm architectures...) unify the way the ld.script is | Theo de Raadt |
2014-11-18 | rename ld.script to same name as other architectures | Theo de Raadt |
2014-11-17 | Pull in the .openbsd.randomdata sections, assigned to both the data and | Philip Guenther |
2014-11-17 | split the int and long implementations to avoid compiler warnings. | David Gwynne |
2014-11-17 | Two additional POSIX_MADV_RANDOM conversions | Theo de Raadt |
2014-11-17 | rearrange fields for better packing. reduces size to 256 on amd64. | Ted Unangst |
2014-11-17 | Add quirks for the "Realtek ALC885" found on MacMini3.1, unmutes the | Landry Breuil |
2014-11-17 | Sync our kernel AES code to the one shipped in OpenSSL/LibreSSL. | Mike Belopuhov |
2014-11-17 | More cases of kernel map entries being created as EXEC by default; not | Theo de Raadt |
2014-11-17 | There is no reason for uvm_km_alloc1() to allocate kernel memory | Theo de Raadt |
2014-11-17 | instead of PROT_MASK, use PROT_READ | PROT_WRITE | PROT_EXEC to | Theo de Raadt |
2014-11-17 | apply siphash to the key selection for the ufs inode hash. | David Gwynne |
2014-11-17 | convert a copystr to strlcpy. | Ted Unangst |
2014-11-16 | Delete a comment that was obsoleted by the switch to UVM | Philip Guenther |
2014-11-16 | Two fixes to make Qemu and VMware xHCI implementations work: | Martin Pieuchot |
2014-11-16 | remove now unnecessary casts from hash update calls. | Ted Unangst |