Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2000-05-19 | use getifaddrs(3) instead of SIOCGIFCONF, to avoid alignment issues. | Jun-ichiro itojun Hagino | |
2000-05-19 | Add enable to history when enable command i used. Reported by itojun@ and ↵ | Mats O Jansson | |
David Brownlee <abs@mono.org>. -moj | |||
2000-05-19 | nfsiod bye bye | Michael Shalayeff | |
2000-05-19 | oops, s/niothreads/iothreads/ in FS_NFS_NAMES | Michael Shalayeff | |
2000-05-19 | nfsiod/nfs_client, bye bye | Michael Shalayeff | |
add commented out entry into sysctl.conf for vfs.nfs.iothreads | |||
2000-05-19 | kill nfsiod | Michael Shalayeff | |
2000-05-19 | from tsarna@netbsd.org (sysctl changes to come later): | Michael Shalayeff | |
Death to nfsiod! It is replaced by kernel threads that do the same thing. The number of kernel threads used is set with the vfs.nfs.iothreads sysctl. | |||
2000-05-19 | bad Angelos: you left out the .. after creating the keynote directory | Marco S Hyman | |
2000-05-19 | Prepare to always install some pcvt man pages. | Marc Espie | |
2000-05-19 | never forward packet with link-local address. | Jun-ichiro itojun Hagino | |
experimental support for new loopback packet handling (with FAKE_LOOPBACK_IF, rcvif will be set to real outgoing interface, not the loopback, to honor scope) sync with kame. | |||
2000-05-19 | update multicast routing message (struct mrt6msg) to the latest kame. | Jun-ichiro itojun Hagino | |
structure overlaying is corrected to meet IPv6 raw socket spec. just to be sure, binary backward compatiblity is provided since we shipped old message handling with openbsd 2.7. no openbsd 2.7 userland code have used the API, though, because we did not merge kame pim6[sd]d to openbsd due to mrouted license issue. | |||
2000-05-19 | /etc/isakmpd/keynote entry | Angelos D. Keromytis | |
2000-05-19 | NULL != 0. from netbsd-current. | Jun-ichiro itojun Hagino | |
2000-05-19 | Fix macro typo. | Angelos D. Keromytis | |
2000-05-19 | Make usage() work as expected. deraadt@ ok | Eric Jackson | |
2000-05-18 | Really find the requested assertions, and fix authorizer retrieval. | Angelos D. Keromytis | |
2000-05-18 | Man page for puc(4) from NetBSD | Todd C. Miller | |
2000-05-18 | Recurse down arch-dependent subdirs to grab manpages. | Marc Espie | |
2000-05-18 | Prepare to recurse down usr.sbin to grab manpages | Marc Espie | |
2000-05-18 | Update from perl-current--fixes the op/universal test. | Todd C. Miller | |
2000-05-18 | Recurse down ancontrol, wicontrol, edlabel, fdisk | Marc Espie | |
for man pages. | |||
2000-05-18 | Prepare to recurse down those directories for all arches, to grab manpages. | Marc Espie | |