Age | Commit message (Expand) | Author |
2001-02-17 | sync with freebsd up to switch to mii | Jason Wright |
2001-02-17 | define UVM for mvme88k | Miod Vallat |
2001-02-16 | use the hash algorithm found in original certificate for the signature | Niels Provos |
2001-02-16 | db_elf definitions | Michael Shalayeff |
2001-02-16 | import some alphaizm for the db_elf's sake | Michael Shalayeff |
2001-02-16 | sti_mmap() proper return type | Michael Shalayeff |
2001-02-16 | Nicer EXAMPLES format. | Aaron Campbell |
2001-02-16 | get rid of #ifdef IPV6FIREWALL (never used, will never be used) | Jun-ichiro itojun Hagino |
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 |
2001-02-16 | 2.5.0 | Markus Friedl |
2001-02-16 | sync | Theo de Raadt |
2001-02-16 | proper payload-length check for x11 w/o screen-number | Markus Friedl |
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 |
2001-02-16 | remove debug | Markus Friedl |
2001-02-16 | Add function types. | Marc Espie |
2001-02-16 | Further sync... get pci_swiz_bus_{io|mem}_chipdep.c via <> instead of "" | Jason Wright |
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 |
2001-02-16 | Bring apecs closer to current netbsd work (updated copyrights, plus | Jason Wright |
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 |
2001-02-16 | For powerpc use siop driver instead of ncr, now that siop issue on powerpc | Dale Rahn |
2001-02-16 | Now that powerpc is using UVM, this shared library hack is no longer necessary. | Dale Rahn |
2001-02-16 | Engage UVM for powerpc. It is now running fairly well (better than non UVM) | Dale Rahn |
2001-02-16 | Allow siop driver to work on powerpc. | Dale Rahn |
2001-02-16 | bring in netbsd bus_dma stuff for lca and apecs busses | Jason Wright |
2001-02-16 | Rewrite rfc931.c to eliminate problematic setjmp/longjmp and stdio usage | Bob Beck |
2001-02-16 | Missing '.It' in a list, aaron@ ok | smart |
2001-02-16 | style(9) nit in examples, aaron@ ok | smart |
2001-02-15 | genericize password padding function for SSH1 and SSH2. | Markus Friedl |
2001-02-15 | fix change from previous commit that didn't get the ports correctly | Bob Beck |
2001-02-15 | Add iha (Initio SCSI) | Kenneth R Westerback |
2001-02-15 | Fix confusing formatting of an example. | Aaron Campbell |
2001-02-15 | obey mdoc(4). | Jun-ichiro itojun Hagino |
2001-02-15 | kill old default port number (telnet was assumed before) | Jun-ichiro itojun Hagino |
2001-02-15 | no argument is not permitted (inetd mode disabled for openbsd) | Jun-ichiro itojun Hagino |
2001-02-15 | pull latest KAME faithd. access control is possible by /etc/faithd.conf. | Jun-ichiro itojun Hagino |
2001-02-15 | sshd is not in /etc/services, but ssh is .. provide a working example. | Todd T. Fries |