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
simonb
5d4fa9b0ce
Revert rev 1.31 of bha.c (and associtated changes in the headers and
...
config glue files).
Fixes PR kern/9841. Tested by Tracy J. Di Marco White with a bt948
and 6 disks.
2000-10-03 14:07:36 +00:00
itojun
78907e0169
don't give result of function directly into syslog, use "%s".
2000-10-03 13:54:31 +00:00
tsutsui
91959d389e
Typo in comment.
2000-10-03 13:54:02 +00:00
tsutsui
33e8ebeef3
1970 -> POSIX_BASE_YEAR
2000-10-03 13:52:39 +00:00
tsutsui
2f6ed1a331
Reorganize news68k clock device configuration and
...
prepare to switch to MI mk48txx driver.
XXX news68k does not have bus_space(9) support yet.
2000-10-03 13:49:24 +00:00
tsutsui
df9baa1d7a
Move #define POSIX_BASE_YEAR to clock_subr.h.
2000-10-03 13:41:07 +00:00
scw
5c0e061414
Free the bind-address list entries, as well as the list itself.
2000-10-03 13:28:27 +00:00
tsutsui
5c0aabad0d
For SECDAY, use "24 * 60 * 60" rather than "86400".
2000-10-03 13:00:30 +00:00
bjh21
08964241f9
The usual formatting fixups.
2000-10-03 12:47:13 +00:00
bjh21
7faddc8d05
Only one fix here -- use .Ar when referring to arguments in running text.
2000-10-03 12:38:05 +00:00
bjh21
867a62d338
Apply .Fl, .Dq, .Ql and .Ar where necessary to fix formatting.
2000-10-03 12:34:05 +00:00
bjh21
41ed24d174
Fix the blank line in my last commit.
...
.Fl-ify mentions of "-D"
Use .Dq rather than ""
2000-10-03 12:18:09 +00:00