10467 Commits

Author SHA1 Message Date
maxim
88541f48e4 MFC rev. 1.52: vinum.8 -> gvinum.8 translation. 2006-06-17 12:38:43 +00:00
ambrisko
58d502c1bf MFC, let's hook up things to the build and see what I messed up!
- enable linsysfs
      - enable mfi_linux
      - enable ipmi
A new make universe will be fired off shortly once this makes it back
via cvsup.
2006-06-15 17:57:50 +00:00
brueffer
261860efa2 MFC: rev. 1.27
Be explicit about which chips support jumbo frames.
2006-06-13 14:09:48 +00:00
philip
79f0ee4a0b MFC acpi_asus(4) documentation.
Forgotten by:	philip
Reminded by:	brueffer
2006-06-11 12:02:34 +00:00
flz
28e479d336 Backout this commit since new bug reports have raised after the MFC:
- Set a two read-only variables (${prefix} and ${etcdir}). This is
    especially useful when using /etc/rc.d scripts with third-party
    software installed from ports.
    - Fix rc.d/sshd to work with openssh from ports using ${etcdir}
    instead of hardcoded /etc.
    - Reflect prefix/etcdir changes in rc.subr.8.
2006-06-09 10:14:39 +00:00
rwatson
1fdce3be4a Merge sysctl.9:1.1-1.3, Makefile:1.274, sysctl_add_oid.9:1.21,
sysctl_ctx_init.9 from HEAD to RELENG_6:

  Add a basic man page for the sysctl(9) macro interfaces.  Previously man
  pages existed only for the dynamic sysctl interfaces.  There's probably
  more complete and accurate content, better advice, etc, that could be
  added here.

  Per scottl's suggest, add a small piece of moralizing text regarding the
  fact that sysctl names quickly get embedded in system configuration files,
  libraries, third party applications, and even books, so renaming and
  removing names after they've been published is a tricky issue.
--
  Fix typo.

  Submitted by:   Antoine Brodin <antoine dot brodin@laposte dot net>
--
  Fix a couple of typos and other minor nits

  Reviewed by:    rwatson
2006-06-08 23:02:15 +00:00
flz
ac74e6c969 MFC:
- Set a two read-only variables (${prefix} and ${etcdir}). This is
  especially useful when using /etc/rc.d scripts with third-party
  software installed from ports.
  - Fix rc.d/sshd to work with openssh from ports using ${etcdir}
  instead of hardcoded /etc.
  - Reflect prefix/etcdir changes in rc.subr.8.

      src/etc/rc.d/sshd: rev 1.9 -> 1.10
      src/etc/rc.subr: rev 1.51 -> 1.52
      src/share/man/man8/rc.subr.8: rev 1.11 -> 1.12
2006-06-07 10:33:36 +00:00
flz
f042dcd86d MFC:
- Change the "jail_" prefix for internal script variables. This fixes an
  issue where some global jail_* variables were overriden in the script. [1]
  - Change "jid" to "jname" in rc.conf(5), since it's more a jail name than a
  jail id. [1]
  - Update examples and comments in defaults/rc.conf to advertise new
  variables and the fact that some of the jail-specific variables may be made
  jail-global. [2]

      src/share/man/man5/rc.conf.5: rev 1.293 -> 1.294
      src/etc/rc.d/jail: rev 1.31 -> 1.32
      src/etc/defaults/rc.conf: rev 1.282 -> 1.283

Reported by:	pjd [1], clsung [2]
2006-06-06 15:04:39 +00:00
flz
1cd79ba7c7 MFC:
- Add new ntpd_config variable so that people can override it in rc.conf.
  - Add default value in /etc/defaults/rc.conf.
  - Add documentation bits to rc.conf(5).

      src/etc/rc.d/ntpd: rev 1.12 -> 1.13
      src/share/man/man5/rc.conf.5: rev 1.292 -> 1.293
      src/etc/defaults/rc.conf: rev 1.280 -> 1.281
2006-06-06 11:17:09 +00:00
flz
8febb4dd86 MFC:
- Harmless typo (s/overide/override/).
  - Sync rc.subr with NetBSD.
  - Merge some documentation bits.

      src/share/man/man8/rc.subr.8: rev 1.10 -> 1.11
      src/etc/rc.subr: rev 1.49 -> 1.51, 1.55 -> 1.56

Obtained from:	NetBSD
2006-06-06 10:35:55 +00:00
brueffer
bde32f9929 MFC: rev. 1.23
Make this example more real world usable:  When the manpage first appeared
is not interesting, when the driver appeared is.  Most people who use this
example leave the manpage appearance date in and the driver date out.
2006-06-05 19:31:57 +00:00
brueffer
b2dfc22806 MFC:
Convert to use a SYNPOSIS section that mentions kernel modules.
Also add "device scbus" where needed.
2006-06-05 19:30:28 +00:00
brueffer
8390b14b17 MFC: rev 1.17
Fix a formatting issue.
2006-06-05 19:20:13 +00:00
flz
c6c15b243d MFC: - Add support for the Acer Acerscan 640BT.
- Add documentation bits.

      src/sys/dev/usb/usbdevs: rev 1.256 -> 1.257
      src/sys/dev/usb/uscanner.c: rev 1.69 -> 1.70
      src/share/man/man4/uscanner.4: rev 1.23 -> 1.24

PR:		usb/95616
Submitted by:	Matthieu Guegan <lesaint@gcu.info>
2006-05-29 17:54:57 +00:00
matteo
d554ee8c54 MFC rev 1.15-1.16
Update README.examples according to the current state of the examples/etc directory

PR:	conf/97232
2006-05-29 15:25:49 +00:00
maxim
d05436e695 MFC revs. 1.104, 1.105: add FreeBSD 5.5, correct dates. 2006-05-29 11:00:10 +00:00
marcus
49f16783d1 MFC:
Add a /media to FreeBSD.  /media is a directory designed to contain
subdirectories that will be used for removable media mount points (i.e.
mount points for CDs, floppy disks, USB drives, etc.).  While the primary
purpose of /media is to provide a location for HAL
(http://www.freedesktop.org/wiki/Software_2fhal) to mount volumes, it could
be used by any application that needs to manage removable media volumes.
2006-05-27 17:12:02 +00:00
simon
1dfe424ccb MFC 1.2+1.3:
- Unbreak and fix markup.
- VFS_LOCK_GIANT and VFS_UNLOCK_GIANT are actually defined in sys/mount.h,
  so also include sys/mount.h in SYNOPSIS.
2006-05-27 12:58:47 +00:00
cvs2svn
47d76a2b91 This commit was manufactured by cvs2svn to create branch 'RELENG_6'. 2006-05-25 04:01:05 +00:00
sobomax
eb4ab1539a MFC: there is no d_maj field anymore. 2006-05-24 06:56:37 +00:00
wollman
21c2bade17 New codes for Crown Dependencies. 2006-05-23 23:22:00 +00:00
csjp
6614c36403 MFC typo fix 2006-05-20 16:03:12 +00:00
brueffer
ff910b7e48 MFC: rev. 1.349
Add if_* MLINKS for bce(4) and le(4).
2006-05-17 04:51:31 +00:00
marius
7455fde282 MFC: 1.15
Add le(4) to the list of drivers supporting ALTQ.
2006-05-15 20:19:21 +00:00
mux
eee907b0ce MFC r1.135:
Refer to csup in the make.conf(5) manpage.
2006-05-15 14:10:50 +00:00
mux
451a49a206 MFC r1.275:
Also refer to csup in the example SUP setting.
2006-05-15 14:03:49 +00:00
jkoshy
cf2e96f6e8 MFC {r1.14--r1.16}:
- Spelling/grammar fixes.
 - Typo fix: "ing" -> "in".
 - Document the EOPNOTSUPP returned by hwpmc(4) if a sampling
   mode PMC is requested on a CPU without an APIC.

Bump document date.
2006-05-15 01:43:53 +00:00
jkoshy
535ec0fd87 MFC r1.13 (-mdoc sweep). 2006-05-15 01:33:23 +00:00
pav
d266ae414c MFC 1.13, 1.14:
- Document libmap32.conf
2006-05-14 19:23:03 +00:00
brueffer
c639544ff6 MFC: rev. 1.55
Correct the interrupt override information.
2006-05-14 15:53:57 +00:00
jmg
e9265d9ae0 MFC: v1.18 and v.120
Sprinkle a few stars where they belong.
2006-05-11 13:43:17 +00:00
wollman
b7536e5b49 Recognize the backwardness of "systemv" in 6.x as well. 2006-05-11 04:57:28 +00:00
wollman
65693ee43e Merge tzdata2006g from vendor. See HEAD for full details. 2006-05-11 04:55:10 +00:00
maxim
064c5dc39c MFC revs. 1.100 - 1.103: DragonFly 1.4.0, OpenBSD 3.9, FreeBSD 6.1 added.
Fix an URL to the "The BSD Family Tree" article.
2006-05-10 14:31:58 +00:00
flz
69ace2ef99 MFC:
- Add following global jail options, used if no jail-specific options are
  set:
   * jail_mount_enable
   * jail_devfs_ruleset
   * jail_devfs_enable
   * jail_fdescfs_enable
   * jail_procfs_enable
   * jail_fstab
   * jail_flags
  - Add a jail_interface / jail_<jid>_interface option. An ip alias will be
  created (jail_<jid>_ip) on jail_interface or jail_<jid>_interface if set.
  This is not a mandatory option.
  - Document all missing jail_* options in rc.conf(5).

      src/share/man/man5/rc.conf.5: rev 1.289 -> 1.290
      src/etc/rc.d/jail: rev 1.26 -> 1.27

Approved by:	re (scottl)
2006-05-04 16:17:48 +00:00
emaste
f06fa00a32 MFC queue.3 1.39 to RELENG_6:
The removal of CIRCLEQ left four queue macro families, but one sentence
  in the man page wasn't updated.

PR:             docs/94938
Submitted by:   Ed Schouten <ed@fxq.nl>
Approved by:    re
2006-05-02 04:02:39 +00:00
maxim
aea92a9e0c MFC rev. 1.7: fix prototype for SYSCALL_MODULE(9).
Approved by:	re (kensmith)
2006-05-01 20:32:56 +00:00
maxim
4d1518664b MFC rev. 1.7: document /dev/fido.
Approved by:	re (kensmith)
2006-05-01 19:44:16 +00:00
maxim
3c0bf76efa MFC rev. 1.67: bridge implementation change.
MFC rev. 1.69: -mdoc sweep.
MFC rev. 1.70: note that the bridge interface need to be upped.

Approved by:	re (kensmith)
2006-05-01 19:21:54 +00:00
maxim
00403a46ca MFC rev. 1.38: note that the bridge interface need to be upped.
Approved by:	re (kensmith)
2006-05-01 19:19:16 +00:00
scottl
afdda64d8f Hook up the rr232x manpage.
Approved by: re
2006-04-30 17:31:27 +00:00
cvs2svn
6d3d85315f This commit was manufactured by cvs2svn to create branch 'RELENG_6'. 2006-04-30 16:44:42 +00:00
thompsa
47d6d4d8e8 MFC r1.14-16, sync to HEAD
Approved by:	re (hrs)
2006-04-29 03:29:24 +00:00
cvs2svn
c527d79620 This commit was manufactured by cvs2svn to create branch 'RELENG_6'. 2006-04-28 23:21:37 +00:00
keramida
6a2081b51d MFC: 1.3 and 1.4
# [1.3]
# Add more details about enabling a custom ruleset for /dev in `rc.conf',
# and add ruleset labels/numbering to the custom ruleset example.
#
# PR:		docs/90362
# Submitted by:	Roland Smith <rsmith@xs4all.nl>
# MFC after:	3 days

# [1.4]
# Expand contractions.

Approved by:	re (hrs)
2006-04-27 15:45:48 +00:00
brueffer
db22511789 MFC: rev. 1.5
Mention VIA VT8251 support.

Approved by:	re (hrs)
2006-04-26 18:45:39 +00:00
thompsa
df03bf758e Document a limitation where the bridge may not forward a reassembled fragment,
this is becuase the new packet may be larger than the MTU.

Approved by:	re (hrs)
2006-04-21 10:27:22 +00:00
brueffer
f3f62fbabd MFC: rev. 1.24
bce(4) does polling too.

Approved by:	re (scottl)
2006-04-14 14:17:41 +00:00
brueffer
7adc82608c MFC: rev. 1.3
s/militate/mitigate/, fits better in this context.

Approved by:	re (scottl)
2006-04-14 14:17:03 +00:00
brueffer
40db818425 MFC: rev. 1.16
Add bce(4).

Approved by:	re (hrs)
2006-04-13 08:49:12 +00:00