mrg
bce4dd7994
re-add generated files our builds need.
...
(not sure why these are not in the 20040209 tarball.)
2004-02-10 13:41:16 +00:00
mrg
5722a41a7b
merge cornflakes for gcc 3.3.2-pre20040209.
2004-02-10 12:56:21 +00:00
jmmv
70eabe78c3
List sys/param.h as a prerequisite of sys/sysctl.h. Bump date.
2004-02-10 12:48:48 +00:00
jdolecek
b69e6f038b
use MAXPATHLEN-sized buffer for module paths
...
reported and fix provided in bin/24379 by Nicolas Joly
2004-02-10 12:30:22 +00:00
mrg
ca85c986ec
import GCC 3.3.3-pre20040209. this fixes dozens of bugs from the
...
GCC database, several logged by netbsd users/developers. total
count in various area:
3 - Bootstrap failures and issues
19 - Internal compiler errors (multi-platform)
13 - C and optimization bugs
42 - C++ compiler and library
1 - Java compiler and library
1 - Objective-C compiler and library
3 - Fortran compiler and library
5 - x86-specific (Intel/AMD)
4 - PowerPC-specific
3 - SPARC-specific
1 - ARM-specific
4 - ia64-specific
3 - Alpha-specific
2 - HPPA-specific
1 - S390-specific
6 - SH-specific
5 - Other embedded target specific
1 - GNU HURD-specific
1 - Tru64 Unix specific
2 - AIX-specific
1 - IRIX-specific
1 - Solaris-specific
2 - Testsuite problems (compiler is not affected)
1 - Miscellaneous
total: 125
2004-02-10 12:15:15 +00:00
mrg
2d9d64e9bd
import GCC 3.3.3-pre20040209. this fixes dozens of bugs from the
...
GCC database, several logged by netbsd users/developers. total
count in various area:
3 - Bootstrap failures and issues
19 - Internal compiler errors (multi-platform)
13 - C and optimization bugs
42 - C++ compiler and library
1 - Java compiler and library
1 - Objective-C compiler and library
3 - Fortran compiler and library
5 - x86-specific (Intel/AMD)
4 - PowerPC-specific
3 - SPARC-specific
1 - ARM-specific
4 - ia64-specific
3 - Alpha-specific
2 - HPPA-specific
1 - S390-specific
6 - SH-specific
5 - Other embedded target specific
1 - GNU HURD-specific
1 - Tru64 Unix specific
2 - AIX-specific
1 - IRIX-specific
1 - Solaris-specific
2 - Testsuite problems (compiler is not affected)
1 - Miscellaneous
total: 125
2004-02-10 12:05:11 +00:00
skrll
95cfd78c59
Updates so that mknative gets the right things.
...
- Disable symbol versioning (for now)
- Make sure that libiberty knows its being configured with a
cross compiler.
- The CXX_* variables are no longer needed/used.
- LIB2FUNCS_EXTRA gets pulled in via LIB2ADD
- Get LIB1ASMFUNCS and LIB2ASMSRC
- MAYBE_USE_COLLECT2 got renamed to USE_COLLECT2 (but might not
be used)
- Get EXTRA_HEADERS so that we get generate the right paths for
CPPFLAGS
- Get some variables related to shared libgcc
2004-02-10 09:37:58 +00:00
matt
95b6745c7d
kernel: add underlying support needed to support multiple mbuf cluster
...
sizes. [matt 20040209]
2004-02-10 01:37:42 +00:00
matt
048b7a761d
Welcome to 1.6ZJ
2004-02-10 01:34:38 +00:00
matt
b939e75b87
Split MCLGET macro to be able to support multiple M_CLUSTER sizes.
...
Store the pool_cache the cluster was allocated from into (m)->m_ext.ext_arg
and use that when freeing the cluster.
2004-02-10 01:33:26 +00:00
matt
fc5f7e902b
Deal with backing out of changes in:
...
http://mail-index.netbsd.org/source-changes/2004/01/29/0027.html
2004-02-10 01:31:41 +00:00
matt
a78a1b0777
Back out the changes in
...
http://mail-index.netbsd.org/source-changes/2004/01/29/0027.html
since they don't really fix the problem.
Incorpate one fix: Mark uvm_map_entry's that were created with
UVM_FLAG_NOMERGE so that they will not be used as future merge
candidates.
2004-02-10 01:30:49 +00:00
bjh21
47df99b02a
__HAVE_NWSCONS seems to mean, "If this port uses pckbc(4), it also uses
...
sys/dev/pckbc/files.pckbc." This is true of sparc, so define __HAVE_NWSCONS,
and remove the code in pckbc_machdep_cnattach() that was conditional on its
not being defined and that is no longer needed (since with __HAVE_NWSCONS,
pckbc_cnattach() will call pckbd_cnattach() itself if necessary).
2004-02-10 01:11:45 +00:00
dyoung
6f9c4a91f1
If the firmware returns to us an RSS descriptor index that is out
...
of bounds, then complain and recover by freeing all of the descriptors.
That will usually provoke additional complaints---see the next
paragraph.
If the firmware returns to us an RSS descriptor that is in-bounds
but out of service (id_node == NULL), then gripe and get out of
the interrupt handler. ***This will still leak RSS descriptors.***
I'm working on a better solution. Possibly I will just free all of
the descriptors.
2004-02-10 01:08:05 +00:00
dyoung
9f147300d1
Disable rate-adaptation for Lucent firmware version 8.42.1, per a
...
bug report from Simon Burge: the firmware seems to lock up.
If rate-adaptation is disabled on a Lucent card, then do all the
rate-adaptation work *except* for writing the new transmit rate,
since I suspect that is what locks-up the firmware.
2004-02-10 00:59:38 +00:00
dyoung
b664edb5ad
Shorten the retry count on Prism APs to improve the speed of
...
rate-adaptation.
2004-02-10 00:52:12 +00:00
dyoung
d32ed08a80
Factor out the initialization/reset of RSS descriptors, making
...
wi_rssdescs_init, wi_rssdescs_reset, which I will use to receover
when the firmware botches up the RSS descriptor index.
2004-02-10 00:47:41 +00:00
dbj
c32c758d2d
s/fauling/faulting/
2004-02-10 00:40:06 +00:00
dyoung
c9dcac9ffa
The radiotap header is little-endian.
2004-02-10 00:32:40 +00:00
wiz
83a837b7df
|fmt; add single quotes around a plus.
2004-02-09 23:25:47 +00:00
reinoud
77d3513718
There was still a reference to beep.h in the acorn32 `comp'
...
package list.
AFAIK this patch ought to fix it....
2004-02-09 23:24:29 +00:00
hpeyerl
e3c5164736
On some 'fast' i386 motherboards, the timing between consecutive reads
...
and writes of the EEPROM are too fast so invalid data is returned. So we
increase the DELAY()s. The right thing would be to check a ready bit
on the E^2 if such a thing exists. (checked by potr)
2004-02-09 22:29:26 +00:00
bjh21
fda04272ed
/usr/include/acorn32/beep.h is obsolete.
2004-02-09 19:41:11 +00:00
bjh21
36727732df
Remove pcconskbd(4) support code since this port doesn't have pcconskbd(4)
...
and the code was conditional on a macro that was never defined anyway.
2004-02-09 19:37:43 +00:00
wiz
d77d1962dd
s/transmitts/transmits/
...
From Gavin Atkinson (FreeBSD bug 62346) via jmc@openbsd
2004-02-09 15:43:05 +00:00
yamt
1e18e59746
- borrow vmspace0 in uvm_proc_exit instead of uvmspace_free.
...
the latter is not a appropriate place to do so and it broke vfork.
- deactivate pmap before calling cpu_exit() to keep a balance of
pmap_activate/deactivate.
2004-02-09 13:11:21 +00:00
yamt
fa47baddee
lwp_exit2: grab kernel_lock to preserve locking order.
2004-02-09 13:02:48 +00:00
jdolecek
ba30c144ea
add missing && in the home directory group writability condition;
...
gawk somehow coped even without (defaults to && ?), but nawk printed
bogus warnings (defaults to || ?)
2004-02-09 09:04:13 +00:00
lukem
d2b90882d5
generate usr/X11R6/man/whatis.db
2004-02-09 07:59:01 +00:00
lukem
92b4cccb78
Modify "makedb" so that WHATISDBDIR be used to specify the directory
...
to operate in (defaults to /usr/share/man)
2004-02-09 07:58:01 +00:00
lukem
78f3b1bf18
use uname=${BINOWN} gname=${BINGRP} instead of uname=root gname=wheel
2004-02-09 06:52:34 +00:00
lukem
68edea2915
Revert previous; install -l r doesn't appear to work correctly when
...
DESTDIR is a symlink.
(Yet another reason why "-l r" looks good on paper but sucks in practice).
2004-02-09 06:35:18 +00:00
lukem
d51a64d931
clean up temporary files
2004-02-09 05:58:24 +00:00
lukem
d8b3c89d68
consistently provide a tools/<tool>/Makefile.<tool> for inclusion
...
wherever the appropriate definitions are used throughout the tree
2004-02-09 04:30:05 +00:00
lukem
dfbe2402b8
fix dependency on xf86Build.h, and add some comments
2004-02-09 04:18:24 +00:00
lukem
dfdc761429
more explanation of the requirements
2004-02-09 00:47:16 +00:00
lukem
c3af380567
no need to determine XSERVERINCDIR here
2004-02-09 00:28:25 +00:00
lukem
96457165ec
add DPSRCS entry for .h file created with BUILDSYMLINKS
2004-02-09 00:25:05 +00:00
lukem
c874e04b84
* add xf86PciIds.h to DPSRCS to fix parallel make issue
...
* there's no need to find the .OBJDIR of this directory for includes
as -I. suffices.
2004-02-08 23:27:38 +00:00
snj
a0658bdeaf
New sentence, new line. Okayed by wiz.
2004-02-08 23:23:59 +00:00
snj
b29448036a
Correct Nm usage. Okayed by wiz.
2004-02-08 23:23:58 +00:00
snj
e4f9044b89
New sentence, new line. Correct Nm usage. Okayed by wiz.
2004-02-08 23:23:58 +00:00
snj
5a4b0c157d
New sentence, new line. Okayed by wiz.
2004-02-08 23:23:58 +00:00
snj
6c318690db
Correct Nm usage. Okayed by wiz.
2004-02-08 23:23:27 +00:00
lukem
6dbd72c053
MAKEVERBOSE messages
2004-02-08 22:52:41 +00:00
lukem
55e3a56f6d
consistency tweaks in .stamp files
2004-02-08 22:28:27 +00:00
jsm
10b61a7cca
Mark unused parameters, nonreturning functions and format functions in
...
the few cases not already marked.
2004-02-08 22:23:50 +00:00
lukem
5ed2a261e5
cosmetic tweaks and MAKEVERBOSE support
2004-02-08 22:23:45 +00:00
jsm
a12bf9a7e0
Hide the cursor if possible. From OpenBSD.
2004-02-08 22:21:57 +00:00
lukem
34fb5c1494
Fix race in parallel make when creating multiple targets in one operation.
2004-02-08 22:14:27 +00:00