ad
8f4adbff6b
Regen.
2007-02-10 10:25:44 +00:00
ad
f7c038012b
Fix arguments to _lwp_park/unpark/unpark_all to match userland.
2007-02-10 10:24:44 +00:00
mlelstv
b773ba67f1
Add support for VT8237A/VT82C586A PCI-ISA-Bridge
...
Fixes PR kern/35314
2007-02-10 10:23:18 +00:00
ad
36d73dc21a
Remove unused file.
2007-02-10 10:18:32 +00:00
ad
1727553fe8
Make a couple more updates for signal handling.
2007-02-10 10:16:33 +00:00
ad
6faf4c1b76
Sprinkle some more locks.
2007-02-10 10:12:34 +00:00
ad
8cfae44a35
Sprinkle a couple more locks.
2007-02-10 10:09:01 +00:00
skrll
24f8ad7f38
Remove empty files.
2007-02-10 10:02:49 +00:00
degroote
e2211411a4
Commit my SoC work
...
Add ipv6 support for fast_ipsec
Note that currently, packet with extensions headers are not correctly
supported
Change the ipcomp logic
2007-02-10 09:43:05 +00:00
mlelstv
1fb16b2557
The diagnostic code doesn't track busy_free correctly when a
...
device gets removed. However, when the diagnostic check fails,
it is much better to complete the free operation than to abort
it, because this just causes an infinite loop.
2007-02-10 07:52:29 +00:00
mlelstv
cf2092aa79
Option N.V. is the real vendor, Vodafone just sells the UMTS cards.
...
Add support for Globetrotter Fusion Quad Lite cards.
2007-02-10 07:44:00 +00:00
tsutsui
83a47fa604
Pull a multicast fix from FreeBSD's if_re.c rev 1.81:
...
Fix rtk_setmulti() so that it works correctly for PCIe chips where
the multicast hash table are in reverse order compared to older
devices.
Closes PR kern/35579 from Nino Dehne.
2007-02-10 03:58:32 +00:00
tsutsui
b184e0b11b
Fix botch on newlock2 merge.
2007-02-10 03:38:47 +00:00
tsutsui
b501f9bf07
Rename _IPL_SOFT* macro to SI_SOFT* to sync with other m68k ports.
2007-02-10 03:30:13 +00:00
ichiro
8c2cbf1a11
make tags for AX420N(NEC Infrontia)
2007-02-10 03:16:07 +00:00
ichiro
cbc9432f39
regen.
2007-02-10 03:14:56 +00:00
ichiro
2507232198
add AirH pcmcia modem.
...
NEC Infrontia AX420N
2007-02-10 03:14:03 +00:00
tsutsui
ac79486fd5
Implement generic softintr(9) support for news68k.
...
Mostly taken from mvme68k.
2007-02-10 02:57:46 +00:00
christos
1735b4d5c0
avoid using struct proc in the perfctrs case, where the variable might
...
not be used.
2007-02-10 02:55:18 +00:00
pooka
986368958f
Don't destroy puffs_nodes in success paths of remove and rmdir: the
...
kernel assumes that they will not be recycled until reclaim.
2007-02-10 02:53:27 +00:00
tsutsui
18f2cde2bd
Make COMPAT_HPUX compile by mechanical replacements.
...
XXX1: not sure if it still works even before newlock2 merge
XXX2: some more mutex locks might be required
2007-02-10 02:42:30 +00:00
tsutsui
3e828b086d
Apply changes for newslock2, taken from other m68k ports.
2007-02-10 02:38:34 +00:00
tsutsui
eeca26831e
Update for newlock2 merge.
2007-02-10 02:34:42 +00:00
tsutsui
123ed5aad5
Implement generic softintr(9) support for news68k.
...
Mostly taken from mvme68k.
2007-02-10 02:03:51 +00:00
tsutsui
9a49275170
Apply some changes for newlock2, taken from other m68k ports.
2007-02-10 02:01:26 +00:00
elad
7f962d079d
Remove myself from list of developers.
2007-02-10 00:30:22 +00:00
ad
4ee7030889
Add ${NETBSDSRCDIR}/sys to the include path.
2007-02-10 00:23:13 +00:00
ad
3247035dcc
Cast the return value of _lwp_unpark_all(), just in case.
2007-02-09 23:53:24 +00:00
ad
88cb6cb846
Acquire proclist_mutex before sending signals.
2007-02-09 23:51:20 +00:00
ad
a0f13ff82d
- Exclude SA syscalls from LintSysNormal.c.
...
- Obsolete SA manual pages.
2007-02-09 23:48:27 +00:00
junyoung
931a89e75c
Rearrange headers for better portability.
2007-02-09 23:44:18 +00:00
pooka
306e0025cf
Implement "superreaddir". This issues a getattr for all the
...
directory entries already in readdir and caches the results instead
of waiting for each individial getattr from the kernel. For
high-latency links the difference in "ls -l" is quite astounding
and even on my lan "ls -lR" is faster than for nfs in a normal
directory hierarchy (i.e. not one artifically setup to have thousands
of files per directory).
TODO: implement some sort of bandwidth/latency measurement in the
code and enable or disable this option based on than information
(and a command-line flag).
2007-02-09 23:36:17 +00:00
ad
c653ab50ef
Welcome to NetBSD 4.99.10.
2007-02-09 23:31:00 +00:00
ad
a21c37097e
Bump libpthread & libpthread_dbg minor versions so that an old SA copy
...
gets kept in the file system. Requested by pavel.
2007-02-09 23:00:16 +00:00
ad
f8e00f41e6
Change _lwp_unpark_all() to return a 'ssize_t'.
2007-02-09 22:54:19 +00:00
ad
6cb2f27bc7
Sync with changes introduced by merging the newlock2 branch.
2007-02-09 22:49:47 +00:00
christos
233898bdaa
Only try free-ing a version of res if it is not supposed to be pre-inited
...
like before. Fixes issues with programs passing random uninitialized data
as res_state.
2007-02-09 22:29:40 +00:00
ad
34eaab26b0
Sync with changes introduced by merging the newlock2 branch.
2007-02-09 22:13:31 +00:00
ad
401499f30e
Sync with kernel changes introduced by merging the newlock2 branch.
2007-02-09 22:08:48 +00:00
ad
b07ec3fc38
Merge newlock2 to head.
2007-02-09 21:55:00 +00:00
macallan
5c1aad3ad0
add a quirks entry for the DEC21140 found on UMAX E100 cards
2007-02-09 21:39:38 +00:00
macallan
688135d6b1
- don't call load-ata on PB3400 and similar machines - it occasionally
...
freaks out when a cardbus device is present.
enable with options PB3400_CARDBUS_HACK
- add a hack to make the DEC 21140 found on UMAX E100 cards work, for some
reason OF doesn't see it
enable with options UMAX_E100_HACK
2007-02-09 21:37:49 +00:00
tron
da3cb8f550
Increase the number of raid(4) device node sets to four and the number
...
of wd(4) device node sets to eight. This fixes another problem
reported in PR port-amd64/35532
2007-02-09 21:17:11 +00:00
macallan
5314457521
gah, stupid typos
2007-02-09 21:15:54 +00:00
macallan
a64454b914
pass OF node and if known instance handle as device properties. Needed later
...
for a generic OpenFirmware framebuffer driver
2007-02-09 21:13:30 +00:00
macallan
94ed04fa15
don't hardcode inverted backlight levels needed on some macppc models
2007-02-09 21:12:00 +00:00
macallan
4909469d5d
add a sysctl to turn off tapping to button event translation, same as in
...
ams
2007-02-09 21:07:37 +00:00
macallan
7044741d2d
do a bus reset before looking for devices
2007-02-09 21:06:48 +00:00
hannken
f67846b19f
Add support for Solaris ufsdump volumes with more than 512*1024 inodes.
...
Here the bitmaps are written as
CLRI or BITS with c_count <= 512
ADDR* for the remaining blocks
Remove the bitmap handling from getfile(), remove xtrmap() and xtrmapskip().
Add new function getbitmap() modeled after getfile() that does bitmap
allocation, bitmap expansion and sets maxino.
Reviewed by: Manuel Bouyer <bouyer@netbsd.org>
2007-02-09 09:36:02 +00:00
pooka
b2668f252f
honor B_ASYNC
2007-02-09 08:53:51 +00:00