xtraeme
5386acb4ac
Xref prop_dictionary_util(3) and prop_send_ioctl(3).
2007-06-21 12:02:31 +00:00
fvdl
fc625d2eff
* Add bus_dmamap_sync calls for cmd structure.
...
* During initialization, use the right port index when setting up the
physical pointers for a port. Fixes issue with non-contigous ports.
Reviewed by Manuel.
2007-06-21 11:32:54 +00:00
jnemeth
3a15d3861a
Make this match how the C version of the interrupt handler does
...
pseudo DMA. Thanks to uwe@ for assistance with sparc assembly
language and tnn@ for testing.
2007-06-21 09:45:54 +00:00
wiz
7d2b5d5273
ntp-4.2.4p2 out.
2007-06-21 06:02:10 +00:00
kiyohara
15e10848b3
Fix rqp->len is a number of read registers.
2007-06-21 04:04:29 +00:00
mrg
70d2e95cee
merge GCC 4.1-20070620.
2007-06-21 04:01:59 +00:00
mrg
f73a50514d
import GCC-4.1 branch from 20070620 (revision 125891). this fixes 78
...
GCC PR's listed below, and also fixes some netbsd PR's.
30370
C++/28988
C++/30016
C++/30168
C++/30221
c++/28999
c++/30536
c++/30847
c++/30852
c++/30895
c++/31074
c++/31449
c++/31517
c++/31806
c++/31809
c/31520
debug/29906
debug/30189
inline-asm/32109
libstdc++/28125
libstdc++/30586
middle-end/24427
middle-end/29683
middle-end/30313
middle-end/30364
middle-end/30433
middle-end/30473
middle-end/30729
middle-end/30761
middle-end/31448
middle-end/32285
objc/27438
objc/30479
other/27843
preprocessor/30468:
rtl-optimization/28011
rtl-optimization/28173
rtl-optimization/28772
rtl-optimization/29329
rtl-optimization/29599
rtl-optimization/30643
rtl-optimization/30787
rtl-optimization/30931
rtl-optimization/31691
target/18989
target/19087
target/25448
target/26090
target/28623
target/28675
target/29487
target/30289
target/30483
target/30848
target/31022
target/31123
target/31137
target/31245
target/31361
target/31380
target/31480
target/31582
target/31641
target/31701
target/31876
target/32163
tree-opt/30045
tree-optimization/26643
tree-optimization/26854
tree-optimization/26998
tree-optimization/27087
tree-optimization/29446
tree-optimization/29925
tree-optimization/30212
tree-optimization/30590
tree-optimization/30823
tree-optimization/31632
tree-optimization/32353
2007-06-20 22:55:47 +00:00
scw
5092a6592f
Apply the patch supplied in PR/36512 to fix the buffer overlap check.
2007-06-20 22:31:21 +00:00
pooka
1c4b40e1bc
fix typo from previous rototill, makes this work again
2007-06-20 21:11:26 +00:00
pooka
5d2746d022
There is no p - it's the calling lwp these days.
2007-06-20 16:35:52 +00:00
christos
eeff189533
- per socket keepalive settings
...
- settable connection establishment timeout
2007-06-20 15:29:17 +00:00
tsutsui
d562fea75e
sn(4) driver on mac68k has been switched to using MI SONIC driver,
...
so prepare MI sn(4) man page. Also improve some descriptions.
2007-06-20 13:31:54 +00:00
sborrill
8d4b49cb31
Support more i915 stolen memory configurations (previous limit was 8MB,
...
some configurations steal up to 64MB). OK christos@
2007-06-20 08:17:12 +00:00
ginsbach
67a9c3250c
Remove debugging code accidently left in the original commit. This should
...
make the test a bit less verbose.
2007-06-19 20:44:28 +00:00
christos
f666788961
mention services_mkdb; from Thilo Jeremias
2007-06-19 19:26:10 +00:00
tsutsui
f168fff654
Add some more AMD64 CPUID entries.
2007-06-19 14:16:56 +00:00
yamt
0eaaf7405e
nfssvc_iod: fix nm_bufqiods accounting on exit.
2007-06-19 13:13:37 +00:00
ad
b2138a8b6a
Re-apply rev 1.111:
...
Always include kernel_lock so that LOCKDEBUG checks can find the symbol.
2007-06-18 21:37:32 +00:00
degroote
220b6d3811
Add a workaround in the case where we have low number of rbuf.
...
It seems to fix problem of frozen network with wpi.
ok by @joerg.
2007-06-18 19:40:49 +00:00
bouyer
c9054f7661
Support root= as an alias for bootdev=, for consistency with multiboot
...
support. Suggested by Pavel Cahyna.
2007-06-18 18:56:23 +00:00
xtraeme
111463f431
Mount a ptyfs on /dev/pts by default. I'm committing it because
...
I did not have any answer for 10 days.
http://mail-index.netbsd.org/tech-install/2007/06/08/0001.html
2007-06-18 16:58:42 +00:00
tnozaki
d260ecaa44
add CP116[12](Thai ISO-8859-11 variant), CP1129,CP1163(Vietnamese).
2007-06-18 16:19:30 +00:00
ginsbach
2f41073256
Follow the example of other nbtool compat functions, like dirname, and
...
don't create if it is determined that the system in question doesn't need
them. This cleans up build warnings on systems with err.h (HAVE_ERR_H)
for example Mac OS X 10.3.
2007-06-18 14:13:54 +00:00
dsainty
ad838ebf9b
Regen.
2007-06-18 12:24:48 +00:00
dsainty
ac96097e58
Add AX88772 USB 2.0 10/100 Ethernet adapter
2007-06-18 12:24:04 +00:00
martti
bad34032e5
We have now IPF 4.1.23
2007-06-18 07:26:38 +00:00
dsl
4147586696
There is no need for the stackgap in sys_bind() and sys_connect().
...
If sa_len is zero, believing the size passed to bind/connect seems
better than trying to strlen somthing that might run off the mapped kma.
Verify the address family against the array size before indexing.
2007-06-17 21:30:11 +00:00
dsl
cf80941288
Kill that stackgap...
...
Use vn_stat() and dostatvfs() on the vnode the code always has got - even
though it used compat versions of the other syscalls.
2007-06-17 20:43:10 +00:00
dsl
95206f19b1
No need for stackgap for darwin_sys_sigaction and sigprocmask.
...
XXX: it doesn't look right that the new and old 'sigaction' parameters
have different types.
2007-06-17 20:15:19 +00:00
dsl
6111df536a
Remove stackgap use:
...
osf1_sys_select() calls selcommon().
osf1_sys_readv() and writev() read the iov into kernel memory then call
do_filereadv/writev().
KNF.
2007-06-17 19:50:01 +00:00
dsl
4f7a91fae3
Do the sysv ipc calls without the stackgap.
...
Only the SET and STAT operations have a buffer arg - so don't xlat
the buffer for the other commands.
2007-06-17 18:54:20 +00:00
pooka
0031e99f45
ident is now of type wchan_t
2007-06-17 18:50:07 +00:00
dsl
c99470165c
Do the sysv ipc calls without the stackgap.
...
Only the SET and STAT operations have a buffer arg - so don't xlat
onbe for teh other commands.
2007-06-17 18:32:14 +00:00
dsl
c271f319e5
Do the sysv ipc calls without the stackgap.
2007-06-17 18:17:46 +00:00
dsl
8ef23ff995
Directly call the relevant system support routines instead of going via
...
the compat_10 and compat_14 functions - makes the code neater and, removes
many data copies and also removes the stackgap use.
Also (indirectly) fixes some code paths that fotgot to do copyin/out.
2007-06-17 16:32:51 +00:00
yamt
c69798c4e6
periodically resize vmem hash table.
2007-06-17 13:34:42 +00:00
rmind
5fd6c5db8f
- Add aio_fsync(3) manual page. Reviewed and improved by <wiz>.
...
- Also, fix the accident duplicate of aio_suspend(3) entry.
2007-06-17 12:47:40 +00:00
dsl
27aa94d0d3
Use get_semctl_arg() here instead of the switch statement.
2007-06-17 10:27:16 +00:00
dsl
353f1bdbac
Call semctl1() directly, not via stackgap and compat_14_sys___semctl().
2007-06-17 10:24:21 +00:00
dsl
82cfad02f8
Expose semid_ds14_to_native() to otherparts of the system.
...
Don't leak kernel stack back to userspace.
2007-06-17 10:23:27 +00:00
dsl
5ff680264f
Add a define to reduce the source size of the various callers of semctl1()
2007-06-17 10:21:25 +00:00
martin
0d8033bf02
(Re-)add a missing cast in an #if part not used in current, but needed
...
for netbsd-4.
2007-06-17 09:32:34 +00:00
tsutsui
73b3a64df4
Move declaretions of _spl*() and _{clr,set}softintr() functions
...
(which are in mips/locore.S) into <mips/locore.h>
from various MD files.
2007-06-17 06:04:27 +00:00
tsutsui
18635db91f
- add a declaration of apbus_wbflush() in apbusvar.h
...
- include <mips/locore.h> for mips3_wbflush()
- undef wbflush() macro before declaration of local inlined wbflush()
2007-06-17 05:53:01 +00:00
ad
a5210c2d29
opt_i2o.h is gone.
2007-06-16 23:26:04 +00:00
agc
ad9b63f6fb
Move my own code from a 4 clause to a 3 clause licence.
2007-06-16 23:13:25 +00:00
dsl
879c84a74d
The code to directly call sigaction1() and sigaltstack1() is much shorter
...
than the mess required to call the compat_43_xxx functions.
2007-06-16 22:31:08 +00:00
dsl
0699e1c8bf
Move the point at which sys_readv and sys_preadv (and writev) get merged
...
so that the same common code can be used with a kernel-resident 'iov'
array from the 32-bit compat code (which currently has its own copy
of these routines.
2007-06-16 20:48:03 +00:00
dsl
fdcf6a681a
Put the argument to '#if defined' in ().
...
The C standard allows either form, but we normally treat 'defined' as
a function, not an operator.
2007-06-16 20:06:52 +00:00
dsl
ec918d6dc6
Modify the (recently added) compat_sigaltstack() #define to take the
...
values of the SS_ONSTACK and SS_DISABLE constants.
Use it to shorten the source files when this action is replicated.
Actually, given the monstrous complexity of sigaltstack1() there is
probably a much better way to do this...
2007-06-16 20:04:27 +00:00