Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-02-10 | Kill COMPAT_NOLABEL. It is not appropiate in the modern world. | Jason Downs | |
1997-02-10 | Support 16 partitions. | Jason Downs | |
1997-02-07 | Changed hdintr() to hdinterupt() so it won't interfere | dima | |
with HDLC stuff we have. | |||
1997-02-06 | Enable support for gzip'd kernels. | Jason Downs | |
1997-02-06 | Be more explicit about what we are. | Jason Downs | |
1997-02-06 | Use the font ROM size, instead of hard coding one. | Jason Downs | |
1997-02-05 | Make std.hp300 useable for other config files, just don't use it in GENERIC | Jason Downs | |
ones. | |||
1997-02-05 | latest siginfo changes from theo | Jason Downs | |
1997-02-05 | Pull in some of the changes from NetBSD's revision 1.63: | Jason Downs | |
thorpej Sat Feb 1 23:55:54 PST 1997 ... - Eliminate some unnecessary cpu/mmu checks, based on what CPUs the kernel was compiled for. - Add some comments about possible further optimization. ... | |||
1997-02-05 | Non-console ITE devices need to be initialized properly, too, ya know. | Jason Downs | |
Add enough glue to the aux attach structure to do so, and teach all the device drivers how to set it. This fixes the last ITE panic I know of... | |||
1997-02-05 | If tty structure has not been initialized, don't dereference it. | Jason Downs | |
1997-02-05 | An 8k kernel may not be loaded at a 4k address, as the ROM supplies. | Jason Downs | |
We align it to the the next 8k address, as per our 8k kernels. (This ain't NetBSD, baby.) Fixed with debugging help from niklas. | |||
1997-02-04 | More changes of carrel@netbsd.org's that I missed. | Jason Downs | |
1997-02-04 | checkpoint: pull in spl() changes from NetBSD, and more siginfo. | Jason Downs | |
1997-02-03 | mv siginfo_t * to the proper place | Theo de Raadt | |
1997-02-03 | repair confusion over kv/uv addr for siginfo_t storage | Theo de Raadt | |
1997-02-03 | rd -> hd | Jason Downs | |
1997-02-03 | rd -> hd | Jason Downs | |
1997-02-03 | Merge new config(8) support from NetBSD, by Jason Thorpe. | Jason Downs | |
Also add siginfo glue, BOOT_CONFIG, and various other changes. | |||
1997-01-18 | OpenBSD uses HOSTCC not HOSTED_CC, per tradition | Niklas Hallqvist | |
1997-01-18 | move random, add ipl. | Jason Downs | |
1997-01-18 | Add stuff from /sys/conf/GENERIC, including IPFILTER. | Jason Downs | |
1997-01-18 | dk_mountroot(), hp300 style. | Jason Downs | |
1997-01-18 | Ensure libsa and libkern get compiled with -Dhp300 | Jason Downs | |
1997-01-18 | missed this one | Jason Downs | |
1997-01-17 | more subdirs | Jason Downs | |
1997-01-17 | more new files | Jason Downs | |
1997-01-17 | hp300 bootblocks, sync'd with NetBSD 011697, with changes and a new build | Jason Downs | |
method. | |||
1997-01-16 | do not call resettodr() if RB_TIMEBAD is set due to being in ddb with clock ↵ | kstailey | |
updates suspended | |||
1997-01-15 | Don't need this, /sys/compat/m68k4k works better. | Jason Downs | |
OpenBSD/hp300 is now 8k! | |||
1997-01-15 | 8k | Jason Downs | |
1997-01-13 | fix DIO-II mappings, NetBSD PR#3097. | Jason Downs | |
1997-01-12 | Mostly sync to NetBSD-current of 011196. Compiles, links, boots to single | Jason Downs | |
user. KNOWN NOT WORKING: * DIO-II devices * Dynamic executables NOT EVEN TRIED: * New config support | |||
1996-12-23 | use _{NLIST,KERN}_DO_{AOUT,ELF,ECOFF} to select binary types | 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-10-24 | kernel is 'bsd' | Michael Shalayeff | |
1996-10-19 | random device is permanent now. | Michael Shalayeff | |
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-06-25 | MID_M68K is the default now (with backwards compat for MID_M68K4K | Theo de Raadt | |
1996-06-25 | bye | Theo de Raadt | |
1996-06-25 | COMPAT_M68K4K | Theo de Raadt | |
1996-06-25 | emul_native | Theo de Raadt | |
1996-06-24 | kernel is /bsd | Theo de Raadt | |
1996-06-23 | sync to 0622 | Theo de Raadt | |
1996-05-29 | enable ELF/a.out/ECOFF in machine/exec.h | Theo de Raadt | |
1996-05-27 | native emul is now called "native" | Theo de Raadt | |
1996-05-08 | fix the panic at reboot. | Michael Shalayeff | |