Peter Wemm
9e0f2a9fb1
Use an intermediate file containing the module binary before converting
...
it into a ``shared'' .ko file. This intermediate file can be directly
linked into a static kernel. This isn't all that useful yet but will
become much more interesting shortly.
2000-03-20 01:29:59 +00:00
Jeroen Ruigrok van der Werven
338c4376cf
Fix typo.
2000-03-19 16:52:59 +00:00
Jeroen Ruigrok van der Werven
cd8b737d3c
Trim trailing whitespace.
2000-03-19 15:55:38 +00:00
Jeroen Ruigrok van der Werven
6a6a8532b0
Document the sysctl knob for setting the severity of the SPLASSERT
...
macros.
Reviewed by: ps
2000-03-19 15:47:33 +00:00
Jeroen Ruigrok van der Werven
0a8c1cdc73
Spell Jonathan's name correctly in the copyright. Which is funny,
...
considering the fact he wrote it himself. =)
Also add his email address in the AUTHORS section.
2000-03-19 14:46:56 +00:00
Jeroen Ruigrok van der Werven
2e6b4dc303
Add the manpage for CONDSPLASSERT().
...
This was based upon the manpage written by jmb for SPLASSERT().
2000-03-19 14:43:03 +00:00
Kris Kennaway
0a76f6e834
Add and document a NO_X knob to force disabling of X support in doscmd
...
Requested by: sysop@silver.komanda.com.ua
2000-03-19 09:49:03 +00:00
Jeroen Ruigrok van der Werven
5eca43faa9
After about two months I am the first to notice that SPLASERT.9 never
...
got installed.
Also, correct the copyright to a more realistic date (1996->2000).
Fix some wordings and omissions.
2000-03-18 21:51:16 +00:00
Nick Hibma
f21cd30bc4
Reflect the fact that we supported the Y-E Data floppy as well.
2000-03-18 17:59:27 +00:00
Robert Watson
8ed3828c3b
Introduce a new bd_seesent flag to the BPF descriptor, indicating whether or
...
not the current BPF device should report locally generated packets or not.
This allows sniffing applications to see only packets that are not generated
locally, which can be useful for debugging bridging problems, or other
situations where MAC addresses are not sufficient to identify locally
sourced packets. Default to true for this flag, so as to provide existing
behavior by default.
Introduce two new ioctls, BIOCGSEESENT and BIOCSSEESENT, which may be used
to manipulate this flag from userland, given appropriate privilege.
Modify bpf.4 to document these two new ioctl arguments.
Reviewed by: asmodai
2000-03-18 06:30:42 +00:00
Peter Wemm
686ed81847
wfd is gone (pre-ata ide floppy (ls-120, zip) driver)
2000-03-17 22:27:27 +00:00
Peter Wemm
e5dc20b694
wst is gone (pre-ata ide tape driver)
2000-03-17 22:25:55 +00:00
Chris Costello
955c4386d5
Combine two sentence fragments to form one complete sentence,
...
``Depending on the setting of the sysctl variable `net.inet.ipfw.one_pass'
Packets coming from a pipe ...''
into
``... the sysctl variable `net.ipfw.one_pass', packets coming from ...''
2000-03-17 20:04:08 +00:00
Chris Costello
9234160831
Be consistent and use .Ql for sysctl variables, instead of inconsistent
...
.Bd -literal with inconsistent indenting.
2000-03-17 20:01:38 +00:00
Chris Costello
bd79f8422f
Be consistent with struct vattr' naming. Half of this manual used
vpp'
...
while the other half used `vap', and in one case resulted in code that
made no sense. Replaced all of them with `vap'.
(Typically, `vpp' is a pointer to a pointer to a struct vnode anyway).
2000-03-16 22:40:38 +00:00
Sheldon Hearn
1062bdf9c5
Clean up mdoc:
...
* Apply sentence breaking style.
* Add missing periods to the ends of sentences.
* Replace bogus use of Nm with Em and Pa as appropriate.
* Rename the EXAMPLE section to EXAMPLES.
* Tidy up wording and fix spelling errors.
* Use an Rs -> Re block instead of Xr for the SourceForge URL.
* Correct the SourceForge URL.
* Improve the compilation instructions for the SourceForge utilities.
Approved by: n_hibma
2000-03-16 13:30:42 +00:00
Nick Hibma
bede3d120f
Update the list of supported devices.
2000-03-16 09:22:46 +00:00
Nick Hibma
1839ef8fcb
nclude the manpage for the urio driver in the world.
2000-03-16 09:18:30 +00:00
Nick Hibma
e2dbd15f2e
Please welcome the URio driver. Written by
...
Iwasa Kazmi <kzmi\@ca2.so-net.ne.jp>
2000-03-16 09:16:14 +00:00
Sheldon Hearn
ea4f32b5e2
Discourage the pathalogical practice of configuring the 3c509 in EISA
...
mode on non-EISA systems.
PR: 2598
2000-03-15 20:48:49 +00:00
Yoshinobu Inoue
51b62b5a6f
Wording fixes and mdoc fixes.
...
Submitted by: sheldonh
Reviewed by: sheldonh
2000-03-15 03:38:22 +00:00
Yoshinobu Inoue
07b9e12973
Backout previous changes. The period at the end is correct,
...
when it is the last of the sentences.
Specified by: mpp, sheldonh
2000-03-15 03:33:30 +00:00
Archie Cobbs
a7dc837919
- Document updates in iface netgraph node type functionality
...
- Remove makefile hacks for opt_inet.h, etc: the KLD now supports
whatever address families your kernel was compiled with automagically
2000-03-13 19:19:48 +00:00
Archie Cobbs
ef02c1e500
Fix typo.
...
Reported by: Robert Swindells <swindellsr@genrad.co.uk>
2000-03-13 18:29:58 +00:00
Daniel C. Sobral
3f688d5afb
RELENG_4 cvsup files. I'm betting these names are going to be changed,
...
but by virtue of no one else getting to do this after I mentioned it,
they get to be named this for now.
2000-03-13 17:31:44 +00:00
Jeroen Ruigrok van der Werven
023caa7b58
Fix another include error. Inspired by the last commit.
2000-03-13 13:41:40 +00:00
Jeroen Ruigrok van der Werven
51753e00b5
Fix include error.
...
Submitted by: ru
2000-03-13 13:36:40 +00:00
Sheldon Hearn
33dd1a7308
Add appropriate MLINKS for rc.*.
2000-03-13 13:19:42 +00:00
Wolfram Schneider
364b1160a8
Added upcoming FreeBSD 3.5, FreeBSD 4.0, FreeBSD 4.1 and FreeBSD 5.0-current.
2000-03-12 21:54:18 +00:00
Yoshinobu Inoue
e2324c8045
Import from KAME. Mainly, IPv6 sysctl mib values related update.
...
Obtained from: KAME project
2000-03-12 18:09:58 +00:00
Yoshinobu Inoue
25448059d2
Merge from KAME. Basically man doc improvement and contents fix.
...
Obtained from: KAME project
2000-03-12 16:37:25 +00:00
Yoshinobu Inoue
e5985b21fa
Import ip6 and icmp6 man from KAME.
...
Obtained from: KAME project
2000-03-12 16:29:51 +00:00
Yoshinobu Inoue
bc578dc4ac
Remove period at the end of Xr macro sentences.
...
(merge from KAME repository)
Obtained from: KAME project
2000-03-12 16:10:13 +00:00
Jun-ichiro itojun Hagino
72a030490a
comment out extra .Pp (which is necessary by comment-out of .Bl-.El)
2000-03-12 12:54:33 +00:00
Jun-ichiro itojun Hagino
791bb7dfe7
fix partially commented out dangling sentence.
2000-03-12 12:52:14 +00:00
Yoshinobu Inoue
227d23d49a
Import stf(6to4 interface) man from KAME.
...
Obtained from: KAME project
2000-03-11 22:55:32 +00:00
Archie Cobbs
8081ce2ea7
Correct man page title.
2000-03-10 20:38:24 +00:00
Sheldon Hearn
2fd93bff6e
More mdoc fixes:
...
Use Dv and Va macros for defined values and variables,
respectively.
Use proper tag lists instead of approximations.
Use Xr for cross-references.
Make illegal sections legal subsections.
Use An and Aq to mark up author names and addresses,
Respectively.
2000-03-07 22:45:32 +00:00
Nik Clayton
009131b4f2
It's getsockname(2), not getsockname(3).
...
PR: docs/17102
Submitted by: Udo Erdelhoff <ue@nathan.ruhr.de>
2000-03-07 14:04:44 +00:00
Nik Clayton
8596de5303
Note that openssh/ssl are in the tree now, and use the correct section
...
numbers for accton(8), sshd(8), and syslogd(8).
PR: docs/17100
Submitted by: Udo Erdelhoff <ue@nathan.ruhr.de>
2000-03-07 13:59:26 +00:00
Nik Clayton
f767ff8921
"lnoger" -> "longer"
...
PR: docs/16820
Submitted by: OKAZAKI Tetsurou <okazaki@be.to>
2000-03-07 13:21:14 +00:00
Sheldon Hearn
b2f6e44477
Add a missing "either".
...
Fix a parenthetic bogon.
Reported by: "Alexander N. Kabaev" <kabaev@mail.ru>
Obtained from: NetBSD
2000-03-06 07:08:14 +00:00
John Polstra
b6c38091e5
Add src-kerberos5 to example supfiles.
2000-03-05 18:52:44 +00:00
Kris Kennaway
eaf79dd01e
Document NO_OBJC for disabling Objective C support
2000-03-05 10:53:24 +00:00
Sheldon Hearn
1111b49c35
Remove single-space hard sentence breaks. These degrade the quality
...
of the typeset output, tend to make diffs harder to read and provide
bad examples for new-comers to mdoc.
2000-03-03 14:05:08 +00:00
Sheldon Hearn
b3736d8d1e
I didn't expect this to be merged to STABLE. It was, so correct the
...
HISTORY section.
2000-03-03 09:28:05 +00:00
Joseph Koshy
1765c30eb8
Correct typo ("wd" -> "wi").
2000-03-03 06:58:30 +00:00
Sheldon Hearn
4e86fcacf6
Remove more single-space hard sentence breaks.
2000-03-02 14:54:02 +00:00
Jose M. Alcaide
b22b0eaef0
Add ISO-8859-15 versions of the 8x8, 8x14, 8x16 VGA fonts.
...
Reviewed by: yokota
Approved by: jkh
2000-03-02 14:45:52 +00:00
Jose M. Alcaide
28896d5782
Add Spanish ISO-8859-15 keymap (Alt-E yields Euro sign)
...
Reviewed by: yokota
Approved by: jkh
2000-03-02 14:43:52 +00:00