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-07-19
Remove unneeded #include <disklabel.h>.
Kenneth R Westerback
2015-07-19
Make i386_send_ipi() return void
Stefan Fritsch
2015-07-19
Make x86_send_ipi() return void
Stefan Fritsch
2015-07-19
Stop passing daddr_t parameters for lengths. Use long since that's the type
Kenneth R Westerback
2015-07-19
Enable GPT kernel support. Discussed with a few. OK miod@
Brandon Mercer
2015-07-19
Change some obviously incorrect usages of daddr_t (a DEV_BSIZE
Kenneth R Westerback
2015-07-19
Oops. Missed a file from offset commit.
Kenneth R Westerback
2015-07-19
Stop adding and subtracting data offset. Just keep to chunk relative
Kenneth R Westerback
2015-07-19
Add proper kernel locking in the fpe_branch_emulate() function, to
visa
2015-07-19
Register the IPI handler early enough for the correct idle_mask to
visa
2015-07-19
Stop adding and subtracting data offset. Just keep to chunk relative
Kenneth R Westerback
2015-07-19
Use two 2q caches for the buffer cache, moving previously warm buffers from the
Bob Beck
2015-07-19
Use DEV_BSIZE instead of 512 where appropriate. Use DL_SECTOBLK()
Kenneth R Westerback
2015-07-19
Don't emit values for 'width' that
Kenneth R Westerback
2015-07-19
basic fh functions. better than panicing!
Ted Unangst
2015-07-19
use standardized register defintion in mii.h rather than specific
Yojiro Uo
2015-07-19
regen
Yojiro Uo
2015-07-19
add RTL8211
Yojiro Uo
2015-07-19
use standardized register definition in mii.h rather than each
Yojiro Uo
2015-07-19
revert privious commit
Yojiro Uo
2015-07-19
potential memory leak in SIOCADDRULE
sashan
2015-07-19
unsinged variables should not be compared to be leq than 0 (unsigned a <= 0)
sashan
2015-07-19
simplify a triple-deep ternary operation.
Brent Cook
2015-07-19
according to MII specification, these seems to be bug.
Yojiro Uo
2015-07-19
Make KTR_SYSRET records variables variables sized, leaving out the
Philip Guenther
2015-07-19
Rename the tpspmic driver so it does not contain numbers. OK jsg@
Brandon Mercer
2015-07-19
sync
Theo de Raadt
2015-07-19
tame(2) is a subsystem which restricts programs into a "reduced feature
Theo de Raadt
2015-07-19
unused arguments at pf_normalize_tcp_init() and pf_refragment6()
sashan
2015-07-19
Make the keyboard driver poll until we can improve it more. Pulled from the o...
Brandon Mercer
2015-07-19
set usb vendor string to 'Octeon' instead of ''
Jasper Lievisse Adriaanse
2015-07-19
remove pointless cast
Jasper Lievisse Adriaanse
2015-07-18
pf_send_tcp() should also use unhandled_af()
sashan
2015-07-18
Raise SPL to SPL_NET before calling if_input() in vxlan_lookup().
Kazuya Goda
2015-07-18
NET_RT_DUMP is dumb and tries to iterates over all possible AF tables
Martin Pieuchot
2015-07-18
fix typo.
Yojiro Uo
2015-07-18
Make {x86,i82489,x2apic,i386}_ipi return void
Stefan Fritsch
2015-07-18
Make *_ipi_init return void on i386/amd64
Stefan Fritsch
2015-07-18
msg.mpi
sashan
2015-07-18
follow up changes on unknown AF handling
sashan
2015-07-18
add following registers from IEEE 802.3-2009 Clause 22.
Yojiro Uo
2015-07-18
unexpand spaces to tabs
Stefan Fritsch
2015-07-18
virtio_pci: Do the ISR read without kernel lock
Stefan Fritsch
2015-07-18
There's no longer a need to force carp(4) interfaces to be the last ones
Martin Pieuchot
2015-07-18
Abstract the routing table internals behind an rtable_* API.
Martin Pieuchot
2015-07-18
Even if pf(4) is not compiled with SMALL_KERNEL add a define around
Martin Pieuchot
2015-07-18
If _CST provides a C2 or C3 but lacks a C1 that we understand, provide a
Philip Guenther
2015-07-18
INET/INET6 address family check should be unified in PF
sashan
2015-07-18
Merge two identical chunks to add new prefixes to the global data
Martin Pieuchot
2015-07-18
Change unp_scan() and its callbacks to pass the array of struct file **
Philip Guenther
[next]