Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-06-23 | add "option IPFILTER_LOG" to conf files that already had IPFILTER | kstailey | |
1997-05-29 | small style nits | Niklas Hallqvist | |
1997-05-29 | Slight KNF | Niklas Hallqvist | |
1997-05-29 | We are OpenBSD | Niklas Hallqvist | |
1997-05-29 | Correct comment | Niklas Hallqvist | |
1997-05-18 | Trim! | Niklas Hallqvist | |
1997-05-16 | remove stuff found in sys/conf.h | Niklas Hallqvist | |
1997-05-14 | Add RAMDISK | Niklas Hallqvist | |
1997-05-14 | ramdisk support, forgot this last round | Niklas Hallqvist | |
1997-05-13 | slight code reorg | Niklas Hallqvist | |
1997-05-13 | slight KNF | Niklas Hallqvist | |
1997-05-13 | 2.1 + KNF + some trimming to fit | Niklas Hallqvist | |
1997-05-13 | Fix IPFILTER & ramdisk configuration info | Niklas Hallqvist | |
1997-05-13 | Add ramdisk config stuff | Niklas Hallqvist | |
1997-05-13 | Add ramdisk devices + some cleanup | Niklas Hallqvist | |
1997-05-04 | Reality update | Niklas Hallqvist | |
1997-04-29 | disable the datacache on Apollo cards for this release it would seem. | michaels | |
1997-04-10 | Do block/sector handling like the other ports | Niklas Hallqvist | |
1997-04-10 | SunOS emulation trap#2 handling from NetBSD (gwr via scottr) | Niklas Hallqvist | |
1997-03-27 | Oops, used #ifdef, instead of ifdef, by habit. | Niklas Hallqvist | |
1997-03-27 | DOH! Of course genassym.sh should be fed CC not HOSTCC, | Niklas Hallqvist | |
that was the entire meaning of it... shoot me! | |||
1997-03-27 | Use P_MD_REGS instead of P_MD + MD_REGS (consistent with hp300) | Niklas Hallqvist | |
1997-03-27 | Use genassym.sh | Niklas Hallqvist | |
1997-03-26 | Got rid of an unused function | Niklas Hallqvist | |
1997-03-26 | use support.s from m68k/ | Niklas Hallqvist | |
1997-03-26 | Remove stuff now in m68k/ | Niklas Hallqvist | |
1997-03-26 | copy.s gets done from files.m68k now | Niklas Hallqvist | |
1997-03-25 | Fixed obj-dir building, compacted the bootblock enough to fit (at least) | Niklas Hallqvist | |
the HD one, floppy is still too large. Added our BOOT_CONFIG -c option. Some small style nits. | |||
1997-03-25 | Correct typo | Niklas Hallqvist | |
1997-03-25 | Correct typo + moved Teles S0/16.3 port to what the manual says | Niklas Hallqvist | |
1997-03-22 | get __LDPGSZ def | Niklas Hallqvist | |
1997-03-22 | Make this build work with objdirs, at least as links | Niklas Hallqvist | |
Still need work for plain obj dirs. | |||
1997-03-21 | 64-bit clean. if_ed.c now works on alpha. | Niklas Hallqvist | |
1997-02-23 | Spoof ISO 9660 disklabels | Niklas Hallqvist | |
1997-02-22 | Add pseudo-device enc 4 | Niklas Hallqvist | |
1997-02-22 | Set MMU/CPU better, except for 060 as that requires intrusive changes | Niklas Hallqvist | |
elsewhere. | |||
1997-02-21 | Add IPSEC + lines for a Teles ISDN card. Support not yet in the tree, | Niklas Hallqvist | |
but I thought you might want to taste it beforehands :-) Besides it is my personal kernel config so this one does not *have* to build. so there! | |||
1997-02-21 | Drop ${PARAM} from CPPFLAGS, add it to the HOSTED_C rule. | Niklas Hallqvist | |
Use the NORMAL_C_C rule for building parma.o. Put -nostdinc upfront in INCLUDES. | |||
1997-02-21 | Bring closer to the ISA version by dropping the use of a structure for | Niklas Hallqvist | |
accessing fields in the shared mem, and fixing the packet length check. Slight cleanup otherwise. | |||
1997-02-21 | add bus_space_{read,write}_region_* + some KNF | Niklas Hallqvist | |
1997-02-21 | We do not use the rsr field | Niklas Hallqvist | |
1997-02-21 | We are OpenBSD | Niklas Hallqvist | |
1997-02-21 | Style cleanup and a printf string typo | Niklas Hallqvist | |
1997-02-21 | fetched a comment from mvme68k + style nit | Niklas Hallqvist | |
1997-02-21 | Add MMU_/CPU_ syms | Niklas Hallqvist | |
1997-02-21 | copypage/zeropage adaption. cputype setting needs more work. | Niklas Hallqvist | |
1997-02-21 | Siginfo stuff as per the mvme68k port + KNF & other style nits | Niklas Hallqvist | |
1997-02-03 | More siginfo implementations (alpha and mips might even work) | Theo de Raadt | |
move "siginfo_t *" to 2nd arg of signal handler as 1003.1b requires. I really wish I had 1003.1b documentation. | |||
1997-02-03 | repair confusion over kv/uv addr for siginfo_t storage | Theo de Raadt | |
1997-02-03 | SA_SIGINFO implementation | Theo de Raadt | |