Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-02-18 | Zap an unnecessary and confusing prototype for setpte4m. | Artur Grabowski | |
2000-02-18 | Add a bunch of hypersparc registers. (from NetBSD). | Artur Grabowski | |
2000-02-18 | Rename some registers to match NetBSD and litterature. | Artur Grabowski | |
(SFADDR -> SFAR, SFSTAT -> SFSR, AFADDR -> AFAR, AFSTAT -> AFSR). | |||
2000-02-18 | From NetBSD: | Jason Wright | |
Bump media variant bits and alter IFM_TMASK accordingly Add IFM_HPNA_1 (HomePNA 1.0) | |||
2000-02-18 | Add support for dumping PPPoE Discovery and Session packets | Jason Wright | |
2000-02-18 | Scale-down cleanup table on allocation failure (Stanley@webspective.com) | Angelos D. Keromytis | |
2000-02-18 | sync | Theo de Raadt | |
2000-02-18 | shorten | Theo de Raadt | |
2000-02-18 | remove unused variable 'len'. fix comments. | Markus Friedl | |
2000-02-18 | read error vs. "Connection closed by remote host" | Markus Friedl | |
2000-02-18 | more alignment fix for SIOCGIFCONF. | Jun-ichiro itojun Hagino | |
2000-02-18 | Get rid of printf message from ipf enable, as per theo's request. | Kjell Wooding | |
2000-02-18 | avoid alignment problem in 64bit arch. | Jun-ichiro itojun Hagino | |
netbsd 1.57 -> 1.58 | |||
2000-02-18 | fix unaligned struct access on alpha. | Jun-ichiro itojun Hagino | |
From: =?iso-8859-1?Q?G=F6ran_Bengtson?= <goeran@cdg.chalmers.se> | |||
2000-02-18 | fix alignment problem in ancillary data (alpha). | Jun-ichiro itojun Hagino | |
only ipv6 tools (which touches ancillary data) are affected. From: =?iso-8859-1?Q?G=F6ran_Bengtson?= <goeran@cdg.chalmers.se> | |||
2000-02-18 | do not perform sleep() every time we get ECONNREFUSED. | Jun-ichiro itojun Hagino | |
try all the set of addresses before go to sleep() and retry. not sure if we still need sleep() - retry logic. why is it so persistent? | |||
2000-02-18 | Mention that the powerpc port does not support sharing disks with MacOS | Dale S. Rahn | |
an important fact for people interested in installing it on an iMac. | |||
2000-02-18 | Update PowerPC installation notes regarding current state of mac support. | Dale S. Rahn | |
iMac snapshot is available, but the installation notes had not been updated. | |||
2000-02-17 | add wrasr (the name says it all) | Artur Grabowski | |
2000-02-17 | Add a gdt man-page | Niklas Hallqvist | |
2000-02-17 | A forgotten manpage from NetBSD | Niklas Hallqvist | |
2000-02-17 | In dvma_mapout don't try to flush unmapped memory from cache. | Artur Grabowski | |
2000-02-17 | Be a little bit smarter about locating the in-tree tic binary. | Todd C. Miller | |
2000-02-17 | sync | Theo de Raadt | |
2000-02-17 | Use the version of tic in the build tree, if available. This will make | Todd C. Miller | |
it easier for folks upgrading from 2.6. | |||
2000-02-17 | to synchronize with progress of discussion for post | Jun-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-17 | backout 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-16 | Import IPFilter 3.3.9. Primarily, bugfixes since 3.3.8. See sbin/ipf/HISTORY | Kjell Wooding | |
for details. | |||
2000-02-16 | ./usr/sbin/smrsh -> ./usr/libexec/smrsh | Oleg Safiullin | |
2000-02-16 | Add subject (.Nd) lines (their absence as discovered by espie@'s new perl | Aaron Campbell | |
version of makewhatis(8)). | |||
2000-02-16 | Install smrsh(8) in /usr/libexec, not in /usr/sbin. | Oleg Safiullin | |
Fix smrsh(8) manpage. ok millert@ | |||
2000-02-16 | remove unused variable | Markus Friedl | |
2000-02-16 | add 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-16 | remove duplicated BINOWN/BINMODE. | Jun-ichiro itojun Hagino | |
From: Brad <brad@comstyle.com> | |||
2000-02-16 | correct typo and missing command line options (target and datalen). | Jun-ichiro itojun Hagino | |
2000-02-16 | add traceroute6 (oops, forgot to bring it in) | Jun-ichiro itojun Hagino | |
2000-02-16 | sync with more recent kame. uses getnameinfo(3) as much as possible. | Jun-ichiro itojun Hagino | |
2000-02-16 | match broadcom 3c905c phy | Jason Wright | |
2000-02-16 | sync | Jason Wright | |
2000-02-16 | add broadcom oui and broadcom 3c905c model | Jason Wright | |
2000-02-15 | --infodir in configure. Don't rely on stuff that is no longer available. | Marc Espie | |
2000-02-15 | make it possible to compile without -DINET6 | Jun-ichiro itojun Hagino | |
2000-02-15 | register cleanup for pty earlier. move code for pty-owner handling to pty.c | Markus Friedl | |
ok provos@, dugsong@ | |||
2000-02-15 | consistent indent. ok aaron@ | Markus Friedl | |
2000-02-15 | Use extents instead of rmaps to handle dvma space. | Artur Grabowski | |
2000-02-15 | Add another argument to extent_alloc_subregion to allow specifing an offset | Artur Grabowski | |
to the alignment. rename the function to extent_alloc_subregion1 and add compatibility macros. From NetBSD. | |||
2000-02-15 | Build crunch tools before release. | Artur Grabowski | |
From: TDeval@PrimeOBJ.COM (user/1100) | |||
2000-02-15 | Let it work with DESTDIR. | Marc Espie | |
Thanks to Marco for pointing that out. | |||
2000-02-15 | sync 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-15 | retry rresvport_af(), too. from sumikawa@ebina.hitachi.co.jp. | Markus Friedl | |