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
2015-02-10
Remove a #define for an ipi removed last year. No functional change.
Mike Larkin
2015-02-10
Factor out the common bits of process_new() and main()'s code for
Philip Guenther
2015-02-10
Redo dwc2 import with CVS tags expanded.
Masao Uebayashi
2015-02-10
Import dwc2 core and glue code from NetBSD. OK deraadt@ jsing@ miod@ mpi@
Masao Uebayashi
2015-02-10
Do not abuse `rcvif'.
Martin Pieuchot
2015-02-10
Remove references to <sys/param.h> in comment, since MSIZE and MCLBYTES
Lawrence Teo
2015-02-10
assert that we hold the scheduler lock in unsleep()
Bret Lambert
2015-02-10
use linux function names when locking mode config
Jonathan Gray
2015-02-10
Remove m_act; it was the historical name of m_nextpkt and has been
Lawrence Teo
2015-02-10
bzero -> memset and unify sizeof() usage (no space).
Claudio Jeker
2015-02-10
In rt_if_track skip rtables that are not in the rdomain of the ifp.
Claudio Jeker
2015-02-10
convert VMXNET drivers to ml_enqueue + if_input
Martin Pelikan
2015-02-10
Cleanup debug crap that hasn't been used in the last decade. Sprinkle some
Mark Kettenis
2015-02-10
Remove DRM_LOCK macros, rename dev_lock to struct_mutex and directly
Jonathan Gray
2015-02-10
Nuke sin_zero before passing it on down into the ifa_ifwithaddr() that
Claudio Jeker
2015-02-10
make bpf(4) able to filter based on a pf(4) queue ID for tcpdump -Q qname
Martin Pelikan
2015-02-10
add definitions for linux style locks
Jonathan Gray
2015-02-09
Add a quirk to find the AGP bridge on PowerMac7,2 and PowerMac7,3 which
Martin Pieuchot
2015-02-09
typo
Miod Vallat
2015-02-09
Move consistency check within #ifdef DIAGNOSTIC
Miod Vallat
2015-02-09
_LKM leftovers
Miod Vallat
2015-02-09
Whitespace.
Masao Uebayashi
2015-02-09
correctly reset max_win if the SYN-ACK lacks a wscale option. pf
Markus Friedl
2015-02-09
sync
Theo de Raadt
2015-02-09
getrtable() can operate NOLOCK; ok guenther
Theo de Raadt
2015-02-09
make sigprocmask(2) not take the kernel lock
Martin Pelikan
2015-02-09
you need atomic.h to do atomic things.
David Gwynne
2015-02-09
oops, accidental commit
Theo de Raadt
2015-02-09
sync
Theo de Raadt
2015-02-09
getdtablecount() can go NOLOCK
Theo de Raadt
2015-02-09
Trim blank lines.
Masao Uebayashi
2015-02-09
use atomic ops to increment and decrement the device ref count in
David Gwynne
2015-02-09
Implement 2 sysctl to retrieve the multicast forwarding cache (mf6c) and the
Claudio Jeker
2015-02-09
Implement 2 sysctl to retrieve the multicast forwarding cache (mfc) and the
Claudio Jeker
2015-02-09
provide a net.inet6.ip6.ifq sysctl so people can see and fiddle
David Gwynne
2015-02-09
Change the way stackgap_random is applied. Instead of applying it within the
Miod Vallat
2015-02-09
fix print/panic messages + remove superfluous if_ibytes addition
Martin Pelikan
2015-02-09
if_input sets m->m_pkthdr.rcvif so we dont have to.
David Gwynne
2015-02-09
Remove a chunk missed in previous scope ID shuffling creating wrong
Martin Pieuchot
2015-02-09
Stop using USRSTACK as the edge of the stack, but rather use the vmspace
Miod Vallat
2015-02-09
No need to check for va < USRSTACK before invoking uvm_grow() on behalf of
Miod Vallat
2015-02-09
Do not use USRSTACK when VM_MIN_KERNEL_ADDRESS is what you really mean.
Miod Vallat
2015-02-09
Do not even try to call uvm_grow() from sendsig. It will be invoked
Miod Vallat
2015-02-09
No need to export USRSTACK
Miod Vallat
2015-02-09
More sanity checking for Local APIC NMI entries.
Mark Kettenis
2015-02-09
turn off QLA_DEBUG noise, requested by deraadt@
Jonathan Matthew
2015-02-09
Make sure we actually have an entry before checking its limits.
Mark Kettenis
2015-02-09
convert the multicast filter hash to use siphash, like i did for
David Gwynne
2015-02-09
i missed a quote when cutting the fmt strings up.
David Gwynne
2015-02-09
make the %b format args easier (for me) to read.
David Gwynne
[next]