Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-02-19 | Merge with EOM 1.17 | Niklas Hallqvist | |
author: niklas Copyright 2000 | |||
2000-02-19 | Makefile: Merge with EOM 1.61 | Niklas Hallqvist | |
crypto.c: Merge with EOM 1.27 exchange.c: Merge with EOM 1.115 ike_quick_mode.c: Merge with EOM 1.115 x509.c: Merge with EOM 1.35 features/ec: Merge with EOM 1.1 features/aggressive: Merge with EOM 1.1 features/policy: Merge with EOM 1.1 features/x509: Merge with EOM 1.1 author: niklas Allow isakmpd builders to remove optional parts and save bytes. | |||
2000-02-19 | sync | Theo de Raadt | |
2000-02-19 | use more modern types | Theo de Raadt | |
2000-02-19 | If we got an xfer from our backlog queue, don't allow sleeping; we're in | Todd C. Miller | |
interrupt context. thorpej@netbsd.org | |||
2000-02-19 | From NetBSD: | Todd C. Miller | |
Check for SCSI_ADW_WDTR_DISABLE flag in tidmask not tid | |||
2000-02-19 | From NetBSD: | Todd C. Miller | |
o Use newer pci attach method o Set chip_type corectly Fixes panic with the 3?940UW boards | |||
2000-02-19 | link boot at a starting address 0x10000 higher than bootxx; avoids ↵ | Theo de Raadt | |
hypersparc cache aliasing | |||
2000-02-19 | do not install /usr/include/dev/microcode/ | Theo de Raadt | |
2000-02-19 | Remove bogus 802.1Q code | Chris Cappuccio | |
ok jakob@ | |||
2000-02-19 | documentation updates; paik@webnexus.com | Theo de Raadt | |
2000-02-19 | description error; discovered in a bar in sweden.. | Theo de Raadt | |
2000-02-19 | swapctl 2nd arg is const | Theo de Raadt | |
2000-02-19 | Remove com_right.h, it's included in com_err.h | Hans Insulander | |
2000-02-19 | Update to a newer version from KTH-Kerberos. | Hans Insulander | |
(most work by art@) | |||
2000-02-19 | Update to a newer version from KTH-Kerberos. | Hans Insulander | |
(most work by art@) | |||
2000-02-19 | set interface fields to null when detaching substructures | Niklas Hallqvist | |
in preparation for softc retainment. | |||
2000-02-18 | No need to call memerr4_4c through a pointer. We know when we are a 4/4c. | Artur Grabowski | |
2000-02-18 | In vmapbuf expand uvm_km_valloc_wait into a direct call to uvm_map | Artur Grabowski | |
so that we can specify an offset. This allows uvm_map to use PMAP_PREFER and removes a big source of bad cache aliases. With this change I have not seen any bad cache aliases during normal use. (it is still possible to force them). | |||
2000-02-18 | full support for a serial console. | Michael Shalayeff | |
iface addition: pass serial speed from /boot. tested on 4 /boot+kernel permutations. also, niklas@ said he likes it bugs: any printfs before cninit() will go to the default console, which is mon/kbd, but are usually only sorts of debugging messages (like bios_memmap load). | |||
2000-02-18 | setpte4m is now only legal for kernel mappings. | Artur Grabowski | |
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 | |