Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-03-21 | Yet more DDB type correctness | Niklas Hallqvist | |
1997-03-21 | New FIXUP_PC_AFTER_BREAK convention from NetBSD | Niklas Hallqvist | |
1997-01-17 | Do IPFILTER the OpenBSD way... -moj | Mats O Jansson | |
1997-01-16 | do not call resettodr() if RB_TIMEBAD is set due to being in ddb with clock ↵ | kstailey | |
updates suspended | |||
1997-01-16 | Don't define MAXBSIZE here. -moj | Mats O Jansson | |
1997-01-15 | sync with NetBSD 970112 -moj | Mats O Jansson | |
1996-12-23 | use _{NLIST,KERN}_DO_{AOUT,ELF,ECOFF} to select binary types | Theo de Raadt | |
1996-12-11 | MCLSHIFT=11, and calc MCLBYTES in such terms. found by pefo | Theo de Raadt | |
1996-11-25 | htons et al. works on explicit 16- and 32-bit quantities and not the | Niklas 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-11-23 | remrq -> remrunqueue | kstailey | |
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 |