summaryrefslogtreecommitdiff
path: root/sys/arch/vax
AgeCommit message (Expand)Author
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
2002-04-29Sync /dev/mem prototypes with the real interface here too.Miod Vallat
2002-04-29Do not forget to invoke iso_disklabelspoof() to deal correctly with cd-rom.Miod Vallat
2002-04-29Define placeholders for art's splassert() debugging stuff on all arches.Miod Vallat
2002-04-24Introduce a new file, machine/internal_types.h, to hold that specific archMarc Espie
2002-04-05mark that there is no siginfo code here. Damn it, geezTheo de Raadt
2002-04-05remove un-needed stuff. I leave NFSCLIENT for hughTheo de Raadt
2002-04-04permit maxusers down to 2Theo de Raadt
2002-04-04permit compiling without NFSTheo de Raadt
2002-03-31Copy mac address from proper place on 4000 200. Spotted thanks to aHugh Graham
2002-03-23Add variables for config(8) -e time tweak of systemV shared memoryMarc Espie
2002-03-15Cosmetic changes only, primarily making comments line up nicely after theTodd C. Miller
2002-03-14remove ambiguity in version,ostype,osversion,osrelease and their constanity, ...Michael Shalayeff
2002-03-14Final __P removal plus some cosmetic fixupsTodd C. Miller
2002-03-14First round of __P removal in sysTodd C. Miller
2002-03-14Turn the ptrace(2) syscall into a kernel compile option, option PTRACE inMiod Vallat
2002-03-10rdboot -> hdbootHugh Graham
2002-03-09Add case for BTYP_1305.Hugh Graham
2002-03-07Clean up BUS_DMA_* flags, and make sure all arch's define:Jason Wright
2002-02-23switch vax to -O2, from hughTheo de Raadt
2002-02-17Patch from Daniel Lucq <daniel@lucq.org>Mats O Jansson
2002-02-15Don't cast nonexistent return value from splx to (void). ok art@Thomas Nordin
2002-02-14put "boot" in /usr/mdec instead of /Theo de Raadt
2002-02-13use strncpy instead of strcpy (no strcpy in libsa); hugh okTheo de Raadt
2002-02-11o add __weak_alias definition.Federico G. Schwindt
2002-01-31Make comment more representative.Hugh Graham
2002-01-31Make comment more representative.Hugh Graham
2002-01-31A little KNF.Hugh Graham
2002-01-31Add support for VAX 4000 500A.Hugh Graham
2002-01-25Bring disklabel code on par with other arches: recognize specific situations,Miod Vallat
2002-01-23copy*str() fixes for vax. Also includes some fixes from NetBSD PR #7838.Miod Vallat