Age | Commit message (Expand) | Author |
2014-12-17 | remove simplelocks (trivial) | Theo de Raadt |
2014-12-17 | delete simplelocks | Theo de Raadt |
2014-12-17 | remove simplelocks | Theo de Raadt |
2014-12-17 | pretty easy removal of simplelocks | Theo de Raadt |
2014-12-17 | remove simplelocks | Theo de Raadt |
2014-12-17 | remove simplelocks use | Theo de Raadt |
2014-12-17 | Remove the "multicast_" prefix from the fields a multicast-only struct. | Martin Pieuchot |
2014-12-17 | Use an interface index instead of a pointer for multicast options. | Martin Pieuchot |
2014-12-17 | Prefer MADV_* over POSIX_MADV_* in kernel for consistency: the latter | Philip Guenther |
2014-12-17 | delete archaic simplelock use. | Theo de Raadt |
2014-12-17 | Do as the datasheet recommends and disable the RX filter before adjusting | Brad Smith |
2014-12-16 | Temporarily expand the pci memory range to suit Dell 13G servers. | Jonathan Matthew |
2014-12-16 | don't include lock.h by default. poisons namespace. ok deraadt | Ted Unangst |
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 |