summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2015-07-19Oops. Missed a file from offset commit.Kenneth R Westerback
2015-07-19Stop adding and subtracting data offset. Just keep to chunk relativeKenneth R Westerback
2015-07-19Add proper kernel locking in the fpe_branch_emulate() function, tovisa
2015-07-19Register the IPI handler early enough for the correct idle_mask tovisa
2015-07-19Stop adding and subtracting data offset. Just keep to chunk relativeKenneth R Westerback
2015-07-19Use two 2q caches for the buffer cache, moving previously warm buffers from theBob Beck
2015-07-19Use DEV_BSIZE instead of 512 where appropriate. Use DL_SECTOBLK()Kenneth R Westerback
2015-07-19Don't emit values for 'width' thatKenneth R Westerback
2015-07-19basic fh functions. better than panicing!Ted Unangst
2015-07-19use standardized register defintion in mii.h rather than specificYojiro Uo
2015-07-19regenYojiro Uo
2015-07-19add RTL8211Yojiro Uo
2015-07-19use standardized register definition in mii.h rather than eachYojiro Uo
2015-07-19revert privious commitYojiro Uo
2015-07-19potential memory leak in SIOCADDRULEsashan
2015-07-19unsinged variables should not be compared to be leq than 0 (unsigned a <= 0)sashan
2015-07-19simplify a triple-deep ternary operation.Brent Cook
2015-07-19according to MII specification, these seems to be bug.Yojiro Uo
2015-07-19Make KTR_SYSRET records variables variables sized, leaving out thePhilip Guenther
2015-07-19Rename the tpspmic driver so it does not contain numbers. OK jsg@Brandon Mercer
2015-07-19syncTheo de Raadt
2015-07-19tame(2) is a subsystem which restricts programs into a "reduced featureTheo de Raadt
2015-07-19unused arguments at pf_normalize_tcp_init() and pf_refragment6()sashan
2015-07-19Make the keyboard driver poll until we can improve it more. Pulled from the o...Brandon Mercer
2015-07-19set usb vendor string to 'Octeon' instead of ''Jasper Lievisse Adriaanse
2015-07-19remove pointless castJasper Lievisse Adriaanse
2015-07-18pf_send_tcp() should also use unhandled_af()sashan
2015-07-18Raise SPL to SPL_NET before calling if_input() in vxlan_lookup().Kazuya Goda
2015-07-18NET_RT_DUMP is dumb and tries to iterates over all possible AF tablesMartin Pieuchot
2015-07-18fix typo.Yojiro Uo
2015-07-18Make {x86,i82489,x2apic,i386}_ipi return voidStefan Fritsch
2015-07-18Make *_ipi_init return void on i386/amd64Stefan Fritsch
2015-07-18msg.mpisashan
2015-07-18follow up changes on unknown AF handlingsashan
2015-07-18add following registers from IEEE 802.3-2009 Clause 22.Yojiro Uo
2015-07-18unexpand spaces to tabsStefan Fritsch
2015-07-18virtio_pci: Do the ISR read without kernel lockStefan Fritsch
2015-07-18There's no longer a need to force carp(4) interfaces to be the last onesMartin Pieuchot
2015-07-18Abstract the routing table internals behind an rtable_* API.Martin Pieuchot
2015-07-18Even if pf(4) is not compiled with SMALL_KERNEL add a define aroundMartin Pieuchot
2015-07-18If _CST provides a C2 or C3 but lacks a C1 that we understand, provide aPhilip Guenther
2015-07-18INET/INET6 address family check should be unified in PFsashan
2015-07-18Merge two identical chunks to add new prefixes to the global dataMartin Pieuchot
2015-07-18Change unp_scan() and its callbacks to pass the array of struct file **Philip Guenther
2015-07-18Set all the cr4 bits we want at once, instead of one by onePhilip Guenther
2015-07-18Shuffle include file ordering in preparation for future changes in vgavar.h,Miod Vallat
2015-07-18KNF fixesStefan Fritsch
2015-07-18Correctly set up interrupts; now the kernel no longer get stuck with an SCSIMiod Vallat
2015-07-18Packets that make it to ether_input that have M_VLANTAG set must be dropped.Claudio Jeker
2015-07-18Check for errors in the status register after performing a PCI configurationMiod Vallat