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-28
Fix issues with AMD chipset ahci(4) attach functions.
Stuart Henderson
2012-06-27
Change sparc64 to match the "fp" boot device path's parameter based on
Matthew Dempsky
2012-06-26
ALPHA_PGSHIFT -> PGSHIFT.
Theo de Raadt
2012-06-26
do not assume that sys/param.h is pulling in the world; pull in what is
Theo de Raadt
2012-06-26
param.h (like landisk and alpha before) was still trying to include too
Theo de Raadt
2012-06-26
create new machine/_float.h which is namespace clean. create a new
Theo de Raadt
2012-06-26
initialize 'reason' variable before passing it to the pflog_packet;
Mike Belopuhov
2012-06-26
Don't ignore SOCK_CLOEXEC and SOCK_NONBLOCK.
Paul Irofti
2012-06-26
Improve compliance for <arpa/inet.h> and <netinet/in.h> to define/declare
Philip Guenthe
2012-06-26
Stop the song and dance where alpha param.h tries to include the world.
Theo de Raadt
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
[next]