summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2014-12-17remove simplelocks (trivial)Theo de Raadt
2014-12-17delete simplelocksTheo de Raadt
2014-12-17remove simplelocksTheo de Raadt
2014-12-17pretty easy removal of simplelocksTheo de Raadt
2014-12-17remove simplelocksTheo de Raadt
2014-12-17remove simplelocks useTheo de Raadt
2014-12-17Remove the "multicast_" prefix from the fields a multicast-only struct.Martin Pieuchot
2014-12-17Use an interface index instead of a pointer for multicast options.Martin Pieuchot
2014-12-17Prefer MADV_* over POSIX_MADV_* in kernel for consistency: the latterPhilip Guenther
2014-12-17delete archaic simplelock use.Theo de Raadt
2014-12-17Do as the datasheet recommends and disable the RX filter before adjustingBrad Smith
2014-12-16Temporarily expand the pci memory range to suit Dell 13G servers.Jonathan Matthew
2014-12-16don't include lock.h by default. poisons namespace. ok deraadtTed Unangst
2014-12-16Do not grab the kernel lock for clock interrupts, hardclock() will behaveMiod Vallat
2014-12-16must include lock.h to play with locksTed Unangst
2014-12-16these headers do not need to (and should not) include lock.h poisoningTed Unangst
2014-12-16include atomic.h to get atomic operations (virtio_membar). ok sfTed Unangst
2014-12-16Define and print HV cpuid flag.Stefan Fritsch
2014-12-16must include lock.h if you want to play with locksTed Unangst
2014-12-16only need lock.h here, not all of uvm_extern.hTed Unangst
2014-12-16primary change: move uvm_vnode out of vnode, keeping only a pointer.Ted Unangst
2014-12-16Protect memory allocation and disposal with splvm(); gets rid of splassertMiod Vallat
2014-12-15don't drop the kernel lock everytime. on a busy system, this results inTed Unangst
2014-12-15Consistency with the pci_intr_map bits.Brad Smith
2014-12-15Stop using usb_{alloc,free}mem() for the rings and internal structures.Martin Pieuchot
2014-12-15The PCI device ID 0x4c6e is a secondary device ID for the Radeon MobilityMark Kettenis
2014-12-15fully parenthesize the PMAP_DIRECT_* macrosPhilip Guenther
2014-12-15move needed macros to pmap.c and delete stale ones. ok guentherTed Unangst
2014-12-15Use MAP_INHERIT_* for the 'inh' argument to the UMV_MAPFLAG() macro,Philip Guenther
2014-12-15convert bcopy to memcpy. ok dlg krwTed Unangst
2014-12-15change bcopy to memcpy. ok deraadtTed Unangst
2014-12-14Disable MWAIT again, this time on both i386 and amd64. Too many systemsPhilip Guenther
2014-12-13An UVM_ADV_NORMAL -> MADV_NORMAL was missed herePhilip Guenther
2014-12-13yet more mallocarray() changes.Doug Hogan
2014-12-13claim posix 2008 compat. apparently people look at this and get scaredTed Unangst
2014-12-13Create a MOP version of the network boot loader; verified to boot on DEC 3000.Miod Vallat
2014-12-13ThinkPad Edge E130, event 0x6060 is supposed to indicate toggleTheo de Raadt
2014-12-13add a sxidog_activate() function so the kernel will link againJonathan Gray
2014-12-12free correct size. it's variable!Ted Unangst
2014-12-12sizeof(*ptr) for some free()Ted Unangst
2014-12-12oops, i was not supposed to disable mwait. found by stspTed Unangst
2014-12-12sysctl kern.global_ptrace.Ted Unangst
2014-12-12sysctl_proc_vmmap(): Allow retrieving "self" VM mapping without privilege.Masao Uebayashi
2014-12-11Do not blindly dereference hw_vendor and hw_prod without checking them forMiod Vallat
2014-12-11dragonflybsd has added a urio driver. conservation of urios requiresTed Unangst
2014-12-11convert bcopy to memcpy/memmove. ok krwTed Unangst
2014-12-11Make sure you'll never look at stack garbage, prodded by kettenis@.Martin Pieuchot
2014-12-11Handle UPSes with broken report descriptors.Martin Pieuchot
2014-12-11Change uhidev(4) set/get report functions in various way.Martin Pieuchot
2014-12-11typos; from kaspars bankovskisJason McIntyre