| Age | Commit message (Expand) | Author |
| 2004-01-04 | Rearrange process exit path to avoid need to free resources from different | jdolecek |
| 2003-12-14 | TOPDOWN_VM is now mandatory on vax. | ragge |
| 2003-10-30 | s/sgn/sign/, for consistency with IEEE headers. | kleink |
| 2003-10-27 | Enter vaxfp.h, the VAX pendant of <machine/ieee.h>. | kleink |
| 2003-10-26 | C99 7.12#4: provide INFINITY, which defaults to HUGE_VALF. | kleink |
| 2003-10-25 | Add a dummy fpset for gdb. | matt |
| 2003-10-23 | Oops, s/DECIMAL_DIGIT/DECIMAL_DIG/. | kleink |
| 2003-10-22 | C99: provide DECIMAL_DIGIT. | kleink |
| 2003-10-22 | C99: provide FLT_EVAL_METHOD. | kleink |
| 2003-10-08 | Add some accessor macros for the ucontext: | thorpej |
| 2003-09-29 | Add SA_SIGINFO support for VAX. | matt |
| 2003-09-26 | Move __cpu_simple_lock_t and __SIMPLELOCK_{UN,}LOCKED to machine/types.h | nathanw |
| 2003-09-26 | Fix "constify sendsig/trapsignal" fallout for non-siginfo'd archs. Test | simonb |
| 2003-09-18 | Remove ; after setrunqueue/remrunqueue macro. | ragge |
| 2003-08-13 | Some of the vax-specific mem*() functions did not check for len > 65535, | ragge |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-06-26 | #ifdef _KERNEL_OPT police; identd defines _KERNEL before some includes. | he |
| 2003-06-23 | Make sure to include opt_foo.h if a defflag option FOO is used. | martin |
| 2003-06-16 | Rename IPL_IMP -> IPL_VM. | thorpej |
| 2003-06-15 | Handle 64bit DMA addresses on PCI for platforms that can (currently only | fvdl |
| 2003-04-29 | Add a BKPT_ADDR() macro which gives MD code a chance to munge a | scw |
| 2003-04-28 | Add a new feature-test macro, _NETBSD_SOURCE. If this is defined | bjh21 |
| 2003-03-02 | Change the pmap to use 512-byte pages as user page table pages instead of | ragge |
| 2003-03-02 | add some ISO C 1995 I18N functions and types: | tshiozak |
| 2003-03-01 | Add machdep sysctl support. Support booted_device, consdev, and | matt |
| 2003-02-27 | Need to forward declare struct buf and struct pte for function prototypes. | matt |
| 2003-02-26 | Enable USE_TOPDOWN_VM. This also makes it possible to use large address | ragge |
| 2003-02-26 | Make common macros like every other port. Now newfs_lfs builds again. | matt |
| 2003-02-25 | This file has a _KERNEL dependency on <machine/cpu.h>. So include it. | matt |
| 2003-01-28 | Introduce BUS_DMA_NOCACHE, and bus_dmamem_map() of i386 supports it. | kent |
| 2003-01-22 | Explicitly cast "g" arg to mtpr to long; to tell gcc that this | ragge |
| 2003-01-22 | make KSTACK_CHECK_* compile after sa merge. | yamt |
| 2003-01-19 | Add some instrumentation and clean up some VAX8600 code. | ragge |
| 2003-01-18 | Merge the nathanw_sa branch. | thorpej |
| 2003-01-06 | interrupt with two rs. | wiz |
| 2002-12-10 | Rename __LDPGSZ to AOUT_LDPGSZ, to accurately reflect what it is. | thorpej |
| 2002-12-10 | Use __LDPGSZ (which must be == USRTEXT) as the text address for a.out | thorpej |
| 2002-12-01 | Add multiple inclusion protection. | matt |
| 2002-11-26 | Remove KDIR=, since SYS_INCLUDE=symlinks and KDIR are not supported any more. | lukem |
| 2002-11-15 | Fix vax_mem_read_region_{2,4} bug, by der Mouse (mouse@Rodents.Montreal.QC.CA). | ragge |
| 2002-10-14 | eliminate PT_ENTRY_NULL in favor of plain old NULL. | chs |
| 2002-10-10 | Add missing register prefixes. | thorpej |
| 2002-10-02 | Use the register prefix in the ELF case in _PROF_PROLOGUE. | thorpej |
| 2002-09-29 | "definitions" has lots of 'i's, but that's not reason to leave one out. | wiz |
| 2002-09-28 | Add common routines to talk with the CPMBX, from Hugh Graham (hugh@openbsd.org) | ragge |
| 2002-09-22 | Use "#define\t" instead of "#define ". | simonb |
| 2002-09-22 | it really helps to get the stub right before cutting + pasting it 27 times. | chs |
| 2002-09-22 | add pmap_remove_all() hook (empty on most platforms so far). | chs |
| 2002-09-22 | Update for cpu_switch() prototype changes. No functional change. | gmcgarry |
| 2002-09-22 | Add __HAVE_MD_RUNQUEUE flag for MD code to override MI run queue primitives. | gmcgarry |