summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-03-13syncTheo de Raadt
2001-03-13Add logging classes for Negotiation and Policy, and change a number ofHakan Olsson
debug messages to use these instead. Change a number of 'log_print' to debug messages to keep the noise down. Use 'log_error' instead of 'log_print' in some cases when we have errno. Some indentation fixes. (niklas@ ok)
2001-03-13add socks 1080/tcp. ok deraadt@Jakob Schlyter
2001-03-13Fix copyout bug in LINUX_IPC_SET. Thanks to Dawson Engler & team at Stanford.Constantine Sapuntzakis
2001-03-13regenMichael Shalayeff
2001-03-13SaramNcom(nanospeed) NS-1100M (uses PRISM2); from Hiroki Nakano ↵Michael Shalayeff
<cas@trans-nt.com>
2001-03-13The prescence of a DL10019 does not appear to imply a 24k buffer size. AlwaysAaron Campbell
use an 8k buffer for NE1000 cards, 16k otherwise. This is likely sub-optimal, but at least it fixes the D-Link DE660 card, which hasn't worked since last August (and it seems like a fairly common model). fgsch@ ok. Thanks to Felix Kronlage who donated a test card and dongle for me to debug with.
2001-03-13allow configuring number of these in ukcMichael Shalayeff
2001-03-13allow configuring number of these in ukcMichael Shalayeff
2001-03-13add/clearify spl for ipsec6. sync with kame. reviewed by angelos.Jun-ichiro itojun Hagino
2001-03-13better error messages, order getopt optionsMichael Shalayeff
2001-03-13new timeoutsMichael Shalayeff
2001-03-13aaron@ called for an order!Michael Shalayeff
2001-03-13correct dmesg, save spaceTheo de Raadt
2001-03-13Force a new search for an SA if the latched one is deleted.Angelos D. Keromytis
2001-03-13stronger testDavid Leonard
2001-03-13typo in commentDavid Leonard
2001-03-13recursive mutex testDavid Leonard
2001-03-12Create /dev/ksyms, and 16 slices per disk.Miod Vallat
XXX this is incomplete work, a big cleanup of this file will happen soon.
2001-03-12syncTheo de Raadt
2001-03-12insert maestro namesTheo de Raadt
2001-03-12This file isn't used anymore.Miod Vallat
2001-03-12correct warning; maurice@maurice.wan.nlTheo de Raadt
2001-03-12Simplify vmapbuf by moving the vm_map_pmap computation off loop (inspiredMiod Vallat
by similar code in the sparc port). Compile the diagnostic code in vmapbuf and vunmapbuf only if DIAGNOSTIC is defined.
2001-03-12Remove dead code related to soft interrupts.Miod Vallat
2001-03-12Remove dead code related to soft interrupts.Miod Vallat
While there, fix a typo in a panic message.
2001-03-12/dev/ksyms support.Miod Vallat
Replace netintr() with netisr_dispatch. Move the location of printf(version) so that it is saved in the message buffer.
2001-03-12/dev/ksyms support.Miod Vallat
Declare random source device - makes ssh work on mvme88k at last.
2001-03-12/dev/ksyms support.Miod Vallat
2001-03-12remove old key_fingerprint interface, s/_ex//Markus Friedl
2001-03-12Omega is now VAX_BTYP_1301. Also add an STYP for 4000 600.Hugh Graham
2001-03-12Oops, forgot to add nsphyter.Aaron Campbell
2001-03-12Initial code for UVM. not tested yet...Steve Murphree
2001-03-12syncAaron Campbell
2001-03-12Nvidia GeForce2 UltraAaron Campbell
2001-03-12syncAaron Campbell
2001-03-12Another TI FireWire host controller.Aaron Campbell
2001-03-12Add support for reading the MAC address from the APC CMOS RAM in theAaron Campbell
integrated Ethernet controller on the SiS630E-based chipsets; from FreeBSD, this patch mostly by jason@. With these changes, my SiS900 card still works fine, but the new functionality is actually untested.
2001-03-12Adjust the way that media is initialized on DP8390-compatibles; from NetBSD.Aaron Campbell
The dp8390_softc now has media_init and media_fini function pointers that do the work. fgsch@ ok
2001-03-12add nsphyterJason Wright
2001-03-12-Q is not there. NetBSD PR 12384. sync with kameJun-ichiro itojun Hagino
2001-03-12typo; maurice@maurice.wan.nlTheo de Raadt
2001-03-12syncJason Wright
2001-03-12add i82562E[MT]Jason Wright
2001-03-11remove -v again. use -B instead for bubblebabble. make -B consistentMarkus Friedl
with -l and make -B work with /path/to/known_hosts. ok deraadt@
2001-03-11style+cleanupMarkus Friedl
2001-03-11KNF, and SHA1 binary output is just creeping featurismTheo de Raadt
2001-03-11cleanup & shorten some var names key_fingerprint_bubblebabble.Jakob Schlyter
2001-03-11print both md5, sha1 and bubblebabble fingerprints when usingJakob Schlyter
ssh-keygen -l -v. ok markus@.
2001-03-11add improved fingerprint functions. based on work by CarstenJakob Schlyter
Raskgaard <cara@int.tele.dk> and modified by me. ok markus@.