Tor Egge
e55bc0a096
The per-cpu temporary buffers are not needed since the pcb_save areas have
...
the proper alignment. Change dummy variable in npxinit from stack to bss
to ensure proper alignment.
Reviewed by: bde
2001-07-17 13:06:47 +00:00
Ruslan Ermilov
9f81cc840b
Backout damage to the INADDR_TO_IFP() macro in revision 1.7.
...
This macro was supposed to only match local IP addresses of
interfaces, and all consumers of this macro assume this as
well. (See IP_MULTICAST_IF and IP_ADD_MEMBERSHIP socket
options in the ip(4) manpage.)
This fixes a major security breach in IPFW-based firewalls
where the `me' keyword would match the other end of a P2P
link.
PR: kern/28567
2001-07-17 10:30:21 +00:00
Andrey A. Chernov
0247c861a3
Fix disclaimer clause
...
Submitted by: jkh
2001-07-17 08:35:45 +00:00
Poul-Henning Kamp
dd8efa4aa4
Add missing () around macro argument in cv_waitq_empty()
...
Submitted by: Harti Brandt <brandt@fokus.gmd.de>
2001-07-17 08:25:24 +00:00
Mark Murray
7b9786edfb
Mention problems with PAM upgrade and ports.
...
OK'ed by: imp
2001-07-17 08:01:25 +00:00
Mark Murray
0eb9c7b357
Update to the same level of debug-logging as the rest of the
...
FreeBSD/PAM modules.
2001-07-17 07:36:51 +00:00
Mark Murray
3741d46458
Update to the same code as in the pam_krb5.so port.
...
According to Peter, the port works - this needs more testing.
2001-07-17 07:34:36 +00:00
David Malone
20e1eb2130
o Remove old setproctitle.
...
o Mark unused variables.
o Set WARNS?=2
o Results in no code changes.
Submitted by: Mike Barcroft <mike@q9media.com>
2001-07-17 07:12:57 +00:00
Matthew Dillon
5b06b23da0
Set the NOADDITIONAL flag for bind. This removes the 5% ttl reduction
...
for glue records and forces the glue record to be reloaded from the real NS.
The 5% ttl reduction can cause the glue IN A to timeout before the NS
record in certain situations, such as when the domain owner does not match
up NS records with the NIC. This behavior by domain owners is becoming
more common as primary zone serving iterates through another glue level
(i.e. exodus hosts the master NS's but the customer then redirects the
NS's to the real DNS servers). The result is that named would appear to
work properly for about 40 minutes, and then unexpectedly fail for that
zone. This causes named to behave very inconsistently and a google search
shows that it has obviously frustrated many, many people. So until the bind
guys make named behave consistently (either fail instantly or accomodate the
case), we need to set this option to accomodate the case. The result
will be much more consistent behavior and fewer head-scratching failures.
MFC after: 3 days
2001-07-17 04:54:00 +00:00
Andrey A. Chernov
3670a10826
Add ability to configure console terminal type in /etc/ttys
...
Reviewed by: audit, jkh's silence
2001-07-17 04:09:50 +00:00
Brian Somers
17462195a8
Ignore (with a warning message) mtu/mru configurations that are greater
...
than the maximum physical values.
MFC after: 1 week
2001-07-17 01:06:13 +00:00
Bruce A. Mah
7d2c37712b
Language-dependent catalogs for RELNOTESng should override
...
the language-independent catalog.
Tested by: Alex Kapranoff <kapr@acm.org>
2001-07-17 00:46:10 +00:00
Bruce A. Mah
823d90ddb6
Minor tweaks, mostly for style.
2001-07-16 22:23:07 +00:00
Brian Somers
abca534c5b
Free things in the right order
2001-07-16 22:12:06 +00:00
Bruce A. Mah
aa008d0cf2
MFS: Minor style tweaks and markup fixes.
...
obtaining.sgml: 1.1.2.1->1.1.2.2
2001-07-16 20:36:01 +00:00
Bruce A. Mah
b078d9c3b8
ftpmail.vix.com doesn't exist anymore; don't mention this as a viable
...
method for obtaining FreeBSD.
Discussed with: Paul A Vixie <vixie@vix.com>
2001-07-16 20:22:39 +00:00
Brian Somers
c4498e7de4
TCPMSS adjusts all TCP SYN packets, not just outgoing ones.
...
Pointed out by: ru
2001-07-16 17:02:10 +00:00
Bill Paul
248fa967ca
Change the interrupt handler a bit so that we call the nge_rxeof() handler
...
when we get an RX_ERR interrupt rather than the nge_rxeoc() handler. The
rxeoc (end of channel) handler attempts to reinitialize the whole NIC,
which we don't want to do if we only received a bad packet.
2001-07-16 16:35:09 +00:00
Nik Clayton
8b4611ee0f
Note which entries are created by sysinstall(8).
...
Requested by: ru
2001-07-16 16:09:21 +00:00
Bruce A. Mah
58bcf09103
MFS: Minor style and markup tweaks.
2001-07-16 16:05:59 +00:00
Bruce A. Mah
c0b2a2425e
Add an abstract for the README.
2001-07-16 15:52:28 +00:00
Garrett Wollman
a067aeceed
Fix style bugs introduced by rev 1.28. No functional changes.
2001-07-16 15:49:58 +00:00
Ruslan Ermilov
f72acdd4c9
Clarify that MAKEOBJDIR and MAKEOBJDIRPREFIX are environment variables.
...
Submitted by: bde
2001-07-16 15:33:34 +00:00
Ruslan Ermilov
e3745c75e6
mdoc(7) police: Add strncpy() to the NAME section.
2001-07-16 12:47:34 +00:00
Sheldon Hearn
db3357b8df
Grammar: 'effect' is a noun and 'affect' is a verb.
2001-07-16 10:52:19 +00:00
Ruslan Ermilov
60f79c3c34
Spelling: aquire -> acquire.
2001-07-16 07:37:22 +00:00
Ruslan Ermilov
17a3206c22
Manpage for pfind() and zpfind().
...
Submitted by: Evan Sarmiento <kaworu@sektor7.ath.cx>
2001-07-16 07:04:09 +00:00
Tor Egge
a5d00fe997
Use PCPU_GET(cpuid) instead of curproc->p_oncpu.
...
Reviewed by: peter
2001-07-16 06:00:23 +00:00
Kris Kennaway
54b8fe08cf
Remove unnecessary #include <stdlib.h>
...
Obtained from: NetBSD
MFC After: 1 week
2001-07-16 04:48:28 +00:00
Kris Kennaway
5e2aa25bcf
Oops, commit the version which actually works
...
Obtained from: NetBSD
MFC After: 1 week
2001-07-16 04:04:22 +00:00
Kris Kennaway
bcef131fb8
Avoid a compile-time format string warning
...
Obtained from: NetBSD
MFC After: 1 week
2001-07-16 03:55:47 +00:00
David E. O'Brien
06cb5f26f7
Connect std{in,out,err} to *something* so that "hooks" scripts that write
...
to std{err,out} will not spam /etc/resolv.conf.
Ted Lemon fixed the problem in version 3 of the client, but only for the
pre-daemonized case. Thanks to Brian for pointing that out and helping
to make our future dhclient (v3) better.
Submitted by: brian
2001-07-16 01:56:48 +00:00
Peter Wemm
815d14ddab
Use a fixed type for times in on-disk structures for ufs rather than
...
something that could potentially change like time_t.
2001-07-16 00:55:27 +00:00
Kris Kennaway
8b16780ac8
Add myself
2001-07-16 00:17:48 +00:00
David E. O'Brien
59177a15cc
Now that config(8) has stopped breaking POLA (mkmakefile.c rev 1.69) by
...
always including <KERNEL>.hints if its exist reguardless of the lack of a
"hints" directive in the <KERNEL> file; we can have a real hints file again.
2001-07-15 17:56:53 +00:00
Hajimu UMEMOTO
09541513e6
do not M_WAITOK in in6_update_ifa(), since this function can be called
...
under splnet(). (some comment was added by KAME)
PR: 28927
MFC after: 1 week
2001-07-15 14:24:00 +00:00
Dima Dorfman
03578dfec7
Sort options in DESCRIPTION.
2001-07-15 14:00:19 +00:00
Dima Dorfman
478810b578
Bump date for addition of -D.
2001-07-15 13:57:06 +00:00
Dima Dorfman
797c1bc2a1
New release notes: dirhash, new ddb(4) commands, and SSE.
2001-07-15 12:27:21 +00:00
Dima Dorfman
8d43ce09fc
Add prototypes, staticize, constify, don't shadow global variables and
...
functions, remove an unused function, and silence other assorted
warnings.
Set WARNS=2.
2001-07-15 11:03:28 +00:00
Dima Dorfman
b91c884fda
Set WARNS=2 on programs which compile cleanly.
...
Submitted by: Mike Barcroft <mike@q9media.com>
2001-07-15 10:30:46 +00:00
Dima Dorfman
02c4d9cff7
Remove whitespace at EOL.
2001-07-15 08:21:37 +00:00
Dima Dorfman
f247324df7
Remove whitespace at EOL.
2001-07-15 08:06:20 +00:00
Dima Dorfman
7ebcc426ef
Remove whitespace at EOL.
2001-07-15 07:53:42 +00:00
Dima Dorfman
d087ad9cc9
Remove whitespace at EOL and add $FreeBSD$.
2001-07-15 07:48:01 +00:00
Dima Dorfman
fe70891a02
Set WARNS=2 on libraries that compile cleanly with it.
...
Submitted by: Mike Barcroft <mike@q9media.com>
2001-07-15 06:46:02 +00:00
Dima Dorfman
74a5ebbd66
Constify, add some prototypes, and set WARNS=2.
...
Submitted by: Mike Barcroft <mike@q9media.com>
2001-07-15 06:20:45 +00:00
Dima Dorfman
c33fa91f61
Constify, de-register-ify, and set WARNS=2.
...
Submitted by: Mike Barcroft <mike@q9media.com>
2001-07-15 05:47:47 +00:00
Dima Dorfman
04983c4fe5
Constify, de-register-ify, __unused-ify, and set WARNS=2.
...
Submitted by: Mike Barcroft <mike@q9media.com>
2001-07-15 05:46:07 +00:00
Dima Dorfman
8b032500b6
Constify and set WARNS=2.
...
Submitted by: Mike Barcroft <mike@q9media.com>
2001-07-15 05:44:23 +00:00