yamt
ec5a93183a
merge yamt-uio_vmspace branch.
...
- use vmspace rather than proc or lwp where appropriate.
the latter is more natural to specify an address space.
(and less likely to be abused for random purposes.)
- fix a swdmover race.
2006-03-01 12:38:10 +00:00
yamt
a600234f06
yamt-uio_vmspace: new base.
2006-03-01 12:23:47 +00:00
cube
20468175d2
Regen.
2006-03-01 09:30:22 +00:00
cube
687f061948
Add INT0800 (Intel FWH RNG). Make tabulation consistent.
2006-03-01 09:29:47 +00:00
christos
a529c06750
PR/32856: Christian Biere: Don't panic if you send a control message with
...
SCM_RIGHTS on an unconnected stream socket.
2006-03-01 02:06:11 +00:00
kleink
1c977dd5bd
Fix inverted device_is_a() logic in previous conversion.
2006-02-28 23:10:49 +00:00
kleink
774f60551c
Fix inverted device_is_a() use logic in previous.
2006-02-28 23:08:20 +00:00
kleink
57e7956122
Fix inverted device_is_a() use logic in rev. 1.4.
2006-02-28 23:02:28 +00:00
kleink
f518d0e3f3
Reduce previous (!is(...) != 0) to (!is(...)).
2006-02-28 22:52:34 +00:00
kleink
e9b4cd552f
Fix inverted device_is_a() use logic in previous.
2006-02-28 22:40:15 +00:00
gdamore
7ddac1f73a
Regen.
2006-02-28 20:57:14 +00:00
gdamore
a0fea31083
Add Radeon 7000/VE (QZ).
2006-02-28 20:56:52 +00:00
scw
63a69395eb
Note addition of port to Linksys NSLU2.
2006-02-28 20:42:55 +00:00
scw
0647057b83
Add NSLU2 to armeb KERNEL_SETS.
2006-02-28 20:41:31 +00:00
scw
6f6167730e
A port of NetBSD to the Linksys NSLU2 (a.k.a. "Slug").
...
The NSLU2 (Network Storage Link for USB 2.0 Disk Drives) is a small, *cheap*
NAS device consisting of an Intel IXP420 (Xscale) CPU, a 10/100mbit Ethernet
port, and two USB 2.0 ports. It has 32MB of SDRAM and 8MB of Flash memory,
and runs RedBoot/Linux out of the box. Now it can also run NetBSD.
2006-02-28 20:40:33 +00:00
scw
c40da0c0a2
Include "device-major sysmon" when sysmon_power is defined.
2006-02-28 20:36:51 +00:00
kleink
ff12504c9c
Add a printf regression test; for now covering lib/32951.
2006-02-28 19:30:45 +00:00
kleink
11ef0797ab
Restore the UCB __dtoa() behavior as previously done in stdlib/strtod.c:
...
revision 1.9
date: 1993/12/07 18:54:32; author: jtc; state: Exp; lines: +5 -1
Restore 4 lines of code that UCB added that got lost when I upgraded to
the latest version of this code. This bug was responsible for printf
formatting errors when values were rounded to 0.
Fixes PR lib/32951.
2006-02-28 18:51:08 +00:00
ginsbach
62221c2759
Code indentation fix up.
2006-02-28 17:17:43 +00:00
thorpej
4a6eb41916
Use device_is_a() even more.
2006-02-28 06:30:35 +00:00
simonb
5034f87d7b
Fix fallout from obviously untested device_is_a() rototill.
2006-02-28 01:16:59 +00:00
rpaulo
a0814a3043
Add full support for IPv6 tunnels. From DEGROOTE Arnaud in PR 32944.
...
The PR submitter and the PR handler were unable to test this code
using Teredo userland clients such as Miredo. However, the PR handler
dumped and analyzed some of the packets produced by Miredo and they
seemed fine.
(On a side note: I was unable to setup Teredo in Windows XP and the
problem seemed similar to what I currently see in NetBSD: lack of
replies from the Teredo relay).
2006-02-28 00:38:35 +00:00
shige
628c5e08b7
Note addition of Plat'home OpenMicroServer (OMS-AL400) support.
2006-02-27 21:39:29 +00:00
gdamore
7572f01aa0
Masking for mstart was still *not* right. This time I'm fairly sure I got
...
it right -- OMSAL400 and MTX-1 boards should have functional PCI now.
2006-02-27 21:10:27 +00:00
martin
d0f2507f92
Sync with r1.5 of configure.in - somehow I seem to have managed to not
...
commit the equivalent change to this file last time:
"with_cpu" is a property of the target. - reset it for each config.gcc run.
2006-02-27 20:52:21 +00:00
shige
32d0f6374a
Remove hptide, and ata related devices.
...
OMS-AL400 has no hptide device.
2006-02-27 20:50:48 +00:00
xtraeme
b9993157d7
PR port-i386/32864: Neil Ludban. Pentium M 760 SpeedStep support.
2006-02-27 19:25:45 +00:00
xtraeme
c1ca5092a9
Add support for the Pentium M 773, 758 and 778 matching
...
against the correct cpuid. Adapted from OpenBSD.
2006-02-27 18:37:03 +00:00
pooka
9ae08e579b
while WFH add WFH
2006-02-27 17:31:14 +00:00
gdamore
9342d0e1b6
Note caveats about PCI_MAPREG_TYPE_ROM.
2006-02-27 16:19:23 +00:00
gdamore
9978357901
Add PCI_MAPREG_TYPE_ROM and allow it to be used with pci_mapreg_map().
...
Fix to configure (but do not enable) BARs for expansion ROMs.
Reviewed by briggs@
2006-02-27 16:11:58 +00:00
drochner
8c32a44b4d
minor constification, good for WARNS=3 now
2006-02-27 16:00:20 +00:00
drochner
ed755469dd
NetBSD adaption:
...
-minor cleanup of installed headers
-const pcap_strerror() for consistency
2006-02-27 15:57:17 +00:00
drochner
f5b56adedc
minor constification, good for WARNS=3 now
2006-02-27 15:55:30 +00:00
drochner
431104fb34
avoid shadowing globals, for WARNS=2
2006-02-27 15:53:24 +00:00
drochner
a7dfc7f00f
pull in from NetBSD's libpcap: use cloning bpf device on NetBSD
2006-02-27 15:51:38 +00:00
drochner
6dab7ae580
pull in from NetBSD's libpcap: import header for __NetBSD_Version__
2006-02-27 15:50:09 +00:00
drochner
3c909ce59d
import original libpcap-0.9.4 from tcpdump.org,
...
with unrelated subdirs omitted
2006-02-27 15:45:37 +00:00
drochner
be8cb1f8b9
add missing DLTs from the libpcap-0.9.4 distribution
2006-02-27 14:22:26 +00:00
jmcneill
cf4e65bbe1
Disable vesafb_powerhook for now.
2006-02-27 13:41:40 +00:00
jmcneill
6984d2ca99
Fixup a performance problem in rasops_copyrows that I introduced during
...
the shadowfb merge.
2006-02-27 12:19:29 +00:00
drochner
4cf9c4d0dc
fix bpf_validate():
...
a missing "break" caused any bpf filter containing
a division to be rejected
2006-02-27 11:42:58 +00:00
peter
a3d9242e4a
Add (empty) machine_standby and machine_sleep functions, which will be
...
needed for hpcapm(4).
2006-02-27 11:34:35 +00:00
sketch
bd7b072254
Update documentation to reflect reality; uvm_init() runs after the console
...
has been configured, then cpu_startup() prints the initial copyright banner.
2006-02-27 11:21:03 +00:00
he
2910d4c72c
The WALNUT port has now grown a dependency of ibm4xx_autoconf.c via
...
ibm4xx_device_register(), so include that file in the kernel build.
2006-02-27 11:04:31 +00:00
lukem
8e931a8920
Use device number as well as inode to detect hardlinks.
...
Rename shell variable names to more accurately their purpose.
2006-02-27 09:08:10 +00:00
lukem
99f38b2f21
Deal correctly with hard-linked timezone (synonym) files during
...
the copy from the build directory to the DESTDIR.
/usr/share/zoneinfo is now smaller & use less inodes again.
Fixes problem I introduced in rev 1.37 on 2004/01/30.
2006-02-27 08:08:50 +00:00
dyoung
cee154c1e6
Quiet ath(4) when debug output is enabled with the hw.athX.debug
...
sysctl: only print messages pertaining to transmission when
ATH_DEBUG_XMIT is set, instead of printing them when ATH_DEBUG_ANY
is set.
Patch via Sam Leffler.
2006-02-27 06:18:47 +00:00
dyoung
866e8c46e0
Move the SIOCS80211, SIOCG80211STATS, SIOCG80211ZSTATS definitions
...
nearer the top of ieee80211_ioctl.h for easy comparison with their
FreeBSD counterparts (which should just go away).
2006-02-27 06:09:10 +00:00
dyoung
23d456226f
Add link-layer specific flags, M_LINK[456], for future use by
...
net80211, especially transmit-packet fragmentation and "fast frames."
2006-02-27 05:46:39 +00:00