Age | Commit message (Expand) | Author |
2015-03-10 | Convert to if_input(). | Martin Pieuchot |
2015-03-10 | Convert to if_input(), tested an ok kettenis@. | Martin Pieuchot |
2015-03-09 | Switch pv entries over to a pool in preparation for making the i386 (more) | Mark Kettenis |
2015-03-06 | Unbreak IPL_TTY == IPL_SOFTTTY case. ok deraadt@ | Miod Vallat |
2015-03-05 | When running on a sun4d or sun4m system, have the bootblocks ask for one | Miod Vallat |
2015-03-04 | Add commented-out PCMCIA support configuration to GENERIC. | Kenji Aoyama |
2015-03-03 | Add pcic(4) support on luna88k. | Kenji Aoyama |
2015-03-01 | Fix setregs() to correctly use ps_strings. ok kettenis@ mpi@ | Miod Vallat |
2015-02-28 | Move consinit() out of the bowels of the zs driver to its own file, in | Miod Vallat |
2015-02-27 | Fix uvm_fault() seen with bwi (and some other devices?) on older non-apic i386 | Philip Guenther |
2015-02-25 | Rework secondary processor initialization, in order to allocate their idle | Miod Vallat |
2015-02-19 | remove unused struct and #define | Mike Larkin |
2015-02-18 | Some modifications on cbus(4): | Kenji Aoyama |
2015-02-15 | Change pmap_remove_holes() to take a vmspace instead of a map as its argument. | Miod Vallat |
2015-02-14 | Add simple bus_space_{map,unmap,subregion} implementation on luna88k. | Kenji Aoyama |
2015-02-14 | Don't defer initialization. config_defer(9) doesn't defer things as | Masao Uebayashi |
2015-02-12 | Set external DMA address configuration interface. | Masao Uebayashi |
2015-02-12 | - Use config_defer() to call actual attachment. | Masao Uebayashi |
2015-02-11 | Needs <sys/atomic.h> explicitely now. | Miod Vallat |
2015-02-11 | dlg@ said he had fixed sparc64, but I'm afraid this requires <sys/lock.h> | Miod Vallat |
2015-02-11 | no md code wants lockmgr locks, so no md code needs to include sys/lock.h | David Gwynne |
2015-02-11 | dont need lockmgr for pmap things, so we dont need sys/lock.h | David Gwynne |
2015-02-11 | this doesnt need lockmgr. we dont need sys/lock.h | David Gwynne |
2015-02-11 | Save OpenFirmware mappings in save_ofw_mapping(), currently unused | Martin Pieuchot |
2015-02-11 | deprecate use of sys/lock.h and replace it with sys/atomic.h or | David Gwynne |
2015-02-11 | Direct config glue for octdwctwo(4). | Masao Uebayashi |
2015-02-11 | Explicitely include <sys/atomic.h> | Miod Vallat |
2015-02-11 | Don't rely in <sys/lock.h> bringing <sys/rwlock.h>. | Miod Vallat |
2015-02-11 | dont need lockmgr locks here. | David Gwynne |
2015-02-11 | Eliminate sc_tx_cnt. Instead use an unsigned integer for sc_tx_prod and | Mark Kettenis |
2015-02-11 | the only user of __cpu_cas is lock_machdep, so move it there. | David Gwynne |
2015-02-11 | Backout non-wanted changed introduced by accident as part of 1.24. | Miod Vallat |
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 | Fix DIAGNOSTIC build. Trim blank lines. | Masao Uebayashi |
2015-02-11 | this doesnt need anything sys/lock.h provides | David Gwynne |
2015-02-11 | Needs <sys/atomic.h> now. | Miod Vallat |
2015-02-11 | get SPINLOCK bits from machine/lock.h instead of sys/lock.h | David Gwynne |
2015-02-11 | get the SPINLOCK bits from machine/lock.h | David Gwynne |
2015-02-11 | Convert to uiomove(). ok kettenis@ | Miod Vallat |
2015-02-11 | alpha (nor any other arch) uses any types or api provided by sys/lock.h. | David Gwynne |
2015-02-11 | slight knf, and __inline is really spelled inline. | David Gwynne |
2015-02-11 | need sys/atomic.h to get atomic_{set,clear}bits_int | David Gwynne |
2015-02-11 | need sys/atomic.h for atomic_{set,clear}bits_int. | David Gwynne |
2015-02-11 | zero ecx before cpuid(1), for some Cyrix processors do not really | Miod Vallat |
2015-02-11 | Minimal attachment to build-test dwc2(4). | Masao Uebayashi |
2015-02-11 | make the rwlock implementation MI. | David Gwynne |
2015-02-10 | atomic_{cas,swap}_ptr takes a volatile void *, not a volatile void **. | David Gwynne |
2015-02-10 | Convert to uiomove() | Miod Vallat |
2015-02-10 | Convert sun4 eeprom access to uiomove() | Miod Vallat |