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
Poul-Henning Kamp
dc015e16dc
Fix
...
md5 -q -s foo
to not expect input on stdin after hashing the string.
MFC after: 1 week
2001-12-19 21:19:43 +00:00
Poul-Henning Kamp
96efd94a01
Comment out DEVICE_POLLING so that LINT compiles again.
2001-12-19 20:53:54 +00:00
Warner Losh
d7e53105ec
Make this driver a better citizen by moving dev creation and
...
other initialization into attach from probe. Also hide a few
printfs behind a bootverbose.
approved in principle by: phk
2001-12-19 19:37:31 +00:00
Matthew Dillon
a57094a011
Calculate whether the sbuf is dynamic *before* bzero()ing the
...
structure. This fixes a serious memory leak in the sbuf code.
MFC after: 3 days
2001-12-19 19:04:57 +00:00
Orion Hodson
df6ee7b7a1
Correct unexpected interrupt detection.
2001-12-19 18:26:53 +00:00
Bill Paul
29a2220a5c
Fix the "conexant chips don't work in full duplexmode" problem. According
...
to Phil Kernick:
"The problem is that in full duplex mode, the Conexant chip always reports a
carrier lost error, even when the frame is successfully sent. So, if we
have a Conexant chip, then ignore carrier lost when in full duplex
mode."
Since the Xircom chips seem to have the same issue and since we already
have a workaround for this, just expand the workaround test to also
check for DC_IS_CONEXANT().
2001-12-19 18:23:45 +00:00
Bill Paul
d9700bb5b5
Fix compiler warning in dc_intr(): if the only code that does a "goto"
...
to a label is inside an #ifdef block, then the label should *also* be
inside an #ifdef block. Hide the "done:" label which is only used if
DEVICE_POLLING is enabled under #ifdef DEVICE_POLLING.
2001-12-19 18:13:44 +00:00
Orion Hodson
faee270315
Nitlets.
2001-12-19 18:04:04 +00:00
Orion Hodson
23d2179744
Clear resume interrupts - these can occur during initialization and
...
must be cleared to prevent machine hanging (presently aflicts -current
and -stable).
Problem reported by Bruce Montague <brucem@cse.iitkgp.ernet.in>
PR: kern/29769 (probably)
2001-12-19 17:38:38 +00:00
Brian Somers
ca4513237b
Don't assume that /var/run and /var/spool/lock are on the same
...
partition.
Submitted by: ru
2001-12-19 16:10:25 +00:00
Brian Somers
e20e9426e1
It's no longer necessary to ensure that ``gate'' is set when RTF_GATEWAY
...
is passed, as subsequent code does that check now anyway.
Submitted by: ru
2001-12-19 16:05:27 +00:00