Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-02-16 | protect router list management by splsoftnet properly. sync with kame | Jun-ichiro itojun Hagino | |
2001-02-16 | remove IPv6 case from udp_output. now we have separate udp6_output. | Jun-ichiro itojun Hagino | |
2001-02-16 | oops, remove #ifdef __fooBSD__. | Jun-ichiro itojun Hagino | |
2001-02-16 | Finish merging lca to become closer to current netbsd. | Jason Wright | |
2001-02-16 | pull in new pcb notification code from kame. better handling of scope address. | Jun-ichiro itojun Hagino | |
2001-02-16 | cosmetic sync with kame | Jun-ichiro itojun Hagino | |
2001-02-16 | cosmetic. add missing IFAFREE on failure case | Jun-ichiro itojun Hagino | |
2001-02-16 | cosmetic/whitespace sync with kame | Jun-ichiro itojun Hagino | |
2001-02-16 | cosmetic/comment sync with kame | Jun-ichiro itojun Hagino | |
2001-02-16 | amove in6_{embed,recover}scope prototypes to in6_var.h (kernel only). | Jun-ichiro itojun Hagino | |
add in6_clearscope. sync better with kame | |||
2001-02-16 | zap old timeout | Marc Espie | |
2001-02-16 | typo (incidentally, removed a bogus -k in the cvs file, the update | Marc Espie | |
will trigger $OpenBSD$ fill-in) | |||
2001-02-16 | Further sync... get pci_swiz_bus_{io|mem}_chipdep.c via <> instead of "" | Jason Wright | |
like everyone else. | |||
2001-02-16 | set frag6_doing_reass while doing reass, to help frag6_drain. | Jun-ichiro itojun Hagino | |
2001-02-16 | sync whitespace/comment with kame. to help merge tasks | Jun-ichiro itojun Hagino | |
2001-02-16 | make sure to clear ln_byhint when neighbor state goes to REACHABLE. | Jun-ichiro itojun Hagino | |
sync whitespace/comment with kame. | |||
2001-02-16 | Bring apecs closer to current netbsd work (updated copyrights, plus | Jason Wright | |
a few bug fixes I missed earlier). | |||
2001-02-16 | kill register declarations. to sync with kame better. | Jun-ichiro itojun Hagino | |
2001-02-16 | sync better with kame. remove register decls. $OpenBSD$ | Jun-ichiro itojun Hagino | |
2001-02-16 | fix multicast API for sizeof(long) != 4. (IF_SET and family will not | Jun-ichiro itojun Hagino | |
overrun, it will compute values too little, so old code will not overrun buffers. (we don't include any multicast daemons in openbsd tree) sync better with kame. remove register variable declarations, styles | |||
2001-02-16 | For powerpc use siop driver instead of ncr, now that siop issue on powerpc | Dale Rahn | |
has been resolved. | |||
2001-02-16 | Engage UVM for powerpc. It is now running fairly well (better than non UVM) | Dale Rahn | |
on my machines as well as on brad's. This change also eliminates the need for the ld.so hack for powerpc. | |||
2001-02-16 | Allow siop driver to work on powerpc. | Dale Rahn | |
pmap_extract should work for all accessable memory. Since powerpc maps the kernel va=pa without using the pte table, these addresses need to be handled seperately. | |||
2001-02-16 | bring in netbsd bus_dma stuff for lca and apecs busses | Jason Wright | |
2001-02-15 | Add iha (Initio SCSI) | Kenneth R Westerback | |
2001-02-15 | Pick up a two liner from netbsd to set offset for SCSI chain B properly. | Hugh Graham | |
2001-02-15 | Change i386 LSI/Symbios/NCR 53c8xx driver to siop | Kenneth R Westerback | |
2001-02-15 | approaching UVM support for powerpc, initialize all of the buffer | Dale Rahn | |
entries, not just the first entry of each buffer. | |||
2001-02-15 | Import siop, a replacement for the ncr SCSI driver, from NetBSD. | Kenneth R Westerback | |
Written for NetBSD by Manuel Bouyer. Tested with various cards on i386 and alpha. Outstanding issue: doesn't work with PowerPC yet. | |||
2001-02-14 | another ne2k, from markus@ | Michael Shalayeff | |
2001-02-14 | regen | Michael Shalayeff | |
2001-02-14 | another ne2k from markus@ | Michael Shalayeff | |
2001-02-14 | make sure we do not pass shared M_EXT mbuf. will avoid | Jun-ichiro itojun Hagino | |
possible shared mbuf overwrite if we use bridge/multicast/loopback/whatever. sync with kame | |||
2001-02-14 | Change output to fit OpenBSD. | Federico G. Schwindt | |
2001-02-14 | Theo keeps remembering me things I forgotten. Add pcscp(4) here as well. | Federico G. Schwindt | |
2001-02-14 | Add pcscp(4) per theo request. | Federico G. Schwindt | |
2001-02-14 | Add pcscp support. | Federico G. Schwindt | |
2001-02-14 | sigh. add $OpenBSD$. | Federico G. Schwindt | |
2001-02-14 | Support for AMD Am53c974 SCSI controllers; from NetBSD. | Federico G. Schwindt | |
Thanks to Quentin Barnes <qbarnes@urbana.css.mot.com> for his help. | |||
2001-02-13 | grr, pcvt ioctl support still required | Theo de Raadt | |
2001-02-13 | More sane spl handling. Don't just assume that we're called at spl0. | Artur Grabowski | |
2001-02-13 | No need to cast splx to (void). | Artur Grabowski | |
2001-02-13 | Use MIN, not min when counting the pages we steal. | Artur Grabowski | |
min is a function taking u_int arguments and we are counting signed longs here. | |||
2001-02-13 | When detaching an interface set the if_start, if_ioctl and if_watchdog | Artur Grabowski | |
functions to 'nops'. Some protocols might want to output some packets while detaching and that could be a bad idea when the interface has gone away. Do we need to change more functions? | |||
2001-02-13 | rtc stops if we miss interrupts. Inspired by code from FreeBSD. | Hakan Olsson | |
Some KNF. (niklas@ ok) | |||
2001-02-13 | Bump maxusers to 32. | Artur Grabowski | |
2001-02-13 | Cleanup. | Artur Grabowski | |
2001-02-13 | default more wscons options | Theo de Raadt | |
2001-02-13 | KNF | Theo de Raadt | |
2001-02-13 | remove a file that should have been gone long ago. | Eric Jackson | |
moved to dev/pci/tgareg.h |