Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-05-25 | just some line shortening | Theo de Raadt | |
2000-05-25 | sync | Theo de Raadt | |
2000-05-25 | remove net.inet6.ip6.gif_hlim | Jun-ichiro itojun Hagino | |
2000-05-25 | net.inet.ip.gif_ttl (and IPv6 counterpart) is never used. | Jun-ichiro itojun Hagino | |
enforce type checking on IN6_ARE_ADDR_EQUAL. | |||
2000-05-25 | on packets incoming to the bridge machine itself, respect the | Jason Wright | |
LEARNING flag on the receiving interface (ie. don't learn when you're not supposed to). | |||
2000-05-24 | Fix apache configure assumption that helper scripts are executable. | Bob Beck | |
(thanks binkertn@umich.edu). - Closes PR 1175 | |||
2000-05-24 | Update to ipf 3.3.16. among other things, this addresses a security issue | Kjell 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-24 | Add an extra byte to the end of struct pcb and make sure that it is set to | Brandon 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-24 | uncomment wscons-related stuff, and comment gsc better | Michael Shalayeff | |
2000-05-24 | fix key_read() for uuencoded keys w/o '=' | Markus Friedl | |
2000-05-24 | return ENOSYS for NFSSVC_BIOD request. since none to call it anyway | Michael Shalayeff | |
2000-05-24 | a note on how to rule the daemons, nfsio threads in this reincarnation | Michael Shalayeff | |
2000-05-24 | add ip6(4) into reference. add AF_INET6 samples. | Jun-ichiro itojun Hagino | |
2000-05-24 | add AF_INET6. | Jun-ichiro itojun Hagino | |
2000-05-24 | move kernel prototypes using iovec to the right place | Theo de Raadt | |
2000-05-24 | Permit detach of audio devices, such as uaudio. Selected code | Hakan Olsson | |
from NetBSD/Lennart Augustsson. (niklas@ ok) | |||
2000-05-24 | correct type to be passed to IN6_ARE_ADDR_EQUAL macro. | Jun-ichiro itojun Hagino | |
2000-05-24 | properly 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-24 | handle 64 bit arch in -f; janjaap@stack.nl | Theo de Raadt | |
2000-05-23 | KGDB is broken since a few decades, don't use | Miod Vallat | |
2000-05-23 | fix pt and signature offsets; from Alejo Sanchez <alejos@fibertel.com.ar> | Michael Shalayeff | |
2000-05-23 | add vfs.nfs.iothreads short description, add more files and xref | Michael Shalayeff | |
2000-05-23 | refer netinet/icmp6.h for ICMPv6 sysctl mib decl | Jun-ichiro itojun Hagino | |
2000-05-23 | forgot to cvs add dump.[ch] | Jun-ichiro itojun Hagino | |
strict prototype | |||
2000-05-23 | sync 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-23 | doc actual tun behaviour; jon@spock.org | Theo de Raadt | |
2000-05-23 | doc nwid; imain@ymir.netidea.com | Theo de Raadt | |
2000-05-23 | Update AUS, from Adam Rogoyski <rogoyski@cs.utexas.edu> | Todd T. Fries | |
2000-05-22 | STA from NetBSD, BMI, PIA, LBF from me | Todd T. Fries | |
2000-05-22 | fix tty[ab] owner buglet | Miod Vallat | |
2000-05-22 | check strtok() != NULL; ok niels@ | Markus Friedl | |
2000-05-22 | NFS_MAXID | Michael Shalayeff | |
2000-05-22 | modify 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-22 | a little consistency in sysctl definitions | Michael Shalayeff | |
2000-05-22 | sync | Chris Cappuccio | |
2000-05-22 | Adaptec AHA-2930CU | Chris Cappuccio | |
2000-05-22 | make x11-fwd work w/ localhost (xauth add host/unix:11) | Markus Friedl | |
2000-05-22 | Group command synopsis uses group... | Marc Espie | |
2000-05-22 | change counts from short to int | Niels Provos | |
2000-05-22 | disallow negative number for rate limit period. | Jun-ichiro itojun Hagino | |
2000-05-22 | use ratecheck(9) for ICMPv6 rate limitation. sync with netbsd-current. | Jun-ichiro itojun Hagino | |
2000-05-22 | correct gif physical address printing on non-IPv6 kernel. | Jun-ichiro itojun Hagino | |
2000-05-21 | deleting some routes created by imcp redirects could result in panic | Niels Provos | |
fix from NetBSD: Delay clearing of RTF_UP until after deleting rt_gwroute. | |||
2000-05-20 | typo; bsdi | Theo de Raadt | |
2000-05-20 | make this more like our wicontrol(8) | Theo de Raadt | |
2000-05-20 | if it is isa/pci/pcmcia, and found on more machines, move it up a bit | Theo de Raadt | |
2000-05-19 | Add sd4 (as in sparc) | Miod Vallat | |
2000-05-19 | NFS->NFSCLIENT | Federico G. Schwindt | |
2000-05-19 | correct "telnet fe80::1%lo0". | Jun-ichiro itojun Hagino | |
2000-05-19 | Some formatting fixes; derived from NetBSD PR/10078. | Aaron Campbell | |