summaryrefslogtreecommitdiff
path: root/sys/arch/vax
AgeCommit message (Expand)Author
2004-01-06Add proper boot/autoconf support for SDN devices. Take from Hugh Graham;matt
2004-01-04Spell controller with two ls. Inspired by miod@openbsd.wiz
2004-01-04Rearrange process exit path to avoid need to free resources from differentjdolecek
2004-01-02kernel part of no-syscall upcall stack return: libpthread registerscl
2003-12-30Replace the traditional buffer memory management -- based on fixed per bufferpk
2003-12-29hpfinish: pass correct buffer to diskerr();pk
2003-12-14TOPDOWN_VM is now mandatory on vax.ragge
2003-12-13Add write barriers (a no-op on vax).ad
2003-12-11Copy ksi->ksi_info, not all of ksi, to user stack.matt
2003-12-11Rework things to move common stuff into Makefile.inc.matt
2003-12-10Make unimpl_emul.o depend on assym.h so that "make -j N" kernel buildssimonb
2003-12-10Change reference at bottom from sys/dev/majors to sys/conf/majors to matchjmc
2003-12-09Make sure to include <bsd.own.mk> to pick up the definition of HAVE_GCC3matt
2003-12-08Strings (even ifdef'ed out) can't run past the end of the line. Usematt
2003-12-08Make -mno-asm-pic dependend on HAVE_GCC3 == nomatt
2003-12-08Suppress a gcc3 type-punning warning.matt
2003-12-08Move common CFLAGS/AFLAGS to Makefile.inc.matt
2003-12-04Dynamic sysctl.atatat
2003-11-30Bugfixes for emulated instructions MOVTC and MOVTUC, from Bertram Barth:ragge
2003-11-28Manually moved from Attic/ in the repository since cvs failed to do so.jhawk
2003-11-17Various typo fixes from Jonathon Gray via jmc@openbsd.wiz
2003-11-10Spell address with two d's. Inspired by similar changes in OpenBSD,wiz
2003-11-06Initialize 'p' to NULL, to work around that the compiler otherwisehe
2003-11-06Pull up the initialization of 'minnex', so that the compiler can knowhe
2003-11-06Add a default: branch with a panic() to the switch statement tohe
2003-11-06Work around gcc 2.95.3's inability to detect that 'ck' will be sethe
2003-11-04yield to the strchr() prototype from libkern.hjdolecek
2003-11-01rename local index() to strchr()jdolecek
2003-11-01Avoid sneaking past signal delivery in sa_upcall_userret():cl
2003-10-31Don't pass the (unused) return value args to thesimonb
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-26Use ${HOST_SH} instead of `sh'.lukem
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-24add major for 'ses' for archs which have the other scsi devicesjdolecek
2003-10-23Oops, s/DECIMAL_DIGIT/DECIMAL_DIG/.kleink
2003-10-22C99: provide DECIMAL_DIGIT.kleink
2003-10-22add wsfont major to archs which have the other wscons devicesjdolecek
2003-10-22C99: provide FLT_EVAL_METHOD.kleink
2003-10-19Add lcspx console device driver.ragge
2003-10-19Add console text device driver for the LCSPX framebuffer. Really dump,ragge
2003-10-19Avoid the pvtable when devices are mapped. Fixes panics when unmappingragge
2003-10-19Allow mmap() of /dev/mem.ragge
2003-10-19Fetch SCSI controller ID from nvram for VS4k90 also.ragge
2003-10-18Use the vax confdata to determine whether to use serial console.ragge
2003-10-18Do not try to fetch the current proc if curlwp == NULL. This causedragge
2003-10-18Read out confdata for the VS4000/90 also.ragge
2003-10-10reassing majors for crypto and pf to use the newly defined MI majorjdolecek
2003-10-10update the comment - the space for machine-dependant majorsjdolecek