Age | Commit message (Expand) | Author |
2014-06-08 | Remove an incorrect bzero() that was zeroing the | Jonathan Gray |
2014-06-08 | instead of reading past the end of the sun_fstypes array | Jonathan Gray |
2014-05-31 | Revert previous diff setting cold to 1 on shutdown because it breaks machine | Martin Pieuchot |
2014-05-30 | Set cold to 1 before executing the DVACT_POWERDOWN handlers when halting or | Martin Pieuchot |
2014-05-25 | Turn on blinky things by default, very useful here | Theo de Raadt |
2014-05-11 | Move the increment of uvmexp.softs back to the caller of mi_ast(): | Philip Guenther |
2014-05-10 | Remove -Wno-format. | Mark Kettenis |
2014-05-10 | We print time_t by casting to "long long" even in the kernel. | Mark Kettenis |
2014-05-10 | Fix formwat string. Cast pointer to long and print it using %lx since %p | Mark Kettenis |
2014-05-10 | A few more straightforward format string fixes. | Mark Kettenis |
2014-05-10 | Format string fixes for bus_addr_t and bus_size_t, which are u_long everywhere. | Mark Kettenis |
2014-05-10 | Schizo registers are all 64-bit, so use u_int64_t to store them and print them | Mark Kettenis |
2014-05-10 | Format string fixes for printing interrupt vectors. | Mark Kettenis |
2014-05-10 | Some straightforward format string fixes. Also, print both the tx and rx | Mark Kettenis |
2014-05-10 | Factor out the common ast bits into mi_ast() | Philip Guenther |
2014-04-28 | Remove bogus semicolon. | Brad Smith |
2014-04-20 | emc on my cx500 works as well as rdac on all my rebadged engenio kit. | David Gwynne |
2014-04-18 | Have each thread keeps its own (counted!) reference to the process's ucreds | Philip Guenther |
2014-04-07 | Add axen(4) wherever axe(4) is. | Brad Smith |
2014-04-05 | qla and qle are working well enough, so just delete use of isp. don't | Theo de Raadt |
2014-04-03 | enable hds | David Gwynne |
2014-04-03 | Use <uvm/uvm_extern.h> if it's enough. | Martin Pieuchot |
2014-03-30 | Eliminates struct pcred by moving the real and saved ugids into | Philip Guenther |
2014-03-30 | Drop isp(4) to make the kernel fit again. | Mark Kettenis |
2014-03-29 | It's been a quarter century: we can assume volatile is present with that name. | Philip Guenther |
2014-03-28 | Add commented out entries for xhci(4). | Brad Smith |
2014-03-28 | enable mpath plus sym and rdac on some archs so we can learn about what | David Gwynne |
2014-03-26 | Move p_emul and p_sigcode from proc to process. | Philip Guenther |
2014-03-25 | the memory constraints are correct on the MD_SWAPIO bits, so we dont need | David Gwynne |
2014-03-22 | Move p_sigacts from struct proc to struct process. | Philip Guenther |
2014-03-21 | Correct the (normally ignored) argument to SLIST_HEAD_INITIALIZER() | Philip Guenther |
2014-03-19 | Enable upd(4) on three archs to get it tested, requested by deraadt@. | Martin Pieuchot |
2014-03-19 | It's safe to assumed 'signed' exists | Philip Guenther |
2014-03-18 | First setup that stops using isp(4), and relies on ql[aew](4). | Theo de Raadt |
2014-03-16 | DDB supports ELF symbols are all archs, and it's always the same as the | Philip Guenther |
2014-03-15 | Enable qlw(4) at sbus(4). | Mark Kettenis |
2014-03-15 | make the membars look more correct for any memory ordering mode. | David Gwynne |
2014-03-14 | provide an MI api for doing byteswapping loads and stores. some | David Gwynne |
2014-03-14 | enable qla(4) and qle(4) in ramdisks, except on sgi where the cdfs overflows | Jonathan Matthew |
2014-03-14 | rework mplock as ticket locks instead of spinlocks. this provides | David Gwynne |
2014-03-13 | get rid of the assumption that the head of the alldevs list is the | David Gwynne |
2014-03-12 | enable qla(4) and qle(4) in GENERIC configs where isp(4) is already | Jonathan Matthew |
2014-03-11 | lint is gone, and the 'lint' conditional was never in the implementation | Philip Guenther |
2014-03-08 | Enable qlw(4) on alpha/amd64/i386/macppc/sgi/sparc64 to force people to test. | Mark Kettenis |
2014-02-21 | spelling | Theo de Raadt |
2014-02-19 | add qla and qle everywhere we currently have isp, commented out except for | Jonathan Matthew |
2014-02-08 | Initializing the time from an uninitialized variable isn't a very good idea. | Mark Kettenis |
2014-01-30 | Move declaration of struct vm_page_md from <machine/vmparam.h> to | Miod Vallat |
2014-01-30 | Undef def_atomic_op_nv instead of def_atomic_opf. | Mark Kettenis |
2014-01-30 | move sparc64 behind the MI atomic api. | David Gwynne |