Age | Commit message (Expand) | Author |
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 |
2014-10-25 | Another uvm_km_valloc(9) -> km_alloc(9) conversion. | Mark Kettenis |
2014-10-23 | Correctly set up the HPMC trap entry: according to the PA-RISC Firmware | Miod Vallat |
2014-10-23 | In the various desidhash_*() functions, make sure we clear the `set to clear' | Miod Vallat |
2014-10-23 | Revert limiting physmem to 2GB; the culprit was likely in uvm and uvm has | Miod Vallat |
2014-10-15 | Do not panic when attempting to decode invalid condition codes, or if | Miod Vallat |
2014-10-14 | Do not skip saving callee-saved registers in trap frames if compiling without | Miod Vallat |
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 | revert unintentional commit unrelated to LKM | Ted Unangst |
2014-10-09 | remove LKM devices | Ted Unangst |
2014-10-08 | #ifndef DDB, correct a format string.. | Theo de Raadt |
2014-10-08 | remove an unused file that is a duplicate of arch/hppa/gsc/mongoose_gsc.c | Jonathan Gray |
2014-10-04 | Switch the kernel configs over to using -Wframe-larger-than= instead of | Brad Smith |
2014-10-01 | all ramdisks should use SMALL_KERNEL and NO_PROPOLICE. basically, all | Theo de Raadt |
2014-09-30 | Add the QLogic SCSI/FC drivers. | Brad Smith |
2014-09-24 | jmatthew@ points out atomic_swap_foo takes two arguments, not three. | David Gwynne |
2014-09-24 | Replace a few malloc() calls with reallocarray() so it checks for overflow. | Doug Hogan |
2014-09-22 | implement atomic_{cas,swap}_{uint,ulong,ptr} and | David Gwynne |
2014-09-19 | Use config_suspend_all(9). | Mark Kettenis |
2014-09-15 | Remove non-standard <sys/dkstat.h> header. It has not contained anything | Miod Vallat |
2014-09-14 | Clean up isp(4) from kernel configs with the new drivers already | Brad Smith |
2014-09-04 | Revert previous change, but use curcpu()->ci_schedstate.spc_cp_time[] instead | Miod Vallat |
2014-08-30 | Fix format strings in STIDEBUG code. | Miod Vallat |
2014-08-29 | Use the load average from averunnable.ldavg[] instead of bogus cp_time[] | Miod Vallat |