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
2012-06-25
Turns out this file not need machine/float.h at all, since it defines
Theo de Raadt
2012-06-24
Code for the external L2 cache controller on Indy/Indigo2 R4600SC and Indy
Miod Vallat
2012-06-24
Bring in line with current cache_r{5,10}k.c style, and optimize slightly the
Miod Vallat
2012-06-24
Since the RM7000 cache behaves as a physically-indexed cache due to the set
Miod Vallat
2012-06-24
Get the L2 line size from the configuration register instead of hardcoding the
Miod Vallat
2012-06-24
Do not output unnecessary semicolons when expanding macros. No functional change
Miod Vallat
2012-06-24
Change arc4random_uniform() to calculate ``2**32 % upper_bound'' as
Matthew Dempsky
2012-06-24
Add cache operation functions pointers to struct cpu_info; the various
Miod Vallat
2012-06-23
Replace R5000 and R10000 family assembly cache routines with C equivalents,
Miod Vallat
2012-06-23
Fix ITLBNOPFIX macro definition on RM7000-capable kernels, and use it
Miod Vallat
2012-06-23
There's no need to check for the last qTD of a list because they are
Martin Pieuchot
2012-06-23
Fix a bad copy/paste; when starting an isochronous transfer set the
Martin Pieuchot
2012-06-23
Put back the non-controversial changes from r1.5 that I reverted on
Martin Pieuchot
2012-06-21
use regular i/o functions in the hibernate resume path. ahci(4) hibernate
Jonathan Matthew
2012-06-21
Only allow the memory and mmio regions to be mmap()'ed at their real
Martin Pieuchot
2012-06-21
Actually enabling the __tfork compat code would be a Good Thing
Philip Guenthe
2012-06-21
Regenerate
Philip Guenthe
2012-06-21
__tfork() needs to set the stack address of the new thread in the kernel,
Philip Guenthe
2012-06-20
move to 5.2-beta
Theo de Raadt
2012-06-20
Delete some more SUBDIR += mac68k.
Matthew Dempsky
2012-06-20
fix tree
Theo de Raadt
2012-06-20
RIP mac68k. No one loves you anymore.
Matthew Dempsky
2012-06-20
Fix some hibernate issues on machines with > 3.5GB phys mem
Mike Larkin
2012-06-20
Cleanup our filesystem pathconf() code a little bit to make it easier
Matthew Dempsky
2012-06-20
Copy the set_tls_base flag when forking.
Paul Irofti
2012-06-20
- urndis_match() should support multiple interface descriptors.
Federico G. Schwindt
2012-06-19
Count should always start from zero.
Paul Irofti
2012-06-19
Set the appropiate return value on futex wait.
Paul Irofti
2012-06-19
Avoid eternal sleep.
Paul Irofti
2012-06-19
Add extra argument validation for the futex syscall.
Paul Irofti
2012-06-19
- remove outdated comment, we already do an equivalent of linux' access_ok()
Jasper Lievisse Adriaanse
2012-06-19
Regenerate.
Paul Irofti
2012-06-19
Implement linux_sys_tgkill.
Paul Irofti
2012-06-19
Regenerate.
Paul Irofti
2012-06-19
Add dummies for the epoll and eventfd syscall families.
Paul Irofti
2012-06-19
Add socket type mask to filter out implementation specific flags.
Paul Irofti
2012-06-19
Improve debug output and fix some style. No functional change.
Paul Irofti
2012-06-19
Change the pool_get() flags from WAITOK to NOWAIT.
Paul Irofti
2012-06-19
Add more pathconf(2) variables from POSIX.
Matthew Dempsky
2012-06-18
Do not try to get the description of an unexisting video format,
Martin Pieuchot
2012-06-17
No longer restrict alloc_contiguous_pages() to memory in the low 4GB.
Miod Vallat
2012-06-17
Using the LLAddr register to store our curcpu() pointer on R10k SMP kernels
Miod Vallat
2012-06-17
Remove leftover loongson or sgi references.
Miod Vallat
2012-06-16
fix bad grammar in a comment
Miod Vallat
2012-06-16
compat_linux: Don't hold the lock while pool_get'ing with WAITOK.
Paul Irofti
2012-06-14
Remove uvm_km_kmem_grow printf.
Ariane van der Steldt
2012-06-14
whitespace cleanup
Jasper Lievisse Adriaanse
2012-06-14
fix typo in comment
Jasper Lievisse Adriaanse
2012-06-13
Expose reaperproc.
Ariane van der Steldt
2012-06-12
Explicitly check whether a BAR is big enough for a particular port instead
Mark Kettenis
[next]