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-12-08
correct errant spacing here before it continues spreading
Ted Unangst
2015-12-08
correct errant spacing
Ted Unangst
2015-12-08
No trailers has been the default and only option for 20 years, yet some
Ted Unangst
2015-12-08
_SYS_TASKQ_H_ -> _SYS_TASK_H_
David Gwynne
2015-12-08
tweak whitespace in struct definition. no functional change.
David Gwynne
2015-12-08
use struct task_list instead of TAILQ_HEAD(, task)
David Gwynne
2015-12-08
+TAILQ_HEAD(task_list, task);
David Gwynne
2015-12-08
vlan doenst have to handle SIOCGIFADDR cos the stack does it.
David Gwynne
2015-12-08
Kill unused iftxlist.
Martin Pieuchot
2015-12-08
if_stop is unused, so kill it.
David Gwynne
2015-12-08
split the interface send queue (struct ifqueue) implementation out.
David Gwynne
2015-12-08
Match 3rd party Xbox 360 controllers, from Christian Heckendorf.
Martin Pieuchot
2015-12-08
dont need to repeatedly set if_start to the same function.
David Gwynne
2015-12-07
Add cpuid bits documented in the August 2015 revision of
Jonathan Gray
2015-12-07
enable snooping on Intel 100 Series HDA
Jonathan Gray
2015-12-07
match on intel 100 series
Jonathan Gray
2015-12-07
NFS can pass a buffer cache buffer straight to VOP_STRATEGY here, so dma_flip is
Bob Beck
2015-12-06
Only declare buf_daemon() once
Philip Guenther
2015-12-06
child_return() is already declared in <sys/proc.h>
Philip Guenther
2015-12-06
add function prototype
Mike Larkin
2015-12-06
move around some deck chairs in preparation for supporting VM reboot. this
Mike Larkin
2015-12-06
Don't bother printing out the count of what type of cpu we have. Instead
Mike Larkin
2015-12-06
don't allow opening of /dev/vmm if we are in an unsupported configuration
Mike Larkin
2015-12-06
Change kernel internal pledge variables to 64bit (to prepare for more
Theo de Raadt
2015-12-06
switch on the return value of bus_dmamap_load_mbuf not value != 0
Jonathan Gray
2015-12-06
Since the page zeroing thread runs without the kernel lock,
Bret Lambert
2015-12-06
g/c pf_change_a6(). it's exactly the same thing as pf_change_ap() with p =
Henning Brauer
2015-12-06
unbreak kernel link if vmm isnt being built as part of the kernel.
David Gwynne
2015-12-06
typo in log entry
mmcc
2015-12-06
restore VMM mode after resume from suspend/hibernate
Mike Larkin
2015-12-05
Multiple cleanups.
Martin Pieuchot
2015-12-05
g/c unneeded af (address family) params to pf_change_ap and _icmp
Henning Brauer
2015-12-05
Make sure we use the same cpu numbering for the kern.cptime2 sysctl as we
Mark Kettenis
2015-12-05
vioblk: Don't send flush ops if flush feature not present
Stefan Fritsch
2015-12-05
make vioblk_scsi_cmd more normal
Stefan Fritsch
2015-12-05
Make virtio_enqueue_commit return void
Stefan Fritsch
2015-12-05
Study of kernel code complete. Permit ioctl SIOCGIFMEDIA for pledge
Theo de Raadt
2015-12-05
avoid an ugly wrap in a comment
Theo de Raadt
2015-12-05
Keep kernel definitions under _KERNEL to unbreak security/wpa_supplicant
Martin Pieuchot
2015-12-05
Keep kernel definitions under _KERNEL to unbreak ports that include
Martin Pieuchot
2015-12-05
Make the bnx interrupt handler mpsafe, and perform rx and tx completion
Jonathan Matthew
2015-12-05
Make pppx pass packets with npppd through the device. This makes pppx work
YASUOKA Masahiko
2015-12-05
pass a pointer to pf_test()'s reason to pf_test_rule instead of using a
Henning Brauer
2015-12-05
Remove useless "if() else", multicast and unicast v6 route lookups are
Vincent Gross
2015-12-05
Avoid using ifq_deq_rollback().
Mark Kettenis
2015-12-05
ifq_deq_rollback without a preceding ifq_deq_begin is fail.
David Gwynne
2015-12-05
upgrade tcp/ip to use the latest in C89 technology: memcpy.
Ted Unangst
2015-12-05
AMD Family 12h and later processors keep their APIC clock running in deeper
Mark Kettenis
2015-12-05
remove stale lint annotations
Ted Unangst
2015-12-05
remove old lint annotations
Ted Unangst
[next]