Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-05-08 | fix the 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-02 | Temporary exec_elf.c overriding the one in kern until changes | Per Fogelstrom | |
merged with kern/exec_elf.c. | |||
1996-05-02 | New include file. | Per Fogelstrom | |
1996-05-02 | New config file... | Per Fogelstrom | |
1996-05-02 | Updated for new config etc. | Per Fogelstrom | |
1996-05-01 | New file for new configure | Per Fogelstrom | |
1996-05-01 | Updated to new configure. | Per Fogelstrom | |
1996-05-01 | Updated to new configure. | Per Fogelstrom | |
1996-05-01 | Updated to new configure. | Per Fogelstrom | |
1996-05-01 | Updated to new configure. | Per Fogelstrom | |
1996-05-01 | Updated to new config interface. | Per Fogelstrom | |
1996-05-01 | Commands now output to fifo directly instead of via dma. | Per Fogelstrom | |
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-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-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-15 | Remove vnode_if.[ch] during a "make clean", per PR#536 from | Theo de Raadt | |
Dan Carosone <danielce@ee.mu.oz.au>. | |||
1996-01-12 | SIGBUS is an alignment fault. SIGSEGV is an access violation | Theo de Raadt | |
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 | |||
1995-12-27 | use splnet instead of splimp | Theo de Raadt | |
1995-12-16 | {in,out}*() macros are already in pio.h | Theo de Raadt | |
1995-12-16 | CFCR_* -> LCR_* | Theo de Raadt | |
1995-12-05 | working .cvsignore files | Theo de Raadt | |
1995-12-05 | this is useful in compile directories | Theo de Raadt | |
1995-11-13 | varargs.h needs ... in va_dcl for gcc >= 2; from arnej@imf.unit.no; netbsd ↵ | Theo de Raadt | |
pr#1695 | |||
1995-10-30 | pms is part of pccons | Theo de Raadt | |
1995-10-30 | pms & pc were merged | Theo de Raadt | |
1995-10-30 | NLOG of 8 is more useful | Theo de Raadt | |
1995-10-30 | locore.s has mips3 code in it (for speed) | Theo de Raadt | |
1995-10-30 | mislabeled END() | Theo de Raadt | |
1995-10-29 | correct cursor movement | Theo de Raadt | |
1995-10-29 | fix camdump(), and use wbflush() to serialize chip acccesses in sngetaddr() | Theo de Raadt | |
1995-10-29 | line feed support is in putc | Theo de Raadt | |
1995-10-29 | kill a debug printf | Theo de Raadt | |
1995-10-28 | XXX hardcode etheraddr for now | Theo de Raadt | |
1995-10-28 | fix sys_sysarch | Theo de Raadt | |
1995-10-28 | use ld.kern (XXX) | Theo de Raadt | |
don't try to link ${LIBKERN} into the kernel twice | |||
1995-10-28 | sigreturn_args -> sys_sigreturn_args | Theo de Raadt | |
1995-10-28 | lance is gone | Theo de Raadt | |
1995-10-28 | and pefo makes it work! | Theo de Raadt | |
1995-10-28 | remove old lance cruft | Theo de Raadt | |
1995-10-28 | pcbb is not used | Theo de Raadt | |
1995-10-28 | XXX disable bpf | Theo de Raadt | |
add support for externally controlled dma make sonic work | |||
1995-10-22 | kernel is called /bsd | Theo de Raadt | |
1995-10-22 | crank NMBCLUSTERS | Theo de Raadt | |
1995-10-18 | sigreturn -> sys_sigreturn | Theo de Raadt | |
1995-10-18 | initial import of pica stuff (a few theo modifications already in here) | Theo de Raadt | |