summaryrefslogtreecommitdiff
path: root/sys/arch/vax
AgeCommit message (Expand)Author
2003-02-05LLADDR macro doesn't work here, so copy mac into the softc directly.Hugh Graham
2003-02-04Bring qe closer to NetBSD and make it compile. As yet untested.Hugh Graham
2003-02-03From NetBSD: Add functions to allocate mapped-in qbus memory.Hugh Graham
2003-01-21typosmargarida
2003-01-09Remove fetch(9) and store(9) functions from the kernel, and replace the fewMiod Vallat
2002-12-27Use model control capability to distinguish 8 from 16 line models,Hugh Graham
2002-12-25No need to define FOO?=foo for AS, CC, CPP and LD, as they are always alreadyMiod Vallat
2002-12-24Received a christmas card from Diego and Wim -- thanks!Hugh Graham
2002-12-17Make SysV-style shared memory and semaphore limits sysctl'able.Todd C. Miller
2002-12-15Correctly report MicroVAX-30 as a MicroVAX, not a VAXstation.Miod Vallat
2002-12-10VT100 emul is the default, and there is no point yet having more than oneMiod Vallat
2002-12-05remove altq entries.Kenjiro Cho
2002-12-02Import propolice (http://www.trl.ibm.com/projects/security/ssp), a stackMiod Vallat
2002-11-29inconsistant spelling; torh@bogus.netTheo de Raadt
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