Age | Commit message (Expand) | Author |
2014-07-11 | boot(9): Undo curproc-overriding hacks | Masao Uebayashi |
2014-07-11 | Chuck Cranor rescinded clauses in his license | Jonathan Gray |
2014-07-11 | CPU_BUSY_CYCLE(): A new MI statement for busy loop power reduction | Masao Uebayashi |
2014-07-11 | Convert bus_dmamem_map(9) to km_alloc(9) in order to make it fail and | Martin Pieuchot |
2014-07-10 | Set cold to 1 before executing the DVACT_POWERDOWN handlers when halting or | Martin Pieuchot |
2014-07-10 | boot(9): Remove comments about RB_*, "cold", and savectx() | Masao Uebayashi |
2014-07-10 | boot(): Remove comments about RB_TIMEBAD to reduce diffs | Masao Uebayashi |
2014-07-10 | boot(): Unify declarations | Masao Uebayashi |
2014-07-09 | bpf code surgery / shuffling / simplification. | Henning Brauer |
2014-07-08 | Repair compilability after the recent uvmexp changes, especially for | Miod Vallat |
2014-05-31 | Reduce MAXSSIZ to 32MB to match all other platforms; noticed by tobiasu@ | Miod Vallat |
2014-05-31 | Revert previous diff setting cold to 1 on shutdown because it breaks machine | Martin Pieuchot |
2014-05-30 | SBus glue for qlw(4) for sparc. Untested. | Mark Kettenis |
2014-05-30 | SBus glue for qlw(4) for sparc. Untested. | Mark Kettenis |
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 | Factor out the common ast bits into mi_ast() | Philip Guenther |
2014-05-09 | format string fixes and removal of -Wno-format for sparc kernels. | Miod Vallat |
2014-04-30 | Enforce proper alignment of stack variables which may get accessed with | Miod Vallat |
2014-04-22 | Remove RX checksum offloading support. The chip is too limited, and | Christian Weisgerber |
2014-04-18 | Have each thread keeps its own (counted!) reference to the process's ucreds | Philip Guenther |
2014-04-08 | Fewer <uvm/uvm.h>! | Martin Pieuchot |
2014-03-30 | Close the kernel fd before attempting to load /etc/random.seed, and reopen it | Miod Vallat |
2014-03-29 | It's been a quarter century: we can assume volatile is present with that name. | Philip Guenther |
2014-03-26 | Move p_emul and p_sigcode from proc to process. | Philip Guenther |
2014-03-22 | Move p_sigacts from struct proc to struct process. | Philip Guenther |
2014-03-19 | It's safe to assumed 'signed' exists | Philip Guenther |
2014-03-16 | DDB supports ELF symbols are all archs, and it's always the same as the | Philip Guenther |
2014-03-13 | get rid of the assumption that the head of the alldevs list is the | David Gwynne |
2014-03-11 | lint is gone, and the 'lint' conditional was never in the implementation | Philip Guenther |
2014-02-25 | /etc/random.seed support (unless booting from tape). Crank version. | Miod Vallat |
2014-02-25 | Put edata after the .openbsd.randomdata phdr, to prevent the former's contents | Miod Vallat |
2014-02-19 | add qla and qle everywhere we currently have isp, commented out except for | Jonathan Matthew |
2014-02-10 | Build isp2xxx firmware into separate object files so we only include | Jonathan Matthew |
2014-01-30 | Move declaration of struct vm_page_md from <machine/vmparam.h> to | Miod Vallat |
2014-01-23 | unifdef -D__HAVE_VM_PAGE_MD - no functional change. | Miod Vallat |
2014-01-21 | dtucker@ pointed out i suck at grep. | David Gwynne |
2014-01-01 | fix header to get symbols loaded correctly | Miod Vallat |
2014-01-01 | Add a linker script to force the .openbsd.randomdata section to be put after | Miod Vallat |
2013-12-24 | get rid of if (timeout_pending()) timeout_del(). this is racy. any | David Gwynne |
2013-12-19 | sun4e needs the same 1.6 usec ZS_DELAY() as sun4 does. | Miod Vallat |
2013-12-18 | Provide MI symbol _STACKALIGNBYTES | Theo de Raadt |
2013-12-08 | reflect reality, mark as NOOBJ | Marc Espie |
2013-11-28 | fix typo | Theo de Raadt |
2013-11-27 | Instead of comparing the lower and higher addresses of all the multicast | Martin Pieuchot |
2013-11-26 | 1 << 31 cleanup. Eitan Adler pointed out that there has been a | Theo de Raadt |
2013-11-26 | make this compile after dlg's recent change | Martin Reindl |
2013-11-21 | remove the #define b_cylinder b_resid from bufs. i hated the | David Gwynne |
2013-11-20 | replace bare use of disksort with bufqs. this is the last disksort user | David Gwynne |