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 hppa. | Mark Kettenis |
2015-09-13 | Adjust printf for the fact that device locators are now long. | Mark Kettenis |
2015-09-10 | reduce .Nd to one line and kill .Tn while here | Ingo Schwarze |
2015-09-08 | sizes for free(), when known; ok semarie | Theo de Raadt |
2015-08-30 | The pmap_pmap_pool pool will never be used in interrupt context, so pass the | Mark Kettenis |
2015-08-29 | _NLIST_DO_ELF is no longer needed: it's the only option | Philip Guenther |
2015-08-12 | Fix a free of an uninitialized variable in an error path. | Mike Larkin |
2015-07-27 | Always #include <sys/mutex.h>: need struct mutex for struct vm_page_md | Philip Guenther |
2015-07-17 | remove obsolete INET kernel option | Ted Unangst |
2015-07-14 | First stab at making the hppa mpsafe. Not quite there yet though. | Mark Kettenis |
2015-07-13 | First stab at making the hppa mpsafe. Not quite there yet though. | Mark Kettenis |
2015-07-13 | Remove DIAGNOSTIC code that cleans up the pmap in pmap_destroy(). Replace it | Mark Kettenis |
2015-07-02 | introduce srp, which according to the manpage i wrote is short for | David Gwynne |
2015-06-22 | document that boot.conf can contain comments; | Jason McIntyre |
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-07 | fix indentation | Jonathan Gray |
2015-05-05 | emul_native is only used for kernel threads which can't dump core, so | Philip Guenther |
2015-05-02 | rework hppa mutexes. | David Gwynne |
2015-04-30 | Remove SIZE_MAX from limits.h. It was added years ago before we | Todd C. Miller |
2015-04-28 | Don't grab the kernel lock for clock interrupts. The way we use mutexes | Mark Kettenis |
2015-04-16 | Enable ualea(4) where we have uhub(4), these USB device lists cry for | Martin Pieuchot |
2015-02-15 | Change pmap_remove_holes() to take a vmspace instead of a map as its argument. | Miod Vallat |
2015-02-11 | dont need lockmgr for pmap things, so we dont need sys/lock.h | David Gwynne |
2015-02-11 | sys/lock.h and machine/lock.h dont provide anything this code uses. | David Gwynne |
2015-02-11 | intr.c needs atomic.h for atomic_setbits_int to say softints are pending. | David Gwynne |
2015-02-11 | Needs <sys/atomic.h> now. | Miod Vallat |
2015-02-11 | make the rwlock implementation MI. | David Gwynne |
2015-02-10 | Convert to uiomove(). | Miod Vallat |
2015-02-10 | First step towards making uiomove() take a size_t size argument: | Miod Vallat |
2015-02-10 | increase min address to page size for all remaining min == 0 systems. | Ted Unangst |
2015-02-09 | No need to export USRSTACK | Miod Vallat |
2015-01-24 | correct the syntax description of the boot command; ok jmc@ | Christian Weisgerber |
2015-01-20 | Move ps_strings "after" the random stackgap. This makes its location a | Mark Kettenis |
2015-01-15 | remove .Tn; from Jan Stary <hans at stare dot cz> | Ingo Schwarze |
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 |
2014-12-17 | remove simplelocks | Theo de Raadt |
2014-12-16 | primary change: move uvm_vnode out of vnode, keeping only a pointer. | Ted Unangst |
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-09 | Replace some malloc(n*size,...) calls with mallocarray(). | Doug Hogan |
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-31 | remove a duplicate pckbdvar.h include under NGSCKBD > 0 | Jonathan Gray |
2014-10-26 | Don't forget to free() the malloc()s. | Miod Vallat |
2014-10-25 | Remove vmmap; it isn't used. | Mark Kettenis |