summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* Reviewed by: gabor (mentor)stephen2011-06-141-0/+3
| | | | Approved by: gabor (mentor)
* Add selfcrees2011-06-111-0/+3
| | | | Approved by: rene (mentor)
* skel/.shrc: Improve commented CDPATH example for POSIX requirements.jilles2011-06-101-1/+1
| | | | | | | | | | | POSIX says an empty entry in CDPATH shall not result in the new directory being printed, while any non-empty entry shall result in the new directory being printed, including ".". Therefore, the value of CDPATH should almost always start with a colon, not dot and colon. Our sh does not print the name for empty entries as well as "." entries. MFC after: 1 week
* Use .Dq instead of hardcoding `` and ''.delphij2011-06-081-7/+24
| | | | Suggested by: gjb
* Add a special mount option "failok" to indicate that the administrator wantsdelphij2011-06-071-1/+8
| | | | | | | | | the system to proceed to boot without bailing out into single user mode, even when the file system can not be successfully mounted. This option is implemented in mount(8) and not passed into kernel. MFC after: 1 month
* - Add myself to calendar.freebsdjlaffaye2011-06-071-0/+3
| | | | | | - Add the forgotten relation to mentors in committers-ports.dot Approved by: bapt@ (mentor)
* amdsbwd: update to support SB8xx southbridgesavg2011-06-071-3/+3
| | | | | | | | | | | Many thanks to Tino <tinotom@gmail.com> for drawing my attention to this, for doing a lot of testing and providing great feedback. Many thanks to AMD for continuing to release public specifications for their chipsets. PR: kern/157568 Tested by: Tino <tinotom@gmail.com> MFC after: 1 week
* Add myself to committers-ports.dotjlaffaye2011-06-061-0/+1
| | | | Approved by: tabthorpe@ (mentor)
* Revert r222152. The root cause was analysed and better fix is upcoming.jkim2011-06-061-6/+1
| | | | Discussed with: delphij
* amdsbwd.4: fix history to reflect correct releasesavg2011-06-051-1/+3
| | | | | Pointed out by: ru MFC after: 4 days
* amdsbwd.4: fix spelling of my nameavg2011-06-051-2/+2
| | | | | Pointed out by: ru MFC after: 3 days
* Rename recently added USB serial driver.hselasky2011-06-043-9/+9
| | | | | Suggested by: YongHyeon PYUN MFC after: 7 days
* Don't pass -o1- to groff(1) by default. If ms(7) formatted documentru2011-06-031-4/+2
| | | | | | | | | | | uses the .RP macro, a separate cover page is created as page 0 which is not otherwise output. The bug was hiding by a hack in troffrc that disables SGR support in grotty(1), which I'm going to remove now. For POLA reasons, still disable SGR support in grotty(1), by passing -P-c to groff(1). If we want SGR sequences in these documents, this can be removed. MFC after: 1 week
* mdoc: reorder sections consistentlyuqs2011-06-028-61/+62
|
* Add support for new USB serial driver.hselasky2011-06-013-0/+99
| | | | | Submitted by: Lev Serebryakov, lev @ MFC after: 14 days
* It is generally considered useful for release media to have kernels on them.nwhitehorn2011-05-311-2/+4
| | | | Submitted by: joel
* Bump document date.bcr2011-05-301-1/+1
| | | | | I accidently committed the actual change (typo fix) in r222492, which is a completely unrelated change.
* Add a short description about NO_CHECKSUM.bcr2011-05-302-2/+4
| | | | | | PR: docs/155980 Submitted by KOIE Hidetaka (koie at suri co jp) MFC after: 7 days
* Mention in ath(4) that ath_pci is required now.adrian2011-05-301-0/+15
|
* Add ath_ahb and ath_pci module manpages.adrian2011-05-303-0/+119
|
* Update chipset support list for ath_hal.adrian2011-05-301-5/+9
|
* Mention that jumbo frame support is disabled on PCIe VT6130/VT6132bcr2011-05-291-3/+6
| | | | | | | | | | controllers because of TX MAC hangs when trying to send a frame that is larger than 4K (see r200759). PR: docs/156742 Submitted by: Michael Moll (kvedulv at kvedulv dot de) Reviewed by: yongari@ MFC after: 6 days
* Change new constant names to ones used by OpenSolaris.mav2011-05-271-2/+2
|
* Oops, fix typo in r222336.mav2011-05-271-1/+1
|
* Add ses/srcs/eltsub.h to the list of files to be installed.mav2011-05-271-0/+1
| | | | It is required for user-level SES example tools build.
* Add names for few more SES element types according SES-2 specification.mav2011-05-271-0/+12
|
* Added myself as src committer.ray2011-05-261-0/+3
| | | | Approved by: adrian (mentor)
* [mdoc] Fixed .Dt call.ru2011-05-259-9/+9
|
* Add a description to the checksum target about not onlybcr2011-05-251-1/+3
| | | | | | | | | | being able to verify, but also having the ability to fetch distfiles that are missing or failed the checksum calculation PR: docs/138887 Submitted by: Radim Kolar (hsn at sendmail dot cz) MFC after: 5 days
* Add 88E8075 Yukon Supreme to the list of supported hardware list.yongari2011-05-231-1/+3
|
* regenimp2011-05-221-1/+26
|
* Start to usher INSTALL_NODEBUG hack out the door. Add newimp2011-05-221-0/+1
| | | | | | | WITH{OUT,}_KERNEL_SYMBOLS (defaulting to WITH). In the fullness of time, likely around 2020, INSTALL_NODEBUG will be removed. For now, don't print a warning when using INSTALL_NODEBUG, but that will be coming soon.
* Fix more typos to be a good example.uqs2011-05-228-143/+139
| | | | Found by: codespell
* Re-encode files from ISO-8859-1 to UTF-8uqs2011-05-2212-12/+12
|
* Remove typos, tabs-after-spaces and EOL whitespace. Convert to UTF-8.uqs2011-05-221-12/+11
|
* Add a new knob to atkbd(4) to enable typematic rate detection on boot,delphij2011-05-201-1/+6
| | | | | | | | | which is now disabled by default. The detection is known to cause hangs on boot with some new Lenovo laptops on FreeBSD/amd64. Reported by: gnn Discussed with: jkim MFC after: 3 months
* Fix clang warnings.benl2011-05-191-0/+4
| | | | Approved by: philip (mentor)
* When adding examples to man-pages, try to make them at leastphk2011-05-191-5/+5
| | | | | | look like they might work. Prodded by: Vadim Goncharov
* Put AN back after finding out that tzsetup(1) will complain thatedwin2011-05-191-0/+1
| | | | | it doesn't exist. It will be removed again once the tzdata distribution files have been updated with the replacements for AN.
* Implement WITH{,OUT}_{GCC,BINUTILS} to provide finer-grained controlimp2011-05-191-0/+4
| | | | | | | over building gcc and binutils. They default to true, unless MK_TOOLCHAIN is no. Reviewed by: ru@
* Add support for "LED" enclosure management messages, defined by the AHCI.mav2011-05-171-1/+19
| | | | | | | | | When supported by hardware, this allows to control per-port activity, locate and fault LEDs via the led(4) API for localization and status reporting purposes. Supporting AHCI controllers may transmit that information to the backplane controllers via SGPIO interface. Backplane controllers interpret received statuses in some way (IBPI standard) to report them using present indicators.
* Backout libinstall.a -> libpkg commit.flz2011-05-171-1/+0
| | | | Discussed with: erwin, brooks, bapt
* Try to explain what sbufs do and add an example to show it.phk2011-05-171-9/+36
| | | | Clarify return values.
* Document the supported hardware, somewhat.ru2011-05-171-1/+8
| | | | | Reviewed by: hselasky MFC after: 3 days
* Regen for WITH_OFED.ru2011-05-171-1/+6
|
* Revert change to "MF" I made in r189767. I bet that at the time of r189767ru2011-05-171-1/+1
| | | | | | | | I checked with http://www.iso.org/iso/country_codes/iso_3166_code_lists.htm and "MF" was officially spelled in English as "Saint Martin" there, but now that "SX" exists (for "Sint Maarten (Dutch part)") (nice official "English" spelling!) they seem to have added a "(French part)" suffix to "MF". Since this is also in line with Newsletter VI-1 (2007-09-21), catch up.
* Add missing section number for .Xr jail.pluknet2011-05-171-1/+1
| | | | MFC after: 3 days
* More thorough mdoc and language fixes.uqs2011-05-171-35/+68
| | | | Submitted by: ru
* ISO3166: Update for newsletters VI-7 and VI-8 from 2010uqs2011-05-171-2/+12
| | | | | | | - Name change for SH - BQ, CW, and SX replace AN Reviewed by: ru
* Whitespace and typo fixes.uqs2011-05-171-10/+10
| | | | | Found by: codespell Reviewed by: ru
OpenPOWER on IntegriCloud