wiz
b6b6657a5a
Uppercase I/O.
2005-09-09 20:29:12 +00:00
wiz
685850e192
Grammar fix.
2005-09-09 20:27:26 +00:00
wiz
1635c91622
Improve wording and comma usage.
2005-09-09 20:21:39 +00:00
tsutsui
60528befec
Link ip2xboot as OMAGIC by -N option for ld(1) as well as ip3xboot.
...
Tested by sekiya.
2005-09-09 17:27:18 +00:00
drochner
727527c99b
remove "dev" locators from cardbus device definitions, it doesn't
...
make sense technically and might be removed
2005-09-09 16:26:19 +00:00
christos
68f654dc66
Convert the rest of the code to use pollts for consistency. XXX: We should
...
really use kqueue.
2005-09-09 15:41:27 +00:00
christos
fa92811fc7
PR/31264: Mark Davies: rup not interruptable
...
The cause of this is that in the re-entrant case we block all signals until
we timeout. Convert this to use pollts and then grab the pending signals
and sigsuspend them.
XXX: We should really convert this to use kqueue, like FreeBSD did.
2005-09-09 15:40:49 +00:00
christos
03d7777e5c
PR/25658: Steve Woodford: Default value of net.inet.ipsec.dfbit breaks PMTU
...
over IPsec tunnels.
I have changed the default to 2 [copy]. I've verified that this works with
all my IPSEC setups, and this change has also been discussed in tech-net.
2005-09-09 15:38:05 +00:00
yamt
d8798fec66
- for pagecache dependency, track which page in the block
...
has been written or not individually by (ab)using b_resid
in pcbp as a bitmap.
- add a comment to explain why it's needed.
PR/15364. reviewed by Chuck Silvers.
2005-09-09 15:04:07 +00:00
yamt
5b4c989faf
revert the code to expand putpage requests to block boundary.
...
because:
- it was incomplete in some cases.
- it can confuse pagedaemon.
see PR/15364 for details.
2005-09-09 15:00:39 +00:00
drochner
1af44f3c6e
remove the useless (always 0) device number from cardbus driver state,
...
autoconf attach structures and configuration cycle functions
(just leave the kernel configuration attribute for now to avoid breaking
config(1) files)
2005-09-09 14:50:58 +00:00
drochner
ce9fc42a2b
-avoid references to the cardbus "dev" locator, this doesn't make
...
sense technically and should be removed
2005-09-09 14:11:39 +00:00
drochner
68f1c179c5
-mention fwohci
...
-avoid references to the cardbus "dev" locator, this doesn't make
sense technically and should be removed
2005-09-09 14:03:51 +00:00
rpaulo
bf1671cd34
Mention WSDISPLAY_SCROLLSUPPORT kernel config additions.
2005-09-09 13:49:10 +00:00
drochner
1fbab2d81a
make this compile again (shadow and const warnings)
...
I doubt this serves any useful purpose.
2005-09-09 13:48:10 +00:00
ragge
1e85211578
Note xge addition.
2005-09-09 13:45:41 +00:00
ragge
2eeafd4faf
Note the xge driver.
2005-09-09 13:44:19 +00:00
rpaulo
2855760133
Enable WSDISPLAY_SCROLLSUPPORT by default.
2005-09-09 13:43:39 +00:00
christos
5db1262f0e
PR/31261: Mark Davies: ssh invokes xauth with bogus argument
2005-09-09 12:24:37 +00:00
christos
453555bc8b
PR/31243: Mark Davies: sshd uses pipes rather than socketpairs, making bash
...
not execute .bashrc. Since socketpairs work on all NetBSD systems, make it
the default.
2005-09-09 12:20:12 +00:00
drochner
fd6c232a7a
Allow a NULL pointer as argument to usb_get_next_event(), and don't
...
allocate a "struct usb_event" on stack in usb_add_event().
This gives just enough breathing space that the box doesn't die
immediately from stack overflow when I insert a
ohci0 at cardbus0 dev 0 function 0: Acer Labs M5237 USB 1.1 Host Controller
2005-09-09 12:04:30 +00:00
ragge
aada101c5e
Add man page for the xge driver.
2005-09-09 11:20:38 +00:00
ragge
0217dc7934
Device driver for the Neterion (S2io) Xframe-I 10Gbit ethernet card.
...
Still missing: VLAN + IPv6 checksum support.
2005-09-09 10:30:27 +00:00
wrstuden
1fa8554ba6
Note the fact that buffer cache takes block numbers in
...
units of DEV_BSIZE, even if the device's device size is
larger. Update date.
Reviewed by wiz. :-)
2005-09-08 22:51:36 +00:00
christos
ac3f544e6d
fix compilation with debugging on.
2005-09-08 18:41:50 +00:00
christos
e4efddfa8b
PR/31130: FUKAUMI Naoki: Fix vge(4) SIOC{ADD,DEL}MULTI handling
2005-09-08 18:18:10 +00:00
tsutsui
5b3a55a74a
This file no longer has "#if defined(MIPS3_4100)" so remove
...
"XXX MIPS3_4100 is still special" comment.
(though some other files still have "special" code which should go away)
2005-09-08 15:19:58 +00:00
tsutsui
e17fe7c64d
Initilize CP0 pagemask register properly.
...
Fixes PR 30590 and some other mips port.
2005-09-08 15:17:23 +00:00
tsutsui
95d5cf1493
Add mips3_cp0_pg_mask_write() to initialize pagemask register.
2005-09-08 15:13:23 +00:00
tsutsui
bd2843f4ab
Add definitions of Vr41xx specific pagemask values.
...
It supports 1k-256kbytes/page.
2005-09-08 15:11:43 +00:00
drochner
1797f37c06
fix parsing of some informational CIS tuples: correct length and handle
...
the case correctly where a string is terminated with 0x00 0xff
2005-09-08 15:02:48 +00:00
drochner
241cff4694
make use of the locator information: print "?" if a locator is
...
at its default value, and accept "?" in the "change" command
2005-09-08 14:58:14 +00:00
drochner
36439c322f
namespace sanity: no need to include <sys/device.h>
2005-09-08 14:50:02 +00:00
kochi
564279b53d
ACPI-CA 20050902 is out
2005-09-08 11:46:21 +00:00
tshiozak
3095745573
change OOB_MODE to INVALID; this mapper is only used to be layered on
...
other mappers, thus ILSEQ is irrelevance.
2005-09-08 09:40:20 +00:00
christos
a531e09eeb
Revert incomplete (and possibly incorrect) sys_sa_preempt implementation
...
that I committed accidentally with the 64 bit inode changes.
2005-09-07 23:31:06 +00:00
wiz
7d78da60b6
groff-1.19.2 is out.
2005-09-07 23:24:54 +00:00
drochner
14071aa79e
fix an obvious mistake where the original instruction
...
is restored after a simulated single-step,
also use VM_PROT_ALL to get maximal permission for patching
instructions instead of VM_PROT_DEFAULT whose semantics
are not that defined
2005-09-07 20:28:08 +00:00
drochner
caf67252d3
sync with next68k: include <sys/devive.h> explicitely because this is the
...
documented header for "evcnt" stuff
(should be separated, later)
2005-09-07 19:58:12 +00:00
drochner
8311fb86aa
namespace sanity: don't expose compatibility sigcontext stuff
...
unnecessarily
2005-09-07 19:42:51 +00:00
drochner
41f06eac8c
include machine/intr.h only in the _KERNEL case, as
...
most other ports do.
(In the -KERNEL case, it is needed because the spl*()
stuff ought to be pulled in by <sys/param.h> per the
manpages.)
This saves some namespace headaches.
2005-09-07 19:39:51 +00:00
drochner
9e7bc072c7
namespace sanity: kill includes which are not
...
used directly
2005-09-07 19:35:37 +00:00
drochner
0ffd1b3340
include <sys/devive.h> explicitely because this is the
...
documented header for "evcnt" stuff
(should be separated, later)
2005-09-07 19:33:20 +00:00
elad
d8a0e22d8a
Adjust comment. Noted by Rui Paulo.
2005-09-07 19:15:49 +00:00
elad
f777d75b5c
Catch up with 64 bit inode changes.
2005-09-07 19:04:57 +00:00
elad
d1e2d78dee
Use ``l'' and not ``curlwp''. Thanks to Peter Postma for catching this.
2005-09-07 18:06:04 +00:00
elad
348574574d
Implement curtain for AF_INET{,6} PCB lists.
2005-09-07 17:58:13 +00:00
elad
fb3e9eee95
Implement curtain for AF_LOCAL PCB lists.
2005-09-07 17:38:44 +00:00
elad
bc433a82fb
Implement curtain in KERN_{PROC,PROC2,FILE,FILE2,PROC_ARGS}.
...
While I'm here, disable curtain by default.
2005-09-07 17:30:07 +00:00
elad
31681c214e
Should check if curtain is enabled before doing the user-id check.
2005-09-07 17:27:55 +00:00