summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2015-05-04Fix some misuse of the | operator. In particular | has higherJonathan Gray
2015-05-04Clarify that hibernate_resume must be called with interrupts enabled.Mike Larkin
2015-05-03add missing CISS_UNLOCK_SCRATCH/splx callsJonathan Gray
2015-05-03Make sure we don't leak bytes from malloced memory in the padding of structPhilip Guenther
2015-05-02fix build with option DEBUGMiod Vallat
2015-05-02Die, damned distracting red space.Kenneth R Westerback
2015-05-02add missing splx callsJonathan Gray
2015-05-02add missing splx callsJonathan Gray
2015-05-02rework hppa mutexes.David Gwynne
2015-05-02add missing splx callsJonathan Gray
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