dsl
8e418a4b13
Delete stuff in comment about use of stackgap.
2007-06-16 19:54:02 +00:00
dsl
53bf780833
Under DEBUG(VAR) report when the variable wasn't found.
...
Disposes of pr bin/15842
2007-06-16 19:47:29 +00:00
christos
c659aeb199
Unwedge the previous change. Always increment the number of rawopens if the
...
open is successful.
2007-06-16 18:11:33 +00:00
ad
bd348e7971
-options I2OVERBOSE.
2007-06-16 12:35:54 +00:00
ad
e5bca80a53
- Merge changes from the vmlocking branch.
...
- Eliminate opt_i2o.h, since I2OVERBOSE is gone.
2007-06-16 12:32:12 +00:00
kiyohara
62ad7214e7
Change transfer size to 64byte. When the transfer size is 4096 bytes, it
...
is not likely to be able to transfer it.
2007-06-16 11:27:40 +00:00
kiyohara
c3234fb8d7
We occasionally access the register from two or more processes. Please
...
use the simple-queue.
2007-06-16 11:18:45 +00:00
kiyohara
cc7db3d88b
splnet() is called earlier than bpf_mtap2().
2007-06-16 11:09:31 +00:00
kiyohara
b89e8f1348
Remove multiple bpfdetach().
2007-06-16 11:02:19 +00:00
martin
e466a70bf8
Note update of IPF to v4.1.23
2007-06-16 10:53:58 +00:00
martin
c77a3f5aad
Upgraded IPFilter to v4.1.23
2007-06-16 10:52:24 +00:00
martin
03f2531d69
Import IPFilter 4.1.23
2007-06-16 10:33:08 +00:00
pavel
54cbd184a2
Correct format strings for ptrdiff_t and size_t arguments in DPRINTFs,
...
so that a kernel with AUDIO_DEBUG builds.
2007-06-16 10:25:03 +00:00
agc
bcf774971d
Re-generate autoconf parts.
...
No change to NetBSD distribution, since it is made using reachover Makefiles.
2007-06-16 10:02:23 +00:00
dsainty
dc8d3a6ad6
Regen.
2007-06-16 09:43:35 +00:00
dsainty
68141d1a5e
Add Silicon Integrated Systems 163U 802.11g Wireless LAN Adapter
2007-06-16 09:42:17 +00:00
tsutsui
e0cf438211
Correct declarations spl*() functions.
...
XXX: these should be moved into <mips/locore.h> or elsewhere.
2007-06-16 08:47:47 +00:00
jmcneill
04957ab308
Note glxsb(4) import.
2007-06-15 23:17:29 +00:00
jmcneill
16316e7848
Enable glxsb(4)
2007-06-15 23:05:28 +00:00
jmcneill
5ceea27797
Add man page for AMD Geode LX AES Security Block driver.
2007-06-15 23:04:20 +00:00
jmcneill
f269d91119
Import driver for the AMD Geode LX AES Security Block, from OpenBSD. The
...
glxsb(4) driver provides random numbers and AES acceleration.
2007-06-15 23:02:20 +00:00
jmcneill
b52635a353
Add VT6105M (Rhine III) to the list of supported devices, as found in the
...
Soekris net5501.
2007-06-15 21:08:21 +00:00
ad
a2884738ea
Nuke __HAVE_SPLBIGLOCK.
2007-06-15 20:59:38 +00:00
ad
029f4f9cd7
splstatclock, spllock -> splhigh
2007-06-15 20:17:07 +00:00
agc
e6bf177ae1
Apply the fix from PR 36354, from yamt.
...
yamt's reading of RFC 3720 is correct (see section 12.10, InitialR2T).
The desired transfer length in the initial ready to transmit
negotiation should not include any immediate data.
2007-06-15 19:57:30 +00:00
christos
33da203dba
KNF, from Anon Ymous. Also kill extra unneeded initializers and use size_t
...
for indexes.
2007-06-15 19:47:59 +00:00
dyoung
119721c126
Use %zu format for size_t.
2007-06-15 19:06:09 +00:00
ad
bd5831ff06
proc_free: avoid a potential race where we could free struct proc before
...
the last LWP in the process is off the CPU. Noted by yamt@.
2007-06-15 18:29:53 +00:00
ad
6820f4664f
Add a sysctl to disable swapout of kernel stacks. Discussed on tech-kern@.
2007-06-15 18:28:39 +00:00
ad
71d19c248a
- ksem_proc_dtor: fix a use-after-free
...
- LOCK_ASSERT -> KASSERT
- Use kmem(9)
2007-06-15 18:27:13 +00:00
joerg
29315a1540
Fix ACPI suspend/resume support of clcs and clct. Based on auich and
...
hints from jmcneill@.
2007-06-15 13:26:57 +00:00
pooka
d1e849f0c3
vprint takes a const char *label
2007-06-15 11:42:11 +00:00
jmmv
2cac7a4707
Mark {,/usr}/lib/libssp.so* as obsolete so that builds with outdated
...
destdirs succeed.
2007-06-15 09:47:54 +00:00
pooka
04968eb0f0
add rcs ids
2007-06-15 09:14:50 +00:00
pavel
5ad4bc1528
Remove some options which are not likely to be useful in INSTALL: PTRACE,
...
RFC2292 (previous version of IPv6 Advanced socket API). Disable SSP.
2007-06-14 21:14:49 +00:00
pooka
86146f9e2e
put LP64 SIZE_T_MAX on a diet: 17 f's is too much, trim it down to 16
2007-06-14 19:26:17 +00:00
pooka
549f6b16d1
Make this match the distributing by removing some extra goo that was
...
added a few years back when battling AM_MAINTAINER_MODE and has been
lugged around ever since.
from adrianp
2007-06-14 19:10:54 +00:00
christos
09d8955eab
Eliminate unnessary floating point.
...
XXX: someone should KNF this file.
2007-06-14 18:20:44 +00:00
dyoung
db12d3f8a6
#include sys/bootblocks.h for its MBR #definitions.
2007-06-14 17:18:40 +00:00
hira
7b2f242c1b
+ I/O DATA USB-RSAQ3, I/O DATA USB-RSAQ5.
2007-06-14 14:46:09 +00:00
yamt
3aa0b315cd
proc_drainrefs: fix the case of exec failure.
2007-06-14 14:29:50 +00:00
njoly
7acff01093
Only print cpu features3 for Intel processors.
...
ok by xtraeme.
2007-06-14 12:28:51 +00:00
uebayasi
81e54d23b2
I-O DATA USB-RSAQ5 needs UPLCOM_TYPE_HX hack. Pointed out by Kouichirou
...
Hiratsuka.
2007-06-14 01:22:52 +00:00
christos
fc506e028c
PR/36484: Pavlin Radoslavov: PIM Register in-kernel encapsulation IP_DF
...
setting is incorrect
2007-06-13 23:09:59 +00:00
dyoung
ae302fd15c
Use __arraycount().
2007-06-13 21:08:29 +00:00
christos
46502fd059
regen
2007-06-13 20:57:56 +00:00
christos
89e2b251a2
Get ready for NPTL but don't turn it on as of yet.
2007-06-13 20:57:33 +00:00
tnn
ede286013f
net.inet.tcp.newreno is no more.
2007-06-13 20:37:07 +00:00
christos
c5d61cf88b
call setprogname(); from anon ymous.
2007-06-13 19:39:54 +00:00
nathanw
2b39a52d95
Set portno in ucom_attach_args, to UCOM_UNK_PORTNO. The port number is
...
unused in this driver's callbacks, so this is an aesthetic rather than
functional change ("ucom0 at uslsa0" rather than "ucom0 at uslsa0
portno -848524548").
2007-06-13 17:14:25 +00:00