summaryrefslogtreecommitdiff
path: root/sys/arch/vax
AgeCommit message (Expand)Author
2002-11-08Don't uvm_useracc the user sigcontext in sys_sigreturn and then accessMiod Vallat
2002-11-05Add a WEAK_ALIAS macro, to be used by libc/libc_r shortly.Miod Vallat
2002-11-01Working atomic locks on vax for libc_r.Miod Vallat
2002-10-27Typo in commentMiod Vallat
2002-10-23Add a trivial va_copy() macro to all architectures but powerpcTodd C. Miller
2002-10-19Kill register.Hugh Graham
2002-10-12Remove more '\n's from panic() statements. Both trailing and leading.Kenneth R Westerback
2002-10-07this removes the functionality of adding allocatedMichael Shalayeff
2002-10-06No more need to initialize the result list before uvm_pglistalloc.Artur Grabowski
2002-09-28Add support for OS defined halt action on Pele and Spitfire.Hugh Graham
2002-09-21Add support for OS defined halt action on Cheetah and Omega.Hugh Graham
2002-09-18From NetBSD and in line with recent local changes:Hugh Graham
2002-09-17Work around a vax-specific problem where mmap()ing large amount of memoryMiod Vallat
2002-09-17Switch device register routine from last match to first match. FixesHugh Graham
2002-09-12Change the PMAP_{MAP,UNMAP}_POOLPAGE api to take a vm_page as argumentArtur Grabowski
2002-09-10Change the pmap_zero_page and pmap_copy_page API to take the struct vm_page *Artur Grabowski
2002-08-11Restore support for loading elf boot:Hugh Graham
2002-08-09Get rid of remaining __P usage (except for imported code);Jason Peel
2002-08-09Add an explicit dependancy of assym.h to Makefile.Miod Vallat
2002-07-31fake out ELF stuffTheo de Raadt
2002-07-31Temporarily comment ELF support in the bootblocks, until this port isMiod Vallat
2002-07-30Add SIZE_MAX define. This is the same as SIZE_T_MAX but more portable.Todd C. Miller
2002-07-21Support OS selectable halt action on the VAXstation 4000's.Hugh Graham
2002-07-21Attempt to distinguish 4000 700A from 4000 705A. Results are so farHugh Graham
2002-07-21Vector 0x0 doesn't seem to be useful, so ignore it for now.Hugh Graham
2002-07-20Instead of copying out the signal trampoline on top of the stack, createArtur Grabowski
2002-07-10proper cdev_decl(ksyms), fix ksyms's broken functionsMichael Shalayeff
2002-06-24hello missing cdevsw entriesHugh Graham
2002-06-23uid_t is unsignedTheo de Raadt
2002-06-22Add ${PIPE} to CFLAGSTodd C. Miller
2002-06-12bdevtomaj worked well, but is no longer needed.Hugh Graham
2002-06-12No longer need these getdev routines.Hugh Graham
2002-06-12cnputc() will take care of the necessary cr->cr/lf translation, so don'tMiod Vallat
2002-06-11Prune some more dead code.Hugh Graham
2002-06-11Nuke unused function.Hugh Graham
2002-06-11Oops, no need for 1k lpgsz support on the ramdisk.Hugh Graham
2002-06-11New boot code, mostly from ragge's work in NetBSD.Hugh Graham
2002-06-10sleep() -> tsleep()Miod Vallat
2002-06-08protect biodone with splbioArtur Grabowski
2002-06-07Remove obsolete CLKF_BASEPRI(). ok niklas@, miod@ and art@Thomas Nordin
2002-06-03spell transceiver correctlyTheo de Raadt
2002-05-25Add a board type for VXT2000+. Info gathered by Daniel SZILAGYI.Hugh Graham
2002-05-23remove the defines for iodone -> biodone and iowait -> biowait.Artur Grabowski
2002-05-18Rename the MD db_stack_trace_cmd to db_stack_trace_print. Add an argumentArtur Grabowski
2002-05-16Add systrace support to all the remaining architectures.Miod Vallat
2002-05-16Fix a long standing problem on vax: on "arithmetic fault" exceptions,Miod Vallat
2002-05-11Avoid multiple definitions of macros in float.h and limits.h. ThisTodd C. Miller
2002-05-11Enable dz at uba, since it seems to move characters back and forthHugh Graham
2002-05-06Increase MAXPHYS from 63K to 64K which brings it in line with all ourTodd C. Miller
2002-04-29Use netisr_dispatch.Miod Vallat