summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-04-04Ansify source. Handles are now 16 bits.mjacob
2001-04-04Ansify source. Say which channel the initiator ID is for. Renamemjacob
ICBOPT_PORTNAME to ICBOPT_BOTH_WWNS as being more descriptive. Change handles to 16 bits. Add ISPCTL_RUN_MBOXCMD control function.
2001-04-04bye bye -U (soft updates).Grigoriy Orlov
2001-04-04Ansify. Fix botch that kept ISP 1020 firmware from being compiled in.mjacob
Handles are 16 bits now.
2001-04-04parse full kexinit packet.Markus Friedl
make server-side more robust, too.
2001-04-04there is no such thing as autoconf(3), but there is autoconf(4)Bruno Rohee
2001-04-04we don't care about missing bannerfiles; from tsoome@ut.ee, ok deraadt@Markus Friedl
2001-04-04more robust rekeyingMarkus Friedl
don't send channel data after rekeying is started.
2001-04-04Document softdep option.Grigoriy Orlov
>From NetBSD. art@ ok.
2001-04-04Add "softdep" option to mount. Update from rw/async to softdepGrigoriy Orlov
and otherwise are disabled. art@ ok.
2001-04-04match on a few more cards, prism2 support; aaron@ ok; from NetBSDMichael Shalayeff
2001-04-04Disable ATAPI DMA on Promise controllers and some ALi controllers.Constantine Sapuntzakis
Change Bus Master DMA Stop to not trust what we read from the device.
2001-04-04f-secure 1.3.2 does not handle IGNORE; from milliondl@ornl.govMarkus Friedl
2001-04-04enable server side rekeying + some rekey related clientup.Markus Friedl
todo: we should not send any non-KEX messages after we send KEXINIT
2001-04-04missung euid swapout; j@ida.interface-business.deTheo de Raadt
2001-04-04don't sent multiple kexinit-requests.Markus Friedl
send newkeys, block while waiting for newkeys. fix comments.
2001-04-04Lay the groundwork for disabling ATAPI DMA on controllersConstantine Sapuntzakis
where we have trouble. Note, in theory, ATAPI DMA is no different than ATA DMA. "Promise" not to tell anybody
2001-04-04Minor cleanup to minimize diffs with NetBSDConstantine Sapuntzakis
2001-04-04suppress RS/RA log messages (can be re-enabled by net.inet6.icmp6.nd6_debug),Jun-ichiro itojun Hagino
as they may fill up /var. sync with kame.
2001-04-04make sure rcvif is not bogus, on call to icmp6_reflect.Jun-ichiro itojun Hagino
2001-04-04do not check ip_mtudisc on IPv6 TCP.Jun-ichiro itojun Hagino
with IPv6 TCP PMTUD is mandatory, compute mss size accordingly. sync with kame
2001-04-04check for return value of ENODEV from ifpromisc(). This will happenJason Wright
at detach time when if_detach_ioctl() has been installed for an outgoing interface and does not represent an error.
2001-04-04enable client rekeyingMarkus Friedl
(1) force rekeying with ~R, or (2) if the server requests rekeying. works against ssh-2.0.12/2.0.13/2.1.0/2.2.0/2.3.0/2.3.1/2.4.0
2001-04-03undo parts of recent my changes: main part of keyexchange does notMarkus Friedl
need dispatch-callbacks, since application data is delayed until the keyexchange completes (if i understand the drafts correctly). add some infrastructure for re-keying.
2001-04-03Minor clean-ups:Marc Espie
- document some more things (MANPS, make oddities) - put all PHONY targets in bsd.own.mk, since it's included by everything that uses it. - remove them from bsd.lib.mk, since it includes bsd.own.mk. - ... except for load/unload, which are only in bsd.lkm.mk. - fix spell target, so that it actually depends on the generated file. okay niklas@
2001-04-03mount_mfs should not take the -U flag sync mfs is async and you cannotTodd C. Miller
have both aync and soft updates (not that it makes sense to have soft updates on mfs anyway). Also sync the usage in mount_mfs mode to the man page.
2001-04-03id_rsa1/2 -> id_rsa; ok markus@Todd T. Fries
2001-04-03syncTheo de Raadt
2001-04-03We now can emulate vfork14 correctlyNiklas Hallqvist
2001-04-03vm_map.pmap should always be used, not only for uvm.Artur Grabowski
2001-04-03Fix a vm_pmap in a debug printf.Artur Grabowski
2001-04-03Add missing return type to dn_comp() prototype in SYNOPSIS; matt@anzen.comAaron Campbell
2001-04-03move kex to kex*.c, used dispatch_set() callbacks for kex. shouldMarkus Friedl
make rekeying easier.
2001-04-03throw \v and \h alignments out.Marc Espie
2001-04-03It is unnecessary to wrap uvm_wait() in splhigh(). Also, set p_addr to NULLAaron Campbell
when we free it; art@ ok
2001-04-03Don't free reallocated memory.Hakan Olsson
2001-04-03free() -> xfree()Kevin Steves
2001-04-03The hsq driver is not i386-only.Aaron Campbell
2001-04-03x509 verified to work on NetBSD nowNiklas Hallqvist
2001-04-03Be a bit more persistent when the NET_RT_IFLIST sysctl returns ENOMEMbrian
rather than dropping out immediately.
2001-04-03Don't say ``PPP enabled'' if we're given the -quiet switchbrian
2001-04-03siop is already defined in miland; from from@Michael Shalayeff
2001-04-03HighPointChris Cappuccio
2001-04-03If you cannot test your work, please do not do commits and then break userlandTheo de Raadt
2001-04-02PMAP_NEW is now default behaviour, get old pmap with option PMAP_OLD.Niklas Hallqvist
However PMAP_OLD is just there for emergencies, and will go away in the future
2001-04-02Do not delete timeouts when they are not setNiklas Hallqvist
2001-04-02Cleanup for 64bit support.Dale Rahn
Pieces by art, niklas and me. Only tested on powerpc.
2001-04-02Oops, this should have been committed along with the SROM media block parsingAaron Campbell
changes to the dc driver.
2001-04-02syncNiklas Hallqvist
2001-04-02On popular demand, the Linux-compatibility clone(2) implementation basedNiklas Hallqvist
on NetBSD's code, as well as some faked Posix RT extensions by me. This makes at least simple linuxthreads tests work.