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-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
2013-03-24
sync
Theo de Raadt
2013-03-24
another ppb; soekris net1841; pointed out by mitja
Theo de Raadt
2013-03-24
Use sys/param.h to be able to get at DEV_BSIZE
Theo de Raadt
2013-03-24
use sys/param.h instead of machine/param.h
Theo de Raadt
2013-03-24
do not expose a userland function to the kernel
Theo de Raadt
2013-03-24
hide some userland functions from the kernel
Theo de Raadt
2013-03-24
hide some kernel functions from userland
Theo de Raadt
2013-03-24
label some nested #endif's
Theo de Raadt
2013-03-24
Use ieee80211_set_tim() directly now that it is available.
Claudio Jeker
2013-03-24
Make ieee80211_set_tim() available from outside of ieee80211_node.c
Claudio Jeker
2013-03-24
pstats is already 0, but the bonus = 0 belongs outside the pointer section
Ted Unangst
2013-03-23
pull the suser check for sysctl pointers up higher, out of the loops.
Ted Unangst
2013-03-23
A small sprinking of #ifdef _KERNEL
Theo de Raadt
2013-03-23
refactor sys/param.h and machine/param.h. A lot of #ifdef _KERNEL is added
Theo de Raadt
2013-03-23
Avoid using DEV_BSHIFT, and use DEV_BSIZE instead.
Theo de Raadt
2013-03-23
convert a DEV_BSHIFT use to DEV_BSIZE (this .h file is reused in
Theo de Raadt
[prev]
[next]