Jonathan Lemon
6c19b85f43
Remove a change that snuck in from my private tree.
2001-12-21 05:07:39 +00:00
Jonathan Lemon
45a0329051
If syncookies are disabled (net.inet.tcp.syncookies) then use the faster
...
arc4random() routine to generate ISNs instead of creating them with MD5().
Suggested by: silby
2001-12-21 04:41:08 +00:00
Peter Wemm
205b2b6107
Avoid an interaction between syncache and accept filters. The syncache
...
code only passed up the connection to the tcp stack when it was complete,
so it went directly into the so_comp (complete) queue. However, with
accept filters, there is an additional phase before calling it "complete".
Reviewed by: jlemon
2001-12-21 04:30:49 +00:00
Andrey A. Chernov
1630647fc3
Remove duplicated chars
2001-12-21 03:31:12 +00:00
Bruce A. Mah
9df826532b
New release notes: sysinstall(8) now turns on Soft Updates by
...
default for new filesystems, fdc(4) update.
2001-12-21 02:27:46 +00:00
Chris D. Faulhaber
0525c7eafa
Use a more secure method of creating the temporary
...
install directory.
2001-12-21 01:44:11 +00:00
Jim Pirzyk
417c87d137
Add support for the Intel 82443MX chipset
...
PR: kern/33032
MFC after: 1 month
2001-12-21 01:28:59 +00:00
John Baldwin
98f9879242
Introduce a standard name for the lock protecting an interrupt controller
...
and it's associated state variables: icu_lock with the name "icu". This
renames the imen_mtx for x86 SMP, but also uses the lock to protect
access to the 8259 PIC on x86 UP. This also adds an appropriate lock to
the various Alpha chipsets which fixes problems with Alpha SMP machines
dropping interrupts with an SMP kernel.
2001-12-20 23:48:31 +00:00
Jordan K. Hubbard
f3c7fb1696
Enable soft updates by default for everything but the root filesystem.
...
The user can still toggle it back off in the label editor (or post-install
for that matter) if they explicitly do not want soft updates to be used
for some reason.
Agreed to be a good thing by: kirk
2001-12-20 23:39:30 +00:00
Peter Wemm
3c2a5d7e30
Fix typo. s/pa/va/. *blush*
2001-12-20 22:47:20 +00:00
Matthew Dillon
23b590188f
Fix a BUF_TIMELOCK race against BUF_LOCK and fix a deadlock in vget()
...
against VM_WAIT in the pageout code. Both fixes involve adjusting
the lockmgr's timeout capability so locks obtained with timeouts do not
interfere with locks obtained without a timeout.
Hopefully MFC: before the 4.5 release
2001-12-20 22:42:27 +00:00
Bruce A. Mah
e45e83304a
Add some remarks on em(4).
...
MFC noted: NFS/VM fixes.
2001-12-20 21:33:54 +00:00
Andrey A. Chernov
bf908a83ba
Add uk_UA.ISO8859-5 locale
...
PR: 32450
Submitted by: partially by Alexey Klimov <kao@wiuu.kiev.ua>
2001-12-20 20:48:31 +00:00
Andrey A. Chernov
6ee2642fa5
Fix codes
2001-12-20 20:33:30 +00:00
Bruce A. Mah
8ff661ddc9
Delete a release note regarding mergemaster(8) which, while true, was
...
too vague to be useful.
2001-12-20 19:45:14 +00:00
Andrey A. Chernov
94722e99e5
Fix codes
...
PR: 33031
Submitted by: Statue <statue@softwareliberty.org>
2001-12-20 18:58:16 +00:00
Alexey Zelkin
f43a321bf0
style(9)'ify
2001-12-20 18:28:52 +00:00
Prafulla Deuskar
8bf402ad91
-Remove unneeded include stddef.h
...
-Modify modules Makefile so that em driver compiles only on
i386 platform. (Alpha not supported yet)
PR: kern/32993
MFC after: 1
2001-12-20 17:55:49 +00:00
Bruce A. Mah
7750015a22
Modified release note: syncache with syncookies.
2001-12-20 17:42:49 +00:00
Wilko Bulte
9e33f9cfe0
A case of ninfo (non-info)
...
Submitted by: Hans.VanSluis@compaq.com
MFC after: 1 month
2001-12-20 17:25:45 +00:00
Sheldon Hearn
bb522200e9
Recommend the use of 'noauto' for all remote filesystems other than
...
NFS, so that rc(8) doesn't choke on them when it tries to mount
them before the network is initialized.
2001-12-20 17:07:04 +00:00
Bruce A. Mah
4225365e92
New release note: xl(4) bugfix.
...
Modified release notes: UFS_DIRHASH now in GENERIC,
MFC noted: libfetch auth callback.
2001-12-20 16:45:21 +00:00
Bruce A. Mah
6b32417d21
Update smbfs release note for module-loading.
...
MFCs noted: sbni driver, id(1) handles groups(1) and whoami(1),
sysctl(8) -e.
2001-12-20 16:28:50 +00:00
Sheldon Hearn
cb02e3a880
Correct the given path to nsmb.conf in the comments, now that it's
...
corrected in libsmb.
2001-12-20 16:23:12 +00:00
Sheldon Hearn
d7e394992c
Supply SMB_CFG_FILE in CFLAGS. The newly imported smbfs-1.4.2
...
allows us to supply our own value for this, overriding the
default /usr/local/etc/nsmb.conf, which is not appropriate for
base system configuration files.
2001-12-20 16:21:47 +00:00
Sheldon Hearn
2731c8aafa
This commit was generated by cvs2svn to compensate for changes in r88282,
...
which included commits to RCS files with non-trunk default branches.
2001-12-20 16:16:25 +00:00
Sheldon Hearn
df3342d686
Import smbfs-1.4.2.
2001-12-20 16:16:25 +00:00
Jacques Vidrine
2b0dfba578
Use correct mode for temporary file.
...
Reported by: ryan beasley <ryanb@goddamnbastard.org>
2001-12-20 16:03:04 +00:00
Boris Popov
d9d8c8172d
Previous commit was intented to silence a warning, not to change codepath.
2001-12-20 15:56:45 +00:00
Alexey Zelkin
f2d0f4274b
Add my e-mail to copyrights
2001-12-20 15:30:02 +00:00
Mark Murray
afb5951f89
Re-enable tip, now that the import and merge are done.
2001-12-20 14:27:23 +00:00
Mark Murray
65785b55c1
Fix merge conflicts, and because this still has a zillion warnings,
...
protect the build with a WARNS=2.
Fix the build.
2001-12-20 14:25:46 +00:00
Mark Murray
cb6e1ca59f
Bring files back from the dead prior to remote commit to fix import
...
conflicts.
2001-12-20 13:40:48 +00:00
Mark Murray
0f3bdf5df9
Import of OpenBSD's tip (which was the tip code of a month ago, modulo
...
OpenBSD commits).
2001-12-20 13:06:50 +00:00
Mark Murray
bee3021df8
Temporarily remove tip(1) from the build while I upgrade it.
2001-12-20 13:01:47 +00:00
Sheldon Hearn
5bd80fc519
Silence harmless "smbfs_closel: Negative opencount" messages at
...
unmount time.
Thanks to iedowse for the background information.
Submitted by: bp
2001-12-20 11:23:49 +00:00
Jim Mock
1bbfa941ef
Add missing snd_ich_load entry.
...
Noticed by: will
MFC after: 2 days
2001-12-20 09:14:45 +00:00
Dima Dorfman
53d745bc7c
Actually make use of the md_version field of 'struct mdio'. In order
...
not to needlessly break compatibility, decrement MDIOVERSION to 0.
Approved by: phk
2001-12-20 06:38:21 +00:00
Peter Wemm
1a7c0630db
I am not sure if it is a good idea or not to have my id in the cvs log
...
for this file, but here goes nothing. This was my first attempt at
tidying up this file. Unfortunately, it just exposes many more horrors
in the code itself that had been masked by the eyesore that was there
before. I think this just needs to be put out of its misery.
2001-12-20 05:34:49 +00:00
Peter Wemm
ff5a52e18e
Replace a bunch of:
...
for (pv = TAILQ_FIRST(&m->md.pv_list);
pv;
pv = TAILQ_NEXT(pv, pv_list)) {
with:
TAILQ_FOREACH(pv, &m->md.pv_list, pv_list) {
2001-12-20 05:29:59 +00:00
Jordan K. Hubbard
61404abce8
Add Apple's filesystem exercising tool.
...
Submitted by: Conrad Minshall <conrad@apple.com>
Obtained from: Apple Computer
2001-12-20 04:15:57 +00:00
Peter Wemm
c04cbb4706
Fix some whitespace nits, and a minor error that I made in some unused
...
#ifdef DEBUG code (VM_MAXUSER_ADDRESS vs UPT_MAX_ADDRESS).
2001-12-20 03:49:31 +00:00
Peter Wemm
b50e204300
Fix some whitespace nits, converge with other pmap.c's
2001-12-20 03:44:43 +00:00
Peter Wemm
0558ae2a89
This commit was generated by cvs2svn to compensate for changes in r88237,
...
which included commits to RCS files with non-trunk default branches.
2001-12-20 02:23:44 +00:00
Peter Wemm
855ee8c509
Fix the 'nm' -> segfault bug (on the vendor branch). This has been fixed
...
the same way in the cygnus base source. The problem was that bfd was
writing to memory obtained from malloc(0). The next import will update
this if necessary. I'm not sure of the origins of this patch.
Discussed with: obrien
2001-12-20 02:23:44 +00:00
Bill Paul
b1b636d1da
Mention that the Xircom and Conexant chips are supported in
...
the dc(4) man page.
2001-12-20 00:02:13 +00:00
Matthew Dillon
08f3c74981
Pseudofs was leaking VFS cache entries badly due to its cache and use of
...
the wrong VOP descriptor. This misuse caused VFS-cached vnodes to be
re-cached, resulting in the leak. This commit is an interim fix until DES
has a chance to rework the code involved.
2001-12-19 23:58:09 +00:00
Bruce A. Mah
02f2c8a235
Clarify dirprefs release note.
2001-12-19 23:38:11 +00:00
Andrey A. Chernov
5089267998
Add missing {} to 'for'. It fix coredump (result of NetBSD changes merge)
2001-12-19 22:25:11 +00:00
Andrey A. Chernov
6d48fa4387
Add (unsigned char) cast to ctype macros
...
ftell->ftello, fseek->fseeko
File 'newsize' type int->off_t
Add visible (long) cast to fsize() when it called to small one message file and
result is assigned to long.
2001-12-19 21:50:22 +00:00