Dag-Erling Smørgrav
79ef1f32da
Various NFS-related bug fixes (mostly related to using variable_get()
...
instead of variable_cmp() to test boolean rc.conf variables).
Submitted by: hmp
2003-10-19 13:37:12 +00:00
Hajimu UMEMOTO
31423309c2
don't print ndp -i result if the interface is not
...
initialized
Obtained from: KAME
2003-10-17 16:17:47 +00:00
Hajimu UMEMOTO
a96bd7843f
- NI_WITHSCOPEID was deprecated
...
- use strlcpy() and snprintf()
- use err()
- style
Obtained from: KAME
2003-10-17 11:46:40 +00:00
Hajimu UMEMOTO
2f4c5de968
- style
...
- rename variable
- use strlcpy
- const'fy
Obtained from: KAME
2003-10-17 11:43:44 +00:00
Hajimu UMEMOTO
b42ac57f4f
- support AES counter mode for ESP.
...
- use size_t as return type of schedlen(), as there's no error
check needed.
- clear key schedule buffer before freeing.
Obtained from: KAME
2003-10-13 14:57:41 +00:00
Tim J. Robbins
1a7c9b7f5e
Fix two buffer overflows caused by off-by-one errors: avoid writing a null
...
character 1 byte past the end of cmdline[] when libedit is being used for
input, and avoid writing a null pointer 1 element past the end of margv[].
Reviewed by: gad
2003-10-13 07:24:22 +00:00
Hajimu UMEMOTO
c65ee7c758
- support AES XCBC MAC for AH
...
- correct SADB_X_AALG_RIPEMD160HMAC to 8
Obtained from: KAME
2003-10-13 04:54:51 +00:00
Maksim Yevmenkin
0986ab12e4
Update Bluetooth code.
...
Reviewed by: M. Warner Losh <imp@bsdimp.com>; John Hay <jhay@freebsd.org>
Approved by: M. Warner Losh <imp@bsdimp.com> (mentor)
2003-10-12 22:04:24 +00:00
Murray Stokely
907d866750
Update the number of ports.
2003-10-12 21:35:50 +00:00
Hajimu UMEMOTO
492528c051
- RIPEMD160 support
...
- pass size arg to ah->result (avoid assuming result buffer size)
Obtained from: KAME
2003-10-12 09:41:42 +00:00
Tim J. Robbins
acb85bc034
Fix a BSS buffer overflow caused by makeargv() writing past the end of
...
margv[] when an input line contains 20 or more space-separated words.
2003-10-11 07:35:35 +00:00
Marc Fonvieille
d184af19f5
Typos fixing:
...
paramters -> parameters
assoicated -> associated
2003-10-05 12:09:31 +00:00
Warner Losh
7c9b63d96a
Ooops. Committed sin number 1: updating the code w/o updating the comments.
...
Update the comments too.
2003-10-04 18:43:21 +00:00
Warner Losh
9cd2bd7564
I've been burned about half a dozen times by the old PAO syntax for
...
'any' interrupt. There's no reason not to be liberal here and accept
the PAO syntax.
MFC After: 2 weeks
2003-10-04 18:40:36 +00:00
Christian Weisgerber
fc3b13fcee
missing word
2003-10-04 15:43:22 +00:00
Christian Weisgerber
c698f34f6c
reference ntpd(8)
2003-10-04 15:07:27 +00:00
Garance A Drosehn
c303328741
Handle a 'const' parameter without using __DECONST().
...
MFC after: 14 days
2003-10-04 02:24:47 +00:00
Sam Leffler
d6bb3ab6ff
remove unused variable
...
Supported by: FreeBSD Foundation
2003-10-03 21:06:17 +00:00
Bruce M Simpson
43039b7df5
mdoc(7) cleanups (use .Va, not .Dv, for sysctls.)
...
Reviewed by: ru
2003-10-03 07:48:56 +00:00
Bruce M Simpson
0cc7c160e2
mdoc(7) cleanup: Break up sentences so that they start on new lines.
2003-10-03 01:20:33 +00:00
Bruce M Simpson
1e709b6f23
Point out the existence of net.link.ether.inet.log_arp_movements.
...
Add sysctl(8) to the list of cross-referenced manual pages.
2003-10-03 01:18:21 +00:00
Bruce M Simpson
4cd8d8d59c
Update arp(4) to document the 'arp: foo is on if0 but got reply from
...
bar on if1' message.
PR: bin/48489
Requested by: ru
2003-10-03 01:15:40 +00:00
Christian Weisgerber
9a0e785bba
Mark the -i and -n options as mutually exclusive and fix various
...
mdoc formatting nits.
PR: 57027
Approved by: simon
Obtained from: OpenBSD
2003-10-03 00:44:11 +00:00
Peter Wemm
9afe34c150
Add asf for amd64
2003-09-30 04:19:01 +00:00
Peter Wemm
40255f22be
Add mptable
2003-09-30 04:17:45 +00:00
Peter Wemm
8c489d725d
Make this build and work on amd64 (sledge at least).
2003-09-30 04:09:21 +00:00
Warner Losh
396aad8da7
Document that the atheros driver supports wicontrol too. Minor word
...
smithing as approrpiate.
PR: 57327
Submitted by: Matt Peterson
2003-09-29 06:34:47 +00:00
Warner Losh
6584aa064a
Add -L to the usage message.
...
PR: 57327
Submitted by: Matt Peterson
2003-09-29 06:32:11 +00:00
Robert Watson
4880db4afd
Tweak "system security profiles:
...
(1) Don't modify the configuration of the NFS server as a result of
selecting a profile. We already explicitly prompt for the NFS
server configuration during install, and the user may not get
much advance notice that we're turning it off again. Instead,
use profiles (for better or for worse) only for security tuning.
(2) Don't modify the sendmail setting as part of the security profile:
use the default from /etc/defaults/rc.conf rather than explicitly
specifying. Note that the default in /etc/defaults/rc.conf is
more conservative than the explicit rc.conf entry added by
sysinstall during install, as it does not permit SMTP delivery.
(3) Update "congratulations on your profile" text to reflect these
changes.
Note that security profiles now affect only the securelevel and sshd
settings. My leaning would be to make sshd an explicit configuration
option, move securelevels to the security menu, and drop security
profiles entirely. However, that requires more plumbing of sendmail
than I'm currently willing to invest.
We may want to add a "permit SMTP delivery" question to the install
process.
2003-09-28 05:21:23 +00:00
Ken Smith
2d8b91ac5f
- Another update to list of FTP sites
...
Approved by: murray
2003-09-28 03:34:49 +00:00
Tom Rhodes
208cece4f0
Fix a cut n paste typo I introduced in rev 1.211.
...
PR: 57012
Submitted by: Nobuyuki Koganemaru <n-kogane@syd.odn.ne.jp> (original version)
Friendly prod provided by: murray
MFC: after re approval
2003-09-27 13:58:16 +00:00
Hidetoshi Shimokawa
a8587980d8
Add -p option to dump phy registers.
2003-09-25 09:33:16 +00:00
Hidetoshi Shimokawa
77ceb8f469
Add -s option to strip subdirectory from module path.
...
e.g. moudle-path/firewire/firewire.ko -> module-path/firewire.ko
Reviewed by: grog
2003-09-25 07:56:48 +00:00
Ken Smith
e41eb869cb
Update list of FTP sites.
...
Approved by: jhb
2003-09-24 18:29:11 +00:00
Joe Marcus Clarke
b07fbc17e9
Add Cisco Skinny Station protocol support to libalias, natd, and ppp.
...
Skinny is the protocol used by Cisco IP phones to talk to Cisco Call
Managers. With this code, one can use a Cisco IP phone behind a FreeBSD
NAT gateway.
Currently, having the Call Manager behind the NAT gateway is not supported.
More information on enabling Skinny support in libalias, natd, and ppp
can be found in those applications' manpages.
PR: 55843
Reviewed by: ru
Approved by: ru
MFC after: 30 days
2003-09-23 07:41:55 +00:00
Garance A Drosehn
6a1485e2fe
Restructure the time processing routines, mainly to fix up the
...
"will trim at" message printed when the user requests '-v'. The
previous code would often print the wrong time, such as:
On Sept 22, run: newsyslog -nv /var/log/wtmp
And see: will trim at Mon Sep 1 05:00:00 2003
correct msg: will trim at Wed Oct 1 05:00:00 2003
MFC after: 20 days
2003-09-23 00:00:26 +00:00
Nate Lawson
69a9febdc2
Only print an end '}' if the field was non-zero (i.e. there were some flags
...
to print).
2003-09-21 03:51:48 +00:00
SUZUKI Shinsuke
f9547841bc
fixed memory leak.
...
Obtained From: KAME
2003-09-20 09:41:13 +00:00
Eivind Eklund
37c1515e47
Name moderate security settings "Moderate", not "Medium"
2003-09-18 17:36:20 +00:00
Eivind Eklund
a0503c278d
Propagate ioctl() failure to exit status
2003-09-18 16:20:32 +00:00
Eivind Eklund
a1247a1f31
- Reorder to group the non-obsolete options together
...
- Change from "will be deprecated in 5.1" to "was deprecated in 5.1"
2003-09-18 16:18:45 +00:00
Poul-Henning Kamp
a5b2c904fa
Referring to FreeBSD versions later than 2.0R as "fairly recent" is pretty
...
archaic at this point in time. Pretend nobody runs FreeBSD 1.x anymore
in order to not confuse people needlessly.
Laplink support probably doesn't even work at this point in time anyway...
2003-09-18 15:13:57 +00:00
Marcel Moolenaar
9862c36bfb
Fix 3 'cast to pointer from integer of different size' warnings.
...
While here, fix the long line bugs in the same statements.
2003-09-17 03:45:30 +00:00
Marcel Moolenaar
0346a1de85
Add acpi to the build on ia64. The support for ACPI 2.0x has gotten
...
to a point where we don't map the wrong (ie 32-bit) addresses. We
don't always dump the right values yet, but that's not critical.
Ok'd: njl
2003-09-16 21:25:42 +00:00
Ruslan Ermilov
959d6c24f6
Get rid of duplicates.
2003-09-14 13:41:59 +00:00
Garance A Drosehn
526d55a405
Correct the calculation of "a leap year" in parseDWM. The calculation
...
would only match a leap year every 400 years. The parseDWM code first
showed up in April 2000, so the first time this bug would cause any
confusion is in Feb 2004.
MFC after: 18 days
2003-09-14 00:56:50 +00:00
Nate Lawson
5cd10ac5d9
Correct typo in comment.
2003-09-14 00:40:24 +00:00
Nate Lawson
2e71eb1257
For dumping the DSDT (-o option), be sure to use the X_DSDT address if
...
appropriate. This should be the last change to make ia64 work.
2003-09-14 00:37:52 +00:00
Nate Lawson
64fdad2352
Add the -i flag to acpiconf(8) to retrieve battery information.
...
Rename a few structure elements.
2003-09-13 20:13:01 +00:00
Nate Lawson
51c1824f80
C2/C3 latency is in microseconds (us), not ms.
2003-09-13 18:47:49 +00:00