summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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.
2001-04-02ATA_POLL should have been AT_POLLConstantine Sapuntzakis
Flushcache on shutdown used to pass both AT_POLL and AT_WAIT. The two flags do not make sense together. Should fix panic when shutting down from ddb
2001-04-02pool_get with PR_NOWAIT can fail. Handle that.Artur Grabowski
(the old code could return NULL and the callers check for that, so it should be ok.
2001-04-02grammar; slade@shore.netTheo de Raadt
2001-04-02Satisfy boss.Marc Espie
2001-04-02Add padding and new field 'flags2' to struct scsi_inquiry_data,Kenneth R Westerback
bringing it in line with the spc-2 definition of standard inquiry data. scsi_inquiry_data grows from 50 to 57 bytes in size. The new 'flags2' field gives access to PPR related information, the IUS, QAS and DT bits, used in negotiating Ultra3 transfers. Also add PPR related extended message defines. ok deraadt@
2001-04-02correct comment; ok markus@Kevin Steves
2001-04-02typo; ok markus@Kevin Steves
2001-04-02Handle for newdepend.Marc Espie
- recognize the keyword, - pass all packing lists to `pkg dependencies solve' for rewriting. pkg dependencies solve is a no-op in the absence of newdepends. With newdepends, it rewrites @newdepends -> @pkgdep on the fly, depending on what's actually installed on the machine.
2001-04-02style and fix cut & pasto from some previous commit.Federico G. Schwindt