Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-03-13 | sync | Theo de Raadt | |
2001-03-13 | Add logging classes for Negotiation and Policy, and change a number of | Hakan 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-13 | add socks 1080/tcp. ok deraadt@ | Jakob Schlyter | |
2001-03-13 | Fix copyout bug in LINUX_IPC_SET. Thanks to Dawson Engler & team at Stanford. | Constantine Sapuntzakis | |
2001-03-13 | regen | Michael Shalayeff | |
2001-03-13 | SaramNcom(nanospeed) NS-1100M (uses PRISM2); from Hiroki Nakano ↵ | Michael Shalayeff | |
<cas@trans-nt.com> | |||
2001-03-13 | The prescence of a DL10019 does not appear to imply a 24k buffer size. Always | Aaron 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-13 | allow configuring number of these in ukc | Michael Shalayeff | |
2001-03-13 | allow configuring number of these in ukc | Michael Shalayeff | |
2001-03-13 | add/clearify spl for ipsec6. sync with kame. reviewed by angelos. | Jun-ichiro itojun Hagino | |
2001-03-13 | better error messages, order getopt options | Michael Shalayeff | |
2001-03-13 | new timeouts | Michael Shalayeff | |
2001-03-13 | aaron@ called for an order! | Michael Shalayeff | |
2001-03-13 | correct dmesg, save space | Theo de Raadt | |
2001-03-13 | Force a new search for an SA if the latched one is deleted. | Angelos D. Keromytis | |
2001-03-13 | stronger test | David Leonard | |
2001-03-13 | typo in comment | David Leonard | |
2001-03-13 | recursive mutex test | David Leonard | |
2001-03-12 | Create /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-12 | sync | Theo de Raadt | |
2001-03-12 | insert maestro names | Theo de Raadt | |
2001-03-12 | This file isn't used anymore. | Miod Vallat | |
2001-03-12 | correct warning; maurice@maurice.wan.nl | Theo de Raadt | |
2001-03-12 | Simplify vmapbuf by moving the vm_map_pmap computation off loop (inspired | Miod Vallat | |
by similar code in the sparc port). Compile the diagnostic code in vmapbuf and vunmapbuf only if DIAGNOSTIC is defined. | |||
2001-03-12 | Remove dead code related to soft interrupts. | Miod Vallat | |
2001-03-12 | Remove 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-12 | remove old key_fingerprint interface, s/_ex// | Markus Friedl | |
2001-03-12 | Omega is now VAX_BTYP_1301. Also add an STYP for 4000 600. | Hugh Graham | |
2001-03-12 | Oops, forgot to add nsphyter. | Aaron Campbell | |
2001-03-12 | Initial code for UVM. not tested yet... | Steve Murphree | |
2001-03-12 | sync | Aaron Campbell | |
2001-03-12 | Nvidia GeForce2 Ultra | Aaron Campbell | |
2001-03-12 | sync | Aaron Campbell | |
2001-03-12 | Another TI FireWire host controller. | Aaron Campbell | |
2001-03-12 | Add support for reading the MAC address from the APC CMOS RAM in the | Aaron 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-12 | Adjust 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-12 | add nsphyter | Jason Wright | |
2001-03-12 | -Q is not there. NetBSD PR 12384. sync with kame | Jun-ichiro itojun Hagino | |
2001-03-12 | typo; maurice@maurice.wan.nl | Theo de Raadt | |
2001-03-12 | sync | Jason Wright | |
2001-03-12 | add i82562E[MT] | Jason Wright | |
2001-03-11 | remove -v again. use -B instead for bubblebabble. make -B consistent | Markus Friedl | |
with -l and make -B work with /path/to/known_hosts. ok deraadt@ | |||
2001-03-11 | style+cleanup | Markus Friedl | |
2001-03-11 | KNF, and SHA1 binary output is just creeping featurism | Theo de Raadt | |
2001-03-11 | cleanup & shorten some var names key_fingerprint_bubblebabble. | Jakob Schlyter | |
2001-03-11 | print both md5, sha1 and bubblebabble fingerprints when using | Jakob Schlyter | |
ssh-keygen -l -v. ok markus@. | |||
2001-03-11 | add improved fingerprint functions. based on work by Carsten | Jakob Schlyter | |
Raskgaard <cara@int.tele.dk> and modified by me. ok markus@. |