thorpej
238240999a
Bump symtab space.
2004-07-25 03:55:38 +00:00
thorpej
fa4f012f1e
Add a: to the getopt string so that the -a option is actually recognized.
2004-07-25 01:37:14 +00:00
dyoung
ce488d2bf7
Pull the IBSS merge logic out of atw and into net80211, since ath
...
will eventually share it.
In the IBSS merge logic, check conditions in a different order so
that they run faster in the common case---no merge. Fix the
rate-limiting on the debug outputs (enabled by IFF_LINK0).
2004-07-24 23:53:49 +00:00
mrg
4e68049874
install spif(4).
2004-07-24 19:42:49 +00:00
chs
313b708726
add hp700 files.
2004-07-24 19:14:29 +00:00
chs
7690a8f790
mkboot isn't installed.
2004-07-24 19:14:09 +00:00
chs
95a63d48f2
add missing FP functions, from openbsd.
2004-07-24 19:09:29 +00:00
chs
f05f720ae1
real siginfo support.
2004-07-24 19:04:53 +00:00
christos
a3a9698bfd
PR/26420: Thilo Manske: lm(4): Add support vor environment controller
...
built into iTE 8705f
Also: change some memcpy's to strlcpy's and some (0)'s to 0's
2004-07-24 18:59:16 +00:00
chs
d2943099a2
FPU fixes and improvements, adapted from openbsd:
...
- handle exceptions correctly
- emulation of unimplemented instructions (eg. on PA-7300LC)
2004-07-24 18:59:05 +00:00
thorpej
43d6d8d887
Add support for dynamically loading nsswitch modules on ELF platforms.
...
Adapted from FreeBSD. Maintains full backward API / ABI compatbility
with built-in-only nsdispatch().
While here, also make nsdispatch() itself thread-safe.
2004-07-24 18:42:51 +00:00
cube
940bb13e09
Mark 'ip_rules.h' as obsolete instead of removing the entry.
2004-07-24 18:15:01 +00:00
dbj
46ea8fc0f8
check for HAVE_STRUCT_STATVFS_F_IOSIZE
...
addresses PR toolchain/26415
2004-07-24 16:32:01 +00:00
dbj
2446aaf129
include <sys/statvfs.h> if HAVE_STRUCT_STATVFS_F_IOSIZE
...
addresses part of PR toolchain/26415
2004-07-24 16:30:50 +00:00
manu
7e06aa42fb
Regen
2004-07-24 15:47:23 +00:00
manu
4bc8afece2
Added port_get_refs and port_mod_refs
2004-07-24 15:46:02 +00:00
manu
c0431a8e23
- Perform alternate path checks in emulation tree for connect with AF_LOCAL
...
sockets
- When converting Darwin to native sockets, beware that darwin does not set
the size to AF_LOCAL sockets. We need to recompute by hand.
2004-07-24 15:45:27 +00:00
manu
86cd319fea
Add a wrapper for connect that check an alternate path in emulation tree
...
for AF_LOCAL sockets.
2004-07-24 15:44:09 +00:00
tron
317f4e4195
- Remove support for non-VGA and ISA VGA graphic cards.
...
- Remove ISA attachments for various device (e.g. com(4)) so that the
ACPI attached devices get the low device numbers.
2004-07-24 15:30:34 +00:00
dbj
cf1784812c
remove incorrect casts that limit some uses of daddr_t to 31 bits
...
this fixes problems using ffs2 with more than 2^31 sectors (~1tb)
2004-07-24 15:02:32 +00:00
blymn
6b3a44ef27
Remove _cursesi_genbuf, it was not being set and caused a SIGSEGV
...
in getcap(). Fixed getcap() to use screen->cursesi_genbuf.
Thanks to Peter Bex for spotting this. This closes pr lib/26404.
2004-07-24 13:10:47 +00:00
mrg
5b576a585b
match LeadTek's original PCI vendor ID as well as the 3-alternates
...
when setting CARD_LEADTEK. now with just
options BKTR_SYSTEM_DEFAULT=BROOKTREE_PAL
i get a shiny happy working card on my macppc box:
bktr0 at pci1 dev 18 function 0
bktr0: interrupting at irq 52
bktr0: Leadtek WinFast TV2000/VC100, Philips FR1216 PAL FM tuner.
2004-07-24 12:52:45 +00:00
mrg
6c81cd39b8
Hauke Fath's port of the openbsd SUNW,spif driver from PR#26061.
...
the driver was originally written by Jason L. Wright.
XXX: i haven't tested this on sparc64 at all...
2004-07-24 12:45:00 +00:00
mrg
0dcb65e9d4
add spif to sparc & sparc64
2004-07-24 12:40:38 +00:00
mrg
9e8d1d4bd6
note spif(4) support
2004-07-24 12:39:38 +00:00
mrg
5df9a04912
Hauke Fath's port of the openbsd SUNW,spif driver from PR#26061.
...
the driver was originally written by Jason L. Wright.
XXX: i haven't tested this on sparc64 at all...
2004-07-24 12:37:20 +00:00
dbj
a7a2f3a478
remove HAVE_STRUCT_STATFS_F_IOSIZE
...
this is not currently being used and should be replaced with
HAVE_STRUCT_STATVFS_F_IOSIZE, but that will be done separately.
This commit should be able to be safely pulled up to
the netbsd-2-0 branch to address PR toolchain/26415
2004-07-24 12:24:59 +00:00
nakayama
1d66d17d9d
Change interrupt pending list end value to -1, to avoid linking an
...
interrupt handler twice.
It may fix "sleep forever" bug.
2004-07-24 12:04:32 +00:00
yamt
388343e340
key_sendup0: prepend a promisc header only for a mbuf given as a function arg.
...
mbufs on kp_queue already have their complete headers.
2004-07-24 09:15:56 +00:00
yamt
133bbf0b79
key_receive: pull packets from kp_queue.
...
otherwise a receiver can sleep on empty so_rcv
while having packets on kp_queue.
ok'ed by itojun.
2004-07-24 09:14:52 +00:00
dyoung
c743c6b066
Doh, we really do need to set bit ATW_NAR_MM in ATW_NAR, or else
...
no multicast packets are let through.
2004-07-24 04:59:01 +00:00
dyoung
bd6e05d5bd
ieee80211_node_leave runs in all modes, not just hostap mode, so
...
it must not IASSERT that it is in hostap mode.
2004-07-24 04:44:51 +00:00
dyoung
3fcb69ddbf
NetBSD does not define ieee80211_node_refcnt(). Use ni->ni_refcnt,
...
instead.
2004-07-24 04:07:01 +00:00
dyoung
32dee95c54
Add atw_nar_init, atw_next_scan prototypes (thanks Todd Miller)
...
and sort prototypes.
In-line atw_tsft.
2004-07-24 01:26:20 +00:00
manu
e7d6d3e79b
garbage data following darwin_if_msghdr was in fact a struct sockaddr_dl
...
Fixing this makes ifconfig nearly happy.
2004-07-24 01:00:29 +00:00
manu
59c4edd145
typo that caused ifaddr to report no addresses.
2004-07-23 21:34:01 +00:00
cube
dda84f61fe
Tag locale.alias as 'nls' since it only gets installed in that case.
2004-07-23 21:22:02 +00:00
manu
ebac5544ba
Don't try to pre-compute the ifaddr data, it just leads to mistakes when
...
the code that fills the structure is modified and the the size computation
code.
Instead compute while filling the data.
2004-07-23 21:03:33 +00:00
tron
8849562832
Add new kernel configuration for ACPI based SMP systems which can also be
...
used to utilize Hyper-Threading.
2004-07-23 17:57:41 +00:00
sketch
8ed1467c3c
Remove duplicate .PATH definition.
2004-07-23 16:28:18 +00:00
he
1239ef54cc
Add an attachment for ath* at pci, since some laptops have mini-PCI
...
atheros wireless hardware, such as IBM TP41p and TP40p.
2004-07-23 15:36:00 +00:00
he
3d7c07bfa4
Allow the user to specify which file system image to use as the
...
boot image of the CD-ROM via the CDROM_BOOT_IMAGE variable. The
user may want to create a bootable image with bootlap-big.fs which
uses the INSTALL_LAPTOP kernel configuration instead of the default
boot-big.fs image which uses the INSTALL kernel configuration.
2004-07-23 15:25:04 +00:00
erh
10d0173282
Make all the sets scripts work even when not run from the directory that
...
they reside in.
Change any uses of dirname to use shell variable substitution instead.
2004-07-23 15:11:26 +00:00
wiz
4cea33dc9f
Sort options in usage. From Kouichirou Hiratsuka in PR 26388.
2004-07-23 13:45:59 +00:00
wiz
8d2e6d57b9
Document -v. From Kouichirou Hiratsuka in PR 26388.
2004-07-23 13:45:31 +00:00
wiz
ea9a32c94e
Sync usage with man page; use getprogname(). From Kouichirou Hiratsuka
...
in PR 26387.
2004-07-23 13:44:17 +00:00
wiz
a24a61f205
getcurx, getcury, getparx, and getpary also seem to be extensions.
2004-07-23 13:42:16 +00:00
wiz
f849435424
Note that getbegx, getbegy, getmaxx, and getmaxy are extensions
...
to X/Open Curses. From Peter Bex in PR 26352.
2004-07-23 13:38:48 +00:00
wiz
73045ab3f6
Add -E to usage; use getprogname(). From Kouichirou Hiratsuka in PR 26281.
2004-07-23 13:35:22 +00:00
wiz
ce7465482b
Sort options. From Kouichirou Hiratsuka in PR 26281.
2004-07-23 13:35:02 +00:00