summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2000-05-25just some line shorteningTheo de Raadt
2000-05-25syncTheo de Raadt
2000-05-25remove net.inet6.ip6.gif_hlimJun-ichiro itojun Hagino
2000-05-25net.inet.ip.gif_ttl (and IPv6 counterpart) is never used.Jun-ichiro itojun Hagino
enforce type checking on IN6_ARE_ADDR_EQUAL.
2000-05-25on packets incoming to the bridge machine itself, respect theJason Wright
LEARNING flag on the receiving interface (ie. don't learn when you're not supposed to).
2000-05-24Fix apache configure assumption that helper scripts are executable.Bob Beck
(thanks binkertn@umich.edu). - Closes PR 1175
2000-05-24Update to ipf 3.3.16. among other things, this addresses a security issueKjell Wooding
with certain rule configurations: * don't add TCP state if it is an RST packet and (attempt) to send out RST/ICMP packets in a manner that bypasses IP Filter.
2000-05-24Add an extra byte to the end of struct pcb and make sure that it is set toBrandon Creighton
0xff. Intel (vol1 section 9.5.2) says that there must be a byte inside the TSS after the iomap because it always reads two bytes when checking permissions for io accesses. before this, bits 1016-1023 were ignored. This means that the entire pcb_iomap (and i386_*_ioperm) are accurate; pr#1190 fixed
2000-05-24uncomment wscons-related stuff, and comment gsc betterMichael Shalayeff
2000-05-24fix key_read() for uuencoded keys w/o '='Markus Friedl
2000-05-24return ENOSYS for NFSSVC_BIOD request. since none to call it anywayMichael Shalayeff
2000-05-24a note on how to rule the daemons, nfsio threads in this reincarnationMichael Shalayeff
2000-05-24add ip6(4) into reference. add AF_INET6 samples.Jun-ichiro itojun Hagino
2000-05-24add AF_INET6.Jun-ichiro itojun Hagino
2000-05-24move kernel prototypes using iovec to the right placeTheo de Raadt
2000-05-24Permit detach of audio devices, such as uaudio. Selected codeHakan Olsson
from NetBSD/Lennart Augustsson. (niklas@ ok)
2000-05-24correct type to be passed to IN6_ARE_ADDR_EQUAL macro.Jun-ichiro itojun Hagino
2000-05-24properly configure multicast table.Jun-ichiro itojun Hagino
use RFC1042 encap for IPv6 packet, just like base station does. (testers wanted - the code works for me just fine on kame/netbsd)
2000-05-24handle 64 bit arch in -f; janjaap@stack.nlTheo de Raadt
2000-05-23KGDB is broken since a few decades, don't useMiod Vallat
2000-05-23fix pt and signature offsets; from Alejo Sanchez <alejos@fibertel.com.ar>Michael Shalayeff
2000-05-23add vfs.nfs.iothreads short description, add more files and xrefMichael Shalayeff
2000-05-23refer netinet/icmp6.h for ICMPv6 sysctl mib declJun-ichiro itojun Hagino
2000-05-23forgot to cvs add dump.[ch]Jun-ichiro itojun Hagino
strict prototype
2000-05-23sync with latest kame.Jun-ichiro itojun Hagino
- weaken logging priority for /etc/resolv.conf open failure - gather stats, emit stats by SIGUSR1 - use SIOCGIFMTU to get interface MTU (just a matter of #ifdef) From: "Todd T. Fries" <todd@fries.net>
2000-05-23doc actual tun behaviour; jon@spock.orgTheo de Raadt
2000-05-23doc nwid; imain@ymir.netidea.comTheo de Raadt
2000-05-23Update AUS, from Adam Rogoyski <rogoyski@cs.utexas.edu>Todd T. Fries
2000-05-22STA from NetBSD, BMI, PIA, LBF from meTodd T. Fries
2000-05-22fix tty[ab] owner bugletMiod Vallat
2000-05-22check strtok() != NULL; ok niels@Markus Friedl
2000-05-22NFS_MAXIDMichael Shalayeff
2000-05-22modify vfs subtree to accomodate for fs-specific variables.Michael Shalayeff
in particular expose vfs.nfs.iothreads, which is a replacement for nfsiod kludge. this is not a netbsd port-over, since this particular implementation builds up the needed variable indexes dynamically (using the already existing `generic' vfs variables), as opposed to netbsd which relies on static matching w/ kernel definitions and configuration... man changes to come soon.
2000-05-22a little consistency in sysctl definitionsMichael Shalayeff
2000-05-22syncChris Cappuccio
2000-05-22Adaptec AHA-2930CUChris Cappuccio
2000-05-22make x11-fwd work w/ localhost (xauth add host/unix:11)Markus Friedl
2000-05-22Group command synopsis uses group...Marc Espie
2000-05-22change counts from short to intNiels Provos
2000-05-22disallow negative number for rate limit period.Jun-ichiro itojun Hagino
2000-05-22use ratecheck(9) for ICMPv6 rate limitation. sync with netbsd-current.Jun-ichiro itojun Hagino
2000-05-22correct gif physical address printing on non-IPv6 kernel.Jun-ichiro itojun Hagino
2000-05-21deleting some routes created by imcp redirects could result in panicNiels Provos
fix from NetBSD: Delay clearing of RTF_UP until after deleting rt_gwroute.
2000-05-20typo; bsdiTheo de Raadt
2000-05-20make this more like our wicontrol(8)Theo de Raadt
2000-05-20if it is isa/pci/pcmcia, and found on more machines, move it up a bitTheo de Raadt
2000-05-19Add sd4 (as in sparc)Miod Vallat
2000-05-19NFS->NFSCLIENTFederico G. Schwindt
2000-05-19correct "telnet fe80::1%lo0".Jun-ichiro itojun Hagino
2000-05-19Some formatting fixes; derived from NetBSD PR/10078.Aaron Campbell