Age | Commit message (Expand) | Author |
2015-10-01 | Remove more blinding trailing whitespace. | Kenneth R Westerback |
2015-10-01 | Make the alpha pmap (more) mpsafe by protecting both the pmap itself and the | Mark Kettenis |
2015-09-30 | Use consistant whitespace/comments for #define'ing LABELSECTOR, | Kenneth R Westerback |
2015-09-28 | Mechanical changes from manual buf set up to readdisksector(). | Kenneth R Westerback |
2015-09-27 | free(x, 0) cleanup: | Sebastien Marie |
2015-09-26 | lint is dead and C99 may be old enough to drive a car: delete LONGLONG | Philip Guenther |
2015-09-21 | Fix membar positioning in mtx_enter_try() and (critically!) mtx_leave() | Philip Guenther |
2015-09-19 | No need for wsmux on these installation media, which lack USB support. | Miod Vallat |
2015-09-13 | intr_barrier(9) for alpha. | Mark Kettenis |
2015-09-08 | Give the pool page allocator backends more sensible names. We now have: | Mark Kettenis |
2015-09-02 | sizes for free() | Theo de Raadt |
2015-08-29 | _NLIST_DO_ELF is no longer needed: it's the only option | Philip Guenther |
2015-08-15 | If the SRM has explicitely set up some ISA interrupts level-triggered, | Miod Vallat |
2015-08-15 | Store the {e,}isa_chipset_t in the softc, rather than on sio_bridge_callback()'s | Miod Vallat |
2015-08-15 | No need to cargo-cult include <alpha/pci/sioreg.h> here. | Miod Vallat |
2015-08-15 | Fix isa_chipset_t ic_intr_{alloc,check} prototype: these take an | Miod Vallat |
2015-08-15 | Enable AlphaBook 1 support in bsd.rd too | Miod Vallat |
2015-08-15 | When resetting the hwrpb after a succesfull secondary processor spinup, | Miod Vallat |
2015-07-26 | Make sure pci_intr_map() will perform proper interrupt swizzling for devices | Miod Vallat |
2015-07-20 | go a bit further with miods last change to copy{in,out}{,str} and | David Gwynne |
2015-07-20 | Make pmap_remove() grab the kernel lock. This is a big hammer but makes MP | Mark Kettenis |
2015-07-18 | Correctly set up interrupts; now the kernel no longer get stuck with an SCSI | Miod Vallat |
2015-07-18 | Check for errors in the status register after performing a PCI configuration | 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-17 | Proper prototypes and return values. | Miod Vallat |
2015-07-03 | Correctly restore ipl in fpusave_proc() when we have to busy loop. | Miod Vallat |
2015-07-02 | introduce srp, which according to the manpage i wrote is short for | David Gwynne |
2015-06-27 | MP_LOCKDEBUG code should only be compiled if MULTIPROCESSOR is defined | David Gwynne |
2015-06-23 | Disable some of the pmap_emulate_reference() DEBUG checks if option | Miod Vallat |
2015-06-23 | In the copy(9) function, make sure to remember curproc accross the bcopy() | Miod Vallat |
2015-06-23 | delete more p==NULL checks; discussed with miod, kettenis, dlg before | Theo de Raadt |
2015-06-11 | In the copyout family of functions, if the address is out of range | Theo de Raadt |
2015-06-05 | And ... more discussion occurs between miod and kettenis about | Theo de Raadt |
2015-06-05 | And part 2 of the onfault repair. Do the actual clearing of pcb_onfault | Theo de Raadt |
2015-06-05 | Do not unconditionally clear pcb_onfault after a uvm_fault. That will | Theo de Raadt |
2015-06-05 | these days, curproc is never NULL, so skip those checks. | Theo de Raadt |
2015-05-29 | Make ld.so on alpha cope with binaries built with secureplt (where secure here | Miod Vallat |
2015-05-28 | when machdep.allowaperture sysctl is set to 3, allow concurrent access | Joshua Stein |
2015-05-19 | Move acquisition of the kernel lock deeper in the interrupt path, and make | Miod Vallat |
2015-05-05 | emul_native is only used for kernel threads which can't dump core, so | Philip Guenther |
2015-05-02 | fix build with option DEBUG | Miod Vallat |
2015-04-30 | Remove SIZE_MAX from limits.h. It was added years ago before we | Todd C. Miller |
2015-04-17 | while trying to reproduce lockups on mp alpha i hit an | David Gwynne |
2015-04-16 | Enable ualea(4) where we have uhub(4), these USB device lists cry for | Martin Pieuchot |
2015-03-24 | unwire lmc(4) and san(4). | David Gwynne |
2015-02-15 | Change pmap_remove_holes() to take a vmspace instead of a map as its argument. | Miod Vallat |
2015-02-11 | the only user of __cpu_cas is lock_machdep, so move it there. | David Gwynne |
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 |