summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Collapse)Author
2011-10-23missing apostrophe; from wiz@netbsdJason McIntyre
2011-10-22sync the WEP text (with other WPA texts); based on a diff from Pablo CaballeroJason McIntyre
2011-10-22Sunix 50xx cardsCamiel Dobbelaar
2011-10-21tell people to avoid pre,do,post fetch and installMarc Espie
2011-10-21CHOWN/CHMOD are deadMarc Espie
2011-10-21add elf to propertiesMarc Espie
2011-10-21tell people to define PSEUDO_FLAVORS and FLAVORS prior to bsd.port.arch.mkMarc Espie
we may actually use them.
2011-10-20Mention Alcatel One Touch X210/X220 as supportedDavid Coppa
ok sthen@, jsg@
2011-10-20mention 82580 and also mention the 8257[789] phy models as theJonathan Gray
pch devices are normally referenced this way instead of the pch model.
2011-10-19document support for 82583V: according to cvs, yasuoka added this 19.9.10;Jason McIntyre
diff from Steffen Daode Nurpmeso
2011-10-19We support both version 1.0 and 1.1 of the vDisk protocol.Mark Kettenis
Pointed out by Steffen Daode Nurpmeso.
2011-10-18Mention the Huawei Mobile E173 as supportedDavid Coppa
From qgiovanni(at)gmail(dot)com ok jmc@, jsg@
2011-10-16Move the para regarding the "Network Information Control Center (NIC)"lum
host file to HISTORY. Amending it on the way. Help as always from jmc@ ok jmc@
2011-10-16prefered->preferred;Jason McIntyre
2011-10-16document PROPERTIESMarc Espie
2011-10-16stacksize argument is gone and replaced with tidptr argumentPhilip Guenthe
Document new FORK_TFORK bit and that stack argument is used by compat_linux ok jmc@
2011-10-09Remove the BUGS section, it's been taken care of.Antoine Jacoutot
2011-10-08Update to terminfo.src from ncurses-5.9-20111001. This replaces someNicholas Marriott
local kbs changes (^H -> \177) with using the new xterm+kbs fragment. ok deraadt dcoppa
2011-10-07Detect the ts3000b3 and stts2002, and weaken the cat34ts02 model checkTheo de Raadt
since a similar device (not yet named as far as I can see) has showed up on the market. cat34ts02 tested by weerd.
2011-10-06no more ccd(4);Jason McIntyre
2011-10-06syncTheo de Raadt
2011-10-06ccd goes to the atticTheo de Raadt
discussed with jsing and millert
2011-10-06SCSI acronym should be upper case.Igor Sobrado
ok jmc@
2011-10-03Add a 'flag' locator to gpioiic(4), and define a first flagMatthieu Herrb
value to swap the SDA and SCL pins assigment during attach. Mostly from work with mbalmer@NetBSD. ok miod@
2011-10-03sync after mono module changeJasper Lievisse Adriaanse
2011-10-03Fix and clarify some bits of the gnome MODULE.Antoine Jacoutot
ok jasper@
2011-10-03Tweak after recent gnome module change.Antoine Jacoutot
2011-09-30tweak the gnome entry to match realityJasper Lievisse Adriaanse
2011-09-29tweak previous;Jason McIntyre
2011-09-29ssl.8: Certifying Authority -> Certificate AuthorityJason McIntyre
isakmpd.8: rsa:1024 -> rsa:2048 (ok markus) all: X509 -> X.509 from Lawrence Teo
2011-09-27even though .Bl is not callable, groff complains when it appearsIngo Schwarze
unescaped on a macro line, so lets just escape it; noticed by jmc@
2011-09-27Tweak after recent gnome MODULE change.Antoine Jacoutot
2011-09-26Reorganize part of the content:Ingo Schwarze
1) Move the LANGUAGE SYNTAX from mdoc(7) and man(7) to roff(7), it's common to both and it's actually roff syntax. 2) Move the MACRO SYNTAX down to the bottom, such that the less technical parts MANUAL STRUCTURE and MACRO OVERVIEW get to the top. Getting everything to again fit together after the reshuffling required various adjustments; also adjust and improve the DESCRIPTIONS while there. feedback and "go ahead" jmc@ kristaps@
2011-09-26note that section macro end literal mode;Ingo Schwarze
from kristaps@
2011-09-26Replace the .Fl examples by others exhibiting the same features,Ingo Schwarze
but avoiding use of .Nm, because letting .Nm call other macros is unusual style, and we don't want unusual style in examples. Issue brought up by kristaps@.
2011-09-26Update to tzdata2011k from elsie.nci.nih.govTodd C. Miller
2011-09-25tweak previous; ok schwarzeJason McIntyre
2011-09-25tweak previous;Jason McIntyre
2011-09-25zap trailing whitespace;Jason McIntyre
2011-09-25initial documentationMarc Espie
2011-09-24create a new "bounce" file for ports infrastructure.Marc Espie
clean up ancient comments in the existing ones, and use bsd.own.mk's guard against multiple includes.
2011-09-23tell people to use dpb for bulk buildsMarc Espie
2011-09-23- sync MODGNOME_TOOLS=yelp description with the comments in the actual moduleJasper Lievisse Adriaanse
2011-09-23some more gnome.port.mk tweaks:Jasper Lievisse Adriaanse
- MODGNOME_DESKTOP_FILE is not uncondtionally set. - slightly expand the FAKE_FLAGS line
2011-09-21add a note about -ftree-vrp being removed from -O2Jonathan Gray
as it is known to be broken in 4.2.1 prompted by a discussion about other gcc bugs...
2011-09-21- update after recent MODGNOME_TOOLs changesJasper Lievisse Adriaanse
- EXTRACT_SUFX was changed to .tar.xz
2011-09-21bye bye, old freebsd cruftMarc Espie
2011-09-20add a MACRO OVERVIEW section, similar to the one in mdoc(7);Ingo Schwarze
writing this for man(7), too, was suggested by kristaps@
2011-09-20Tweak after base moved to rc.d(8).Antoine Jacoutot
prodded by deraadt@ some time ago. ok schwarze@
2011-09-20srvtab -> keytab.Antoine Jacoutot
ok beck@