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-01-22
Handle the case where a chunk is in a rebuild state during writes.
Joel Sing
2014-01-22
one more absolutely obvious bcopy -> memcpy
Henning Brauer
2014-01-22
7x bcopy -> memcpy, impossibility of overlaps verified. ok benno dlg
Henning Brauer
2014-01-22
Switch metadata saves from the system workq to the system taskq.
Joel Sing
2014-01-22
udav(4): add CoreChip RD9700 support
sasano
2014-01-22
Use DIV_ROUND_UP instead of howmany to reduce the diffs with Linux.
Mark Kettenis
2014-01-22
do the tx and pfsync handlers only once on the way out of netisr
David Gwynne
2014-01-22
CDIAGFLAGS= not needed
Theo de Raadt
2014-01-22
Write disklabel in correct spot on devices with non-512-byte sectors.
Kenneth R Westerback
2014-01-22
Emit a warning if no entropy was supplied by the boot loader.
Joel Sing
2014-01-22
add a missing argument to a printf
Jonathan Gray
2014-01-22
add a missing argument to a debug printf
Jonathan Gray
2014-01-22
Use ljmp instead of ljmpq since binutils 2.17 doesn't like the latter.
Mark Kettenis
2014-01-22
add a missing argument to a debug printf
Jonathan Gray
2014-01-22
fixup a few debug printfs; pointed out by jsg@
Mike Belopuhov
2014-01-22
add a missing argument to a debug printf
Jonathan Gray
2014-01-22
re-generated from usbdevs
sasano
2014-01-22
missing printf arg, spotted by jsg@
Jonathan Matthew
2014-01-22
Delete casts in assignments to void* and passed void* arguments.
Philip Guenther
2014-01-22
Remove a pesky free that was supposed to be removed in an earlier commit.
Joel Sing
2014-01-22
add CoreChip RD9700 (idVendor:idProduct=0x0fe6:0x9700) definition
sasano
2014-01-22
iscsid can handle multiple outstanding commands per lun. with the latency
David Gwynne
2014-01-22
timeval, timespec, and itimerval have padding on many archs. If we're
Philip Guenther
2014-01-22
add missing arguments to debug printfs
Jonathan Gray
2014-01-21
Don't leak kernel stack in timeval padding in getsockopt(SO_{SND,RCV}TIMEO)
Philip Guenther
2014-01-21
add missing arguments to debug printfs
Jonathan Gray
2014-01-21
add a missing argument to a debug printf
Jonathan Gray
2014-01-21
Cleanup the abuse of x as the rn_addmask radix node. Since in most
Claudio Jeker
2014-01-21
introduce fine grained locking.
David Gwynne
2014-01-21
Add extent_alloc_subregion_with_descr(9) which allows the caller to provide
Mark Kettenis
2014-01-21
allow pflow(4) to determine the src IP address based on the route
Sebastian Benoit
2014-01-21
Add virtio random driver
Stefan Fritsch
2014-01-21
enable MPSAFE interrupts on pyro. it seems to work ok.
David Gwynne
2014-01-21
Order the volume state transitions by state value.
Joel Sing
2014-01-21
Add missing states to the RAID 5 volume transitions.
Joel Sing
2014-01-21
use KERNEL_LOCK and KERNEL_UNLOCK instead of fumbling with kernel_lock
David Gwynne
2014-01-21
Do not clean the multicast records of an interface when it is destroyed
Martin Pieuchot
2014-01-21
Substitute crazy defines and convert some 0 to NULL.
Martin Pieuchot
2014-01-21
Always fill in the broadcast address so as to handle broadcast packets if
Brad Smith
2014-01-21
Disable lapic when halting CPUs. Allegedly this is necessary to make
Mark Kettenis
2014-01-21
Use Linux compat functions to do kernel memory allocations in the bits of code
Mark Kettenis
2014-01-21
Add kmalloc/kcalloc/kzalloc/kfree Linux compat functions.
Mark Kettenis
2014-01-21
Use PTR_ERR where appropriate instead of a plain cast.
Mark Kettenis
2014-01-21
oops, missed one
Mark Kettenis
2014-01-21
Change a couple of #if 0 into #ifdef __linx__ or #ifdef notyet.
Mark Kettenis
2014-01-21
Actually use the correct TAILQ field.
Joel Sing
2014-01-21
Remove unused variable.
Joel Sing
2014-01-21
Setting p->p_p to NULL when it's still running isn't safe for statclock().
Philip Guenther
2014-01-21
add a missing printf argument
Jonathan Gray
2014-01-21
Sync in the PHY Specific Control and Status register bits.
Brad Smith
[prev]
[next]