Age | Commit message (Expand) | Author |
2015-04-25 | We now following the ABI and always clear cld on function entry, so remove | Philip Guenther |
2015-04-25 | cpu_busy_cycle_fcn callback has never been used | Philip Guenther |
2015-04-25 | Repair boot device detection when booting off the second SCSI controller on | Miod Vallat |
2015-04-25 | Add quirk for Cirrus Logic CS4208 which is needed for MacBookAir6,1. | James Turner |
2015-04-24 | Enable PAE mode for those CPUs that support it. This allows us to use the | Mike Larkin |
2015-04-24 | Make sure we keep the whole recursive mapping of the PDP instead of just the | Mark Kettenis |
2015-04-24 | Revert back to using GCC builtins. This code triggers an off by one in | Martin Pieuchot |
2015-04-24 | another thinkpad event to ignore; from mp39590@gmail | Theo de Raadt |
2015-04-24 | vio: If enqueue fails, drop packet. | Stefan Fritsch |
2015-04-24 | Enable the NX bit and use it in the PAE pmap code. PAE is still disabled | Mark Kettenis |
2015-04-24 | Use "softintr_pic0" instead of "softintr_fakepic" when faking a | Jonathan Gray |
2015-04-23 | Fix 13 years old typo that should be responsible for the unhappiness | Martin Pieuchot |
2015-04-23 | tedu remnants of the previous attempt to implement page zeroing in | David Gwynne |
2015-04-23 | replace the use of struct ifqueue in pipex with mbuf_queues. | David Gwynne |
2015-04-23 | avoid an uneeded deref | Jonathan Gray |
2015-04-23 | dont need \n on panic strings | David Gwynne |
2015-04-22 | Remove forgotten empty files, from miod, thanks | Alexandre Ratchov |
2015-04-22 | Init a variable to zero so values aren't or'd into uninitialised memory. | Jonathan Gray |
2015-04-22 | Add the necessary glue to keep carp(4) working while other pseudo-drivers | Martin Pieuchot |
2015-04-22 | Add missing header for NBRIDGE chunk, found the hardway and diff from | Martin Pieuchot |
2015-04-22 | Implement the MI atomic API for PowerPC to avoid using gcc builtins that | Martin Pieuchot |
2015-04-22 | Reduce differences between pae and no-pae modes. | Mike Larkin |
2015-04-22 | Init rt to NULL in arpresolve(). Not a problem in practice | Jonathan Gray |
2015-04-22 | Init error to 0 for sdmmc_mem_single_{read,write}_block | Jonathan Gray |
2015-04-22 | having macros provide semicolons is dangerous. | David Gwynne |
2015-04-21 | Remove an extra lcr3 that snuck into pmap_switch during yesterday's | Mike Larkin |
2015-04-21 | disable *8 again for now. incoherent archs arent having much fun with it. | David Gwynne |
2015-04-21 | Revert previous. Packets going through carp_input() but not destinated | Martin Pieuchot |
2015-04-21 | Remove a duplicate variable and #define that snuck in, in a previous | Mike Larkin |
2015-04-21 | The ELF psABI for PPC specifies that the stack shall always be 16-byte aligned. | Philip Guenther |
2015-04-21 | rework sgi mutexes to use the owner pointer as the lock. | David Gwynne |
2015-04-21 | Reduce differences between i386 pmap modes. | Mike Larkin |
2015-04-20 | Remove most static, gives us much better ddb tracebacks from secondary | Miod Vallat |
2015-04-20 | Remove a bad typo introduced in rev 1.185 and found by jsg@. | Martin Pieuchot |
2015-04-20 | Do not treat loopback interfaces as p2p interfaces and create only | Martin Pieuchot |
2015-04-20 | Always call rt_ifa_dellocal(9) when removing an IPv6 address. | Martin Pieuchot |
2015-04-19 | Add support for x2apic mode | Stefan Fritsch |
2015-04-19 | Do not truncate possible remaining transfer length. | Martin Pieuchot |
2015-04-19 | Remove emulation of oss audio ioctls from linux emulation. | Alexandre Ratchov |
2015-04-19 | Add a missing pmap_kremove | Stefan Fritsch |
2015-04-19 | Binary code patching on i386 | Stefan Fritsch |
2015-04-19 | Enable the REG_READ ioctl. A whitelist is used to allow | Jonathan Gray |
2015-04-18 | It seems that the CPUID lies about the monitor-line size, or at least our | Mark Kettenis |
2015-04-18 | another round of reducing the diff to linux | Jonathan Gray |
2015-04-18 | Simplify vio_encap() a bit. | Stefan Fritsch |
2015-04-18 | define and use trace macros | Jonathan Gray |
2015-04-18 | Remove some unused debug functions. If we're interested in | Jonathan Gray |
2015-04-18 | replace the hand rolled lists of mbufs in hfsc_classq with an | David Gwynne |
2015-04-18 | add and use module param macros | Jonathan Gray |
2015-04-18 | i386 and amd64 have only one syscall entry point now, so simply the | Philip Guenther |