summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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
2015-04-26Only enable PAE if the CPU we're running on has NX support. Without NXMark Kettenis
2015-04-26bump i386 MAXDSIZ to 3GB. - "If you're running this, and presumably actuallyStuart Henderson
2015-04-26Two extra messages required after sending a baud rate update, as observedJonathan Matthew
2015-04-26Require a PT_LOAD segment's p_filesz to be no larger than its p_memsz.Philip Guenther
2015-04-25We now following the ABI and always clear cld on function entry, so removePhilip Guenther
2015-04-25cpu_busy_cycle_fcn callback has never been usedPhilip Guenther
2015-04-25Repair boot device detection when booting off the second SCSI controller onMiod Vallat
2015-04-25Add quirk for Cirrus Logic CS4208 which is needed for MacBookAir6,1.James Turner
2015-04-24Enable PAE mode for those CPUs that support it. This allows us to use theMike Larkin
2015-04-24Make sure we keep the whole recursive mapping of the PDP instead of just theMark Kettenis
2015-04-24Revert back to using GCC builtins. This code triggers an off by one inMartin Pieuchot
2015-04-24another thinkpad event to ignore; from mp39590@gmailTheo de Raadt
2015-04-24vio: If enqueue fails, drop packet.Stefan Fritsch
2015-04-24Enable the NX bit and use it in the PAE pmap code. PAE is still disabledMark Kettenis
2015-04-24Use "softintr_pic0" instead of "softintr_fakepic" when faking aJonathan Gray
2015-04-23Fix 13 years old typo that should be responsible for the unhappinessMartin Pieuchot
2015-04-23tedu remnants of the previous attempt to implement page zeroing inDavid Gwynne
2015-04-23replace the use of struct ifqueue in pipex with mbuf_queues.David Gwynne
2015-04-23avoid an uneeded derefJonathan Gray
2015-04-23dont need \n on panic stringsDavid Gwynne
2015-04-22Remove forgotten empty files, from miod, thanksAlexandre Ratchov
2015-04-22Init a variable to zero so values aren't or'd into uninitialised memory.Jonathan Gray
2015-04-22Add the necessary glue to keep carp(4) working while other pseudo-driversMartin Pieuchot
2015-04-22Add missing header for NBRIDGE chunk, found the hardway and diff fromMartin Pieuchot
2015-04-22Implement the MI atomic API for PowerPC to avoid using gcc builtins thatMartin Pieuchot
2015-04-22Reduce differences between pae and no-pae modes.Mike Larkin
2015-04-22Init rt to NULL in arpresolve(). Not a problem in practiceJonathan Gray