christos
b5fb56163d
fix permissions on /proc/<pid> node. From elad.
2006-12-24 17:37:35 +00:00
elad
a687717695
Add two comments. No functional change.
2006-12-24 16:45:23 +00:00
tsutsui
0ed9b9ccc6
Add the following late entries:
...
vge(4): Fix hardware VLAN tagging support. [tsutsui 20061021]
re(4): Fix RTL8139C+ support. From FreeBSD and Brian A. Seklecki.
[tsutsui 20061103]
ex(4): Add a workaround for a hardware ip4csum-tx bug which would
sometimes put wrong IPv4 checksum on sending 21 or 22 byte
IP packets. [tsutsui 20061112]
re(4): Add a workaround for a hardware ip4csum-tx bug on sending
28 byte or less IP packets. [tsutsui 20061117]
re(4): Fix hardware VLAN tagging support. [tsutsui 20061216]
2006-12-24 13:57:44 +00:00
elad
97b434c554
Slash sys_mount() and add three helper functions: mount_update(),
...
mount_getargs(), and mount_domount() to handle three main things it can
do.
This makes the code more readable and removes the horrible goto mess
that was lurking there since forever... it also makes it easier to
implement a security policy for that code.
2006-12-24 12:43:17 +00:00
wiz
e76d290058
Fix example; from sat@freebsd via jmc@openbsd.
2006-12-24 10:07:18 +00:00
wiz
a0a9492dc8
Talk of RFC 4716 SSH public key format instead of SECSH public key format.
...
From markus@openbsd via jmc@openbsd (rev 1.73).
2006-12-24 10:06:03 +00:00
wiz
7ce75c98d8
Mention RFC 4716. From markus@openbsd via jmc@openbsd (rev. 1.266).
2006-12-24 10:04:08 +00:00
elad
1124b0b8bc
PR/35278: YAMAMOTO Takashi: veriexec sometimes feeds user va to log(9)
...
Introduce the (intentionally undocumented) pathname_get(), pathname_path(),
and pathname_put(), to deal with allocating and copying of pathnames from
either kernel- or user-space.
2006-12-24 08:54:55 +00:00
wiz
6e478b060b
Mention that the argument file is not modified. From jmc@openbsd.
2006-12-24 08:35:21 +00:00
rumble
21e8e22085
Add zskbd console attachment.
2006-12-24 03:57:44 +00:00
christos
f1700f07c0
But turn on PTHREAD_SA, since turning it off does not work yet.
2006-12-24 03:54:43 +00:00
christos
34bc1fc940
just get this to compile again, so that people can build.
2006-12-24 03:47:53 +00:00
darrenr
54726f45ee
TCP window scaling was being recognised but the recorded settins were being
...
clobbered and thus effectively disabled
2006-12-24 02:31:16 +00:00
rumble
b830d82e42
The Set Engineering workaround is now set as a proplib entry in
...
sgimips/autoconf.c.
2006-12-24 02:07:29 +00:00
rumble
b4c47cf7f7
Set the DMA page boundary property for the Set Engineering GIO Fast
...
Ethernet board.
2006-12-24 02:05:55 +00:00
rumble
b62466819b
Revert the previous change and specify the appropriate page boundary to
...
bus_dmamap_create(9) via a proplib number entry.
Recommended by Izumi Tsutsui.
2006-12-24 01:49:45 +00:00
rumble
4c3f4508d4
arbitrator -> arbiter
2006-12-24 00:47:24 +00:00
rumble
407a4bff65
Mention Set Engineering's GIO Fast Ethernet board.
2006-12-23 22:01:54 +00:00
rumble
a2560eee42
Nuke sbic(4). It never existed and we already have wdsc(4).
2006-12-23 21:38:26 +00:00
rumble
90e37dd7fb
The Set Engineering board now works, so enabled it with the appropriate
...
workaround option. Also, add 'tlphy' to keep the dmesg tidy (it's unused).
2006-12-23 21:30:42 +00:00
rumble
86f754de17
Permit sq(4) to attach to secondary HPCs, enabling support for the E++
...
GIO adapters and the secondary ethernet on the Challenge S (untested).
2006-12-23 21:25:51 +00:00
rumble
25e8e63c52
The Set Engineering GIO board for sgimips (IP22) sits behind a special
...
bridge that precludes the ThunderLAN's DMA engine from performing segment
transfers across page boundaries. Add logic under #ifdef TL_SETENG_GFE to
split up these segment transfers appropriately.
It's unknown whether this issue could also affect the RX path, though no
problems have been observed yet.
2006-12-23 21:24:32 +00:00
wiz
5c1e8d4638
Reword OF3 restrictions, ok tsutsui@.
...
Bump date.
2006-12-23 19:50:20 +00:00
ad
188b195635
Fix this test (it seems to have depended on the specific behaviour of
...
our libpthread).
2006-12-23 17:44:12 +00:00
elad
606687adb0
Use ndp->ni_cnd.cn_pnbuf, not epp->ep_ndp->ni_dirp, for the pathname
...
for Veriexec/PaX purposes.
(this is safe here because the nameiop is LOOKUP.)
Fixes part of PR/35278.
2006-12-23 17:23:51 +00:00
jdc
40b89794d7
Don't print "default" when the netmask is non-zero.
...
Also tested by mlelstv@.
2006-12-23 11:05:14 +00:00
wiz
b040245dd5
Xr more man pages (XXX: sbic(4) is missing)
2006-12-23 10:10:55 +00:00
wiz
cc896d6c79
Xr giopci(4).
2006-12-23 10:06:09 +00:00
wiz
f687422c7e
Use HTML escapes.
2006-12-23 10:05:43 +00:00
wiz
68c8c576ac
Serial comma; new sentence, new line.
2006-12-23 10:04:15 +00:00
wiz
a1b013e655
Drop trailing dot in Nd.
2006-12-23 10:01:32 +00:00
wiz
f77162e1ea
Fix typo.
2006-12-23 09:55:47 +00:00
wiz
1073e35f2d
Use more macros. Fix section in Xr.
2006-12-23 09:54:11 +00:00
wiz
b5bca6912d
Bump date for previous. Remove trailing whitespace.
2006-12-23 09:48:47 +00:00
ad
fe9718ac7c
Add another comment.
2006-12-23 09:48:18 +00:00
wiz
88306df899
Bump date for previous. Use mdoc macros.
2006-12-23 09:47:30 +00:00
wiz
0cbf97b519
Use HTML escapes.
2006-12-23 09:45:34 +00:00
wiz
bda881e00b
Add -E to SYNOPSIS. Fix typo. Bump date for previous.
2006-12-23 09:43:47 +00:00
wiz
103c72a1ca
Bump date for previous.
2006-12-23 09:36:56 +00:00
wiz
9e2cc05c4b
Use even more macros.
2006-12-23 09:29:53 +00:00
wiz
710cf70831
Use more macros.
2006-12-23 09:29:01 +00:00
wiz
201b173539
Consistently use Ev for PAGER.
2006-12-23 09:26:10 +00:00
wiz
3d4b4feff1
Use HTML escapes.
2006-12-23 09:24:57 +00:00
wiz
fc51d9d324
Serial comma, and bump date for previous.
2006-12-23 09:22:52 +00:00
wiz
6dfb14d789
New sentence, new line. Fix typo.
2006-12-23 09:21:10 +00:00
wiz
b2801fe843
Sync usage with man page.
2006-12-23 09:16:38 +00:00
wiz
e0c96a247b
Undo accidental change in 1.109.
2006-12-23 09:12:35 +00:00
wiz
aff4cf84af
Remove superfluous Pp; use Nm instead of Xr to ourselves; bump date for v1.32.
2006-12-23 09:11:19 +00:00
wiz
6056ee8d62
Use Nm instead of Xr to ourselves.
2006-12-23 09:08:46 +00:00
wiz
f92f3068da
Use HTML escapes.
2006-12-23 09:05:20 +00:00