Age | Commit message (Expand) | Author |
2014-12-18 | wrap unreasonably long lines | Theo de Raadt |
2014-12-18 | The VM host might send multiple messages at once but vmt(4) only | Reyk Floeter |
2014-12-18 | use siphash for pf_lb. for ipv6, we stretch it out a bit, but good enough. | Ted Unangst |
2014-12-18 | perform cpu setperf at same position in sequence as acpi.c | Theo de Raadt |
2014-12-18 | suspend & resume RNG subsystem | Theo de Raadt |
2014-12-18 | suspend and resume the RNG (at what looks like the right spots) | Theo de Raadt |
2014-12-18 | When a VM resume occurs, request information from the VM and enqueue as | Theo de Raadt |
2014-12-18 | Create a suspend/resume infrastructure for the RNG. At suspend time, | Theo de Raadt |
2014-12-18 | If support is present, use rdrand() at resume time. Make the rdrand() | Theo de Raadt |
2014-12-18 | Change the link state change routing message generation to a taskq. | Kenneth R Westerback |
2014-12-18 | Merge from NetBSD r1.54 from Matthias Drochner: | Martin Pieuchot |
2014-12-18 | ansi function prototypes. no functional change. | David Gwynne |
2014-12-18 | white space tweaks, no functional change. | David Gwynne |
2014-12-18 | replace splhigh and a simplelock with a mutex. | David Gwynne |
2014-12-18 | If a host controller has been detached or reported a halt condition it | Martin Pieuchot |
2014-12-18 | Unmap the MP hatch and ACPI resume trampolines when not in active use. | Mike Larkin |
2014-12-17 | remove lock.h from uvm_extern.h. another holdover from the simpletonlock | Ted Unangst |
2014-12-17 | unroll loops for sha2. quite a bit faster for amd64. | Ted Unangst |
2014-12-17 | minimal removal of simplelock to eliminate lock.h dependency | Ted Unangst |
2014-12-17 | fix/reduce header dependencies. clock.c doesn't need any of this uvm. | Ted Unangst |
2014-12-17 | Avoid premature masking in the interrupt handler code that checks for removed | Mark Kettenis |
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 |