summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* Remove references to the obsolete card(4) manpage.brueffer2008-01-284-7/+0
|
* Bring the DIAGNOSTICS section in ed.4 closer to reality by removing missingtrhodes2008-01-271-8/+16
| | | | | | diagnostic messages and adding a few found in the code. PR: 51891
* Add a dummynet_enable knob to go with firewall_enable. If this knobmtm2008-01-271-1/+12
| | | | | | | | is enabled dummynet(4) is added to the list of required modules. Discussed on: #freebsd-bugbusters (rwatson, trhodes) PR: conf/79196 MFC after: 1 week
* Add to the history section.obrien2008-01-271-0/+4
|
* OLDCARD is long gone, so finally remove the oldcard.4 manpage.brueffer2008-01-262-246/+0
| | | | Confirmed by: imp
* Explain how the passno field in /etc/fstab works with fsckmpp2008-01-261-3/+24
| | | | and quotacheck in some more detail.
* Catch up with revision 1.18 of dcons_os.c and add an example of how to usetrhodes2008-01-261-1/+12
| | | | | | | dcons(4) as a valid gdb port. PR: 118490 Submitted by: Alexandre Kovalenko <alex.kovalenko@verizon.net>
* Reflect lockcount() axing and lockmgr() prototype changing.attilio2008-01-241-20/+2
|
* - sched_4bsd is no longer a default system scheduler on someru2008-01-242-13/+5
| | | | | | | | | | architectures, so call it "traditional" instead. - sched_ule is no longer buggy or experimental (according to rev. 1.7 of sched_ule(4)), so don't call it experimental (reported by a user on stable@). Reviewed by: rwatson
* There is no PUC_FASTINTR option anymore.marck2008-01-241-12/+1
| | | | MFC after: 2 weeks
* Cosmetique: sort the list.ru2008-01-241-2/+2
|
* Add a diagnostic note about "transmission error ... tx underrun, increasingtrhodes2008-01-241-1/+6
| | | | | | | | | tx start threshold ..." Looking around on the mailing lists, and even having one of these cards I agree the messages should be documented. Bump doc date. PR: 88477
* - Document firewall_nat_enable related settings.chinsan2008-01-231-1/+26
| | | | | Tested by: AB MFC after: 1 month
* "NONE" -> "ASCII" encodingache2008-01-231-1/+1
|
* Add manpages for BUF_RECURSED(9) and BUF_ISLOCKED(9) and connect them toattilio2008-01-223-0/+134
| | | | | | the build. Reviewed by: brueffer
* Add the newly added function lockmgr_recursed() to the manpages.attilio2008-01-222-1/+10
|
* BUF_REFCNT(9) function no more exists, so just axe out the manpage.attilio2008-01-222-62/+0
|
* Fix lock.9 manpage in order to recall lockmgr_disown() with 'man' command.attilio2008-01-221-0/+1
|
* Correct a typo.trhodes2008-01-221-1/+1
| | | | Noticed by: ru
* Document net.inet.tcp.syncookies_only using a description taken fromtrhodes2008-01-221-1/+11
| | | | | | tcp_syncache.c revision 1.99 of andre's commit log. PR: 107611
* The config-recursive target is not run during the normal install process, movetrhodes2008-01-221-6/+8
| | | | | | | | | | it down to where it belongs. Document 'all-depends-list' target and bump doc date. PR: 119519 Submitted by: Yuri Pankov <yuri.pankov@gmail.com> Reviewed by: flz
* Small fixes.brueffer2008-01-221-2/+2
|
* Add a rather basic man page for the coda kernel module.rwatson2008-01-212-0/+83
| | | | MFC after: 3 days
* Document the 'maintainer' target.brueffer2008-01-211-1/+3
| | | | | | PR: 119699 Submitted by: Warren Block <wblock@wonkity.com> MFC after: 3 days
* Document two new sysctl variables, dev.sf.%d.int_mod and dev.sf.%d.stats.yongari2008-01-211-1/+19
| | | | | | | Xref vlan(4). Touchd Dd. Reviewed by: brueffer
* sf(4) gained VLAN_MTU support.yongari2008-01-211-1/+2
| | | | Touch Dd.
* updates for additional chip supportsam2008-01-211-10/+47
| | | | | Submitted by: "J.R. Oldroyd" <jr@opal.com> MFC after: 2 weeks
* Update VOP_LOCK() and VOP_UNLOCK() prototypes.attilio2008-01-181-3/+3
| | | | | Leave 'td' argument description as it is used by VOP_ISLOCKED(). It will be axed in further commit.
* o FreeBSD 6.3-RELEASE added.maxim2008-01-181-1/+4
|
* pcib is compiled in when "device pci" is specified.brueffer2008-01-181-2/+2
| | | | | Submitted by: marius Reviewed by: imp
* Correct the sysconf variable name, _SC_CLK_TCK.ru2008-01-181-2/+2
|
* Still no new leapseconds: Bulletin C-35phk2008-01-181-3/+3
|
* Remove remnants of old *_FORTRAN build flags.brueffer2008-01-171-2/+0
| | | | | Approved by: rwatson (mentor) MFC after: 3 days
* Note the driver support PERC and LSI1078 based controllers.ambrisko2008-01-171-2/+6
| | | | Prompted by: Vlad GALU
* Correct that LSI 0060 is a mfi device and not mpt.ambrisko2008-01-171-1/+1
|
* WITHOUT_FORTRAN was removed some time ago. Regen src.conf.5.brueffer2008-01-151-6/+1
| | | | | | PR: 119562 Submitted by: Daniel Rucci <dan@rucci.org> MFC after: 3 days
* o .Dd.year++.maxim2008-01-121-1/+1
|
* o From the Problem Report: the TCP_DROP_SYNFIN kernel option is nowmaxim2008-01-121-5/+1
| | | | | | | | | included in the kernel by default. Remove reference to this option from defaults/rc.conf and rc.conf(5). PR: conf/119098 Submitted by: Beat Gaetzi MFC after: 1 week
* o Do not claim vlan(4) uses mbuf_tags(9).maxim2008-01-121-4/+3
| | | | | | PR: docs/11959 Submitted by: Alexander Chernikov MFC after: 1 week
* Removed a contraction.brueffer2008-01-101-1/+1
|
* Make sure that grog is linked to me, and that I (in *-ports*) amedwin2008-01-102-0/+5
| | | | | | | linked to the people I helped out, and add them to the overview too. Approved by: grog@
* Update vn_lock() prototype accordingly with the 'thread' argument removal.attilio2008-01-101-2/+5
|
* http://www.freebsd.org/doc/en_US.ISO8859-1/articles/committers-guide/convent ↵edwin2008-01-101-0/+1
| | | | | | | | | | | | ions.html 4.1 point 6: Add an entry for yourself to src/share/misc/committers-repository.dot, where repository is either doc, ports or src, depending on the commit privileges you obtained. Approved by: grog@
* Fix typos.brueffer2008-01-091-3/+3
|
* Add lockmgr_disown() and relative explanation.attilio2008-01-091-1/+10
|
* - Remove kH and *6 from xterm. They are defined to the same key as @7 (kp_end).rafan2008-01-081-2/+2
| | | | | | | | | | | | | | | As ncurses has the limitation that it returns the first matched key symbol, you can not use END in ncurses based program, like mutt, with xterm. - Add @8 (kp_enter) definition for xterm so you can use ENTER in xterm with ncurses based program. I also found that NetBSD's xterm does the same thing. PR: 100150 Reported by: Arseny Nasokin <tarc at tarc.po.cs.msu.su> Discussed with: Thomas Dickey, Ulrich Spoerlein <uspoerlein at gmail.com> Reviewed by: freebsd-arch@ MFC after: 2 month
* - This driver will first appear in FreeBSD 6.3, not 7.0gabor2008-01-081-1/+1
| | | | | Submitted by: thompsa MFC after: 0 days
* Add an additional make variable EXTRAMIBSYMS which allows to specifyharti2008-01-082-3/+18
| | | | | | | definition files that are used only for extracting symbols. This is useful for inter-module dependencies and files containing only enum-definitions. MFC after: 4 weeks
* Fix typos and date format.brueffer2008-01-071-2/+2
|
* - ipmi(4) appeared in FreeBSD 6.2, not in 5.3gabor2008-01-071-1/+1
| | | | | | Submitted by: brix, Michael Fuckner <michael@fuckner.net> MFC after: 0 days
OpenPOWER on IntegriCloud