Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-11-23 | added const to second parameter of cfprint_t routines | kstailey | |
1996-10-19 | random device is permanent now. | Michael Shalayeff | |
1996-09-27 | Opps, add OpenBSD tag. -moj | Mats O Jansson | |
1996-09-27 | Allow make obj. -moj | Mats O Jansson | |
1996-09-20 | do not fool people into thinking VNODEPAGER is an option; netbsd pr#2757, ↵ | Theo de Raadt | |
erik@aarhus1.uni-c.dk | |||
1996-08-31 | disable TCP_COMPAT_42 | Theo de Raadt | |
1996-08-29 | rnd -> random | Theo de Raadt | |
1996-08-10 | srandom() seeds random() at boottime | Theo de Raadt | |
1996-07-31 | kill /netbsd | Theo de Raadt | |
1996-07-31 | kernel is /bsd | Theo de Raadt | |
1996-07-27 | handle RB_CONFIG | Theo de Raadt | |
1996-07-15 | add rnd driver | Michael Shalayeff | |
1996-06-12 | sync to 0611 | Theo de Raadt | |
1996-05-29 | enable ELF/a.out/ECOFF in machine/exec.h | Theo de Raadt | |
1996-05-08 | fix panic at reboot. | Michael Shalayeff | |
1996-05-05 | add 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-04 | remove #ifndef LKM, since that stuff already in sys/conf.h, | Michael Shalayeff | |
add lkmenodev prototype. | |||
1996-05-03 | fix LOCORE->_LOCORE changes. | Michael Shalayeff | |
1996-05-03 | sync w/ 0430 | Michael Shalayeff | |
1996-03-24 | Prefix usage of "long long" with a "/* LONGLONG */" comment to shut up | Thorsten Lockert | |
lint(1) about it | |||
1996-03-24 | Use __asm in place of asm | Thorsten Lockert | |
1996-03-24 | Provide empty __warn_references() when we are not running GCC | Thorsten Lockert | |
1996-01-31 | from ragge; add uvtopte() macro, to get user pte address easily | Theo de Raadt | |
1996-01-31 | from ragge; put sp in trapframe | Theo de Raadt | |
1996-01-31 | from ragge; remove PSL_ALLCC | Theo de Raadt | |
1996-01-31 | from 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-31 | from ragge; print cpu model | Theo de Raadt | |
1996-01-31 | from ragge; add bfd, tun, vnd | Theo de Raadt | |
1996-01-31 | from 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-31 | from ragge; | Theo de Raadt | |
fix bug causing kernel symbol not to be loaded; save all registers on panic() | |||
1996-01-31 | from 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-31 | from ragge; handle debugger traps from kernel | Theo de Raadt | |
1996-01-31 | from ragge; make ^] not be sent on return from ddb | Theo de Raadt | |
1996-01-31 | from ragge; rip i386 code | Theo de Raadt | |
1996-01-31 | from ragge; use struct pte * as needed | Theo de Raadt | |
1996-01-31 | from ragge; | Theo de Raadt | |
DDB disassembly is fixed and now works good. Code written and contributed to Ludd by Bertram Barth. | |||
1996-01-08 | from ragge; Changed to work correctly with both K&R and ANSI cpp. | Theo de Raadt | |
1996-01-08 | from ragge: | Theo de Raadt | |
Device driver for TS11/TSV05 tape devices. Written by Bertram Barth, based on TMSCP device driver. | |||
1996-01-07 | created devices for the IP filter log on all architectures | dm | |
1996-01-05 | ss_sp is correct, ss_base is not. noticed by agc@sde.uts.amdahl.com; netbsd ↵ | Theo de Raadt | |
pr#1784 | |||
1996-01-05 | from ragge: Don't include de.h; it doesn't exist anymore | Theo de Raadt | |
1996-01-05 | from ragge: | Theo de Raadt | |
An '&' missing in splx macro; causing that sometimes didn't the interrupt level get set. | |||
1996-01-05 | from ragge: do not declare _mcount as static, gcc will optimize it away then | Theo de Raadt | |
1996-01-05 | from netbsd: force unsigned with a U | Theo de Raadt | |
1995-12-30 | from 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-30 | from netbsd: support more gcc versions | Theo de Raadt | |
1995-12-30 | from ragge: Create libkern as a .a instead of a .o file | Theo de Raadt | |
1995-12-27 | from netbsd: | Theo de Raadt | |
Change splimp -> splnet in Ethernet, ARCnet, and FDDI drivers. | |||
1995-12-18 | update from netbsd | Theo de Raadt | |
1995-12-14 | update from netbsd | Theo de Raadt | |