70528 Commits

Author SHA1 Message Date
augustss
c068cf3953 Regen. 2000-10-04 02:09:37 +00:00
augustss
9d09a17e7c Add more vendors. 2000-10-04 02:09:07 +00:00
nisimura
a46cefdf5b Redo the previous change to save MIPS1 only configuration. It's
uncertain whether a multiple page flush with a single HitFlush()
call is safe.
2000-10-04 02:02:05 +00:00
itojun
289ebac6b2 wrap libcrypto with ${MKCRYPTO} == "yes" 2000-10-04 00:49:44 +00:00
lukem
75f05a6677 - use "press" instead of "hit"
- use "MB" instead of "Mb"
- replace duplicate "wd" with the contextually correct "sd"
2000-10-04 00:47:14 +00:00
lukem
a889a71526 update copyright date 2000-10-04 00:45:45 +00:00
lukem
0725375524 - use "press" instead of "hit"
- suggest looking in /etc/defaults/rc.conf or rc.conf(5) for rc.conf settings
- spell "separate" correctly
- use "third party" instead of "3rd party"
- move notes about /etc/localtime; sysinst does it for us
- update copyright date
2000-10-04 00:44:24 +00:00
lukem
791987d225 use - instead of -- 2000-10-04 00:35:13 +00:00
lukem
d88b30e5b3 if we're going to refer to `sysinst' in the literal, don't capitalise
its name at the start of a sentence.
2000-10-04 00:34:35 +00:00
lukem
dfc1de8167 minor knf 2000-10-04 00:33:50 +00:00
lukem
19aacd6b5b refer to the GENERIC kernel as "GENERIC" and not "generic" 2000-10-04 00:31:49 +00:00
lukem
f851c9bfa2 update copyright date 2000-10-04 00:29:53 +00:00
lukem
a5fc462963 "format /s" is probably better than "format/s" 2000-10-04 00:29:28 +00:00
lukem
f7ad6f8074 - use .Pp to separate paragraphs
- indent paragraphs which are preceeded by the paragraph
	``In the following statement, "This software" refers to the [...]''
2000-10-04 00:28:36 +00:00
itojun
72beb4728a add config file directory 2000-10-04 00:27:48 +00:00
itojun
f0dc76db35 a test build tree for racoon IKE daemon.
you need KAME tree to compile this (point the top by ${KAMEROOT}
in Makefile.inc).

XXX maybe too big for /sbin...869K with certificate support, and 574K without
certificate support (i386, stripped, static-link)
2000-10-04 00:21:17 +00:00
thorpej
9f76a74e1e Pop one off the TODO list. 2000-10-03 23:52:39 +00:00
thorpej
efbead5055 When an Ethernet interface detaches, unconfigure any VLANs associated
with it.
2000-10-03 23:50:52 +00:00
thorpej
5fcde4924f Support ETHERCAP_VLAN_MTU by igorning Receive Watchdog and Transmit Jabber
errors if VLANs are configured on the interface.
2000-10-03 23:35:55 +00:00
thorpej
cbfe7605c9 Support ETHERCAP_VLAN_MTU by doing extra error checking upon packet
reception and saving other "bad frames" (i.e. ones that are larger
than the standard Ethernet frame length) if we have VLANs configured
on the interface.
2000-10-03 23:35:02 +00:00
thorpej
96375e93ea Improve the VLAN support, in particular, handling of MTU:
- Add a macro to compute the max frame length based on Ethertype
  and presence of FCS, and use it to validate the packet size
  in ether_input().
- Add capabilites to struct ethercom, and allow hardware drivers
  to specify that they can handle the larger hardware MTU that
  VLANs require in order to strictly conform to 802.1Q.
- Make ether_ifdetach() clear out the link address and free all of
  the Ethernet multicast structures.

Also, rearrange the VLAN driver itself in preparation to supporting
other hardware types, including FDDI (which has 802.1Q VLAN capability).
2000-10-03 23:33:38 +00:00
lukem
4b0f21a916 - use "press" instead of "hit"
- use "Control-A" instead of "^A"
- update copyright date
2000-10-03 23:23:56 +00:00
lukem
0a266992a1 - use "press" instead of "hit"
- update copyright date
2000-10-03 23:19:11 +00:00
cgd
11e8e89dd4 add some additional info re: MIPS32 PRID encoding, derived from
the ``MIPS32 4K Processor Core Family Software User's Manual
Revision 01.07 June 19, 2000", available on the web from:
http://www.mips.com/declassified/Declassified_2000/MD00016-2B-4K-SUM-01.07.pdf
2000-10-03 23:15:58 +00:00
lukem
db32885e42 - use "press" instead of "hit"
- update copyright date
2000-10-03 23:05:30 +00:00
itojun
ffc758331e support rijndael-cbc 2000-10-03 23:00:54 +00:00
jeffs
d00dba6879 Supply fetch_kcore_registers() implementation for NetBSD mips. 2000-10-03 22:48:54 +00:00
itojun
2fe73fd967 typo 2000-10-03 22:46:21 +00:00
lukem
812f74a909 update copyright date 2000-10-03 22:46:20 +00:00
itojun
6653c1a74d forgot to update maximum number of algorithms 2000-10-03 22:43:52 +00:00
lukem
9a21eb644a - spell `separate' correctly
- update copyright date
2000-10-03 22:43:37 +00:00
lukem
83bfef4f5d - use press' instead of hit'
- update copyrights
2000-10-03 22:24:33 +00:00
itojun
4bfd9169a9 support rijndael-cbc. 2000-10-03 21:48:33 +00:00
itojun
553ce2a5e7 add official # for AES (12), and make it equal to rijndael.
Note that:
- IANA assignment was made for AES
- we still have some time window till AES gets finalized, so until it gets
  finalized, we are not certain if AES == rijndael
but it should now be okay.
2000-10-03 21:45:44 +00:00
mrg
dd521daa8b clean up a comment. 2000-10-03 20:50:49 +00:00
sommerfeld
60e54bbbdc Allow format-arg checking for setproctitle 2000-10-03 19:53:58 +00:00
sommerfeld
54147b08b7 Allow passthrough format-string checking of catgets 2000-10-03 19:53:32 +00:00
sommerfeld
d68f3adec6 Close possible format string attack. 2000-10-03 19:52:39 +00:00
bjh21
adf3f4b907 Fix SYNOPSES:
Options without arguments go first in a bunch (see /usr/share/misc/style)
"add", "del", "info", "mod" arguments to user(8) and group(8) are command
modifiers, not normal text.
-D is not optional when setting the defaults for useradd(8)

Also add a missing .Ar to groupinfo.8
2000-10-03 19:32:23 +00:00
bjh21
ef44b18354 Split the SYNOPSIS into three cases, since not all options can be used
together.  The three cases are:

Adding a virtual terminal (can take -t/-e to configure)
Deleting a virtual terminal (can take -F to force)
Adding or removing a keyboard or multiplexor (can take neither of the above,
  and the index is optional)
2000-10-03 19:08:50 +00:00
chs
65ab1f3650 include opt_inet.h, needed by previous check-in. 2000-10-03 17:18:15 +00:00
bjh21
c7e2fe84a9 Fix whitespace glitch. 2000-10-03 15:28:16 +00:00
bjh21
93d5bd4fa7 Fix whitespace glitches. 2000-10-03 15:18:07 +00:00
itojun
35acecee2a regression test for libcrypto. 2000-10-03 15:13:21 +00:00
bjh21
16ad58a09c Clean up whitespace glitches.
Use subsections where appropriate.
2000-10-03 15:10:57 +00:00
itojun
18e8d6decc do not loop forever 2000-10-03 15:07:14 +00:00
itojun
42e4adfd95 make it useful as test (exit 0 if successful) 2000-10-03 14:45:36 +00:00
bjh21
9626c2fdbb Put the sections in the canonical order.
Fix formatting of '=' and '+='.
File names are .Pa, not .Ar.
2000-10-03 14:33:16 +00:00
bjh21
74521fc775 Use \(mu for a multiplication sign.
Use .Ql for literals in running text.
Use .Ar when referring to arguments.
2000-10-03 14:21:47 +00:00
bjh21
ea46e54f3e Use \(mu when we need a multiplication sign.
Use .Bx.
Use .Ql for literals in running text.
2000-10-03 14:20:52 +00:00