Age | Commit 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-13 | Don't bother mentioning an unimplemented feature in a BUGS section. | Brad Smith | |
2014-09-13 | Don't say or imply that using ifconfig has anything to do with whether the | Brad Smith | |
hardware can transmit or receive jumbo frames. | |||
2014-09-13 | Tweak after recent gnome MODULE change. | Antoine Jacoutot | |
2014-09-13 | document default EXTRACT_CASES support for *.tar.lzma (reminded by juanfra@) | Christian Weisgerber | |
and add more bzip2 cases | |||
2014-09-13 | zap MLINK for *Q_END and CIRCLEQ*; | Jason McIntyre | |
2014-09-13 | Add 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-13 | Retire 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-11 | typo, from Daniel Jakots | Martin Pieuchot | |
2014-09-08 | tweak previous; | Jason McIntyre | |
2014-09-08 | OCAML_VERSION will be removed, document CONFIGURE_STYLE=oasis | Christopher Zimmermann | |
ok jca@ | |||
2014-09-08 | Additional cleanup for procfs removal | Doug Hogan | |
ok guenther@ | |||
2014-09-08 | Delete procfs; it's always had races and is now unused: no one noticed for | Philip Guenther | |
months that I broke it before the 5.5 release. confirmed as not being required by ports by sthen@, ajacoutot@, dcoppa@ | |||
2014-09-08 | obvious cases of missing .An; | Ingo Schwarze | |
found with the new mandoc(1) MANDOCERR_AN_MISSING warning; no text changes | |||
2014-09-07 | Parse and ignore the .pl (page length) request; | Ingo Schwarze | |
Daniel Levai reports that Slackware Linux uses this. | |||
2014-09-05 | PORTSCOUT -> PORTROACH | Jasper Lievisse Adriaanse | |
2014-09-05 | functions are .Fn, not .Fa | David Gwynne | |
2014-09-03 | If a manual page is installed gzip(1)ed, let makewhatis(8) take | Ingo 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-02 | document new PORTSCOUT variable. w/ and ok espie@ | Jasper Lievisse Adriaanse | |
2014-09-02 | we dont enable jumbos based on the interfaces mtu config. | David Gwynne | |
2014-09-02 | Jumbo support for some newer chipsets. | Brad Smith | |
2014-08-29 | The image/x-ms-bmp extension is bmp, not mp. | Reyk Floeter | |
Found by Navan Carson; Thanks! | |||
2014-08-29 | update entry for /usr/share/sysmerge; ok ajacoutot | Jason McIntyre | |
2014-08-28 | Support .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-26 | sort SEE ALSO; | Jason McIntyre | |
2014-08-26 | usr.sbin | Robert Nagy | |
2014-08-25 | add an example vmx config line | Jonathan Gray | |
ok dlg@ | |||
2014-08-25 | Previosuly forgot the Makefile bit: add mime.types | Reyk Floeter | |
2014-08-25 | Add a generic system-wide /usr/share/misc/mime.types file that can be | Reyk 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-23 | unbind; | Jason McIntyre | |
2014-08-20 | Move the examples to the EXAMPLES section and add some actual | Ingo Schwarze | |
reference manual style documentation to the DESCRIPTION. Feedback and OK rpe@ and ajacoutot@, also using feedback from deraadt@. | |||
2014-08-20 | remove one more reference to crypto(4); ok mikeb | Jason McIntyre | |
2014-08-20 | Remove userland bits related to the crypto(4) interface; ok deraadt | Mike Belopuhov | |
2014-08-18 | introduce mbuf list and queue apis. both manage fifo lists of mbufs | David 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-15 | Update to tzdata2014f from ftp.iana.org. | Todd C. Miller | |
2014-08-15 | Public key operations are no longer supported | Mike Belopuhov | |
2014-08-15 | lofn(4) and nofn(4) are gone | Mike Belopuhov | |
2014-08-15 | shorten share/doc/{html,mg} to share/doc, since nothing currently | Jason McIntyre | |
gets installed in html (i think!); | |||
2014-08-14 | Clarify that .Em and .Sy are physical, not semantic markup, | Ingo Schwarze | |
explain appropriate usage, and provide some examples. ok jmc@ | |||
2014-08-14 | double word fix-o; | Jason McIntyre | |
2014-08-13 | Begin 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-11 | document "tc"; | Jason McIntyre | |
From: Edward ok millert | |||
2014-08-10 | Improve variables listing in x11/kde4 module description. | Vadim Zhukov | |
2014-08-10 | Note that qemu 1.7.2 has the VLAN bug fix, too | Stefan Fritsch | |
2014-08-10 | some Ev fixes; | Jason McIntyre | |
2014-08-10 | Document SUBST_* | Marc Espie | |
2014-08-10 | Typo. ok deraadt@ jmc@ | Matthieu Herrb | |
2014-08-10 | AF_BLUETOOTH is gone. AF_LOCAL isn't involved pipe (and portals are gone). | Philip Guenther | |
2014-08-08 | zap trailing whitespace; | Jason McIntyre | |
2014-08-08 | some corrections and improvements with respect to prologue macros; | Ingo Schwarze | |
found while working on mandoc(1) messages |