Age | Commit message (Expand) | Author |
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 |
2013-10-20 | Use C99 named initializers for struct wsdisplay_accessops fields. | Miod Vallat |
2013-10-17 | Remove a.out leftovers now that libsa loadfile() will only boot ELF binaries. | Miod Vallat |
2013-10-17 | Remove support for a.out and ecoff. We only do elf now. | Theo de Raadt |
2013-10-15 | We do not produce "core" files, so they do not need to be deleted. they | Theo de Raadt |
2013-10-15 | Rewrite the awk script that generates the data for option DDB_STRUCT: | Philip Guenther |
2013-10-14 | XXsize() returns daddr_t, so calculate the return value in a daddr_t | Kenneth R Westerback |
2013-09-30 | Unbreak after am7990/lance split. | Miod Vallat |
2013-09-28 | In boot(), do not iterate over alldevs if it's empty (i.e. halting from ddb | Miod Vallat |
2013-09-24 | Sync the MI LANCE code ( le(4) ) with NetBSD, except for the following: | Miod Vallat |
2013-09-21 | Create process map holes with UVM_INH_SHARE so that they don't get lost in | Miod Vallat |
2013-08-15 | fix getsecs() prototypes, vax still boots with 64-bit time_t; ok miod@ | Otto Moerbeek |
2013-08-08 | Most network drivers include netinet/in_var.h, but apparently they | Alexander Bluhm |
2013-08-07 | We uniformly define size_t to be unsigned long and ssize_t to be long. Make | Mark Kettenis |
2013-07-13 | unify register_t to long on all platforms | Theo de Raadt |
2013-07-13 | Rework multiline string literal to appease gcc3. | Miod Vallat |
2013-07-07 | Fix pmap_extract() to actually only return TRUE for mappings which have the | Miod Vallat |
2013-07-06 | Forgot to commit this file during the a.out->ELF transition. | Miod Vallat |
2013-07-05 | VAX ELF boot block bits, and version crank. | Miod Vallat |
2013-07-05 | VAX ELF kernel bits. | Miod Vallat |
2013-07-05 | VAX ELF userland bits. Consists mostly of register prefix additions. | Miod Vallat |
2013-07-05 | Take II, this time without flubbing off_t: : move several internal | Philip Guenther |
2013-07-04 | backout previous; off_t must be signed and there might be other C++ API | Otto Moerbeek |
2013-07-04 | To ease future changes, move several internal type definitions that are | Philip Guenther |