summaryrefslogtreecommitdiff
path: root/share/man
AgeCommit message (Collapse)Author
2010-07-06document that ONLY_FOR_ARCHS and NOT_FOR_ARCHS are now subpackage-dependentMarc Espie
(and why !)
2010-07-05compat_bsdos is goneTed Unangst
2010-07-05Sync recent mono MODULE change.Antoine Jacoutot
2010-07-04typo;Jason McIntyre
2010-07-04document new semanticsMarc Espie
2010-07-03Add a quick hack to fix the display of reserved characters,Ingo Schwarze
using the mandoc(1) .ds implementation just committed. Note this is not compatible with our old in-tree groff and only barely compatible with modern groff, but right now, it is most important to get correct formatting for the release; all he rest can be fixed up later.
2010-07-03Nuke missed .Xr ss. Pointed out by jmc@.Kenneth R Westerback
2010-07-03+.It Xr itherm 4Jason McIntyre
2010-07-03tweak previous;Jason McIntyre
2010-07-03Fix the naming of interfaces and variables for rdomains and rtablesPhilip Guenthe
and make it possible to bind sockets (including listening sockets!) to rtables and not just rdomains. This changes the name of the system calls, socket option, and ioctl. After building with this you should remove the files /usr/share/man/cat2/[gs]etrdomain.0. Since this removes the existing [gs]etrdomain() system calls, the libc major is bumped. Written by claudio@, criticized^Wcritiqued by me
2010-07-03Regen.Kenneth R Westerback
2010-07-03No more ss(4) or usscanner(4). Unused, unloved and unmaintained.Kenneth R Westerback
General huzzahs. "go for it" deraadt@
2010-07-03Intel 3400 Thermal Sensor driver, found on some new Intel machines.Mike Larkin
This is also the same as the Intel Series 5 Thermal Sensor. ok deraadt@, kettenis@
2010-07-02remove userland bits of compat_sunosTed Unangst
2010-07-02s/1/one/ to improve wording.Igor Sobrado
ok david@
2010-07-018168E/8111E also supports IPv6 receive TCP/UDP checksum offload.Stuart Henderson
From Brad, plus a small punctuation tweak.
2010-07-01remove some pesky Xr's to X pages, one of which doesn;t even exist;Jason McIntyre
2010-07-01another day, another compat gets removed. today is ibcs2's turnTed Unangst
2010-07-01another osf1 reference hiding outTed Unangst
2010-06-30delete compat_osf1Ted Unangst
2010-06-30remove compat_osf1. ok deraadt miodTed Unangst
2010-06-29Mention keepalives here too; ok jmc@Stuart Henderson
2010-06-29Replace enc(4) with a new implementation as a cloner device. We stillReyk Floeter
create enc0 by default, but it is possible to add additional enc interfaces. This will be used later to allow alternative encs per policy or to have an enc per rdomain when IPsec becomes rdomain-aware. manpage bits ok jmc@ input from henning@ deraadt@ toby@ naddy@ ok henning@ claudio@
2010-06-29fix SEE ALSO;Jason McIntyre
2010-06-29Remove COMPAT_HPUX. No one wanted to support it and its fewmets werePhilip Guenthe
blocking other cleanups ok miod@
2010-06-29remove compat_ultrix docsTed Unangst
2010-06-29RTHREADS kernel options is gone, spotted by jmcTed Unangst
2010-06-29No more phones(5), /etc/phones, or dial up bits in remote.Nicholas Marriott
2010-06-29jmc reminded me that rthreads should be removed from hereTed Unangst
2010-06-27vscsi(4) doesn't use vscsi_ioc_t2i's senselen field anymore, soMatthew Dempsky
garbage collect it. ok dlg@, krw@, claudio@
2010-06-27Add Lilliput UM-70. -mojMats O Jansson
2010-06-26add huawei E182 and emobile D31HW to the supported device listYojiro Uo
2010-06-21update supported device list.Felix Kronlage
discussed with and ok jsg@, jmc@
2010-06-20- add /etc/ikedJason McIntyre
- pkgconfig -> pkg-config
2010-06-20Document locks mechanism changes to default.Marc Espie
2010-06-19new iwn-firmware-5.5 package that contains an update forDamien Bergamini
Intel Centrino Advanced-N 6200/Ultimate-N 6300 adapters. see the release notes here: http://marc.info/?l=linux-wireless&m=127690155503943&w=2
2010-06-17- start sentence with a capital letterJason McIntyre
- zap trailing whitespace
2010-06-17document WRKDIR_LINKNAME; ok espie@ jmc@william
2010-06-16fully document SUBST_CMDMarc Espie
2010-06-16document PROGRESS_METER and a few other new changesMarc Espie
2010-06-15- sync lua moduleJasper Lievisse Adriaanse
2010-06-14list CNU-680 as supported.Felix Kronlage
ok jsg@
2010-06-09syncTodd T. Fries
2010-06-08syncTodd T. Fries
2010-06-08syncTodd T. Fries
2010-06-08tweak previous; help/ok naddyJason McIntyre
2010-06-07Rework the way onboard devices attach on Sun 4/110 systems (which only have aMiod Vallat
28 bit address bus) by reusing the regular sun4 configuration stanzas (with the upper four bits set in the device addresses), and clearing them when searching for a PROM mapping. This makes the obio autoconf code simpler, and all knowledge of the 4/110 specifics is now contained in a single file (dev/obio.c). ok todd@ deraadt@
2010-06-07This is the sparc clock manpage, not the sparc64 one, bad jason@ (and bad meMiod Vallat
for not noticing earlier)
2010-06-07remove url to my web pages which are horribly outdated.Damien Bergamini
2010-06-07make clearer the relationship between isakmpd and ikev1; and iked and ikev2;Jason McIntyre
ok reyk