Age | Commit message (Expand) | Author |
2014-10-25 | uvm_km_valloc -> km_alloc | Mark Kettenis |
2014-10-25 | Add and enable qlw at sbus. Tested on QLGC,isp | Miod Vallat |
2014-10-25 | Another uvm_km_valloc(9) -> km_alloc(9) conversion. | Mark Kettenis |
2014-10-24 | Another uvm_km_valloc(9) -> km_alloc(9) conversion. | Mark Kettenis |
2014-10-24 | Bring phys_map to sparc64 and use it in vmapbuf(9) and vunmapbuf(9). | Mark Kettenis |
2014-10-23 | Correctly mask IE_ALLIE during sun4/4c/4e NMI; from NetBSD | Miod Vallat |
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-22 | make [bl]emtoh{16,32,64} take volatile const foo *, not volatile foo * | David Gwynne |
2014-10-18 | Don't use %r1 to refer to bit 1. No binary difference. | Mark Kettenis |
2014-10-18 | Make sure the direct map isn't executable on hardware that allows us to do so. | Mark Kettenis |
2014-10-18 | Remove even more unnecessary `needs-flag' attributes from config machinery, | Miod Vallat |
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 | Mark Cave-Ayland pointed out on tech@ that the OF_test_method was called | Daniel Dickman |
2014-10-17 | bring the twisting of bus_space from amd64 over to i386. this is: | David Gwynne |
2014-10-16 | No longer used. | Mark Kettenis |
2014-10-16 | The "close" word doesn't return any arguments. | Mark Kettenis |
2014-10-16 | Use an instruction encoding for the return-to-realmode code that works on | Mike Larkin |
2014-10-15 | move CPU_BUSY_CYCLES define out of #ifdef/else MULTIPROCESSOR, its meant to | Sebastian Reitenbach |
2014-10-15 | Do not panic when attempting to decode invalid condition codes, or if | Miod Vallat |
2014-10-15 | Sprinkle CPU_BUSY_CYCLE() in a few places. | Masao Uebayashi |
2014-10-15 | Revert previous (wrong commit message). | Masao Uebayashi |
2014-10-15 | pppx(4): Correct pppx_dev_lookup() and pppx_dev2pxd() local declarations | Masao Uebayashi |
2014-10-14 | Do not skip saving callee-saved registers in trap frames if compiling without | Miod Vallat |
2014-10-14 | NetBSD revision 1.20 of pmap.h (from 1996) deleted license text that should | Daniel Dickman |
2014-10-13 | Let this compile without option DDB. | Miod Vallat |
2014-10-12 | Rough sync with hppa to make this compile again. | Miod Vallat |
2014-10-12 | Downgrade needs-count to needs-flag when applicable. | Miod Vallat |
2014-10-12 | remove some unused files | Jonathan Gray |
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-10 | Make CPU_INFO_FOREACH useable before secondary CPUs are started. | Martin Pieuchot |
2014-10-09 | Properly initialize secondary CPUs on 64bit machines. | Martin Pieuchot |
2014-10-09 | allow building a kernel without ddb | Theo de Raadt |
2014-10-09 | disassem.c only if ddb; ok miod | Theo de Raadt |
2014-10-09 | no need for lkm_map now | Ted Unangst |
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 | only call Debugger() #ifdef DDB | Theo de Raadt |
2014-10-08 | #ifndef DDB, correct a format string.. | Theo de Raadt |
2014-10-08 | Add virtio_membar_* macros | Stefan Fritsch |
2014-10-08 | #ifdef SMALL_KERNEL some sensor blocks; ok miod | Theo de Raadt |
2014-10-08 | Add offsets for cortex-A7/A15. Adapted from bitrig. | Raphael Graf |