summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2000-04-06Fix typo introduce when removing smtpd MLINKTodd C. Miller
2000-04-06include vm/vm.h because some stuff in the kernel depends on that.Artur Grabowski
(all other archs include it)
2000-04-06Random cleanup.Artur Grabowski
2000-04-06I didn't get this right the last time....brian
When an NCP reaches TLF, *ONLY* datalink_Close() links that are in DATALINK_OPEN. When the last link reaches TLD, DOWN all NCPs (as we used to in the links TLF (which was the wrong place anyway)), as the NCPs aren't now going to datalink_Close() us unexpectedly, we get to continue doing what we were told to do in the first place. The result: When we lose a link, the IPCP layer goes down and we actually call the stuff in ppp.linkdown !
2000-04-06no adjust after closeMarkus Friedl
2000-04-06ssh2 server side, see README.openssh2; enable with 'sshd -2'Markus Friedl
2000-04-06syncTheo de Raadt
2000-04-06Get FC connection topology out of f/w during startup. Reset restrictionmjacob
against targets < 129 if we're on a Public Loop- we can have those, yes. Fix all the settings isp_sendmarker all throughout this file to OR in the bus that we are trying to synchronize (e.g., after a bus reset)- this way we don't wipe out pending sendmarker settings that haven't been done yet.
2000-04-06Remove restriction against bus resets for Ultra3 cards (and whatmjacob
would have been for Ultra2)- we've fixed the problem in isp_control.
2000-04-06Roll internal revision level. Put in Fibre Channel topology storagemjacob
and definitions.
2000-04-06hide debugging printfsMichael Shalayeff
2000-04-06Don't make a sendmail smtpd link, it will be confused with beck's smtpd.Todd C. Miller
2000-04-05seed srandom from /dev/arandom not /dev/urandomTodd C. Miller
2000-04-05do not exhaust the random pool while debuggingMichael Shalayeff
2000-04-05mv config to base, because of config -e; ericjTheo de Raadt
2000-04-05Clarify _SC_ARG_MAXTodd C. Miller
2000-04-05Fix bogus error message. Not a dir can mean *nothing* at all.Marc Espie
Reviewed by aaron@... ;-)
2000-04-05run at splnet() instead of splimp()Jason Wright
2000-04-05maintain state about keys, upload them to context ram once (and avoid theJason Wright
300 clock penalty on key upload) XXX hifn_freesession should probably zot the keys from context ram but XXX does not yet.
2000-04-05Add /etc/mail for sendmail 8.10Todd C. Miller
2000-04-05Keep configure from complaining about missing *.man.inTodd C. Miller
2000-04-05more detail about interaction with ipsecJason Wright
2000-04-05regenNiklas Hallqvist
2000-04-05Correct RCSIdNiklas Hallqvist
2000-04-05Update to ipf 3.3.12. Most fixes relate to hardening ofKjell Wooding
in-kernel ftp proxy. See sbin/ipf/HISTORY for details.
2000-04-05Changed boot messages and fixed Ultra160 boot messages.Steve Murphree
AHA-29160 Ultra160 verified working.
2000-04-05Add USB modem driver stubs; from NetBSD. Not yet tested.Aaron Campbell
2000-04-04Sync with NetBSD.Aaron Campbell
2000-04-04New USB mass storage driver. Improvements: Uses asynchronous USB requests,Aaron Campbell
supports more transport protocols (bulk-only and CBI), supports more command sets (SCSI and ATAPI); from NetBSD. Not yet tested.
2000-04-04remove unused argument, split cipher_mask()Markus Friedl
2000-04-04add mac result pointer to the callback routineJason Wright
register as supporting MD5_HMAC96 and SHA1_HMAC96 use the correct bit (HIFN_MAC_CMD_NEW_KEY) when checking the mac_cmd mask don't append the mac result to the dest buffer, add it to the result buffer remove incorrect source count calculation involving mac length add order checking to hifn_process so that we can verify the request is possible given the ordering of processing units within the hifn. correct hifn_callback()'s handling of mac checking and copy the computed mac into the right place in the mbuf.
2000-04-04regenMichael Shalayeff
2000-04-04make the comment and definition of HIFN_MAX_COMMAND more readableJason Wright
define HIFN_MAC_CMD_RESULT bit (append MAC to result buffer)
2000-04-04new cards supported by if_awi (new coming soon); also extraneous spaces removedMichael Shalayeff
2000-04-04Clarify IPv6 commentTodd C. Miller
2000-04-04re-order: group ssh1 vs. ssh2Markus Friedl
2000-04-04Update to ncurses-5.0-20000401:Todd C. Miller
o change unctrl() to render C1 characters (128-159) as ~@, ~A, etc. o trace() function is provided only if TRACE is defined, e.g., in the debug library. Modify related calls to _tracechar() to use unctrl() instead.
2000-04-04Add "expert mode" and don't prompt for fsize/bsize/cpg unless an expertTodd C. Miller
next_offset() now takes a pointer to the partition size as its second argument instead of a pointer to the partition. This allows us to get the offset earlier on and sort_partitions() will not try and include the partition we are trying to create in its list. In free_chunks() start looking for things at starting_sector, not 0, to avoid getting starting offsets that precede the start of the OpenBSD part of the disk.
2000-04-04Scan l and n sections as well.Marc Espie
Noticed by Hal Snyder.
2000-04-04missing free.Markus Friedl
2000-04-04ssh2 client implementation, interops w/ ssh.com and lsh servers.Markus Friedl
2000-04-04Register PLIST_SRC before dependencies and conflicts so that theMarc Espie
PLIST_CWD != PLIST_SRC hack works with dependencies present. Noticed and tested by Camiel.
2000-04-04Fix the leak for real (that's what I get for hacking when i can't sleep).Todd C. Miller
2000-04-04Make sure /etc/netstart references /etc/mail/sendmail.cf, notTodd C. Miller
/etc/sendmail.cf or on reboot sendmail will not be started.
2000-04-04Remove the -E flag from ipf as it is implicitly enabled and usingTodd C. Miller
the -E flag here causes the kernel to printf 'IP Filter: already initialized'.
2000-04-04Verbiage fix.Angelos D. Keromytis
2000-04-04Fix an fd leak if the read from /dev/arandom fails. Pointed out byTodd C. Miller
Markus Friedl.
2000-04-04remove accidentally comitted filesArtur Grabowski
2000-04-04regenMichael Shalayeff
2000-04-04i82802AB/AC firmware hubMichael Shalayeff