John Polstra
907b750c0c
The rt_refcnt member is a long now.
1999-11-22 04:26:00 +00:00
Brian Somers
a7a9b4714d
An example of how to configure PPPoE.
1999-11-21 23:40:38 +00:00
Julian Elischer
6a192c5e8c
Document the requirement for root privileges.
1999-11-21 23:19:13 +00:00
Julian Elischer
93abfafb05
Document new feature (support for write(2) when 1 hook attached).
1999-11-21 12:03:00 +00:00
Poul-Henning Kamp
93efcae809
The at_exit and at_fork functions currently use a 'roll your own'
...
linked list to store the callbak routines. The patch converts the
lists to queue(3) TAILQs, making the code slightly clearer and ensuring
that callbacks are executed in FIFO order.
Man page also updated as necesary.
(discontinued use of M_TEMP malloc type while here anyway /phk)
Submitted by: Jake Burkholder jake@checker.org
PR: 14912
1999-11-19 21:29:03 +00:00
Julian Elischer
a5fad8dbcb
Add an example of how to run raw IP across a sync port.
1999-11-19 07:04:36 +00:00
Julian Elischer
35e509f197
Add an example of how to set up a frame relay link using netgraph and
...
the 'sr' sync card.
1999-11-19 06:56:34 +00:00
Archie Cobbs
8d6703c6be
Update references.
1999-11-19 04:41:09 +00:00
Archie Cobbs
01e86e31a7
Miscellaneous edits.
1999-11-19 04:40:34 +00:00
Archie Cobbs
326c3126d5
Add reference to ng_pppoe(8).
1999-11-19 04:32:28 +00:00
Archie Cobbs
debfa5183b
Update to reflect changed functionality.
1999-11-19 04:30:26 +00:00
Alexey Zelkin
b1915357ce
Fix invalid option name: DIVERT -> IPDIVERT
1999-11-17 12:34:35 +00:00
David E. O'Brien
54d477a4f1
Make "-mpreferred-stack-boundary=2" the default on the i386.
...
This reduces the size of the kernel and modules when compiled with GCC 2.95.
1999-11-17 07:30:35 +00:00
Archie Cobbs
8be226ccde
Add reference to new netgraph node type "ksocket".
1999-11-16 23:27:37 +00:00
Archie Cobbs
f7045ac0eb
New Netgraph node type "ksocket".
...
Obtained from: Whistle source tree
1999-11-16 23:27:10 +00:00
Josef Karthauser
0ddd2cfc7c
Added $FreeBSD$ idents.
1999-11-16 17:27:07 +00:00
Josef Karthauser
ce15e191a2
Added $FreeBSD$ tags.
1999-11-16 17:16:18 +00:00
Joseph Koshy
a069ee36df
Remove unsupported hardstatus related terminal capabilities for the
...
'xterm' entry.
PR: misc/12209
Submitted by: Christian Weisgerber
1999-11-16 11:01:19 +00:00
Alexey Zelkin
474fc32b33
* remove i386 specific mark
...
* some style and syntax fixes
* some duplicated $FreeBSD$ tags removed
1999-11-15 23:14:32 +00:00
Alexey Zelkin
26a4cb66b9
Deactivate manpages repo-copied to man4 directory (all these drivers
...
not i386 specific anymore -- move them to appropriate place)
1999-11-15 23:10:44 +00:00
Chris Costello
1f297a8943
Update the ASCII diagram for FreeBSD 3.3
1999-11-15 23:09:34 +00:00
Alexey Zelkin
83984cbd0b
Activate manpages repo-copied from man4.i386.
1999-11-15 23:05:18 +00:00
Marcel Moolenaar
0917704bd4
${MACHINE} -> ${MACHINE_ARCH}
...
All Makefiles now use MACHINE_ARCH for the target architecture.
Unification is required for cross-building.
Tags added to:
sys/boot/Makefile
sys/boot/arc/loader/Makefile
sys/kern/Makefile
usr.bin/cpp/Makefile
usr.bin/gcore/Makefile
usr.bin/truss/Makefile
usr.bin/gcore/Makefile:
fixed typo: MACHINDE -> MACHINE_ARCH
1999-11-14 13:54:44 +00:00
Eivind Eklund
b04b572b08
Document changed calling conventions (lost WILLRELE) for VOP_MKNOD and
...
VOP_SYMLINK.
1999-11-13 21:00:26 +00:00
Bill Fumerola
d07bc90792
'Dq' -> '.Dq'
1999-11-12 04:03:04 +00:00
Archie Cobbs
71cb548de4
Update to reflect changes in the node type.
1999-11-10 06:17:51 +00:00
Kazutaka YOKOTA
33099659f2
Fix typo: MOUSE_GETSTAT -> MOUSE_GETSTATUS.
...
Found by: abial
1999-11-09 12:18:10 +00:00
Alexey Zelkin
4c62f5d13a
Fix comments: LKM -> KLD, /etc/objectformat -> /etc/objformat
1999-11-09 00:08:58 +00:00
Kazutaka YOKOTA
7a88382dc3
- Document SC_TWOBUTTON_MOUSE, SC_NORM_ATTR, SC_NORM_REV_ATTR,
...
SC_KERNEL_CONS_ATTR and SC_KERNEL_CONS_REV_ATTR.
Nudged by eivind
1999-11-08 14:16:48 +00:00
Kazutaka YOKOTA
5acf51ea02
- This is the new version of libvgl jointly developed by sos and I.
...
It adds new functions and extend some structures and can handle
VESA modes.
- Update the man page.
- Bump the library version number.
(The old version will be added to compat3x.)
1999-11-08 11:37:46 +00:00
Archie Cobbs
db8cd7ce1f
Update to better reflect reality.
1999-11-08 03:14:58 +00:00
Archie Cobbs
aa5297630e
Add missing documentation for the two control messages supported
...
by this node type.
1999-11-08 03:14:15 +00:00
Archie Cobbs
d1f183b5d8
Add some more clarification.
1999-11-08 03:13:28 +00:00
Julian Elischer
a14a0223ae
Stop nroff from complaining about the freeBSD version..
...
Also some updates to the vjc node man page.
1999-11-07 05:16:27 +00:00
Julian Elischer
41d4aa314c
Bring the man page for netgraph socket nodes up to date.
1999-11-06 21:07:32 +00:00
Chris Costello
a578682870
Fix a typo.
...
PR: docs/14684
1999-11-03 20:41:50 +00:00
Boris Popov
98403914e5
Add examples for a mount_nwfs command.
1999-11-03 12:06:13 +00:00
Joerg Wunsch
93c6e868e8
Move the description of the traditional sleep() form out into the history
...
section, we no longer have it.
Fix mdoc style violations caused by a previous committer.
1999-11-03 10:39:54 +00:00
Nik Clayton
cb3af1531c
Fix a disappearing section due to use of (') in the text. Use the
...
.Sq macro instead.
PR: docs/13153
Submitted by: Kazuo Horikawa <horikawa@jp.FreeBSD.org>
1999-11-02 19:58:39 +00:00
Alexey Zelkin
b844b13b6a
Fix file names in .FILES section.
...
Remove reference to obsolete files /us/src/share/tmac/README
1999-11-02 13:47:09 +00:00
Alexey Zelkin
af56842c46
Document .Ox and .Nx macros
1999-11-02 13:27:27 +00:00
Alexey Zelkin
385efa2c25
Document .St macro.
1999-11-02 13:23:56 +00:00
Nicolas Souchu
c0b6742c79
Add alpm smbus lowlevel driver manpage
1999-11-01 22:55:50 +00:00
Greg Lehey
d022814b8f
Add $FreeBSD$
...
Correct the date on which DST begins in Victoria and New South Wales
in the year 2000: as the result of some local function in Sydney, DST
will begin on Sunday, 27 August instead of Sunday, 29 Cotober.
This change had already been made, but the date was incorrectly
specified as (Saturday) 26 August.
Submitted by: Howard Lowndes <lannet@lannet.com.au>
1999-11-01 20:13:05 +00:00
Brian Feldman
4566afd5ac
Remove an excess body lying around.
...
Submitted by: mpp
1999-10-31 04:01:16 +00:00
Brian Feldman
ea14e5c394
This is the much-anticipated ELF manual page! Everyone be sure to
...
thank Jeroen and all who helped bring it about :)
Submitted by: Jeroen Ruigrok van der Werven <asmodai@wxs.nl>
Reviewed by: jdp, Gerald Hicks, the Doc Team
1999-10-30 22:07:11 +00:00
Brian Feldman
3756a2e63a
This is the much-anticipated ELF manual page! Everyone be sure to
...
thank Jeroen and all who helped bring it about :)
Submitted by: Jeroen Ruigrok van der Werven <asmodai@wxs.nl>
Reviewed by: jdp, Gerald Hicks, the Doc Team
1999-10-30 22:00:04 +00:00
Mike Pritchard
a779383359
mdoc style fix.
1999-10-30 20:56:07 +00:00
Mike Pritchard
7f9d26bd9d
Fix some spelling errors.
1999-10-30 20:30:19 +00:00
Alexey Zelkin
9b8ef6b73a
$FreeBSD$ tags moved to bottom of license aggmt.
1999-10-30 16:05:26 +00:00