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