index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
Age
Commit message (
Expand
)
Author
2013-03-27
Use the correct src/dst ports depending on direction (one of src or dst was
Ryan Thomas McBride
2013-03-27
match recent linux and return whether the ring is initialised
Jonathan Gray
2013-03-27
claim support for secure and pinned batch buffers
Jonathan Gray
2013-03-27
Claim to support I915_PARAM_HAS_COHERENT_RINGS.
Jonathan Gray
2013-03-27
Further updates to pmap7. Fixes some problems and removes debug printfs.
Patrick Wildt
2013-03-27
combine several atomic_clearbits calls into one. slightly faster on
Ted Unangst
2013-03-27
a little header cleanup. ok deraadt
Ted Unangst
2013-03-27
rename NCHNAMLEN to NAMECACHE_MAXLEN. easier to read, easier to type.
Ted Unangst
2013-03-27
Draining the write buffer is accomplished via a DSB.
Patrick Wildt
2013-03-27
Mark vector page as executable and fix a cast.
Patrick Wildt
2013-03-27
Add prototypes for secondary cache operations.
Patrick Wildt
2013-03-26
Short-circuit screen switching if we're switching to the screen that's
Mark Kettenis
2013-03-26
sync TDIRS with reality
Jasper Lievisse Adriaanse
2013-03-26
hookup octeon here too; reminded by deraadt@
Jasper Lievisse Adriaanse
2013-03-26
move octcf bits together
Jasper Lievisse Adriaanse
2013-03-26
Stop rePOSTing devices supported by inteldrm(4). The driver now properly
Mark Kettenis
2013-03-26
update define name to reflect fact this is openbsd. kill dead code.
Ted Unangst
2013-03-26
remove the old_?magic aout exec functions which are never used.
Ted Unangst
2013-03-26
simpleq is lighter weight and sufficient for pool's needs.
Ted Unangst
2013-03-26
replace kern malloc's hand rolled freelist with simpleq macros.
Ted Unangst
2013-03-26
Add 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-26
Remove various read-only *maxlen variables and use IFQ_MAXLEN directly.
Martin Pieuchot
2013-03-26
PGSHIFT and PGOFSET are now contained inside the kernel namespace.
Theo de Raadt
2013-03-26
maybe the last PGSHIFT -> PAGE_SHIFT
Theo de Raadt
2013-03-26
Remove a block of dead code in in6_ifdetach(). It was never executed
Alexander Bluhm
2013-03-25
PGSHIFT -> PAGE_SHIFT in a comment
Theo de Raadt
2013-03-25
PGOFSET -> PAGE_MASK in a comment
Theo de Raadt
2013-03-25
PGOFSET -> PAGE_MASK
Theo de Raadt
2013-03-25
PGSHIFT -> PAGE_SHIFT
Theo de Raadt
2013-03-25
PGSHIFT -> PAGE_SHIFT
Theo de Raadt
2013-03-25
PGSHIFT -> PAGE_SHIFT
Theo de Raadt
2013-03-25
Use the new rasops multiple screen support to provide proper virtual
Mark Kettenis
2013-03-25
Add basic support for multiple screens.
Mark Kettenis
2013-03-25
PGSHIFT -> PAGE_SHIFT
Theo de Raadt
2013-03-25
unused relics
Theo de Raadt
2013-03-25
Remove the m68k FPU emulator; it was only used by the mac68k port which has been
Miod Vallat
2013-03-25
PGSHIFT -> PAGE_SHIFT
Theo de Raadt
2013-03-25
Move SEGSHIFT-related definitions and macros to <m68k/pte_motorola.h>, as they
Miod Vallat
2013-03-25
ALIGNBYTES/ALIGN/ALIGNED_POINTER can move to the MI file.
Theo de Raadt
2013-03-25
these will not be built for palm since it went away
Theo de Raadt
2013-03-25
gumstix was never finished
Theo de Raadt
2013-03-25
the unused palm code goes away.
Theo de Raadt
2013-03-25
clean up kernel includes; no need for uvm_extern.h
Theo de Raadt
2013-03-25
Factor out the code that is used to recreate work units - one copy of the
Joel Sing
2013-03-25
reseed the random pool with 'dmesg' when more devices are attached
Markus Friedl
2013-03-25
Substitute the handcrafted list of IPv6 addresses by a proper TAILQ.
Martin Pieuchot
2013-03-25
move the message announcing overlay init to debug
Jonathan Gray
2013-03-25
add the missing parts of the upstream linux commit to
Jonathan Gray
2013-03-24
SEM_VALUE_MAX belongs in <limits.h> (via sys/syslimits.h)
Philip Guenther
[next]