summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2000-02-17Add a gdt man-pageNiklas Hallqvist
2000-02-17A forgotten manpage from NetBSDNiklas Hallqvist
2000-02-17In dvma_mapout don't try to flush unmapped memory from cache.Artur Grabowski
2000-02-17Be a little bit smarter about locating the in-tree tic binary.Todd C. Miller
2000-02-17syncTheo de Raadt
2000-02-17Use the version of tic in the build tree, if available. This will makeTodd C. Miller
it easier for folks upgrading from 2.6.
2000-02-17to synchronize with progress of discussion for postJun-ichiro itojun Hagino
draft-ietf-ipngwg-scopedaddr-format-00.txt (will be 01), use "address%interface" notation for extended scoped IPv6 address. NOTE: the change affects link-local addresses only. I hope it to be the final change on it.....
2000-02-17backout incomplete hack from KAME codebase (originally from bbn).Jun-ichiro itojun Hagino
the hack tries to respect ifa or ifp passed to RTM_ADD. However, the change broke certain link-layers. They include: - midway ethernet card (en*), which uses sockaddr_dl in gateway portion to pass PVC information. with the patch, the gateway portion will be overwritten by empty sockaddr_dl and PVC initialization will fail. - IPv6, which can't set static ND table with the patch (ndp -s) with the similar reason. There may be improved hack coming soon, hope the new one does not break others.
2000-02-16Import IPFilter 3.3.9. Primarily, bugfixes since 3.3.8. See sbin/ipf/HISTORYKjell Wooding
for details.
2000-02-16./usr/sbin/smrsh -> ./usr/libexec/smrshOleg Safiullin
2000-02-16Add subject (.Nd) lines (their absence as discovered by espie@'s new perlAaron Campbell
version of makewhatis(8)).
2000-02-16Install smrsh(8) in /usr/libexec, not in /usr/sbin.Oleg Safiullin
Fix smrsh(8) manpage. ok millert@
2000-02-16remove unused variableMarkus Friedl
2000-02-16add more comments from recent kame.Jun-ichiro itojun Hagino
prepare to swap extended scoped address notation. fe80::1%de0 is the most promised candidate, but since it is still very draft, i'm not sure when to switch - if you have any idea please let me know. in other words, do i allowed to change it every week? :-P (NOTE it is only for "extended" scoped address notation, which is not for daily use)
2000-02-16remove duplicated BINOWN/BINMODE.Jun-ichiro itojun Hagino
From: Brad <brad@comstyle.com>
2000-02-16correct typo and missing command line options (target and datalen).Jun-ichiro itojun Hagino
2000-02-16add traceroute6 (oops, forgot to bring it in)Jun-ichiro itojun Hagino
2000-02-16sync with more recent kame. uses getnameinfo(3) as much as possible.Jun-ichiro itojun Hagino
2000-02-16match broadcom 3c905c phyJason Wright
2000-02-16syncJason Wright
2000-02-16add broadcom oui and broadcom 3c905c modelJason Wright
2000-02-15--infodir in configure. Don't rely on stuff that is no longer available.Marc Espie
2000-02-15make it possible to compile without -DINET6Jun-ichiro itojun Hagino
2000-02-15register cleanup for pty earlier. move code for pty-owner handling to pty.cMarkus Friedl
ok provos@, dugsong@
2000-02-15consistent indent. ok aaron@Markus Friedl
2000-02-15Use extents instead of rmaps to handle dvma space.Artur Grabowski
2000-02-15Add another argument to extent_alloc_subregion to allow specifing an offsetArtur Grabowski
to the alignment. rename the function to extent_alloc_subregion1 and add compatibility macros. From NetBSD.
2000-02-15Build crunch tools before release.Artur Grabowski
From: TDeval@PrimeOBJ.COM (user/1100)
2000-02-15Let it work with DESTDIR.Marc Espie
Thanks to Marco for pointing that out.
2000-02-15sync with FreeBSD:Jason Wright
o issue an RX reset in xl_init() for non-mii cards o keep driver and receiver in sync
2000-02-15retry rresvport_af(), too. from sumikawa@ebina.hitachi.co.jp.Markus Friedl
2000-02-15move XAUTHORITY to subdir. ok dugsong@. fixes debian bug #57907, too.Markus Friedl
(http://cgi.debian.org/cgi-bin/bugreport.cgi?archive=no&bug=57907)
2000-02-15duak -> dualBrad Smith
suspport -> support
2000-02-15update ti firmware to 12.3.18Jason Wright
2000-02-15undo previous, temporarilyJason Wright
2000-02-15make sure to call ether_{add,del}multi() as appropriate in xxx_ioctl()Jason Wright
2000-02-14Kill trailing whitespace.Aaron Campbell
2000-02-14Re-order SEE ALSO section.Aaron Campbell
2000-02-14Small fixups.Aaron Campbell
2000-02-14add BUGS section about getaddrinfo(3) search order.Jun-ichiro itojun Hagino
NetBSD PR: 9413 From: Thilo Manske <Thilo.Manske@HEH.Uni-Oldenburg.DE>
2000-02-14Yet another brain-dead `feature'.Marc Espie
2000-02-14sync with reality.Jun-ichiro itojun Hagino
- NIS lookup for IPv6 should be made compatible with Solaris 2.8 (ipnodes.byname) - tcp/udp/raw socket code needs #ifdef removal
2000-02-13- Add PWD.Aaron Campbell
- Remove reference to non-existent edit(1) command. - Xr env(1) - The default PATH in OpenBSD includes more than just /usr/bin:/bin. - Other misc cleanup.
2000-02-13Fix.Marc Espie
I don't know where I get the ARCH define from, but my machine was happy with it...
2000-02-13Handle out-of-bounds errors correctlyNiklas Hallqvist
2000-02-13Stupid typo that made errors hang the driverNiklas Hallqvist
2000-02-13%u for unsignedNiklas Hallqvist
2000-02-13Xr vnconfig(8); sdb@ssr.comAaron Campbell
2000-02-13Clean a bit. More verbose .Nd that will match "apropos swap"; sdb@ssr.comAaron Campbell
2000-02-12add a paragraph about media handlingJason Wright