summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2015-05-01Convert to if_input(), ok miod@Martin Pieuchot
2015-05-01Convert to if_input(), ok miod@Martin Pieuchot
2015-05-01regenJonathan Gray
2015-05-01Correct some E5 v2 ids and add E5 v2 R2PCIE.Jonathan Gray
2015-05-01reenable page zeroing thread on SMP mips kernels.Miod Vallat
2015-05-01Do not grab the kernel lock for clock interrupts. Help and ok kettenis@Miod Vallat
2015-05-01Pass fflag to VOP_POLL so vfs fifo functions can get at the fileTodd C. Miller
2015-04-30Convert to if_input().Martin Pieuchot
2015-04-30Avoid NULL deref in fd_getfile_mode(); OK deraadt@Todd C. Miller
2015-04-30Convert to if_input().Martin Pieuchot
2015-04-30Merge two identical if() statements in ipsp_acquire_sa(). TheTodd C. Miller
2015-04-30SIZE_MAX is no longer in limits.hTodd C. Miller
2015-04-30Clean up some spacing. No functional changeMike Larkin
2015-04-30Do not free & reallocate a new chunk of memory for the interfaceMartin Pieuchot
2015-04-30Set the correct media type for 1000baseLX SFPs.Jonathan Gray
2015-04-30Remove SIZE_MAX from limits.h. It was added years ago before weTodd C. Miller
2015-04-30Allow use of 1Gb 1000baseLX SFPs in 82599 ix(4) SFP+ port. Adapted fromStuart Henderson
2015-04-30Now we use p_filesz - 1 to test for NUL check that p_filesz isJonathan Gray
2015-04-30Link report descriptors to known sensors.Martin Pieuchot
2015-04-30Instead of using a single flat array for all sensors, put all theMartin Pieuchot
2015-04-30Convert to if_input(), tweak and ok dlg@Martin Pieuchot
2015-04-30Indroduce fd_getfile_mode() and use it were fd_getfile() is directlyMartin Pieuchot
2015-04-30No need to set `rcvif', if_input() does it for you!Martin Pieuchot
2015-04-30Convert moar drivers to if_input().Martin Pieuchot
2015-04-30Error out if the PT_INTERP segment isn't NUL terminatedPhilip Guenther
2015-04-29In most cases, IP fragments do not have an Ethernet padding. SoAlexander Bluhm
2015-04-29Use if_get() after every tsleep(), in case the bottom half of the driverTheo de Raadt
2015-04-29Also generate db_structinfo.txt with struct member offset and size infoPhilip Guenther
2015-04-29Remove a check for NULL that would have been after a NULL dereferenceJonathan Gray
2015-04-29Move a variable's initialisation so a panic will work as intended.Jonathan Gray
2015-04-28Explicitly include .codepatch and .codepatchend in .rodata such thatMark Kettenis
2015-04-28Protect the per-process itimerval structs with a mutex. We update theseMark Kettenis
2015-04-28Don't grab the kernel lock for clock interrupts. The way we use mutexesMark Kettenis
2015-04-28Make sure to overwrite sdl_type after calling ether_ifattach().Martin Pieuchot
2015-04-28Fix a memory leak in an error path found by Maxime Villard'sJonathan Gray
2015-04-28In rtsx(4), condense the list of support chips in a comment, remove the unusedStefan Sperling
2015-04-27Do not call nd6_purge() before purging the IPv6 addresses of a detachedMartin Pieuchot
2015-04-27Since upd(4) currently supports a known but limited number of sensors,Martin Pieuchot
2015-04-27with more unit convertion when new sensors will appear.Martin Pieuchot
2015-04-27Make use of DEVNAME(), from David Higgs.Martin Pieuchot
2015-04-27Correctly write the 64bits of the HID 1, 4 and 5 registers.Martin Pieuchot
2015-04-26Have vio_start() check if the queue is empty.Stefan Fritsch
2015-04-26Get dwc2 working on octeon.Jonathan Matthew
2015-04-26vio: Support checksum offloading for IPv4 TXStefan Fritsch
2015-04-26regenStefan Sperling
2015-04-26Add IDs for RTL8188ETV and RTL8188EU. From FreeBSD via Mikhail on tech@Stefan Sperling
2015-04-26Disable PAE when switching to the hibernate resume pagetables. This involvesMark Kettenis
2015-04-26regenStefan Sperling
2015-04-26Add USB device ID for RTL8812AU. Found in "TP-Link AC1200 T4U" device.Stefan Sperling
2015-04-26Enable NX support in the resume path. Makes suspend/resume work with theMark Kettenis