Age | Commit message (Expand) | Author |
2015-09-14 | Fix more ifmedia64 fallout in the kernel. It's hiding everywhere... | Stefan Sperling |
2015-09-13 | intr_barrier(9) for loongson, octeon and sgi. | Mark Kettenis |
2015-09-12 | Also print the error registers in the ddb callback. | Miod Vallat |
2015-09-09 | The mplock implementations on MP-enabled mips64 platforms, octeon and | Visa Hankala |
2015-09-08 | sizes for free(); ok semarie | Theo de Raadt |
2015-09-05 | Do not make ip22_{slow,fast}_mode() public anymore. | Miod Vallat |
2015-09-05 | Give up trying to map DMA descriptor in uncached memory on ECC flavours of the | Miod Vallat |
2015-07-17 | remove obsolete INET kernel option | Ted Unangst |
2015-07-17 | Remove {LOAD,COUNT}_TEXTA from libsa loadfile, it only made sense for a.out | Miod Vallat |
2015-07-08 | unify the mutex implementations on all the mips64 platforms. | David Gwynne |
2015-06-24 | Attempt to explain how this device works. Based upon a private mail I wrote | Miod Vallat |
2015-06-24 | Increment if_ipackets in if_input(). | Martin Pieuchot |
2015-06-16 | Clear the PIC `write request' memory at initialization time. There is | Miod Vallat |
2015-05-24 | Follow the recent pckbc@isa changes and always establish all the necessary | Miod Vallat |
2015-05-11 | Remove all audio format conversion code from the kernel (btw holding | Alexandre Ratchov |
2015-05-04 | Print irq informations in pckbc_set_inputhandler(). | Martin Pieuchot |
2015-05-01 | Do not grab the kernel lock for clock interrupts. Help and ok kettenis@ | Miod Vallat |
2015-04-21 | rework sgi mutexes to use the owner pointer as the lock. | David Gwynne |
2015-04-16 | Enable ualea(4) where we have uhub(4), these USB device lists cry for | Martin Pieuchot |
2015-03-29 | Convert to if_input(), tested by miod@ and sebastia@. | Martin Pieuchot |
2015-03-23 | Add an helper routine if defined(DDB), which might help figuring out why | Miod Vallat |
2015-03-11 | Convert to if_input(), tested by jasper@. | Martin Pieuchot |
2015-03-11 | Convert to if_input(), tested by jasper@, thanks! | Martin Pieuchot |
2015-02-11 | no md code wants lockmgr locks, so no md code needs to include sys/lock.h | David Gwynne |
2015-02-06 | Fix bios_printf format specifier in debug code. | Miod Vallat |
2015-01-13 | for the install: target, use cmp as a rough attempt for avoiding repeated | Theo de Raadt |
2015-01-11 | switch prototype warnings to implicit-declaration warnings. | Ted Unangst |
2015-01-03 | add new driver uslhcom(4) USB HID based UART. | uaa |
2015-01-02 | Fix a few format string warnings, allow to build DEBUG kernel on sgi | Sebastian Reitenbach |
2014-12-22 | unifdef INET | Ted Unangst |
2014-12-13 | yet more mallocarray() changes. | Doug Hogan |
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-09 | Replace some malloc(n*size,...) calls with mallocarray(). | Doug Hogan |
2014-12-07 | Add missing load_font and list_font accessops, as well as crude screen burner | Miod Vallat |
2014-12-07 | Remove wrong comment. | Miod Vallat |
2014-12-07 | Avoid extra space in dmesg | Miod Vallat |
2014-12-07 | Probe the keyboard for its dip switches also if it is the console keyboard, | Miod Vallat |
2014-12-06 | A few last 'easy' #include dedups. | Kenneth R Westerback |
2014-12-04 | Move the PIC revision 1 interrupt workaround from xbridge_pci_intr_handler() | Miod Vallat |
2014-11-25 | Brag about what OS we are running on the LCD panel, if there is one. | Miod Vallat |
2014-11-24 | Do not attempt to dereference NULL pointers when encountering an empty SCSI | Miod Vallat |
2014-11-24 | use the correct capitalization for Realtek. | Brad Smith |
2014-11-18 | (except for the arm architectures...) unify the way the ld.script is | Theo de Raadt |
2014-11-16 | Replace a plethora of historical protection options with just | Theo de Raadt |
2014-10-11 | Check for the `oscillator failure' condition, and do not register as a reliable | Miod Vallat |
2014-10-10 | Significant unification of RAMDISK* config files, making them diffable. | Theo de Raadt |
2014-10-08 | if SMALL_KERNEL do not register the imc_watchdog_cb callback. We still | Theo de Raadt |
2014-10-04 | Switch the kernel configs over to using -Wframe-larger-than= instead of | Brad Smith |