summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Collapse)Author
2014-09-14- Don't capitalize jumbo.Brad Smith
- Don't try to keep track of jumbo frame sizes in the pages. Users can use `ifconfig hwfeatures' to determine what the hardware supports.
2014-09-13Don't bother mentioning an unimplemented feature in a BUGS section.Brad Smith
2014-09-13Don't say or imply that using ifconfig has anything to do with whether theBrad Smith
hardware can transmit or receive jumbo frames.
2014-09-13Tweak after recent gnome MODULE change.Antoine Jacoutot
2014-09-13document default EXTRACT_CASES support for *.tar.lzma (reminded by juanfra@)Christian Weisgerber
and add more bzip2 cases
2014-09-13zap MLINK for *Q_END and CIRCLEQ*;Jason McIntyre
2014-09-13Add HP Gen9 Smart Array/Smart HBA devices.Jonathan Gray
Untested, but there doesn't seem to have been any changes to the firmware interface so these should work without additional changes, as was the case with the last few generations.
2014-09-13Retire the CIRCLEQ_* and *_END macros here, noting why they were deprecated.Philip Guenther
kick started by Gre'goire Duche^ne <gduchene@awhk.org> ok millert@
2014-09-11typo, from Daniel JakotsMartin Pieuchot
2014-09-08tweak previous;Jason McIntyre
2014-09-08OCAML_VERSION will be removed, document CONFIGURE_STYLE=oasisChristopher Zimmermann
ok jca@
2014-09-08Additional cleanup for procfs removalDoug Hogan
ok guenther@
2014-09-08Delete procfs; it's always had races and is now unused: no one noticed forPhilip Guenther
months that I broke it before the 5.5 release. confirmed as not being required by ports by sthen@, ajacoutot@, dcoppa@
2014-09-08obvious cases of missing .An;Ingo Schwarze
found with the new mandoc(1) MANDOCERR_AN_MISSING warning; no text changes
2014-09-07Parse and ignore the .pl (page length) request;Ingo Schwarze
Daniel Levai reports that Slackware Linux uses this.
2014-09-05PORTSCOUT -> PORTROACHJasper Lievisse Adriaanse
2014-09-05functions are .Fn, not .FaDavid Gwynne
2014-09-03If a manual page is installed gzip(1)ed, let makewhatis(8) takeIngo Schwarze
note in mandoc.db(5), such that man(1) -w and apropos(1) -w can report the correct filename. This is a prerequisite for letting apropos -a and man support gzip'ed manuals in the future, which doesn't work yet.
2014-09-02document new PORTSCOUT variable. w/ and ok espie@Jasper Lievisse Adriaanse
2014-09-02we dont enable jumbos based on the interfaces mtu config.David Gwynne
2014-09-02Jumbo support for some newer chipsets.Brad Smith
2014-08-29The image/x-ms-bmp extension is bmp, not mp.Reyk Floeter
Found by Navan Carson; Thanks!
2014-08-29update entry for /usr/share/sysmerge; ok ajacoutotJason McIntyre
2014-08-28Support .St -susv1 and .St -susv4. Illumos wants to use this,Ingo Schwarze
and it's illogical anyway to have -susv2 and -susv3 but not -susv4.
2014-08-26sort SEE ALSO;Jason McIntyre
2014-08-26usr.sbinRobert Nagy
2014-08-25add an example vmx config lineJonathan Gray
ok dlg@
2014-08-25Previosuly forgot the Makefile bit: add mime.typesReyk Floeter
2014-08-25Add a generic system-wide /usr/share/misc/mime.types file that can beReyk Floeter
included in httpd.conf. httpd(8) now supports both mime.types flavours with or without semicolon at the end of the line (nginx- or apache-style). Discussed with many, with input from halex@ OK halex@
2014-08-23unbind;Jason McIntyre
2014-08-20Move the examples to the EXAMPLES section and add some actualIngo Schwarze
reference manual style documentation to the DESCRIPTION. Feedback and OK rpe@ and ajacoutot@, also using feedback from deraadt@.
2014-08-20remove one more reference to crypto(4); ok mikebJason McIntyre
2014-08-20Remove userland bits related to the crypto(4) interface; ok deraadtMike Belopuhov
2014-08-18introduce mbuf list and queue apis. both manage fifo lists of mbufsDavid Gwynne
and a count of the mbufs. struct mbuf_list and the ml_foo() apis can be used to build lists of mbufs where you dont need locking (eg, on the stack). struct mbuf_queue and mq_foo() wrap mbuf_lists with a mutex, and limits the number of mbufs that can be queued. they can be useful for moving mbufs between contexts/subsystems. with help from jmc@ for the manpage bits mpi@ is keen
2014-08-15Update to tzdata2014f from ftp.iana.org.Todd C. Miller
2014-08-15Public key operations are no longer supportedMike Belopuhov
2014-08-15lofn(4) and nofn(4) are goneMike Belopuhov
2014-08-15shorten share/doc/{html,mg} to share/doc, since nothing currentlyJason McIntyre
gets installed in html (i think!);
2014-08-14Clarify that .Em and .Sy are physical, not semantic markup,Ingo Schwarze
explain appropriate usage, and provide some examples. ok jmc@
2014-08-14double word fix-o;Jason McIntyre
2014-08-13Begin cleanup of scaling units.Ingo Schwarze
Note that we use 240u := 1i for all devices, even -Tps and -Tpdf. Big fix of -Tascii rendering of f, m, and u. Small fix of -Tascii rendering of c. Big fix of -Thtml rendering of u. Big fix of -Tps rendering of m, p, and u. Clarify -Tps rendering of c. Correct documentation of scaling units, in particular with respect to u. This for example improves rendering of the OpenGL manuals. Joint work with kristaps@.
2014-08-11document "tc";Jason McIntyre
From: Edward ok millert
2014-08-10Improve variables listing in x11/kde4 module description.Vadim Zhukov
2014-08-10Note that qemu 1.7.2 has the VLAN bug fix, tooStefan Fritsch
2014-08-10some Ev fixes;Jason McIntyre
2014-08-10Document SUBST_*Marc Espie
2014-08-10Typo. ok deraadt@ jmc@Matthieu Herrb
2014-08-10AF_BLUETOOTH is gone. AF_LOCAL isn't involved pipe (and portals are gone).Philip Guenther
2014-08-08zap trailing whitespace;Jason McIntyre
2014-08-08some corrections and improvements with respect to prologue macros;Ingo Schwarze
found while working on mandoc(1) messages