mycroft
430c7ae11c
Add 3C656 modem portion, per PR 23710.
2004-07-22 17:34:48 +00:00
mycroft
f842a0c250
Regen.
2004-07-22 17:32:15 +00:00
mycroft
879ffbb84b
Add 3c656 modem IDs.
2004-07-22 17:32:02 +00:00
mycroft
bb76bd932b
Add EX_CONF_INV_LED_POLARITY to a couple of the aforementioned entries. See
...
PR 23710.
2004-07-22 17:30:43 +00:00
dyoung
218f34f115
Protect userland from some of the definitions with #ifdef _KERNEL.
...
Thank you, Havard Eidnes, for the pointing out my oversight.
2004-07-22 17:04:38 +00:00
mycroft
bb1bff398c
Add entries for the 3c656 line. Should fix PR 22880.
2004-07-22 16:57:24 +00:00
lukem
2b0d144ab8
mtree -M
2004-07-22 16:52:54 +00:00
lukem
9cc32040b1
Implement -M to "merge" entries, even with different types.
...
This can be used in /etc/security to allow special.local to override
types of entries in special (e.g, replacing a dir with a link).
Rename Wflag to mtree_Wflag, to be more "external namespace" friendly.
2004-07-22 16:51:45 +00:00
mycroft
1925108989
If the bus number has not been initialized, do not attach a cardslot, and
...
output a diagnostic:
pccbbN: secondary bus number uninitialized; try PCIBIOS_BUS_FIXUP
2004-07-22 16:39:51 +00:00
mycroft
9d70547685
If the CIS pointer in all-0s, don't try to read the CIS.
2004-07-22 16:18:32 +00:00
mycroft
ba82a9e710
Program BARs before enabling memory or I/O access.
2004-07-22 15:48:17 +00:00
mycroft
f85e332440
Use pmap_kenter_pa() to map pages to dump, not pmap_enter(), so that it's more
...
resistant to VM lossage.
2004-07-22 15:12:46 +00:00
wiz
6342bdaf2f
Mention COMPAT_NETBSD32 applies to amd64 too.
...
Noted by Nicolas Joly in PR 26393.
2004-07-22 15:12:23 +00:00
wiz
769a05ea90
New sentence, new line; use more markup; next release
...
will be 3.0; sort sections; use \*[Lt]\*[Gt] instead of <> for HTML output.
2004-07-22 15:10:01 +00:00
mycroft
eec7430f97
In *_fix_rate(), set ni_txrate to the highest common speed so that probe
...
and authentication responses are sent with a sensible speed. XXX
2004-07-22 14:52:07 +00:00
mycroft
427f7b9264
The low-level drivers are not setting the "basic rate" bit in the rateset.
...
Instead, change *_set11gbasicrate() to *_setbasicrates(), have it operate on
all modes, and call it from *_ifattach(). Also, fix obvious bugs in it (it
had an off-by-one error, at least).
2004-07-22 14:44:17 +00:00
symka
7746038ffa
Add myself as NetBSD Project Developer. (Folowed by e-mail from TNF).
2004-07-22 14:41:36 +00:00
he
e3def7a76a
It's not supposed to be possible to commit files with remnants of
...
CVS conflicts in them, but apparently this happened here around
__KERNEL_RCSID(). Fix it.
2004-07-22 09:43:19 +00:00
yamt
540e6d4640
rip6_output: make sure that the mbuf is writable
...
before write a checksum into it.
otherwise "ping6 -s50000" causes a panic.
ok'ed by itojun.
2004-07-22 05:26:46 +00:00
atatat
5276b9840f
Note the sendmail auto-start change, add a note about the ath
...
reworking, and fix a little spacing and unnecessary abbreviation.
2004-07-22 03:55:33 +00:00
atatat
d2dd73eec2
More better description of current state of sendmail stuff in more
...
places. This is intended to make some people a tad happier.
2004-07-22 03:44:12 +00:00
atatat
e0fb433b4f
Add one more check to the sendmail auto-start heuristic: check the
...
value of MTAHost in the submit.cf. If it doesn't indicate localhost,
we probably don't need the sendmail listener.
Addresses PR bin/26391.
2004-07-22 03:36:29 +00:00
manu
d5cb507ae3
If struct sockaddr's sa_family must be transalted, then struct sockaddr
...
itself needs to be translated. It means that we must translate it in
every system call using it: recvfrom, sendto, connect, accept, bind,
getpeername, getsockname.
2004-07-21 23:43:25 +00:00
manu
828bbdacac
Don't assume ARG_MAX < MAXPATHLEN: someone might build with a modified
...
constant
2004-07-21 21:45:34 +00:00
manu
00c1d07082
Simplify the socket translation code.
...
Have the same size in the darwin/native and native/darwin AF translators
2004-07-21 20:57:30 +00:00
tshiozak
09e09c2c2c
make sure CITRUS=no to work.
2004-07-21 20:27:46 +00:00
tshiozak
39597367e4
add locale.alias(5) manpage.
2004-07-21 19:49:21 +00:00
tshiozak
3407ed183f
add the default locale.alias.
2004-07-21 19:02:17 +00:00
tshiozak
f1849eeaba
- add support for "/force" symbol on locale.alias.
...
- a bit clean-up.
2004-07-21 18:51:30 +00:00
tshiozak
7b7f96b642
add prototype for load_locale_sub().
2004-07-21 17:49:49 +00:00
mycroft
910fe04a63
Add the SiS 741, per PR 26394.
2004-07-21 16:40:50 +00:00
mycroft
ce1d5354af
Regen.
2004-07-21 16:39:51 +00:00
mycroft
6f1f410fae
Add SIS 741.
2004-07-21 16:39:38 +00:00
tshiozak
335bc6323f
add support for locale.alias file.
2004-07-21 14:18:16 +00:00
tshiozak
8ad8061809
use _citrus_lookup_alias() instead of __unalias().
2004-07-21 14:17:22 +00:00
tshiozak
23affd3c41
make sure that _citrus_lookup family functions can be specified their case
...
sensitivity.
2004-07-21 14:16:34 +00:00
yamt
1e19d56b66
m_pulldown: fix mbuf leaks and chain truncation
...
in the case that m_dup() returns a chain of mbufs.
eg. when you attempt to m_pulldown() the middle of
a large M_EXT mbuf.
2004-07-21 12:09:43 +00:00
yamt
7af0699fdd
m_copyback: add an assertion to detect write attempts to a read-only mbuf.
2004-07-21 12:06:46 +00:00
wiz
c60f137c23
Uncomment xrefs to elf(5) and ld.elf_so(1) now that we have the man pages.
2004-07-21 11:08:54 +00:00
scw
64daaf41f0
- Don't hardcode buffer size and block size in esa_round_buffersize() and
...
esa_round_blocksize().
- Fix esa_trigger_output() and esa_trigger_input() to initialise the
channel's buffer/block size using the supplied parameters.
- While here, simplify esa_intr().
This gets kphone working on my esa(4)-equipped laptop.
2004-07-21 07:36:18 +00:00
mycroft
b96803cc00
Revert part of rev 1.31. It is *not* necessary to leave the executable
...
unstripped to load modules. The symbol table that we strip isn't even loaded
or used by the dynamic linker.
2004-07-21 07:00:27 +00:00
dyoung
a186c80055
Add register definitions for the Airoha AL2210
...
synthesizer/transceiver/power amplifier. The ADMtek ADM8211C is
sometimes paired with this chip. This the first step toward
supporting the ADMtek ADM8211C-based products.
2004-07-21 04:27:16 +00:00
dyoung
ff6b98fc55
Flesh out the register definitions.
...
Fix the botched RCS Id, $NetBSD -> $NetBSD$.
2004-07-21 04:25:22 +00:00
itojun
588f60ad8b
now that e.f.f.3.ip6.arpa is ready, we no longer need to query ip6.int
2004-07-21 03:16:29 +00:00
manu
941b113c0e
Add the sysctl that provides interface enumeration (used by getifaddrs()
...
library call). Programs such as ifconfig or XFree86 4.4 XDarwin use it.
The emulation is not complete, as ifconfig is not able to display inet6
addresses correctly.
2004-07-21 01:37:57 +00:00
heas
d341ae4496
Fix typo in the text I added in the previous.
...
Thanks wiz.
2004-07-21 00:14:28 +00:00
lukem
85e3997a42
Slightly rework SIGINT handling; if we're exiting the auto-fetch stuff
...
and sigint_raised is non-zero, reset the handler for SIGINT to SIG_DFL
and raise(SIGINT) so that the appropriate wait(3) status is setup.
Based on solution proposed by Ognyan Kulev.
This should really fix PR [pkg/26351].
2004-07-21 00:09:14 +00:00
yamt
7653f67dd6
nfs_readdirplusrpc: fix a very long-standing cache corruption bug.
...
in the case of !bigenough, don't fill d_type or dnlc with bogus data.
2004-07-20 22:02:21 +00:00
yamt
62190652f1
revert nfs_vnops.c rev.1.189.
...
it's no longer needed because cache_enter() has been changed to handle
duplicated entries by itsself.
2004-07-20 22:00:29 +00:00
nathanw
bb1c6b93e5
Enable scheduler_lock mode.
2004-07-20 21:39:04 +00:00