summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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
2015-04-22Init error to 0 for sdmmc_mem_single_{read,write}_blockJonathan Gray
2015-04-22having macros provide semicolons is dangerous.David Gwynne
2015-04-21Remove an extra lcr3 that snuck into pmap_switch during yesterday'sMike Larkin
2015-04-21disable *8 again for now. incoherent archs arent having much fun with it.David Gwynne
2015-04-21Revert previous. Packets going through carp_input() but not destinatedMartin Pieuchot
2015-04-21Remove a duplicate variable and #define that snuck in, in a previousMike Larkin
2015-04-21The ELF psABI for PPC specifies that the stack shall always be 16-byte aligned.Philip Guenther
2015-04-21rework sgi mutexes to use the owner pointer as the lock.David Gwynne
2015-04-21Reduce differences between i386 pmap modes.Mike Larkin
2015-04-20Remove most static, gives us much better ddb tracebacks from secondaryMiod Vallat
2015-04-20Remove a bad typo introduced in rev 1.185 and found by jsg@.Martin Pieuchot
2015-04-20Do not treat loopback interfaces as p2p interfaces and create onlyMartin Pieuchot
2015-04-20Always call rt_ifa_dellocal(9) when removing an IPv6 address.Martin Pieuchot
2015-04-19Add support for x2apic modeStefan Fritsch
2015-04-19Do not truncate possible remaining transfer length.Martin Pieuchot
2015-04-19Remove emulation of oss audio ioctls from linux emulation.Alexandre Ratchov
2015-04-19Add a missing pmap_kremoveStefan Fritsch
2015-04-19Binary code patching on i386Stefan Fritsch
2015-04-19Enable the REG_READ ioctl. A whitelist is used to allowJonathan Gray
2015-04-18It seems that the CPUID lies about the monitor-line size, or at least ourMark Kettenis
2015-04-18another round of reducing the diff to linuxJonathan Gray
2015-04-18Simplify vio_encap() a bit.Stefan Fritsch
2015-04-18define and use trace macrosJonathan Gray
2015-04-18Remove some unused debug functions. If we're interested inJonathan Gray
2015-04-18replace the hand rolled lists of mbufs in hfsc_classq with anDavid Gwynne
2015-04-18add and use module param macrosJonathan Gray
2015-04-18i386 and amd64 have only one syscall entry point now, so simply thePhilip Guenther