summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2013-03-27Use the correct src/dst ports depending on direction (one of src or dst wasRyan Thomas McBride
2013-03-27match recent linux and return whether the ring is initialisedJonathan Gray
2013-03-27claim support for secure and pinned batch buffersJonathan Gray
2013-03-27Claim to support I915_PARAM_HAS_COHERENT_RINGS.Jonathan Gray
2013-03-27Further updates to pmap7. Fixes some problems and removes debug printfs.Patrick Wildt
2013-03-27combine several atomic_clearbits calls into one. slightly faster onTed Unangst
2013-03-27a little header cleanup. ok deraadtTed Unangst
2013-03-27rename NCHNAMLEN to NAMECACHE_MAXLEN. easier to read, easier to type.Ted Unangst
2013-03-27Draining the write buffer is accomplished via a DSB.Patrick Wildt
2013-03-27Mark vector page as executable and fix a cast.Patrick Wildt
2013-03-27Add prototypes for secondary cache operations.Patrick Wildt
2013-03-26Short-circuit screen switching if we're switching to the screen that'sMark Kettenis
2013-03-26sync TDIRS with realityJasper Lievisse Adriaanse
2013-03-26hookup octeon here too; reminded by deraadt@Jasper Lievisse Adriaanse
2013-03-26move octcf bits togetherJasper Lievisse Adriaanse
2013-03-26Stop rePOSTing devices supported by inteldrm(4). The driver now properlyMark Kettenis
2013-03-26update define name to reflect fact this is openbsd. kill dead code.Ted Unangst
2013-03-26remove the old_?magic aout exec functions which are never used.Ted Unangst
2013-03-26simpleq is lighter weight and sufficient for pool's needs.Ted Unangst
2013-03-26replace kern malloc's hand rolled freelist with simpleq macros.Ted Unangst
2013-03-26Add AES-XTS support to the aesni crypto driver. This allows softraid(4)Joel Sing
2013-03-26- increase MINIROOTSIZE so a ramdisk can fit.Jasper Lievisse Adriaanse
2013-03-26Remove various read-only *maxlen variables and use IFQ_MAXLEN directly.Martin Pieuchot
2013-03-26PGSHIFT and PGOFSET are now contained inside the kernel namespace.Theo de Raadt
2013-03-26maybe the last PGSHIFT -> PAGE_SHIFTTheo de Raadt
2013-03-26Remove a block of dead code in in6_ifdetach(). It was never executedAlexander Bluhm
2013-03-25PGSHIFT -> PAGE_SHIFT in a commentTheo de Raadt
2013-03-25PGOFSET -> PAGE_MASK in a commentTheo de Raadt
2013-03-25PGOFSET -> PAGE_MASKTheo de Raadt
2013-03-25PGSHIFT -> PAGE_SHIFTTheo de Raadt
2013-03-25PGSHIFT -> PAGE_SHIFTTheo de Raadt
2013-03-25PGSHIFT -> PAGE_SHIFTTheo de Raadt
2013-03-25Use the new rasops multiple screen support to provide proper virtualMark Kettenis
2013-03-25Add basic support for multiple screens.Mark Kettenis
2013-03-25PGSHIFT -> PAGE_SHIFTTheo de Raadt
2013-03-25unused relicsTheo de Raadt
2013-03-25Remove the m68k FPU emulator; it was only used by the mac68k port which has beenMiod Vallat
2013-03-25PGSHIFT -> PAGE_SHIFTTheo de Raadt
2013-03-25Move SEGSHIFT-related definitions and macros to <m68k/pte_motorola.h>, as theyMiod Vallat
2013-03-25ALIGNBYTES/ALIGN/ALIGNED_POINTER can move to the MI file.Theo de Raadt
2013-03-25these will not be built for palm since it went awayTheo de Raadt
2013-03-25gumstix was never finishedTheo de Raadt
2013-03-25the unused palm code goes away.Theo de Raadt
2013-03-25clean up kernel includes; no need for uvm_extern.hTheo de Raadt
2013-03-25Factor out the code that is used to recreate work units - one copy of theJoel Sing
2013-03-25reseed the random pool with 'dmesg' when more devices are attachedMarkus Friedl
2013-03-25Substitute the handcrafted list of IPv6 addresses by a proper TAILQ.Martin Pieuchot
2013-03-25move the message announcing overlay init to debugJonathan Gray
2013-03-25add the missing parts of the upstream linux commit toJonathan Gray
2013-03-24SEM_VALUE_MAX belongs in <limits.h> (via sys/syslimits.h)Philip Guenther