itojun
6c8714a95e
avoid ugly typecast
2004-02-11 10:37:33 +00:00
mrg
b8931a9257
fix int/size_t issues in debug code.
2004-02-11 10:19:32 +00:00
mrg
0e4a80d700
regenerate with GCC 3.3.3-pre20040209.
...
XXX: missing vax, sh3*, hppa
2004-02-11 04:04:02 +00:00
matt
5868d7a221
Reshuffle MIDs value so that conflicts with binutils are avoided and
...
that we use the same value for MID_HPPA as OpenBSD.
2004-02-11 01:03:35 +00:00
matt
b820eb3ad3
32-bit corefiles should use a MID for i386, not xf86_64.
2004-02-11 01:01:37 +00:00
jdolecek
63e9ee7bf5
add Gary Thorpe copyright notice
2004-02-10 21:55:38 +00:00
itojun
e2d302c40d
reduce useless variables
2004-02-10 20:57:20 +00:00
jdolecek
fba6bed686
fix atppcintr() to support shared interrupts properly
...
problem found and fix provided by Paul Shupak
2004-02-10 18:42:48 +00:00
jdolecek
3ce4ac0bbd
checkpoint DMA support; still disabled, not tested yet
2004-02-10 18:19:47 +00:00
jdolecek
e5d99e330f
inform better of what exactly is printed in ppbus_scan_bus(), and only
...
print anything with PPBUS_VERBOSE || PPBUS_DEBUG
2004-02-10 18:13:12 +00:00
wiz
48999965ad
Add comma in enumeration.
2004-02-10 16:55:43 +00:00
wiz
e2463bc63b
Comment out macepci, since it is not described and there is
...
no man page for it either.
2004-02-10 16:54:19 +00:00
wiz
eb6f3a717b
Uppercase Ethernet.
2004-02-10 16:54:02 +00:00
jdolecek
3eb13d5e8f
whitespace police
2004-02-10 16:43:43 +00:00
jdolecek
2d609e233b
need lpt_ofisa_machdep.c also for atppc attachment
2004-02-10 16:43:22 +00:00
wiz
477cccd730
New sentence, new line.
2004-02-10 16:35:50 +00:00
wiz
7529399d2c
Describe gio(4).
2004-02-10 16:34:38 +00:00
wiz
1ad6f6bad7
Sort sections.
2004-02-10 16:34:23 +00:00
wiz
816ef2818f
Drop trailing whitespace.
2004-02-10 16:32:10 +00:00
itojun
5d2c970d68
fflush(stdout) on -A. KAME-PR-584
2004-02-10 14:44:32 +00:00
pooka
2cfd4db5ed
fix magic indices: EI_MAG, not ELFMAG
2004-02-10 13:52:00 +00:00
pooka
9e94363ccf
fix typo in comment: magic numbers are indexed EI_MAG0 through EI_MAG3,
...
not ELFMAG0 through ELFMAG3 (which are the contents)
2004-02-10 13:50:20 +00:00
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