summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* Add the netwait rc.d script. It waits for the specified period for thedougb2011-06-191-1/+57
| | | | | | | network to become active. PR: conf/151063 Submitted by: Jeremy Chadwick <freebsd@jdc.parodius.com>
* Add rc.d/kld to load kernel modules after local disks are up.dougb2011-06-181-1/+9
| | | | This method is many times faster than doing it in /boot/loader.conf.
* Install symlinks for m_tag_* mbuf tag functions to the mbuf_tags.9 man page.bz2011-06-181-0/+16
| | | | MFC after: 1 week
* Correct a typo in the function name.bz2011-06-181-2/+2
| | | | MFC after: 1 week
* Regenerate src.conf.5.ed2011-06-171-0/+11
|
* Add WITHOUT_UTMPX switch to the build system.ed2011-06-171-0/+1
| | | | | | | | | This knob removes the tools that are exclusively used to view and maintain the databases maintained by utmpx, namely last, users, who, wtmpcvt, ac, lastlogin and utxrm. The tool w is not in this list, because it has some other functionality which is unrelated to utmpx; it is hardlinked to the uptime tool.
* Update manpage.ed2011-06-171-6/+6
|
* Fix some wording and grammar in the BUGS section.bcr2011-06-161-8/+12
| | | | | | | PR: docs/157901 Submitted by: Niclas Zeising (niclas dot zeising at gmail dot com) Reviewed by: mav MFC after: 3 days
* Add Digitizer-related usage IDs from HUTRR30 and HUTRR34.mav2011-06-161-0/+10
|
* It's a bit odd, but "make update" in src/ can also update the ports/,ru2011-06-163-17/+39
| | | | | | | | | | | | | | | | | | | | | | | | | doc/, and now www/ trees, but only using the "cvsup" transport. When "make update" is run using a tree's makefile, it can also use "cvs" (except for www/) and "svn" (only src/). Clean up documentation and code regarding "make update": - Increase oddness by adding support for WWWSUPFILE and NO_WWWUPDATE to Makefile.inc1 (analogous to PORTSSUPFILE/NO_PORTSUPDATE and DOCSUPFILE/NO_DOCUPDATE; WWWSUPFILE already supported by www/Makefile). - Document all trees that support CVS_UPDATE. - Document all trees that support SUP_UPDATE. - Document SVN_UPDATE. - Document NO_WWWUPDATE. - make.conf(5) mistakenly said that *SUPFILE* had defaults. - Add an example entry for WWWSUPFILE.
* 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@
OpenPOWER on IntegriCloud