Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-04-06 | Fix typo introduce when removing smtpd MLINK | Todd C. Miller | |
2000-04-06 | include vm/vm.h because some stuff in the kernel depends on that. | Artur Grabowski | |
(all other archs include it) | |||
2000-04-06 | Random cleanup. | Artur Grabowski | |
2000-04-06 | I 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-06 | no adjust after close | Markus Friedl | |
2000-04-06 | ssh2 server side, see README.openssh2; enable with 'sshd -2' | Markus Friedl | |
2000-04-06 | sync | Theo de Raadt | |
2000-04-06 | Get FC connection topology out of f/w during startup. Reset restriction | mjacob | |
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-06 | Remove restriction against bus resets for Ultra3 cards (and what | mjacob | |
would have been for Ultra2)- we've fixed the problem in isp_control. | |||
2000-04-06 | Roll internal revision level. Put in Fibre Channel topology storage | mjacob | |
and definitions. | |||
2000-04-06 | hide debugging printfs | Michael Shalayeff | |
2000-04-06 | Don't make a sendmail smtpd link, it will be confused with beck's smtpd. | Todd C. Miller | |
2000-04-05 | seed srandom from /dev/arandom not /dev/urandom | Todd C. Miller | |
2000-04-05 | do not exhaust the random pool while debugging | Michael Shalayeff | |
2000-04-05 | mv config to base, because of config -e; ericj | Theo de Raadt | |
2000-04-05 | Clarify _SC_ARG_MAX | Todd C. Miller | |
2000-04-05 | Fix bogus error message. Not a dir can mean *nothing* at all. | Marc Espie | |
Reviewed by aaron@... ;-) | |||
2000-04-05 | run at splnet() instead of splimp() | Jason Wright | |
2000-04-05 | maintain state about keys, upload them to context ram once (and avoid the | Jason 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-05 | Add /etc/mail for sendmail 8.10 | Todd C. Miller | |
2000-04-05 | Keep configure from complaining about missing *.man.in | Todd C. Miller | |
2000-04-05 | more detail about interaction with ipsec | Jason Wright | |
2000-04-05 | regen | Niklas Hallqvist | |
2000-04-05 | Correct RCSId | Niklas Hallqvist | |
2000-04-05 | Update to ipf 3.3.12. Most fixes relate to hardening of | Kjell Wooding | |
in-kernel ftp proxy. See sbin/ipf/HISTORY for details. | |||
2000-04-05 | Changed boot messages and fixed Ultra160 boot messages. | Steve Murphree | |
AHA-29160 Ultra160 verified working. | |||
2000-04-05 | Add USB modem driver stubs; from NetBSD. Not yet tested. | Aaron Campbell | |
2000-04-04 | Sync with NetBSD. | Aaron Campbell | |
2000-04-04 | New 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-04 | remove unused argument, split cipher_mask() | Markus Friedl | |
2000-04-04 | add mac result pointer to the callback routine | Jason 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-04 | regen | Michael Shalayeff | |
2000-04-04 | make the comment and definition of HIFN_MAX_COMMAND more readable | Jason Wright | |
define HIFN_MAC_CMD_RESULT bit (append MAC to result buffer) | |||
2000-04-04 | new cards supported by if_awi (new coming soon); also extraneous spaces removed | Michael Shalayeff | |
2000-04-04 | Clarify IPv6 comment | Todd C. Miller | |
2000-04-04 | re-order: group ssh1 vs. ssh2 | Markus Friedl | |
2000-04-04 | Update 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-04 | Add "expert mode" and don't prompt for fsize/bsize/cpg unless an expert | Todd 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-04 | Scan l and n sections as well. | Marc Espie | |
Noticed by Hal Snyder. | |||
2000-04-04 | missing free. | Markus Friedl | |
2000-04-04 | ssh2 client implementation, interops w/ ssh.com and lsh servers. | Markus Friedl | |
2000-04-04 | Register PLIST_SRC before dependencies and conflicts so that the | Marc Espie | |
PLIST_CWD != PLIST_SRC hack works with dependencies present. Noticed and tested by Camiel. | |||
2000-04-04 | Fix the leak for real (that's what I get for hacking when i can't sleep). | Todd C. Miller | |
2000-04-04 | Make sure /etc/netstart references /etc/mail/sendmail.cf, not | Todd C. Miller | |
/etc/sendmail.cf or on reboot sendmail will not be started. | |||
2000-04-04 | Remove the -E flag from ipf as it is implicitly enabled and using | Todd C. Miller | |
the -E flag here causes the kernel to printf 'IP Filter: already initialized'. | |||
2000-04-04 | Verbiage fix. | Angelos D. Keromytis | |
2000-04-04 | Fix an fd leak if the read from /dev/arandom fails. Pointed out by | Todd C. Miller | |
Markus Friedl. | |||
2000-04-04 | remove accidentally comitted files | Artur Grabowski | |
2000-04-04 | regen | Michael Shalayeff | |
2000-04-04 | i82802AB/AC firmware hub | Michael Shalayeff | |