summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2014-11-23length argument for some free() calls; ok dougTheo de Raadt
2014-11-23We now get <sys/cdefs.h> via <sys/ipc.h>Philip Guenther
2014-11-23Make sure the direction bit is cleared on entry to the kernel by syscallPhilip Guenther
2014-11-22the per-cpu storage page does not need to be executable in thisTheo de Raadt
2014-11-22Be more careful draining the error register and reenabling traps in the sun4mMiod Vallat
2014-11-22Driver for the ECC memory controller found on some sun4m (ss20), so thatMiod Vallat
2014-11-22Previous diff changed the location of the ACPI S3/S4 trampoline, which hasMike Larkin
2014-11-22{ on seperate line at start of function or I go crazyTheo de Raadt
2014-11-22Do not use PROT_MASK as a non-maskTheo de Raadt
2014-11-22Split the MP trampoline into two pages, one for code and one for data/stackMike Larkin
2014-11-22Switch to using MI installboot, after a conversation with stsp. He willTheo de Raadt
2014-11-22spell PROT_EXEC correctlyTheo de Raadt
2014-11-22mop up a barely started project... getting in the way of grepping the tree!Theo de Raadt
2014-11-21mask off high bits from 'c', before operation, otherwise the packingTheo de Raadt
2014-11-21We can map 'fuse ROM' area with read only.Kenji Aoyama
2014-11-21remove unused #defines and labels.Mike Larkin
2014-11-21somebody permitted simple_locks back into uvm. they will be referred toTed Unangst
2014-11-21simple lock is long deadTed Unangst
2014-11-21Since we enable NX in locore now, no need to do it again later in theMike Larkin
2014-11-21Add NX (if available) to the mid-level page tables (PDE, etc).Mike Larkin
2014-11-21Kill kv_executable flag. We no longer allow requests for PROT_EXECTheo de Raadt
2014-11-20Be more POSIXy by using blksize_t (a.k.a. int32) for st_blksize, rather than ...Kenneth R Westerback
2014-11-20sizes for simple free cases. sizeof(*) and one case where len is clear.Ted Unangst
2014-11-20Yet more #include de-duplication.Kenneth R Westerback
2014-11-20Rework the handling of interfaces and IPv6 addresses for local delivery.Martin Pieuchot
2014-11-20Fix comment.Kenji Aoyama
2014-11-20In TCP and UDP layers do not (ab)use the receiving interface to checkMartin Pieuchot
2014-11-20Fix previous.Landry Breuil
2014-11-20Force a status check of all the ports of a newly attached hub. In theMartin Pieuchot
2014-11-20funky spacing.Martin Pieuchot
2014-11-20Instead of playing hide-and-seek with the route to destination attachedMartin Pieuchot
2014-11-20What have no need for a variable that holds the maximum MTU size ofMartin Pieuchot
2014-11-20When removing the identity mapping in low memory used during bootstrap,Mike Larkin
2014-11-20Don't attempt to clear/disable %tick_cmpr. This register is no longer presentMark Kettenis
2014-11-20oops, mangled the prototypeTheo de Raadt
2014-11-20Disentagle bcopy/memcpy/memmove.Theo de Raadt
2014-11-20Move previous PTE permission fixup code into locore, and fixup some moreMike Larkin
2014-11-20Revert the previous changes that enabled various PTE permissions fixupsMike Larkin
2014-11-20- Remove some unused #if 0'd code which does not pertain to OpenBSDBrad Smith
2014-11-20Rename slow_ovbcopy() to slow_bcopy(), since ovbcopy means nothing toTheo de Raadt
2014-11-19Copy over some recent commits from ix(4)..Brad Smith
2014-11-19panic should be reserved for unrecoverable errors, not things we merelyTed Unangst
2014-11-19missed a file when removing KERN_VNODE.Ted Unangst
2014-11-19Sprinkle const whenever possible.Miod Vallat
2014-11-19Only keep {recv,send}udp() in the pxe-specific code, the remainder of whatMiod Vallat
2014-11-19Remove some unused i386 pmap functions. Also fix two typos in commentsMike Larkin
2014-11-19Add netudp.c here too for consistency, even though this code ends up not beingMiod Vallat
2014-11-19Move {recv,send}udp() out of net.c into their own file; to be used shortly.Miod Vallat
2014-11-19Ansify.Miod Vallat
2014-11-19Make the past-ELAST libsa-specific errno values contiguous.Miod Vallat