Attilio Rao
cc24fccdbe
Fix lock.9 manpage in order to recall lockmgr_disown() with 'man' command.
2008-01-22 19:58:30 +00:00
Tom Rhodes
7620300a17
Correct a typo.
...
Noticed by: ru
2008-01-22 19:16:09 +00:00
Tom Rhodes
771553b905
Document net.inet.tcp.syncookies_only using a description taken from
...
tcp_syncache.c revision 1.99 of andre's commit log.
PR: 107611
2008-01-22 18:35:23 +00:00
Tom Rhodes
039b8701cf
The config-recursive target is not run during the normal install process, move
...
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
2008-01-22 12:23:30 +00:00
Christian Brueffer
d52a94aaf8
Small fixes.
2008-01-22 07:40:21 +00:00
Robert Watson
c6a154633b
Add a rather basic man page for the coda kernel module.
...
MFC after: 3 days
2008-01-21 23:59:22 +00:00
Christian Brueffer
724c0a230e
Document the 'maintainer' target.
...
PR: 119699
Submitted by: Warren Block <wblock@wonkity.com>
MFC after: 3 days
2008-01-21 19:52:15 +00:00
Pyun YongHyeon
a18cfb2251
Document two new sysctl variables, dev.sf.%d.int_mod and dev.sf.%d.stats.
...
Xref vlan(4).
Touchd Dd.
Reviewed by: brueffer
2008-01-21 07:35:15 +00:00
Pyun YongHyeon
8454cceda4
sf(4) gained VLAN_MTU support.
...
Touch Dd.
2008-01-21 06:47:20 +00:00
Sam Leffler
0da18a2665
updates for additional chip support
...
Submitted by: "J.R. Oldroyd" <jr@opal.com>
MFC after: 2 weeks
2008-01-21 04:13:00 +00:00
Attilio Rao
f8a134ac63
Update VOP_LOCK() and VOP_UNLOCK() prototypes.
...
Leave 'td' argument description as it is used by VOP_ISLOCKED(). It will
be axed in further commit.
2008-01-18 22:09:29 +00:00
Maxim Konovalov
5a8b9892f3
o FreeBSD 6.3-RELEASE added.
2008-01-18 19:25:15 +00:00
Christian Brueffer
7f3d351951
pcib is compiled in when "device pci" is specified.
...
Submitted by: marius
Reviewed by: imp
2008-01-18 17:00:44 +00:00
Ruslan Ermilov
b4064df455
Correct the sysconf variable name, _SC_CLK_TCK.
2008-01-18 12:13:05 +00:00
Poul-Henning Kamp
445f595a98
Still no new leapseconds: Bulletin C-35
2008-01-18 09:34:39 +00:00
Christian Brueffer
7500fac915
Remove remnants of old *_FORTRAN build flags.
...
Approved by: rwatson (mentor)
MFC after: 3 days
2008-01-17 20:51:58 +00:00
Doug Ambrisko
6dd0e63233
Note the driver support PERC and LSI1078 based controllers.
...
Prompted by: Vlad GALU
2008-01-17 19:36:13 +00:00
Doug Ambrisko
fb64e9fae2
Correct that LSI 0060 is a mfi device and not mpt.
2008-01-17 19:29:01 +00:00
Christian Brueffer
707dd47849
WITHOUT_FORTRAN was removed some time ago. Regen src.conf.5.
...
PR: 119562
Submitted by: Daniel Rucci <dan@rucci.org>
MFC after: 3 days
2008-01-15 19:54:17 +00:00
Maxim Konovalov
eb922405a5
o .Dd.year++.
2008-01-12 21:07:03 +00:00
Maxim Konovalov
2123fbe6cd
o From the Problem Report: the TCP_DROP_SYNFIN kernel option is now
...
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
2008-01-12 20:52:30 +00:00
Maxim Konovalov
8ef952a396
o Do not claim vlan(4) uses mbuf_tags(9).
...
PR: docs/11959
Submitted by: Alexander Chernikov
MFC after: 1 week
2008-01-12 19:37:18 +00:00
Christian Brueffer
072aee8c70
Removed a contraction.
2008-01-10 19:11:37 +00:00
Edwin Groothuis
3fc56656a6
Make sure that grog is linked to me, and that I (in *-ports*) am
...
linked to the people I helped out, and add them to the overview
too.
Approved by: grog@
2008-01-10 01:25:40 +00:00
Attilio Rao
fe166a35ff
Update vn_lock() prototype accordingly with the 'thread' argument removal.
2008-01-10 01:23:59 +00:00
Edwin Groothuis
71e3b145e3
http://www.freebsd.org/doc/en_US.ISO8859-1/articles/committers-guide/conventions.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@
2008-01-10 01:10:31 +00:00
Christian Brueffer
584b589225
Fix typos.
2008-01-09 08:08:56 +00:00
Attilio Rao
fc2d483ef5
Add lockmgr_disown() and relative explanation.
2008-01-09 02:10:32 +00:00
Rong-En Fan
5c46f7182e
- Remove kH and *6 from xterm. They are defined to the same key as @7 (kp_end).
...
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
2008-01-08 16:00:24 +00:00
Gabor Kovesdan
b0a4e26843
- This driver will first appear in FreeBSD 6.3, not 7.0
...
Submitted by: thompsa
MFC after: 0 days
2008-01-08 15:36:06 +00:00
Hartmut Brandt
02c3c75236
Add an additional make variable EXTRAMIBSYMS which allows to specify
...
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
2008-01-08 12:55:56 +00:00
Christian Brueffer
ca8464df19
Fix typos and date format.
2008-01-07 16:47:30 +00:00
Gabor Kovesdan
2b57dc5ab4
- ipmi(4) appeared in FreeBSD 6.2, not in 5.3
...
Submitted by: brix,
Michael Fuckner <michael@fuckner.net>
MFC after: 0 days
2008-01-07 14:51:17 +00:00
Christian Brueffer
ba7306546f
mdoc and language fixes for the previous commit, also bump .Dd.
2008-01-05 23:41:15 +00:00
Christian Brueffer
05568ca4e2
Use our standard section 4 SYNOPSIS, utilize .Tn and fix capitalization.
2008-01-05 23:27:59 +00:00
Christian Brueffer
c0c7deaa94
Clean up after previous commit (typo fixes, removed contractions,
...
utilized .Tn and capitalized PCI).
2008-01-05 23:21:32 +00:00
Greg Lehey
efcb0d7834
"redacted" replaced for clarity.
2008-01-05 21:39:21 +00:00
Gabor Kovesdan
d42882913e
- This driver will has already appeared in 6.2
...
MFC after: 0 days
2008-01-04 12:58:09 +00:00
Gabor Kovesdan
59e2f69aec
- This driver will first appear in 6.3, not 7.0
...
MFC after: 0 days
2008-01-04 12:57:34 +00:00
Warner Losh
d8e4b072e9
Dummy man page for pcib. We should write a real one and I hope this
...
gets the ball rolling.
2008-01-04 08:26:22 +00:00
Warner Losh
0ade47aed6
Modernize this man page a little by describing the pci driver of
...
today, rather than details relevant only to the 3.x pci driver.
2008-01-04 08:19:52 +00:00
Daniel Gerzo
06019eff46
- loader(8) is not a part of boot(8) and is not its second stage.
...
Reported by: Yoshihiko Sarumaru <mistral at imasy.or.jp>
Reviewed by: trhodes
MFC-after: 3 days
2008-01-03 20:54:34 +00:00
Warner Losh
01fe72a32f
Minor nits. Add xr to sn.
2008-01-01 22:29:22 +00:00
Warner Losh
190267c967
Forgot to mention RLT80x9 support that was added some time ago.
2008-01-01 21:41:39 +00:00
Warner Losh
732bdd08f9
Sync to the new PCI device IDs that I added to if_ed_pci.c. Bump date.
2008-01-01 21:37:09 +00:00
Weongyo Jeong
f022795c3f
Add myself and my mentor
...
Approved by: thompsa (mentor)
2008-01-01 10:25:01 +00:00
Edwin Groothuis
cfd5c4a969
MFV of tzdata2007k.
...
- Adjust Argentinian DST times.
- Add SJ on the right location.
2008-01-01 07:47:42 +00:00
Andrey A. Chernov
79386ec7db
Comments fixing
...
1) Back out "month names" -> "months names" and fix few such cases which
are wrong initially
2) "weekdays names" -> "weekday names"
Noted by: des [1]
2007-12-30 03:08:52 +00:00
Alexander Motin
f1c24d6d4c
Document new "AC-Name\Service-Name" connect syntax.
2007-12-29 19:59:58 +00:00
Andrey A. Chernov
27cb743492
Comments fixing
...
"month names" -> "months names"
typo
"Long months names (alternative)" or "in alternative form" ->
"(without case ending)"
"Long months names" -> "Long months names (as in a date)"
to not confuse developers on what purpose those sections are
2007-12-29 16:28:15 +00:00