Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
1996-05-04 | it compiles now. | Michael Shalayeff | |
1996-05-04 | remove #ifndef LKM, since that stuff already in sys/conf.h, | Michael Shalayeff | |
add lkmenodev prototype. | |||
1996-05-04 | add files missed from 0418 sync. | Michael Shalayeff | |
1996-04-25 | sync w/ Net 960424 | Michael Shalayeff | |
1996-04-24 | Add network config dependencies. | Michael Shalayeff | |
1996-03-26 | From NetBSD: vnode_if.[ch] made machine independent. | Michael Shalayeff | |
very usefull (for <sys/vnode.h> inclusion). from the other side this is really machine independent ... tested w/ i386, but should not cause errors w/ other arch's. pls, test it (don't forget to reconfig kernel ;) | |||
1996-02-21 | move cdev_gen_ipf() macro to the <sys/conf.h>, so the lkm | Michael Shalayeff | |
for ipl is possible and also, why it is in <machine/conf.c> while it (ipl) is in <net/*> ??? | |||
1996-01-31 | sync with netbsd | Theo de Raadt | |
1996-01-16 | from netbsd: | Theo de Raadt | |
Use ${BINOWN} and ${BINGRP} per Arne H. Juul <arnej@ikke.idt.unit.no> in PR #705. Also, clean up some stuff left over from HP-BSD. | |||
1996-01-12 | from netbsd: | Theo de Raadt | |
Kludge around a case where a flaky HP-IB disk might be slow to respond to the identification request in rdmatch(). Similar in spirit to a patch from Jason Downs (written eons ago), but limited to the broken device we're trying to reach. My patch tested (and fixed :-) by Herb Peyerl. | |||
1996-01-12 | from netbsd; Fix declaration of hilqfree(), from <hag@wizardz.com>, | Theo de Raadt | |
PR #1918. | |||
1996-01-12 | from netbsd; | Theo de Raadt | |
New generic disk framework. Highlights: New metrics handling. Metrics are now kept in the new `struct disk'. Busy time is now stored as a timeval, and transfer count in bytes. Storage for disklabels is now dynamically allocated, so that the size of the disk structure is not machine-dependent. Several new functions for attaching and detaching disks, and handling metrics calculation. Old-style instrumentation is still supported in drivers that did it before. However, old-style instrumentation is being deprecated, and will go away once the userland utilities are updated for the new framework. For usage and architectural details, see the forthcoming disk(9) manual page. | |||
1996-01-12 | SIGBUS is an alignment fault. SIGSEGV is an access violation | Theo de Raadt | |
1996-01-09 | from netbsd; compile hpux_machdep.c if COMPAT_HPUX | Theo de Raadt | |
1996-01-07 | from netbsd: | Theo de Raadt | |
Move the obviously machine-dependent HP-UX compat code to hpux_machdep.{c,h}. A fair bit of this, the m68k core dump and exec goo, can probably be made into a generic m68k hpux module, eventually. | |||
1996-01-07 | from netbsd: | Theo de Raadt | |
Move the obviously machine-dependent HP-UX compat code to hpux_machdep.{c,h}. A fair bit of this, the m68k core dump and exec goo, can probably be made into a generic m68k hpux module, eventually. | |||
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 netbsd: | Theo de Raadt | |
Add the last revision previous to the switch to the MI LANCE code of hp300/dev/if_lereg.h to the standalone code; the standalone LANCE driver for the hp300 needs it. | |||
1996-01-05 | from netbsd; wrap leintr() to support fake LAN lights | Theo de Raadt | |
1996-01-05 | from netbsd: | Theo de Raadt | |
Re-work the serial console support a bit; it doesn't depend on statically allocated softc's now. | |||
1996-01-05 | from netbsd: | Theo de Raadt | |
XXX TEMPORARY STOP-GAP MEASURE! A 12-bit command modifier was being squished into an 8-bit position in a command stream! Which one is wrong? Changed the constant from 0x140 to 0x40, which is what ended up happening anyhow. This exists in the old Utah sources, too! How long has this bug existed?! | |||
1996-01-05 | from netbsd: | Theo de Raadt | |
Add the last revision previous to the switch to the MI LANCE code of hp300/dev/if_lereg.h to the standalone code; the standalone LANCE driver for the hp300 needs it. |