Age | Commit message (Expand) | Author |
2015-01-11 | switch prototype warnings to implicit-declaration warnings. | Ted Unangst |
2015-01-09 | Cleanup some macros and #defines in i386 pmap. Previously committed and | Mike Larkin |
2015-01-03 | add new driver uslhcom(4) USB HID based UART. | uaa |
2014-12-23 | backout previous, because libkvm needs two pieces. will let mike | Theo de Raadt |
2014-12-22 | Move PD_MASK, PT_MASK and a couple macros into pmap.c. The only other | Mike Larkin |
2014-12-22 | bcopy -> memcpy, as in amd64 | Theo de Raadt |
2014-12-22 | unifdef INET | 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 | If support is present, use rdrand() at resume time. Make the rdrand() | Theo de Raadt |
2014-12-16 | don't include lock.h by default. poisons namespace. ok deraadt | Ted Unangst |
2014-12-16 | primary change: move uvm_vnode out of vnode, keeping only a pointer. | Ted Unangst |
2014-12-14 | Disable MWAIT again, this time on both i386 and amd64. Too many systems | Philip Guenther |
2014-12-11 | dragonflybsd has added a urio driver. conservation of urios requires | Ted Unangst |
2014-12-10 | retire shutdown hooks; ok deraadt, krw | Mike Belopuhov |
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-09 | Replace some malloc(n*size,...) calls with mallocarray(). | Doug Hogan |
2014-12-08 | Split the ACPI resume trampoline into code and data, move the data page to | Mike Larkin |
2014-12-04 | as promised 18 years ago, consolidate isa floppy disks in files.isa | Ted Unangst |
2014-12-04 | Enable umcs(4) where moscom(4) is present. | Martin Pieuchot |
2014-12-03 | More duplicate #include cleanout. | Kenneth R Westerback |
2014-12-02 | delete all the simplelocks. ok deraadt | Ted Unangst |
2014-11-24 | use the correct capitalization for Realtek. | Brad Smith |
2014-11-23 | enable xhci(4) in ramdisks | Jonathan Gray |
2014-11-23 | Make sure the direction bit is cleared on entry to the kernel by syscall | Philip Guenther |
2014-11-22 | Previous diff changed the location of the ACPI S3/S4 trampoline, which has | Mike Larkin |
2014-11-22 | { on seperate line at start of function or I go crazy | Theo de Raadt |
2014-11-22 | Do not use PROT_MASK as a non-mask | Theo de Raadt |
2014-11-19 | Only keep {recv,send}udp() in the pxe-specific code, the remainder of what | Miod Vallat |
2014-11-19 | Remove some unused i386 pmap functions. Also fix two typos in comments | Mike Larkin |
2014-11-18 | Nuke some obvious #include duplications. | Kenneth R Westerback |
2014-11-16 | Replace a plethora of historical protection options with just | Theo de Raadt |
2014-11-16 | Add cas(4). | Brad Smith |
2014-11-14 | enable trunk. | Henning Brauer |
2014-11-08 | No need to keep the temporary mappings for the MMU pages for the resume | Mike Larkin |
2014-11-07 | Enable xhci(4). Most of the features are here, USB 1.x devices only work | Martin Pieuchot |
2014-10-25 | uvm_km_valloc -> km_alloc | Mark Kettenis |
2014-10-17 | reinstate i386/bus_space diff now that serial consoles are fixed in | Stuart Henderson |
2014-10-17 | Initialize comconsiot. Fixes problems with the (now backed out) i386 | Mark Kettenis |
2014-10-17 | backout i386/bus_space diff for now, req'd by deraadt@ - problems at boot | Stuart Henderson |
2014-10-17 | Also remove trailing spaces from the CPU brand string. | Mark Kettenis |
2014-10-17 | revert previous. It isn't just i386 which cares about the setperf | Theo de Raadt |
2014-10-17 | In the new world order, setperf does not exist on ramdisks. | Theo de Raadt |
2014-10-17 | bring the twisting of bus_space from amd64 over to i386. this is: | David Gwynne |
2014-10-10 | Significant unification of RAMDISK* config files, making them diffable. | Theo de Raadt |
2014-10-09 | mechanical translation of dev_lkm_dummy() to dev_notdef() | Ted Unangst |
2014-10-09 | remove LKM devices | Ted Unangst |
2014-10-08 | Add virtio_membar_* macros | Stefan Fritsch |