chs
f8fa568ead
remove the LINUX_SP_WRAP hack since it doesn't seem to be needed anymore,
...
and removing it lets us go back to mapping the stack non-executable again.
2004-07-25 23:26:44 +00:00
chs
503ca60040
in pthread__initmain(), don't reuse the part of the initial stack that
...
is occupied by the argv and environment (and MD stuff like the page-table
mapping on x86). fixes PR 26392.
2004-07-25 23:22:43 +00:00
yamt
ff5b999530
document recent changes.
...
provided by Peter Postma. PR/26068
mdoc tweaks by me.
2004-07-25 23:10:49 +00:00
jkunz
461314c36f
Bring the WAX GSC to GSC bus adapter + interrupt controller and the
...
GSC bus inside the WAX chip to live with some bits from lasi.c and
the OpenBSD wax.c.
2004-07-25 21:52:56 +00:00
christos
452b7e16cb
jason says that it is unclear if the new device is compatible with the old
...
one so disable it for now.
2004-07-25 18:04:52 +00:00
christos
34c5d0dc13
Match viatech's power controller (Sergio Jimenez)
2004-07-25 16:07:08 +00:00
christos
8d9bd7465d
regen
2004-07-25 16:05:05 +00:00
christos
cc5376ee65
Add viatech's VT8231 Power controller. (Sergio Jimenez)
2004-07-25 16:04:22 +00:00
sekiya
c830efd52f
Properly detect the EISA bus for IP22-class machines.
2004-07-25 10:28:28 +00:00
mrg
2839ebd42d
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-25 09:32:37 +00:00
manu
57ae178c88
Added a simple bigcopy, from Srinivasa Kanduru
2004-07-25 09:21:48 +00:00
manu
a380f938d4
Added kern.debug.getentropy sysctl
2004-07-25 07:54:54 +00:00
dyoung
f704e633b9
Call ieee80211_free_node, not ieee80211_node_leave, on timed-out
...
IBSS nodes. Do not send an EXPIRE-type DEAUTH message when IBSS
nodes time-out. This ends the panic that rev 1.25 fixed, but
without a dual-use ieee80211_node_leave.
2004-07-25 05:21:36 +00:00
dyoung
4388de1ef5
Undo last: Sam Leffler has shown me a better way to avoid ad hoc
...
lossage.
2004-07-25 05:08:33 +00:00
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