Commit Graph

12964 Commits

Author SHA1 Message Date
Alexander Motin
4567e8334a MFC r207536, r207696, r208183:
Import mvs(4) - Marvell 88SX50XX/88SX60XX/88SX70XX/SoC SATA controllers
driver for CAM ATA subsystem. This driver supports same hardware as
atamarvell, ataadaptec and atamvsata drivers from ata(4), but provides
many additional features, such as NCQ, PMP, etc.
2010-05-19 14:50:07 +00:00
Marius Strobl
e1cb7a6617 MFC: r208098
Document the led(4) interface to the identification LEDs.
2010-05-18 17:15:40 +00:00
Martin Matuska
3829a73468 MFC r207842, r207844, r208099:
MFC r207842:
Import of liblzma, xz, xzdec, lzmainfo from vendor branch
Add support for xz and lzma to lesspipe.sh (xzless, lzless)

MFC r207844:
Add two public headers missing in r207842
Adjust CFLAGS for lzmainfo, xz, xzdec

MFC r208099:
Add versioned symbols to liblzma
Use default SHLIB_MAJOR.

Approved by:	delphij (mentor)
2010-05-18 09:59:09 +00:00
Pyun YongHyeon
cea772d1e7 MFC r207971:
Document undocumented tunables and sysctl variables.
  While here use actual string to specify width as well as using Cm
  to set command argument.
2010-05-17 17:17:57 +00:00
Pyun YongHyeon
3c1e6bc9ab MFC r207853:
Now sge(4) supports TCP segmentation offload (TSO).
2010-05-17 17:16:12 +00:00
Marko Zec
7c8102300a MFC r207680:
Add an optional "persistent" flag to ng_hub and ng_bridge, which if set,
  disables automatic node shutdown when the last hook gets disconnected.

  Reviewed by:  julian
2010-05-16 14:51:36 +00:00
Jilles Tjoelker
c7ed65db55 MFC r207817: builtin(1): sh has no @ builtin command. 2010-05-16 11:06:32 +00:00
Jilles Tjoelker
4f4fbb71a7 MFC r207816: Document clock and pshared condvar attributes.
Note: clock accepts CLOCK_VIRTUAL and CLOCK_PROF too, but this seems broken
as it simply waits for the difference of the current and given value of the
clock as if it were CLOCK_MONOTONIC. So document only CLOCK_REALTIME and
CLOCK_MONOTONIC as allowed.
2010-05-16 11:03:46 +00:00
Marius Strobl
25f58222bd MFC: r207586
Sun GigaSwift Ethernet 1.0 MMF work with r207585 (MFC'ed to stable/8 in
r208086) in place.
2010-05-14 19:15:51 +00:00
Edwin Groothuis
d54eca60b4 MFC of 207898, tzdata2010j:
- Bahia de Banderas (Mexican state of Nayarit) changed time zone
  UTC-7 to new time zone UTC-6 on April 4, 2010 (to share the same
  time zone as nearby city Puerto Vallarta, Jalisco).
2010-05-10 21:04:45 +00:00
Pyun YongHyeon
4f135ef6f8 MFC r207447:
Marvell 88E8059(Yukon Optima) is now supported.
2010-05-06 18:52:59 +00:00
Pyun YongHyeon
0fcc3770ff MFC r207381:
Now sge(4) supports hardware VLAN tag insertion/stripping.
2010-05-06 18:37:39 +00:00
Xin LI
71bd361a5f MFC r207382:
bwn(4) will first appear in FreeBSD 8.1-RELEASE.
2010-05-06 17:03:27 +00:00
Gavin Atkinson
e85a0af436 Merge r205155 from head:
Add extra Xrefs

PR:		docs/114184
Submitted by:	Julian Stacey  <jhs berklix.org>
2010-05-05 12:38:22 +00:00
Gavin Atkinson
4810d94317 Merge r203684 from head (mainly to make future merges easier for people):
Update .Dt on these man pages: the kernel modules and corresponding
  man pages are installed on more platforms than just i386.
2010-05-05 12:37:07 +00:00
Xin LI
9120f4c885 MFC r206973:
When CPUTYPE is defined to any value, on amd64 platform "mmx" is
available through MACHINE_CPU, indicating the CPU supports that
feature, as done by revision 138685.

This changeset adds "mmx" into the default amd64 MACHINE_CPU list
when no CPUTYPE is specified to provide consistent behavior.

PR:		amd64/145593
Submitted by:	mm
2010-05-05 00:38:20 +00:00
Brooks Davis
ddd1f79f79 MFC r205073
Regen:
* Hart:		rev 671 of pcidevs.txt; 22-01-2008 (D-M-Y).
* Boemler:	vendors.txt (2010-03126)

PR:		kern/133733
2010-05-03 19:56:52 +00:00
Jilles Tjoelker
1cadff7745 MFC r207168: builtin(1): Add missing escaping for !, . and : in the table.
This caused these commands to look differently (not bold) from the other
commands in the table (bold).
2010-05-01 14:49:20 +00:00
Jilles Tjoelker
767c29b7f2 MFC r207166: builtin(1): Mention [ sh builtin. 2010-05-01 14:41:37 +00:00
Xin LI
0919a8fb99 MFC r206637:
When an underlying ioctl(2) handler returns an error, our ioctl(2)
interface considers that it hits a fatal error, and will not copyout
the request structure back for _IOW and _IOWR ioctls, keeping them
untouched.

The previous implementation of the SIOCGIFDESCR ioctl intends to
feed the buffer length back to userland.  However, if we return
an error, the feedback would be defeated and ifconfig(8) would
trap into an infinite loop.

This commit changes SIOCGIFDESCR to set buffer field to NULL to
indicate the previous ENAMETOOLONG case.

Reported by:	bschmidt
2010-04-28 00:49:24 +00:00
Gavin Atkinson
344b802fea Merge r203692 from head:
Kernel modules for these drivers are installed on all platforms, so
  install the man pages on all platforms too.
2010-04-27 20:18:54 +00:00
Pyun YongHyeon
b3fd506729 MFC r206631:
Add sge(4) man page and hook up sge(4) to the build.
  Also add Xr to appropriate man pages.
2010-04-26 17:30:41 +00:00
Andriy Gapon
dec2030982 MFC r206996: indent.pro example: actually install the sample file 2010-04-23 15:24:56 +00:00
Weongyo Jeong
9460e81292 MFC r204343:
Updates what firmware module should be used for LP (low power) PHY
  users and bumps date.
2010-04-20 23:59:02 +00:00
Weongyo Jeong
8fefa76ddf MFC r203945:
adds bwn(4) driver man page which missed to be merged.

MFC r204327:
  Connect bwn.4 to the build.
2010-04-20 22:00:56 +00:00
Rui Paulo
288a242625 MFC r206427, r206706, r206771:
ubthidhci rc.d script to switch an USB bluetooth dongle from HID to
  HCI mode.
2010-04-20 12:07:16 +00:00
Edwin Groothuis
8cfb2407c2 MFC of tzdata2010i, r206868
- Marocco does have DST this year between May and August.
- Historical data for Taiwan
- Argentina / San Luis does not do DST this year.
2010-04-19 21:01:24 +00:00
Pawel Jakub Dawidek
2b98f8400d MFC r204076,r204077,r204083,r205279:
r204076:

Please welcome HAST - Highly Avalable Storage.

HAST allows to transparently store data on two physically separated machines
connected over the TCP/IP network. HAST works in Primary-Secondary
(Master-Backup, Master-Slave) configuration, which means that only one of the
cluster nodes can be active at any given time. Only Primary node is able to
handle I/O requests to HAST-managed devices. Currently HAST is limited to two
cluster nodes in total.

HAST operates on block level - it provides disk-like devices in /dev/hast/
directory for use by file systems and/or applications. Working on block level
makes it transparent for file systems and applications. There in no difference
between using HAST-provided device and raw disk, partition, etc. All of them
are just regular GEOM providers in FreeBSD.

For more information please consult hastd(8), hastctl(8) and hast.conf(5)
manual pages, as well as http://wiki.FreeBSD.org/HAST.

Sponsored by:	FreeBSD Foundation
Sponsored by:	OMCnet Internet Service GmbH
Sponsored by:	TransIP BV

r204077:

Remove some lines left over by accident.

r204083:

Add missing KEYWORD line.

Pointed out by:	dougb

r205279 sys:

Simplify loops.
2010-04-18 21:14:49 +00:00
Edward Tomasz Napierala
1bd4d5ddec MFC r201118:
Bump manual page dates.
2010-04-18 10:42:42 +00:00
Edward Tomasz Napierala
875d570a91 MFC r201114:
Add references to termios-related stuff.
2010-04-18 10:38:17 +00:00
Edward Tomasz Napierala
cbd7ba79f0 MFC r201115:
Line discipline support is gone; update tty(4) manual page to reflect this.

Reviewed by:	ed
2010-04-18 10:36:49 +00:00
Edward Tomasz Napierala
5675cbea97 MFC r205846:
Fix references.
2010-04-18 10:29:26 +00:00
Hajimu UMEMOTO
4deeadcb9b MFC r206155, r206267: Add capability to use a db version of
services.  It is enabled by specifying `db' as source of
services in /etc/nsswitch.conf.
2010-04-18 04:07:32 +00:00
Weongyo Jeong
15932fc82d MFC r198195:
adds devices supportted by urtw(4) and bumps date.
2010-04-17 22:57:07 +00:00
Weongyo Jeong
9fd42adec7 MFC r197724:
TRENDnet TEW-424UB has multiple revisions so clarify zyd(4) man page and
  adds a device to urtw(4).  The revision informations are as follows:

      rev A       ZD1211
      V2          SiS163U
      V2.1R       SiS163U
      V3.xR       RTL8187B

  and bump date.

  Obtained from:	OpenBSD
  Reported by:		Albert Shih <Albert.Shih at obspm.fr>
2010-04-17 22:52:33 +00:00
Hajimu UMEMOTO
ee3474bf76 MFC r206557: Nuke the descriptions about ipv6_firewall_* as they
were unified into firewall_*.
2010-04-17 04:54:38 +00:00
Andriy Gapon
31810d290b MFC r206102,206103,206175,206176: add example indent.pro file 2010-04-12 21:18:58 +00:00
Ed Maste
f246dcccca MFC r206383:
Remove extraneous '>'.
2010-04-09 22:50:36 +00:00
Edward Tomasz Napierala
807645566b MFC r201213:
Remove examples for pppd and SLIP-related stuff.

PR:		conf/144950
2010-04-06 10:58:40 +00:00
Xin LI
f4516d699b MFC r205520:
Correct cross reference.
2010-04-06 00:46:49 +00:00
Edwin Groothuis
b6b8213e38 MFC of tzdata2010h:
From tzdata2010h:

- Tunis will not go into DST this year.
- Pakistan will not go into DST this year.

From tzdata2010g:

- Bangladesh cancels DST.
- Palestine goes into DST one day later than expected.

- Russian timezones update:
  Europe/Samara goes to Moscow time.
  Asia/Kamchatka goes to Moscow+8 time.
  Asia/Anadyr goes to Moscow+8 time.
2010-04-05 23:43:23 +00:00
Alexander Motin
174479969c MFC r204705:
Add links to cam(4).
2010-03-31 08:17:32 +00:00
Alexander Motin
307ec4826c MFC r204565:
Some style and language improvements.

Submitted by:	ru
2010-03-31 08:15:32 +00:00
Alexander Motin
22c3955226 MFC r204704:
Reflect added CAM ATA support.
2010-03-31 08:14:07 +00:00
Alexander Motin
f13f3ec755 MFC r204655:
Add some more supported controllers.
Crosslink with CAM ATA man pages.
2010-03-31 08:12:22 +00:00
Xin LI
608413892c MFC r204383:
Add several necessary .El's
2010-03-29 22:52:51 +00:00
Xin LI
92fc47574f MFC r205702:
Remove GNU cpio after fix of CVE-2010-0624.

Note that this is actually a no-op for most users, as this GNU
cpio was broken on -HEAD and 8-STABLE since last March until
the recent fix.

FreeBSD 8.0+ uses BSD cpio by default and the code is being
actively maintained.
2010-03-29 18:24:08 +00:00
Edward Tomasz Napierala
dc40ac1d45 MFC r203824:
Fix VBAD description.
2010-03-28 18:46:01 +00:00
Edward Tomasz Napierala
b1711e4af4 MFC r203721:
Add references to VOP_* man pages to vnode(9).
2010-03-28 18:44:54 +00:00
Edward Tomasz Napierala
616900d1eb MFC r203549:
Add missing coma.
2010-03-28 18:43:04 +00:00