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