Age | Commit message (Expand) | Author |
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-08 | decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.h | Theo de Raadt |
2014-06-13 | Fix broken logic in sgec_rxintr() poorly duplicating some of ether_input() | Miod Vallat |
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-24 | Why didn't I use ps_vmspace when I scribbled all over pmap_rmproc()? | Philip Guenther |
2014-05-17 | One more mistake introduced in 1.65 | Miod Vallat |
2014-05-17 | ...and it needs a guard against NULL as well. | Miod Vallat |
2014-05-17 | Fix previous commit by making sure we are not dereferencing uninitialized | Miod Vallat |
2014-05-17 | Lower VUPS value for delay() to behave closer to the intent. | Miod Vallat |
2014-05-17 | Print the rpb device type and unit values if the root device can't be found | Miod Vallat |
2014-05-15 | Move from struct proc to process the reference-count-holding pointers | Philip Guenther |
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-08 | No longer build vax kernels with -Wno-format. | Miod Vallat |
2014-05-08 | Format string fixes. | Miod Vallat |
2014-04-18 | Have each thread keeps its own (counted!) reference to the process's ucreds | Philip Guenther |
2014-03-30 | Eliminates struct pcred by moving the real and saved ugids into | Philip Guenther |
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-18 | More a.out detritus | 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-19 | /etc/random.seed support (only loaded from disk devices). | Miod Vallat |
2014-02-13 | Checking if the per-interface address list is empty when configuring | Martin Pieuchot |
2014-02-09 | Fix copying of the previous pte entries in grow_p1(). Found the hard way by | Miod Vallat |
2014-01-30 | Move declaration of struct vm_page_md from <machine/vmparam.h> to | Miod Vallat |
2014-01-26 | Attempt to make user changes of keyboard layout a bit more `sticky' on wsmux | 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-04 | Add rnddata[] placeholders to make these boot blocks build again. | Miod Vallat |
2013-12-18 | Provide MI symbol _STACKALIGNBYTES | Theo de Raadt |
2013-12-08 | reflect reality, mark as NOOBJ | Marc Espie |
2013-11-27 | Instead of comparing the lower and higher addresses of all the multicast | Martin Pieuchot |
2013-11-24 | Increase NMBCLUSTERS a bit. Riding upon the kernel memory saved by the pmap | Miod Vallat |
2013-11-24 | Increase MAXDSIZ to 128MB, and BRKSIZ to 16MB, now that we can afford this. | Miod Vallat |
2013-11-24 | Rework pmap to use dynamic P0 and P1 region allocation, instead of allocating | Miod Vallat |
2013-11-20 | Update comments mentioning `resource maps' to mention `extents' instead. | Miod Vallat |
2013-11-20 | replace bare use of disksort with bufqs. | David Gwynne |
2013-11-15 | Make vax stand build cross-build friendly. | Masao Uebayashi |
2013-11-13 | Honor RB_TIMEBAD on vax too as other ports. | Masao Uebayashi |
2013-11-01 | Use %lu to print u_long, not %lld. | Kenneth R Westerback |
2013-10-21 | Add load_font and list_font accessops to all rasops-based wsdisplay drivers. | Miod Vallat |