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
2014-06-13
Remove support for "union wait" and WSTOPPED.
Matthew Dempsky
2014-06-13
Make run(4) attach to RT5572.
Stefan Sperling
2014-06-13
regen
Stefan Sperling
2014-06-13
Add USB device ID of Ralink RT5572. Found in a TP-LINK TL-WDN3200 device.
Stefan Sperling
2014-06-13
Fix broken logic in sgec_rxintr() poorly duplicating some of ether_input()
Miod Vallat
2014-06-13
Remove deprecated RFC2292 ancillary data convenience functions.
Christopher Zimmermann
2014-06-13
sync
Theo de Raadt
2014-06-13
Add new getentropy() system call. Code and pressure from matthew.
Theo de Raadt
2014-06-13
Instead of updating all the cluster allocation water marks of all the
Martin Pieuchot
2014-06-13
KASSERT in pipex_ppp_input() fails if a compressed PPP frame is received
YASUOKA Masahiko
2014-06-13
Fix KASSERT on pipex_ppp_input(). Must not reached there even if the
YASUOKA Masahiko
2014-06-13
Fix tcp-mss-adjust of pipex and npppd to update the pointer of
YASUOKA Masahiko
2014-06-13
Add support for MAP_INHERIT_ZERO.
Matthew Dempsky
2014-06-13
Fix ptrace() hanging hppa MP systems
Tobias Ulmer
2014-06-12
Grab the kernel lock before cleaning up single-step breakpoints. Should
Mark Kettenis
2014-06-11
Fix wait4 to not modify status or rusage if we return 0 because of
Matthew Dempsky
2014-06-11
Reject negative file offsets in /dev/ksyms.
Matthew Dempsky
2014-06-11
Add bounds checks for CTL_DEBUG sysctl variable.
Matthew Dempsky
2014-06-11
Always create a local route for every configured IPv4 address on the
Martin Pieuchot
2014-06-11
Flag local routes as such and make them use the highest possible
Martin Pieuchot
2014-06-11
Create system taskq ("systqmp") which runs without the kernel lock;
Bret Lambert
2014-06-11
em(4) receives jumbos by chaining its MCLBYTES sized descriptors
David Gwynne
2014-06-11
Don't map phys pages < 64KB in the resume page table. We stopped doing this
Mike Larkin
2014-06-10
KNF
Mark Kettenis
2014-06-10
add ppb to the configs as suggested by kettenis@
Jasper Lievisse Adriaanse
2014-06-10
Rearrange the inequality.
Brad Smith
2014-06-10
mop up #ifdef _KERNEL goo; ok miod
Theo de Raadt
2014-06-09
Replace the unmaintainable assembler code responsible for 88100 precise FPU
Miod Vallat
2014-06-09
Remove redundant regdump() output.
Miod Vallat
2014-06-09
Remove {amd64,i386}/stand/installboot - we now use usr.sbin/installboot
Joel Sing
2014-06-09
Doh, traps 128 and 129 need to point to sigsys, not unknown_vector.
Miod Vallat
2014-06-09
More format string fixes (in 88110 code)
Miod Vallat
2014-06-09
Split the 88100 floating point support code in two files, one for the precise
Miod Vallat
2014-06-08
check both rsdp checksums in the case of rsdp revision >= 2.
Daniel Dickman
2014-06-08
Remove an incorrect bzero() that was zeroing the
Jonathan Gray
2014-06-08
instead of reading past the end of the sun_fstypes array
Jonathan Gray
2014-06-08
Use memcpy to copy the sogetopt() SO_SPLICE off_t value, for it may not be
Miod Vallat
2014-06-08
Stop accepting system calls on trap vectors 128 and 129. Userland has not
Miod Vallat
2014-06-07
In run(4), fix TXWI and RXWI offset calculations for RT5592 devices.
Stefan Sperling
2014-06-07
Modify to ANSI-style function declarations. No binary change.
Kenji Aoyama
2014-06-07
Document bwi(4) interrupt error flags by using named constants
Stefan Sperling
2014-06-07
g/c unused IFT_L2VLAN, ok reyk bluhm
Henning Brauer
2014-06-06
Allocate the struct itty array in ttystats_init() with M_ZERO.
Matthew Dempsky
2014-06-05
Remove conditional pipeline rewind on 88100, introduced in 1.19 - this seems
Miod Vallat
2014-06-04
In fusefs_unmount() we need to send the FBT_DESTROY fusebuf only if
Sylvestre Gallon
2014-06-04
Clearing the data toggle bit only makes sense for endpoints that use it,
Martin Pieuchot
2014-06-04
Only use ifa_ifwithaddr() to check if the binding address is on the
Martin Pieuchot
2014-06-04
Use C99 initializers for pipe and bus methods.
Martin Pieuchot
2014-06-04
Stop using a global variable to do address lookups.
Martin Pieuchot
2014-06-04
Properly compare endpoint addresses: ignore the direction bit which
Alexandre Ratchov
[next]