summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2001-02-17sync with freebsd up to switch to miiJason Wright
2001-02-17define UVM for mvme88kMiod Vallat
2001-02-16use the hash algorithm found in original certificate for the signatureNiels Provos
2001-02-16db_elf definitionsMichael Shalayeff
2001-02-16import some alphaizm for the db_elf's sakeMichael Shalayeff
2001-02-16sti_mmap() proper return typeMichael Shalayeff
2001-02-16Nicer EXAMPLES format.Aaron Campbell
2001-02-16get rid of #ifdef IPV6FIREWALL (never used, will never be used)Jun-ichiro itojun Hagino
2001-02-16protect router list management by splsoftnet properly. sync with kameJun-ichiro itojun Hagino
2001-02-16remove IPv6 case from udp_output. now we have separate udp6_output.Jun-ichiro itojun Hagino
2001-02-16oops, remove #ifdef __fooBSD__.Jun-ichiro itojun Hagino
2001-02-16Finish merging lca to become closer to current netbsd.Jason Wright
2001-02-16pull in new pcb notification code from kame. better handling of scope address.Jun-ichiro itojun Hagino
2001-02-16cosmetic sync with kameJun-ichiro itojun Hagino
2001-02-16cosmetic. add missing IFAFREE on failure caseJun-ichiro itojun Hagino
2001-02-16cosmetic/whitespace sync with kameJun-ichiro itojun Hagino
2001-02-16cosmetic/comment sync with kameJun-ichiro itojun Hagino
2001-02-16amove in6_{embed,recover}scope prototypes to in6_var.h (kernel only).Jun-ichiro itojun Hagino
2001-02-162.5.0Markus Friedl
2001-02-16syncTheo de Raadt
2001-02-16proper payload-length check for x11 w/o screen-numberMarkus Friedl
2001-02-16zap old timeoutMarc Espie
2001-02-16typo (incidentally, removed a bogus -k in the cvs file, the updateMarc Espie
2001-02-16remove debugMarkus Friedl
2001-02-16Add function types.Marc Espie
2001-02-16Further sync... get pci_swiz_bus_{io|mem}_chipdep.c via <> instead of ""Jason Wright
2001-02-16set frag6_doing_reass while doing reass, to help frag6_drain.Jun-ichiro itojun Hagino
2001-02-16sync whitespace/comment with kame. to help merge tasksJun-ichiro itojun Hagino
2001-02-16make sure to clear ln_byhint when neighbor state goes to REACHABLE.Jun-ichiro itojun Hagino
2001-02-16Bring apecs closer to current netbsd work (updated copyrights, plusJason Wright
2001-02-16kill register declarations. to sync with kame better.Jun-ichiro itojun Hagino
2001-02-16sync better with kame. remove register decls. $OpenBSD$Jun-ichiro itojun Hagino
2001-02-16fix multicast API for sizeof(long) != 4. (IF_SET and family will notJun-ichiro itojun Hagino
2001-02-16For powerpc use siop driver instead of ncr, now that siop issue on powerpcDale Rahn
2001-02-16Now that powerpc is using UVM, this shared library hack is no longer necessary.Dale Rahn
2001-02-16Engage UVM for powerpc. It is now running fairly well (better than non UVM)Dale Rahn
2001-02-16Allow siop driver to work on powerpc.Dale Rahn
2001-02-16bring in netbsd bus_dma stuff for lca and apecs bussesJason Wright
2001-02-16Rewrite rfc931.c to eliminate problematic setjmp/longjmp and stdio usageBob Beck
2001-02-16Missing '.It' in a list, aaron@ oksmart
2001-02-16style(9) nit in examples, aaron@ oksmart
2001-02-15genericize password padding function for SSH1 and SSH2.Markus Friedl
2001-02-15fix change from previous commit that didn't get the ports correctlyBob Beck
2001-02-15Add iha (Initio SCSI)Kenneth R Westerback
2001-02-15Fix confusing formatting of an example.Aaron Campbell
2001-02-15obey mdoc(4).Jun-ichiro itojun Hagino
2001-02-15kill old default port number (telnet was assumed before)Jun-ichiro itojun Hagino
2001-02-15no argument is not permitted (inetd mode disabled for openbsd)Jun-ichiro itojun Hagino
2001-02-15pull latest KAME faithd. access control is possible by /etc/faithd.conf.Jun-ichiro itojun Hagino
2001-02-15sshd is not in /etc/services, but ssh is .. provide a working example.Todd T. Fries