summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2000-06-15Add types to all of the global symbols in this asm code, partially necessaryDale S. Rahn
2000-06-15Recognize PowerPC G4 processor (called it's Motorola name "7400").Dale S. Rahn
2000-06-15#if 0 support for WSCONS, not currently used and wscons has changed sinceDale S. Rahn
2000-06-15UVM compatibility changes, UVM still not working, but can build.Dale S. Rahn
2000-06-15be more carefull about pg0, i think switch on sv next timeMichael Shalayeff
2000-06-15Deal with the chgrp chown -> chmod change.Dale S. Rahn
2000-06-15What was the offending payload length?Angelos D. Keromytis
2000-06-15highlightTheo de Raadt
2000-06-14monitor -> monitormode because some OSes have a monitor(3)Todd C. Miller
2000-06-14document swap encrypt ctl levelNiels Provos
2000-06-14document swapencrypt ctl levelNiels Provos
2000-06-14it's vm.swapencrypt.enable now.Niels Provos
2000-06-14add swapencrypt ctl level.Niels Provos
2000-06-14put in own ctl level for swapencrypt.Niels Provos
2000-06-14explicitly recommend listening to two sockets.Jun-ichiro itojun Hagino
2000-06-14move IPv4 mapped issue from inetd.8. some clarifications.Jun-ichiro itojun Hagino
2000-06-14clarify tcp4/tcp6 interaction.Jun-ichiro itojun Hagino
2000-06-14avoid a few extra processes; d.doroshenko@omnitel.netTheo de Raadt
2000-06-14correct STAT command output for LPSV output.Jun-ichiro itojun Hagino
2000-06-14readd queue limiting code that was backed out yesterday. (ip_esp.c changeJason Wright
2000-06-14syncTheo de Raadt
2000-06-14Initialize tc_ptr to zero if authentication is not used.Angelos D. Keromytis
2000-06-14KAME_SCOPEID is necessaryJun-ichiro itojun Hagino
2000-06-13Conditional INET6 inclusion (for crunchgen uses) -- default yes.Angelos D. Keromytis
2000-06-13Make both ls and dir send a LIST command. Perviously, ls would useTodd C. Miller
2000-06-13Fix typo.Angelos D. Keromytis
2000-06-13Fix some compile warnings.Angelos D. Keromytis
2000-06-13Cast to avoid warning.Angelos D. Keromytis
2000-06-13ptr alignment is not a hack, it's a feature fix for byte-wide promMichael Shalayeff
2000-06-13normalize test vs [; formTheo de Raadt
2000-06-13regenMichael Shalayeff
2000-06-13a few corrections gathered from comp.sys.hp.hpuxMichael Shalayeff
2000-06-13the last commit was not enough. s/(int)/(signed char)/.Jun-ichiro itojun Hagino
2000-06-13syncTheo de Raadt
2000-06-13simplifyTheo de Raadt
2000-06-13syncChris Cappuccio
2000-06-13IBM Olympic Token RingChris Cappuccio
2000-06-13workaround for arch with char == unsigned char (suppress warning).Jun-ichiro itojun Hagino
2000-06-13updateMichael Shalayeff
2000-06-13do not use cached route if it goes !RTF_UP.Jun-ichiro itojun Hagino
2000-06-13comment out flowinfo manipulation on inbound. the spec is not very clear.Jun-ichiro itojun Hagino
2000-06-13avoid mbuf leak on non-matching ifp/sockaddrJun-ichiro itojun Hagino
2000-06-13on UDPv6 sendto, correctly set oifp.Jun-ichiro itojun Hagino
2000-06-13allow link-local IPv6 addres in in6_pcbbind.Jun-ichiro itojun Hagino
2000-06-13Add ``set ifqueue'' to adjust the number of packets ppp buffers.brian
2000-06-13backout previous 2 changes... causes panics down the line.Jason Wright
2000-06-13Oops: initialize q to avoid using the unitialized value when the queue fillsJason Wright
2000-06-13put an upperbound on queue lengthJason Wright
2000-06-13use the source length to calculate the output length instead of relying onJason Wright
2000-06-13make sure to attach new in6_ifaddr into ifp->if_addrlist.Jun-ichiro itojun Hagino