mjacob
d1f385cb3f
Don't test against default_iid being zero as a test for whether we
...
set something- iid 0 is valid.
2002-07-25 20:47:40 +00:00
ume
39f0e5c176
correct comment for setsockopt arg size.
...
Reported by: Martin Laabs <martin@martin.erfurt.thur.de>
Obtained from: KAME
MFC after: 1 week
2002-07-25 20:40:09 +00:00
mjacob
4553d5e202
Set interrupt clear pointer for SBus slots to point to correct spot.
2002-07-25 20:14:59 +00:00
alc
08c7935a56
o Remove a vm_page_deactivate() that is immediately followed by a
...
vm_page_rename() from vm_object_backing_scan(). vm_page_rename()
also performs vm_page_deactivate() on pages in the cache queues,
making the removed vm_page_deactivate() redundant.
2002-07-25 19:09:07 +00:00
ume
3428bc649e
make setsockopt(IPV6_V6ONLY, 0) actuall work for tcp6.
...
MFC after: 1 week
2002-07-25 18:10:04 +00:00
yar
01cbae6356
Use <arpa/ftp.h> stuff cleanly, without introducing
...
non-portable constants (in this case, hidden as offsets
to the "?AEIL" string.)
MFC after: 1 week
2002-07-25 17:41:47 +00:00
ume
e96d7f2205
cleanup usage of ip6_mapped_addr_on and ip6_v6only. now,
...
ip6_mapped_addr_on is unified into ip6_v6only.
MFC after: 1 week
2002-07-25 17:40:45 +00:00
mjacob
bdf708d20a
Make sure that if are in fact using 'full SMP', make the interrupt
...
flags include INTR_MPSAFE. Put the flags in a common place so that
both isp_sbus && isp_pci DTRT.
In isp_mbxdma setup, drop any locks prior to calling things like
bus_dmatag_create. This gets rid of these obnoxious WITNESS messages
about 'sleeping with locks held' blah blah blah blah blah.
2002-07-25 16:02:09 +00:00
mjacob
340952314a
Put MODULE_VERSION back here so that ispfw is happy.
2002-07-25 16:00:24 +00:00
fanf
8e466364e9
Document the FreeBSD default for CheckHostIP, which was changed in
...
rev 1.2 of readconf.c.
Approved by: des
2002-07-25 15:59:40 +00:00
robert
8d8219c5b9
When parsing the program name from the incoming log message
...
from a client, accept all printable characters as being part
of the program name, except ':' and '[', because each is a
possible delimiter.
2002-07-25 15:45:41 +00:00
ume
afcf651cf8
Change the default setting of an IPv4-mapped IPv6 address to off.
...
Requested by: many people
2002-07-25 15:44:01 +00:00
ru
7d98b15b63
Braino in the 1.672 commit: scripts/games-make.sh expects the
...
"manpages" and "catpages" dists to be already built.
2002-07-25 14:42:08 +00:00
takawata
6897c67c54
Regen.
2002-07-25 14:16:47 +00:00
takawata
579e828867
MFNetBSD: FTDI USB-serial converter chips description.
2002-07-25 14:15:49 +00:00
ru
f3967ffc6a
Moved some more NIC drivers to the second floppy.
2002-07-25 14:04:38 +00:00
tjr
43d6a14678
Add a -P/-o physical option which behaves similarly to bash/ksh's options
...
by the same name. This option makes the cd and pwd builtins behave physically
(as opposed to logically) by default.
Submitted by: fanf
2002-07-25 10:57:39 +00:00
tjr
ca8e9f2edf
Set opterr to zero to avoid duplicate warnings from getopt(3) for unknown
...
options.
2002-07-25 10:47:38 +00:00
robert
3be089e932
When reading a program name from the syslog configuration file,
...
do not stop copying it into a buffer when encountering a
non-alphanumerical character. Only stop at unprintable characters.
This makes syslogd work correctly with executables like `interp.bin',
`httpd_old', etc.
PR: misc/40941
MFC after: 1 week
2002-07-25 09:56:37 +00:00
tjr
cb0dfaa9bd
Use PATH_MAX instead of a local guess at it, which happened to be incorrect.
...
Suggested by: fanf
2002-07-25 09:56:08 +00:00
tjr
077941cfae
pwdcmd()'s argc and argv arguments are no longer unused, remove __unused.
...
Pointed out by: fanf
2002-07-25 09:46:31 +00:00
sheldonh
a68ade16e2
Add SEE ALSO references to papers handling RED.
2002-07-25 09:37:11 +00:00
ume
4b45c00ba2
sysctl(NET_RT_IFLIST) up to several (currently 5) times.
...
This will make the behavior robuster if many addresses are added
after the size estimation of storage at the first sysctl.
Reviewed by: JINMEI Tatuya <jinmei@isl.rdc.toshiba.co.jp>
MFC after: 1 week
2002-07-25 08:08:30 +00:00
peter
0168549826
Bah, I forgot to commit this part of the nfssvc() cleanup. Sorry folks.
2002-07-25 06:18:22 +00:00
tjr
b47ef0cbaf
Give an example showing how to change the mesg status of terminals
...
other than the default one.
PR: 13073
2002-07-25 05:16:49 +00:00
green
de2cfb0a7a
Fix some of the places where sound(4) can sleep with a lock held. (Help
...
courtesy of fenner).
2002-07-25 04:49:45 +00:00
julian
891c9fcb89
get suspension counting right.
...
fix an error message
Submitted by: David Xu <bsddiy@yahoo.com>
2002-07-25 03:21:35 +00:00
johan
a0af95a081
MFC noted: acct(2) appends to file.
...
New release notes: cp(1) -n, biff(1)/mesg(1) redirect stdin to affect
another tty.
Reviewed by: bmah
2002-07-25 02:18:41 +00:00
jmallett
5dbc18b460
Change 'int pid' to 'pid_t pid'
...
Submitted by: Bruce "Allah" Dang <bruce@research.teamxor.org>
2002-07-25 01:48:19 +00:00
imp
b28c5c5701
Clarify the sizeof(var) rule. This is the result of the consensus in
...
arch@ between myself, bde and markm. I kept the parts that all of us
agreed to, and omitted some more extensive text that I'd originally
wanted.
2002-07-25 00:30:24 +00:00
julian
0374f9c1bb
fix some style problems and remove a mis-merged assert.
2002-07-25 00:27:39 +00:00
julian
d156229356
slight stylisations to take into account recent code changes.
2002-07-24 23:59:15 +00:00
julian
7e6f866aa8
Add some locking asserts and some comments
2002-07-24 23:21:05 +00:00
julian
cd6fa919ee
Fix a typo
...
Cleanup a define
Correct locking notes (a bit)
Add a definition and a field for future work on thread suspension.
2002-07-24 23:18:15 +00:00
peter
ec96aab91e
Oops, another unused arg to nfssvc_nfsd(). *blush*
...
Submitted by: jake
2002-07-24 23:10:34 +00:00
ru
2168e888b7
Inline ${_cxx_consumers}.
2002-07-24 23:08:57 +00:00
peter
31d96a089d
We're done with 1.287 and 1.288 now.
...
Submitted by: ru
2002-07-24 22:44:19 +00:00
peter
f26018fef5
Fully exterminate nfsd_srvargs and nfsd_cargs. They were either unused
...
or giant NOP's. There was a credential in srvargs that was giving
rwatson some heartburn. :-)
2002-07-24 22:27:35 +00:00
mp
9fbc2019e8
Remove WARNS and WFORMAT overrides.
2002-07-24 22:26:44 +00:00
peter
3bcac9affd
If NO_MAILWRAPPER is set, and sendmail is still enabled, then install
...
a direct symlink to sendmail.
2002-07-24 22:17:22 +00:00
peter
635fd71e01
enable fdisk for ia64 as well as i386
2002-07-24 22:16:11 +00:00
peter
9addfd1396
Only install the mbr code on i386.. not ia64. This changes it from
...
#ifndef __alpha__ to #ifdef __i386__
2002-07-24 22:15:51 +00:00
peter
c9fa07c0ac
Turn nfsiod back on. It is basically now just a sysctl wrapper that also
...
arranges a kldload of the nfs client file system code if necessary.
2002-07-24 22:14:27 +00:00
peter
706c5bcb24
WARNS clean
2002-07-24 22:13:08 +00:00
ambrisko
a6999fc21e
Fake a resume method for this chip via calling detach/attach. This lets
...
ThinkPads using this chip to have sound after a suspend/resume sequence
without resorting to kldunload/kldload.
MFC after: 1 week
2002-07-24 21:27:22 +00:00
ru
b44fbf3e4c
Copy the right dhclient-script(8).
2002-07-24 20:37:21 +00:00
julian
1308e5a426
When single threading a multithreaded program, awaken the
...
'single threading thread' when the last other thread suspends.
I had this code in there before but it seems to have been
accidentally deleted somewhere along the way. This would only affect
multithreaded processes.
Reviewed by: David Xu <bsddiy@yahoo.com>
2002-07-24 19:50:08 +00:00
mux
0d2eba51d0
Fix a stupid bug where I wasn't initializing the names
...
of 0-length mount options.
2002-07-24 19:50:00 +00:00
alc
17db4f92a1
o Merge vm_fault_wire() and vm_fault_user_wire() by adding a new parameter,
...
user_wire.
2002-07-24 19:47:56 +00:00
ume
ed0d6e9ce4
make sure to set/unset INP_IPV4 according to a value
...
of IN6P_IPV6_V6ONLY
Reviewed by: Keiichi SHIMA <keiichi@iij.ad.jp>
2002-07-24 19:19:53 +00:00