Peter Wemm
02f474d6ba
Disable the log() builtin (the math function), because it will not do much
...
logging of information like the program expects.
2003-10-26 03:15:54 +00:00
Peter Wemm
817a5d2482
When we pass a string as auxillary data (type long), be sure to convert
...
it to a suitable type for the initialization.
2003-10-26 03:12:47 +00:00
Peter Wemm
7ed21d3224
Fix a warning about mismatched pointers. A pointer to "void *" is not the
...
same as a pointer to "char *". Tell the compiler this is ok.
2003-10-26 03:01:24 +00:00
John-Mark Gurney
b89fbbb14b
fix spelling of ATTACH
...
Submitted by: Johny Mattsson
MFC after: 2 week
(do to code freeze)
2003-10-25 22:03:10 +00:00
Hidetoshi Shimokawa
0cf85b0de8
update for conserver-8.0.4.
2003-10-25 14:53:53 +00:00
Hidetoshi Shimokawa
be162aff87
remove debug message.
2003-10-25 14:51:36 +00:00
John Baldwin
147c4b81bb
- Renumber the skerberos4 dist to fill in the gaps left when krb4 was axed.
...
- Update the DIST_CRYPTO_ALL value to match reality.
2003-10-24 20:55:15 +00:00
Hajimu UMEMOTO
f95d46333d
Switch Advanced Sockets API for IPv6 from RFC2292 to RFC3542
...
(aka RFC2292bis). Though I believe this commit doesn't break
backward compatibility againt existing binaries, it breaks
backward compatibility of API.
Now, the applications which use Advanced Sockets API such as
telnet, ping6, mld6query and traceroute6 use RFC3542 API.
Obtained from: KAME
2003-10-24 18:26:30 +00:00
Hajimu UMEMOTO
2b5e03118b
show maxmtu.
...
Obtained from: KAME
2003-10-24 18:00:17 +00:00
Hidetoshi Shimokawa
869093b15d
Add dumb console driver and related bits.
...
dcons(4): very simple console and gdb port driver
dcons_crom(4): FireWire attachment
dconschat(8): User interface to dcons
Tested with: i386, i386-PAE, and sparc64.
2003-10-24 15:44:10 +00:00
Hartmut Brandt
b9ff618c3a
Mention the fact that our crontab is not fully POSIX.2 conform, because
...
it doesn't allow the dangerous variant of calling it without any
argument.
2003-10-24 13:02:39 +00:00
Hartmut Brandt
d3a3b08778
Allow nghook to execute a program with the data socket connected to
...
stdin and stdout instead of relaying the data. Now it is possible
to say:
nghook -e path: hook /usr/local/bin/foo arg1 arg2
and foo will have the hook to path: at file descriptors 0 and 1.
Add an option to specify control messages to be send to the node before
either executing the program or entering the data relay loop.
2003-10-24 10:01:36 +00:00
Hajimu UMEMOTO
c449e28482
- style
...
- index() -> strchr()
- stop use of MAXHOSTNAMELEN
Obtained from: KAME
2003-10-23 17:36:29 +00:00
Hidetoshi Shimokawa
cfa42d3692
Add '0x' in front of EUI64 to avoid confusion.
2003-10-22 07:23:27 +00:00
Hajimu UMEMOTO
d24cb2490d
stop use of NI_WITHSCOPEID. it was deprecated.
...
Obtained from: KAME
2003-10-21 20:11:47 +00:00
Poul-Henning Kamp
3206e56993
Remove clause 3 in the copyrights (according to permission in src/COPYRIGHT)
...
Remove trailing whitespace.
2003-10-21 08:27:05 +00:00
Poul-Henning Kamp
4d169ae131
Remove "register" keywords.
...
Use newspeak functions definitions.
2003-10-21 07:58:52 +00:00
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