5924 Commits

Author SHA1 Message Date
trhodes
f3852e497b Sync up to CURRENT:
Kill reference to ndisapi.9 here as well, it doesn't exist.

  PR:             82114

  Point users to ndisgen(8) over directly interacting with ndiscvt(8) as the
  former is easier to use.

  PR:             97231

Approved by:	re (hrs)
2006-11-03 10:40:02 +00:00
trhodes
59f55fe32e MFC:
The SIOCSIFNETMASK ioctl was removed from tun.c, thus remove mention of
  it in the tun.4 manual page.

  PR:             98541
  Submitted by:   David Gilbert (In actuality it was submitted by bz@)

Approved by:	re (hrs)
2006-11-03 08:50:26 +00:00
keramida
cf89e9007e The correct date for RELENG_X manpages is not the last time the
manpage was modified in the RELENG_X branch, but its last
modification date in HEAD.

Suggested by:	ru
Approved by:	re (bmah)
2006-10-30 17:01:16 +00:00
keramida
815bdd98ec MFC revision 1.35 and bump date.
: The 'device fd' line became obsolete some years ago, when the transition
: to device hints was committed.  The GENERIC kernel configuration lost
: its 'device fd' line at revision 1.260, committed by peter@ on
: 2000/06/13 22:28:46 UTC.
:
: Delete the reference to 'device fd', to avoid kernel build breakage like
: the one described in the PR audit trail.
:
: PR:           docs/91448
: Submitted by: Eugene Grosbein <eugen@grosbein.pp.ru>
: MFC after:    1 week

Approved by:	re (bmah)
2006-10-30 16:09:24 +00:00
thompsa
f15360c6f1 MFC r1.25
Document net.link.bridge.ipfw_arp for filtering ARP packets with ipfw.

Approved by:	re (hrs)
2006-10-27 19:45:30 +00:00
ru
f475d63e67 MFC: 1.12:
Make it clear that section 8 also documents system management
procedures, not necessarily commands.

PR:		docs/35011
Approved by:	re (blanket)
2006-10-27 11:03:35 +00:00
ru
4c02b6ad1c MFC: 1.42 (kill redundant .Pp),
1.43 (hw.syscons.kbd_kbdkey -> hw.syscons.kbd_debug)
     1.44 (Fix ttyv* device names).

Approved by:	re (blanket)
2006-10-25 15:26:53 +00:00
ru
c2aba0ef82 MFC: 1.37 (grammar), 1.38 (markup), 1.39 (grammar and typos).
Approved by:	re (blanket)
2006-10-25 15:23:48 +00:00
danger
ec8498e02c Sync with HEAD. This includes:
- convert to the current style of section 4 man pages
- s/ip.forwarding/net.inet.ip.forwarding/ to match reality
- s/ifconfig tunnel greN/ifconfig greN tunnel/

Approved by: re (bmah), keramida (mentor), trhodes (mentor)
2006-10-24 20:45:28 +00:00
danger
76300c2102 - Move available kernel options to SYNOPSIS, describe how to enable
ipfw from within loader.conf
- Remove IPDIVERT kernel option
- Add notes about IPFIREWALL_DEFAULT_TO_ACCEPT and IPFIREWALL_FORWARD

This change syncs this man page with the -CURRENT version.

Approved by: re (bmah), keramida (mentor), trhodes (mentor)
2006-10-22 22:26:54 +00:00
delphij
10044aa774 MFC: mailwrapper(8) enhancements on -HEAD. The most visiable
feature is that we can now specify additional command line
parameters, which makes it possible to use applications, e.g.
mini_sendmail as a sendmail replacement.

Approved by:	re (hrs)
2006-10-21 15:03:53 +00:00
ru
262ce7ba81 MFC: 1.11: Bring manpage up-to-date with respect to the scheduling
priority range, and mention the SCHED_OTHER scheduling policy.

Approved by:	re (bmah)
2006-10-20 18:59:44 +00:00
ru
5fd1749883 MFC: 1.17: "b0" and "b1" are gone, default for "sb" has changed.
Approved by:	re (hrs)
2006-10-18 12:17:42 +00:00
ru
053f861642 MFC: 1.27: Make the SYNOPSIS section more meaningful.
PR:		docs/85066
Approved by:	re (hrs)
2006-10-16 12:31:45 +00:00
kris
102646eb0b MFC: Strengthen wording; the KTR_ENTRIES value *must* be a power of two since
the code depends on this.

Approved by:	re (hrs)
2006-10-15 18:25:57 +00:00
ceri
882381a844 MFC the new geom_uzip manpage.
Approved by:	re (hrs)
2006-10-15 13:14:47 +00:00
thompsa
86570d7a55 MFC r1.22, 1.23
- Note that the bridge uses a random MAC and can be overridden.
  - Provide an example of assigning an IP to the bridge.

Approved by:	re (bmah)
2006-10-11 21:00:02 +00:00
simon
12d501e415 MFC:
- Remove SCHED_ULE from GENERIC to better avoid foot-shooting by
  unsuspecting users.
- Add a comment in NOTES about experimental status of SCHED_ULE.
- Make warning about experimental status in sched_ule(4) a bit
  stronger.

This is not an exact MFC since we don't have alpha in -CURRENT.

Approved by:	re (kensmith)
2006-10-09 18:41:37 +00:00
kib
3b0afb13c5 MFC rev. 1.27:
Remove long untrue note about storing state information inside free items.

Approved by:	re (hrs), pjd (mentor)
2006-10-09 14:18:26 +00:00
cvs2svn
5ece2c04f3 This commit was manufactured by cvs2svn to create branch 'RELENG_6'. 2006-10-09 12:50:17 +00:00
maxim
aee5e51d5b MFC pthread_yield.3 man page.
Approved by:	re (kensmith)
2006-10-07 17:34:25 +00:00
cvs2svn
c0a5c6610c This commit was manufactured by cvs2svn to create branch 'RELENG_6'. 2006-10-01 11:13:01 +00:00
danger
fd1cbafb64 - remove reference to vnconfig(8) as this is linked to mdconfig(8),
which is referenced too
- markup fixes

Approved by: re (bmah), keramida (mentor)
2006-09-29 21:24:19 +00:00
delphij
862f95b09b MFC: The kvm_mkdb(8) is long dead.
Approved by:	re (kensmith)
Originally by:	ru
2006-09-28 01:59:30 +00:00
maxim
16381a6ca1 MFC rev. 1.55: document 'make quicksearch'.
Approved by:	re (mux)
2006-09-27 10:48:35 +00:00
brueffer
b9ca4a42f6 MFC: rev. 1.116
Document the bluetooth/, rc.d/, security/ and ssh/ etc subdirectories.

Approved by:	re (bmah)
2006-09-21 19:27:04 +00:00
cvs2svn
4f9a13486e This commit was manufactured by cvs2svn to create branch 'RELENG_6'. 2006-09-19 11:28:07 +00:00
glebius
3e892abfae MFC 1.53, 1.54:
Document net.inet.tcp.maxtcptw and net.inet.tcp.nolocaltimewait.

  Wording by:	Devon O'Dell

Approved by:	re (kensmith)
2006-09-19 08:43:56 +00:00
danger
505a155d75 MFC the nanobsd(8) manual page.
Approved by: trhodes (mentor)
2006-09-09 11:16:10 +00:00
ru
44f6a184e0 MFC: Bump document date. 2006-09-08 15:44:53 +00:00
ru
23f1e2fd57 MFC:
- Make the PROBE_KEYBOARD compile-time option of pxeboot(8) better
  resemble the -P option in boot2, i.e., if keyboard isn't present
  then boot with both RB_SERIAL and RB_MULTIPLE set.

- Document BOOT_PXELDR_ALWAYS_SERIAL and BOOT_PXELDR_PROBE_KEYBOARD
  options of pxeboot(8).
2006-09-08 15:33:26 +00:00
ru
fc71bab695 Shuffle things around to keep changes to HEAD at an absolute minimum. 2006-09-08 15:31:00 +00:00
pjd
f779534592 MFC: Synchronize padlock(4) driver with HEAD version. 2006-09-04 15:21:11 +00:00
marius
2ad438785e - Add a deprecation note since this driver was replaced by le(4)
in HEAD. [1]
- Remove Digital DEPCA from the list of supported hardware; DEPCA
  cards use shared memory for the buffers and descriptors but the
  current ISA front-end of lnc(4) only knows about adapters that
  use DMA instead (lnc(4) did support DEPCA in the past though).

Reviewed by:	ru [1]
2006-09-03 17:11:27 +00:00
pjd
953203a905 MFC: share/man/man9/Makefile 1.276
share/man/man9/sx.9	1.34

Document sx_xlocked(9).

Submitted by:	ssouhlal
2006-09-03 16:21:25 +00:00
brueffer
5d6fa84d84 MFC: rev. 1.27
Add Epson Stylus CX3650.
2006-09-03 11:42:55 +00:00
brueffer
84267d59c4 MFC: rev. 1.65 - 1.67
Document ServerWorks HT1000, Intel ICH8 and ESB2 and VIA 8237A support.
2006-09-03 11:39:10 +00:00
marius
f371b9e633 MFC: 1.2, 1.3, 1.4
- Use full name of the Sun PGX64 cards and add the Sun part number
  in order to simplify matters for people who are looking for a video
  card supported by FreeBSD/sparc64.
- Add Sun PGX to the list of known working cards.
- s/UltraSparc/UltraSPARC/
- Add info about the requirement of OFW support.
2006-09-02 21:07:50 +00:00
marius
f4a4f2ecb5 MFC: 1.5, 1.6
- s/gigabit/Gigabit/
- Talk about supported chips rather than supported cards as the majority
  of the hardware supported by gem(4) is on-board.
- "the .Nm driver"
- Sort the list of supported chips alphabetically.
- Sun GEM aren't used on-board though, so don't claim they'd be.
- Add a CAVEATS section informing that Sun GEM cards aren't supported
  so far.
- Add the usual info about loading as module on startup to the SYNOPSIS.
2006-09-02 20:31:55 +00:00
marius
4f44bae67f MFC: 1.2
Move two periods out of quotes and to where they belong.
2006-09-02 20:18:29 +00:00
rwatson
63e68bc0f6 Merge make.conf.5:1.130 from HEAD to RELENG_6:
Document NO_AUDIT make variable.

Obtained from:	TrustedBSD Project
2006-09-02 17:37:01 +00:00
glebius
b6580a3198 MFC:
o Improve logging of ng_pppoe(4)
  o Fix after turning off the "autosrc feature" of ng_ether(4)
2006-09-02 12:38:26 +00:00
glebius
9610a2f7c3 MFC ng_ether.c rev. 1.61:
Turn off by default "feature" that overwrites MAC address
  on output frames.

  Many people were confused with not working CARP, ng_bridge(4)
  and other subsystems, because ng_ether(4) overwritten source
  MAC address.
2006-09-02 12:34:08 +00:00
rwatson
875ebde520 Merge audit.4:1.8 and auditpipe.4:1.3 from HEAD to RELENG_6. These man
pages describe the kernel audit and audit pipe facilities.

Obtained from:	TrustedBSD Project
2006-09-02 11:59:31 +00:00
cvs2svn
5149c3b698 This commit was manufactured by cvs2svn to create branch 'RELENG_6'. 2006-09-02 11:55:39 +00:00
cperciva
9c635319a6 MFC addition of FreeBSD 2.0 client code.
Sponsored by:	FreeBSD security development fundraiser
Approved by:	re (kensmith)
2006-09-02 11:05:24 +00:00
cvs2svn
426c6cabbb This commit was manufactured by cvs2svn to create branch 'RELENG_6'. 2006-09-02 09:56:29 +00:00
marck
f4069c6f5a MFC rev 1.23:
Chase after phk@: remove reference to (now obsoleted) NMBCLUSTERS.
2006-09-02 06:41:55 +00:00
ru
d43770dc90 MFC: Remove obsolete information about minor device numbering
and provide an example of how to lock a speed.
2006-08-30 14:40:54 +00:00
brueffer
df5315f1d2 MFC: rev. 1.10 + 1.11
- Use our standard section 4 SYNOPSIS layout.
- Remove the references to the README.  All information the references
  refer to are actually more up to date in our manpages.
2006-08-29 19:17:47 +00:00