summaryrefslogtreecommitdiff
path: root/sys/arch/vax/include
AgeCommit message (Collapse)Author
1996-12-11MCLSHIFT=11, and calc MCLBYTES in such terms. found by pefoTheo de Raadt
1996-11-25htons et al. works on explicit 16- and 32-bit quantities and not theNiklas Hallqvist
machine dependent "short" and "long" integer. Correct and enhance manpage. Change all short and longs to u_int16_t and u_int32_t, respectively. OpenBSD RCSIds
1996-06-12sync to 0611Theo de Raadt
1996-05-29enable ELF/a.out/ECOFF in machine/exec.hTheo de Raadt
1996-05-03fix LOCORE->_LOCORE changes.Michael Shalayeff
1996-05-03sync w/ 0430Michael Shalayeff
1996-03-24Prefix usage of "long long" with a "/* LONGLONG */" comment to shut upThorsten Lockert
lint(1) about it
1996-03-24Use __asm in place of asmThorsten Lockert
1996-03-24Provide empty __warn_references() when we are not running GCCThorsten Lockert
1996-01-31from ragge; add uvtopte() macro, to get user pte address easilyTheo de Raadt
1996-01-31from ragge; put sp in trapframeTheo de Raadt
1996-01-31from ragge; remove PSL_ALLCCTheo de Raadt
1996-01-31from ragge; use struct pte * as neededTheo de Raadt
1996-01-08from ragge; Changed to work correctly with both K&R and ANSI cpp.Theo de Raadt
1996-01-05from ragge:Theo de Raadt
An '&' missing in splx macro; causing that sometimes didn't the interrupt level get set.
1996-01-05from ragge: do not declare _mcount as static, gcc will optimize it away thenTheo de Raadt
1996-01-05from netbsd: force unsigned with a UTheo de Raadt
1995-12-30from netbsd: support more gcc versionsTheo de Raadt
1995-12-14update from netbsdTheo de Raadt
1995-12-14update from netbsd (verbatim)Theo de Raadt
1995-11-13varargs.h needs ... in va_dcl for gcc >= 2; from arnej@imf.unit.no; netbsd ↵Theo de Raadt
pr#1695
1995-10-26update from netbsd treeTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt