summaryrefslogtreecommitdiff
path: root/sys/arch/vax
AgeCommit message (Collapse)Author
1996-11-23added const to second parameter of cfprint_t routineskstailey
1996-10-19random device is permanent now.Michael Shalayeff
1996-09-27Opps, add OpenBSD tag. -mojMats O Jansson
1996-09-27Allow make obj. -mojMats O Jansson
1996-09-20do not fool people into thinking VNODEPAGER is an option; netbsd pr#2757, ↵Theo de Raadt
erik@aarhus1.uni-c.dk
1996-08-31disable TCP_COMPAT_42Theo de Raadt
1996-08-29rnd -> randomTheo de Raadt
1996-08-10srandom() seeds random() at boottimeTheo de Raadt
1996-07-31kill /netbsdTheo de Raadt
1996-07-31kernel is /bsdTheo de Raadt
1996-07-27handle RB_CONFIGTheo de Raadt
1996-07-15add rnd driverMichael Shalayeff
1996-06-12sync to 0611Theo de Raadt
1996-05-29enable ELF/a.out/ECOFF in machine/exec.hTheo de Raadt
1996-05-08fix panic at reboot.Michael Shalayeff
1996-05-05add general ether_ioctl call in net/if_ethersubr.c,Michael Shalayeff
NS,IPX,X.25 special processing is now handled in there. reflect this amazing addition in all the ether ifaces. ppl, pls check the stuff.
1996-05-04remove #ifndef LKM, since that stuff already in sys/conf.h,Michael Shalayeff
add lkmenodev prototype.
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;Theo de Raadt
Make use of the new disk struct when attaching disks. Don't rely on UBA's; we do not always want them.
1996-01-31from ragge; print cpu modelTheo de Raadt
1996-01-31from ragge; add bfd, tun, vndTheo de Raadt
1996-01-31from ragge;Theo de Raadt
Handle DDB traps different when we get a panic. It's more interesting to know the CPU state when panic was called than in the Debugger() function.
1996-01-31from ragge;Theo de Raadt
fix bug causing kernel symbol not to be loaded; save all registers on panic()
1996-01-31from ragge;Theo de Raadt
save usp when trapping from userspace change register save structs according to this handle old init register passing convention
1996-01-31from ragge; handle debugger traps from kernelTheo de Raadt
1996-01-31from ragge; make ^] not be sent on return from ddbTheo de Raadt
1996-01-31from ragge; rip i386 codeTheo de Raadt
1996-01-31from ragge; use struct pte * as neededTheo de Raadt
1996-01-31from ragge;Theo de Raadt
DDB disassembly is fixed and now works good. Code written and contributed to Ludd by Bertram Barth.
1996-01-08from ragge; Changed to work correctly with both K&R and ANSI cpp.Theo de Raadt
1996-01-08from ragge:Theo de Raadt
Device driver for TS11/TSV05 tape devices. Written by Bertram Barth, based on TMSCP device driver.
1996-01-07created devices for the IP filter log on all architecturesdm
1996-01-05ss_sp is correct, ss_base is not. noticed by agc@sde.uts.amdahl.com; netbsd ↵Theo de Raadt
pr#1784
1996-01-05from ragge: Don't include de.h; it doesn't exist anymoreTheo 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:Theo de Raadt
Move the old-style disk instrumentation "structures" to a central location (sys/kern/subr_disk.c) and note that they should/will be deprecated.
1995-12-30from netbsd: support more gcc versionsTheo de Raadt
1995-12-30from ragge: Create libkern as a .a instead of a .o fileTheo de Raadt
1995-12-27from netbsd:Theo de Raadt
Change splimp -> splnet in Ethernet, ARCnet, and FDDI drivers.
1995-12-18update from netbsdTheo de Raadt
1995-12-14update from netbsdTheo de Raadt