Age | Commit message (Expand) | Author |
2014-12-16 | Do not grab the kernel lock for clock interrupts, hardclock() will behave | Miod Vallat |
2014-12-16 | must include lock.h to play with locks | Ted Unangst |
2014-12-16 | these headers do not need to (and should not) include lock.h poisoning | Ted Unangst |
2014-12-16 | include atomic.h to get atomic operations (virtio_membar). ok sf | Ted Unangst |
2014-12-16 | Define and print HV cpuid flag. | Stefan Fritsch |
2014-12-16 | must include lock.h if you want to play with locks | Ted Unangst |
2014-12-16 | only need lock.h here, not all of uvm_extern.h | Ted Unangst |
2014-12-16 | primary change: move uvm_vnode out of vnode, keeping only a pointer. | Ted Unangst |
2014-12-16 | Protect memory allocation and disposal with splvm(); gets rid of splassert | Miod Vallat |
2014-12-15 | don't drop the kernel lock everytime. on a busy system, this results in | Ted Unangst |
2014-12-15 | Consistency with the pci_intr_map bits. | Brad Smith |
2014-12-15 | Stop using usb_{alloc,free}mem() for the rings and internal structures. | Martin Pieuchot |
2014-12-15 | The PCI device ID 0x4c6e is a secondary device ID for the Radeon Mobility | Mark Kettenis |
2014-12-15 | fully parenthesize the PMAP_DIRECT_* macros | Philip Guenther |
2014-12-15 | move needed macros to pmap.c and delete stale ones. ok guenther | Ted Unangst |
2014-12-15 | Use MAP_INHERIT_* for the 'inh' argument to the UMV_MAPFLAG() macro, | Philip Guenther |
2014-12-15 | convert bcopy to memcpy. ok dlg krw | Ted Unangst |
2014-12-15 | change bcopy to memcpy. ok deraadt | Ted Unangst |
2014-12-14 | Disable MWAIT again, this time on both i386 and amd64. Too many systems | Philip Guenther |
2014-12-13 | An UVM_ADV_NORMAL -> MADV_NORMAL was missed here | Philip Guenther |
2014-12-13 | yet more mallocarray() changes. | Doug Hogan |
2014-12-13 | claim posix 2008 compat. apparently people look at this and get scared | Ted Unangst |
2014-12-13 | Create a MOP version of the network boot loader; verified to boot on DEC 3000. | Miod Vallat |
2014-12-13 | ThinkPad Edge E130, event 0x6060 is supposed to indicate toggle | Theo de Raadt |
2014-12-13 | add a sxidog_activate() function so the kernel will link again | Jonathan Gray |
2014-12-12 | free correct size. it's variable! | Ted Unangst |
2014-12-12 | sizeof(*ptr) for some free() | Ted Unangst |
2014-12-12 | oops, i was not supposed to disable mwait. found by stsp | Ted Unangst |
2014-12-12 | sysctl kern.global_ptrace. | Ted Unangst |
2014-12-12 | sysctl_proc_vmmap(): Allow retrieving "self" VM mapping without privilege. | Masao Uebayashi |
2014-12-11 | Do not blindly dereference hw_vendor and hw_prod without checking them for | Miod Vallat |
2014-12-11 | dragonflybsd has added a urio driver. conservation of urios requires | Ted Unangst |
2014-12-11 | convert bcopy to memcpy/memmove. ok krw | Ted Unangst |
2014-12-11 | Make sure you'll never look at stack garbage, prodded by kettenis@. | Martin Pieuchot |
2014-12-11 | Handle UPSes with broken report descriptors. | Martin Pieuchot |
2014-12-11 | Change uhidev(4) set/get report functions in various way. | Martin Pieuchot |
2014-12-11 | typos; from kaspars bankovskis | Jason McIntyre |
2014-12-11 | Delete #ifdef'd code that hasn't been compiled in years from sparc64 ofwboot. | Stefan Sperling |
2014-12-11 | Do not change the interface of a route if it is not intended. | Martin Pieuchot |
2014-12-11 | Do not use "struct route" when it is not necessary. | Martin Pieuchot |
2014-12-10 | retire shutdown hooks; ok deraadt, krw | Mike Belopuhov |
2014-12-10 | Add an unmute quirk for HP machines with the IDT 92HD75B1/2 codec. | Jonathan Gray |
2014-12-10 | Convert watchdog(4) devices to use autoconf(9) framework. | Mike Belopuhov |
2014-12-10 | enable skgpio(4) | Jonathan Gray |
2014-12-10 | Add skgpio(4) a driver for the Soekris net6501 GPIO and LEDs | Jonathan Gray |
2014-12-10 | convert bcopy to memcpy. ok millert | Ted Unangst |
2014-12-09 | Check strlcpy(), strlcat(), and snprintf() return values in sparc64 ofwboot. | Stefan Sperling |
2014-12-09 | Like libc, also for the kernel: Import new amd64 assembly versions of | Reyk Floeter |
2014-12-09 | Sprinkle in a little more mallocarray(). | Doug Hogan |
2014-12-09 | More malloc() -> mallocarray() in the kernel. | Doug Hogan |