Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-05-28 | use exec_setup_stack instead | Niklas Hallqvist | |
1997-05-28 | First stab att siginfo handling, needs more work. KNF. | Niklas Hallqvist | |
1997-05-28 | First stab att siginfo handling, needs more work. Proto fixes. | Niklas Hallqvist | |
1997-05-28 | remove some statics | Niklas Hallqvist | |
1997-05-28 | Add kernel_text sym | Niklas Hallqvist | |
1997-05-28 | We use select, not poll. Correct ipl entry. Add blktochr func. | Niklas Hallqvist | |
Comment out the cfl device for the time being, we miss some file for it. | |||
1997-05-28 | Correct proto | Niklas Hallqvist | |
1997-05-28 | remove bitmask_snprintf | Niklas Hallqvist | |
1997-05-28 | s/options/option/ | Niklas Hallqvist | |
1997-05-28 | remove cfl.c ref for the time being, we miss it. | Niklas Hallqvist | |
1997-04-08 | attempt cd9660 & part/nblks fix | Theo de Raadt | |
1997-04-04 | Fix NTOHS and HTONS macros. | Todd C. Miller | |
1997-04-04 | Define in_addr_t and in_port_t everywhere but use u_intXX_t for | Todd C. Miller | |
htonl and friends. | |||
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 | |