Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-16 | Remove description of functionality that never was implemented, e.g. | Vadim Zhukov | |
CCACHE_DIR_${PKGPATH} . ok sthen@, jmc@ | |||
2013-01-16 | Add terminfo entries for rxvt-unicode and rxvt-unicode-256color | David Coppa | |
ok sthen@, nicm@ | |||
2013-01-16 | Some corrections for D-Link device names. | Brad Smith | |
ok jsing@ | |||
2013-01-16 | move the "set queue" block a bit down so that | Henning Brauer | |
a) things are in alphabetical order again b) the "described below" in the set prio section actually refers to a block of text below and not above it... ok jsing | |||
2013-01-16 | for consistency with prio etc, the queue assignment really belongs | Henning Brauer | |
into the set block. so make pfctl accept, print and the manpage document . match set queue foo instead of . match queue foo but keep accepting the old way without the explicit set. ok bob, man jmc | |||
2013-01-16 | - bhyve is now officially all lower case. | Brad Smith | |
- Further tweaking to the viomb(4) page. ok sf@ | |||
2013-01-15 | tidy up the vio docs; ok sf | Jason McIntyre | |
2013-01-13 | MODGCC3_ARCHS -> MODCLANG_ARCHS for the lang/clang module | Sebastian Reitenbach | |
OK landry@ | |||
2013-01-12 | add viomb driver for virtio balloon device | Stefan Fritsch | |
This allows the host to request some memory back from the openbsd guest in case of a shortage. Patch by Dinar Talypov OK jasper@ OK jmc@ (man page) | |||
2013-01-10 | history file format correction | Robert Peichaer | |
ok espie@ | |||
2013-01-09 | fix typos. From remco@d-compu.dyndns.org | Marc Espie | |
2013-01-09 | - use # for prompts in examples | Robert Peichaer | |
- update base and ports source size - change PKG_PATH example to ksh(1) style ok espie@ | |||
2013-01-08 | fix a broken display; | Jason McIntyre | |
2013-01-08 | .Pa for path/filenames | Robert Peichaer | |
ok espie@ | |||
2013-01-08 | simpler text; from Jan Stary | Jason McIntyre | |
ok ratchov | |||
2013-01-08 | - add a hint to sh(1) for patterns in SKIPDIR | Robert Peichaer | |
- add example to show the flavors of a ports - change like "packages in PORTSDIR" to ${PORTSDIR}/packages - some other minor cleanups/corrections consistently use ... - .Ar for make targets - .Dv for values of variables (e.g. Yes) - .Ev for environment vars - .Pa for filenames/paths and ports - .Qq instead of literal "" - .Sq for quoting _ (underscore) within text ok espie@ | |||
2013-01-07 | more hints for efficient bulks | Marc Espie | |
2013-01-06 | Update information about PIE status in gcc-local(1). OK pascal@. | Martynas Venckus | |
2013-01-05 | Switch m88k ports to ELF. | Miod Vallat | |
2013-01-05 | Gnome > GNOME | Antoine Jacoutot | |
2013-01-04 | add Huawei E353 | Jonathan Gray | |
2013-01-03 | update from Ryan Ozmun; | Jason McIntyre | |
2012-12-31 | missing full stop in previous; | Jason McIntyre | |
2012-12-31 | document post-install hooks | Marc Espie | |
2012-12-31 | List ucycom as a serial interface, not a human interface device. | Miod Vallat | |
2012-12-29 | remove unused .Pp; | Jason McIntyre | |
2012-12-27 | add a FILES section; requested by Maximo Pech | Jason McIntyre | |
2012-12-24 | add some clues for people who want to run full bulks | Marc Espie | |
2012-12-22 | acx(4) supports power-saving in hostap mode now; ok claudio | Stefan Sperling | |
2012-12-19 | regen | Mark Kettenis | |
2012-12-15 | some small simplifications; | Jason McIntyre | |
2012-12-14 | Mention IT8772F | Mike Belopuhov | |
2012-12-10 | Document bus_space_mmap(9) from NetBSD with some tweaks by jmc@. | Martin Pieuchot | |
2012-12-10 | Mention the BUS_DMA_NOCACHE flag, prodded by oga, reads ok to jmc@ | Martin Pieuchot | |
2012-12-09 | when only one "family" argument is given, only that family is tried; | Jason McIntyre | |
confirmed by pyr | |||
2012-12-09 | make the description of /etc/mail less sendmail-specific; ok millert | Jason McIntyre | |
2012-12-08 | add /etc/nginx/ | Jason McIntyre | |
2012-12-05 | document that resolv.conf is now not unconditionally overwritten; | Jason McIntyre | |
text/ok krw | |||
2012-12-04 | sync | Martin Pieuchot | |
2012-12-01 | Switch m88k ports to gcc 3. | Miod Vallat | |
2012-11-30 | - pci.4: add rtsx | Jason McIntyre | |
- rtsx.4: lowercase Nd | |||
2012-11-30 | Fix width of several zero-width characters in the Hebrew range (0590â05FF). | Stefan Sperling | |
Pointed out by naddy some time ago. Our definition of the Hebrew range is incomplete wrt current Unicode editions. The proper fix would be to generate this entire file based on current Unicode data but nobody is currently working on that. I'm committing this intermediate fix partly to draw attention to that problem :-) | |||
2012-11-30 | Support large MTUs | Stefan Fritsch | |
Add support for the VIRTIO_NET_F_MRG_RXBUF feature, i.e. allow to chain several rx buffers when receiving large packets. This requires to put the rx meta data headers at the beginning of the mbuf cluster instead of dedicated buffers. ok mikeb@ | |||
2012-11-30 | Add rtsx(4). | Brad Smith | |
ok stsp@ | |||
2012-11-29 | Add man page for rtsx(4). | Stefan Sperling | |
2012-11-28 | Default LIBTOOL is /usr/bin/libtool. | Antoine Jacoutot | |
2012-11-27 | some notes on edns; big thanks to sthen for his help with this (and ok) | Jason McIntyre | |
2012-11-27 | this advice was arguable back in 2003 but is spurious now; | Damien Miller | |
ok mikeb deraadt | |||
2012-11-26 | Make it clear that lines are processed in the given order and provide an | Kenneth R Westerback | |
example using dhcp, a common use case. ok sthen@ jmc@ | |||
2012-11-26 | The install scripts no longer create hostname.if files with 'dhcp | Kenneth R Westerback | |
NONE NONE NONE'. It's just 'dhcp'. |