Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-09-12 | Sync with NetBSD 970827. -moj | Mats O Jansson | |
1997-09-12 | Sync with NetBSD 970827. -moj | Mats O Jansson | |
1997-09-12 | Sync with NetBSD 970827. -moj | Mats O Jansson | |
1997-09-12 | Sync with NetBSD 970827. -moj | Mats O Jansson | |
1997-09-12 | Sync with NetBSD 970827. -moj | Mats O Jansson | |
1997-09-12 | Sync with NetBSD 970827. -moj | Mats O Jansson | |
1997-09-10 | Sync with NetBSD 970516. -moj | Mats O Jansson | |
1997-09-10 | Sync with NetBSD 970516. -moj | Mats O Jansson | |
1997-09-10 | Sync with NetBSD 970516. -moj | Mats O Jansson | |
1997-09-10 | Sync with NetBSD 970516. -moj | Mats O Jansson | |
1997-09-10 | Sync with NetBSD 970516. -moj | Mats O Jansson | |
1997-09-10 | Sync with NetBSD 970516. -moj | Mats O Jansson | |
1997-09-10 | Sync with NetBSD 970516. -moj | Mats O Jansson | |
1997-09-10 | Sync with NetBSD 970516. -moj | Mats O Jansson | |
1997-09-10 | Sync with NetBSD 970516. -moj | Mats O Jansson | |
1997-08-30 | OpenBSD doesn't use EXEC_AOUT and EXEC_SCRIPT. -moj | Mats O Jansson | |
1997-08-30 | Since the previous one died... | Mats O Jansson | |
Some code to get my MV3600 to work. -moj | |||
1997-08-30 | Small changes to get a working MV3600 kernel. It's problems with memory | Mats O Jansson | |
allocation in cpu_start. A work around is to define NBUF in the config file. -moj | |||
1997-08-08 | Change the bounds_check_with_label API to also take a cpu_disklabel | Niklas Hallqvist | |
reference for making transferral of meta-information possible from readdisklabel to bounds_check_with_label. The first (and maybe only) thing that will use this is the multi-disklabel-format code on the alpha where the labelsector is passed via cpu_disklabel so the label write-protection can work correctly no matter what label was found. Also use a new macro DKBAD to get at the dkbad field of the cpu_disklabel implementations that contain it. This too is for multi-disklabel architectures where the "bad" field can be inside a union. Use this macro as a means for a driver to check if an architecture supports dkbad constructs. Remove proto of bounds_check_with_label from all MD disklabel.h as it is in sys/disklabel.h. I have not been able to test the changes everywhere, if I break anything I apologize, and promise to fix it as soon as I become aware of it. | |||
1997-08-01 | proto __flt_rounds correctly | Theo de Raadt | |
1997-07-24 | multiple inclusion protection; brenner@umr.edu | Theo de Raadt | |
1997-07-23 | Add AppleTalk netisr. Only tested (indeed, only compiled) on mac68k port. | denny | |
Add options NETATALK to your config to try it out. | |||
1997-07-07 | Too many things include <machine/ansi.h> w/o <sys/types.h> so | Todd C. Miller | |
make time_t int not int32_t. | |||
1997-07-05 | Make _BSD_TIME_T_ int32_t on all platforms. You can't write | Todd C. Miller | |
lint-free code when these differ in name accross platforms. Fundamnetal type has not changed (was int on alpha and long on others). | |||
1997-05-30 | s/NetBSD/OpenBSD/g | Michael Shalayeff | |
1997-05-29 | RCS tagging | Niklas Hallqvist | |
1997-05-28 | We do not have sc_link.channel | Niklas Hallqvist | |
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 | |