Age | Commit message (Collapse) | Author | |
---|---|---|---|
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'. | |||
2012-11-25 | remove the obsolete rpasswd entry; from Michael W. Lucas | Jason McIntyre | |
ok millert | |||
2012-11-23 | Document SIOCGIFXFLAGS, SIOCGIFMTU, SIOCGIFHARDMTU, SIOCGIFRDOMAIN ioctls. | Stuart Henderson | |
2012-11-19 | document BULK change | Marc Espie | |
2012-11-19 | zap pre-install, which was a weird kludge. | Marc Espie | |
Explain a bit more the purpose of pre-fake. | |||
2012-11-17 | For macro arguments that are type or member names, consistently | Philip Guenthe | |
show them as a single word in the macro and _not_ as something that looks like a function argument (i.e., with declarator). ok beck@ schwarze@ | |||
2012-11-17 | tweak previous; | Jason McIntyre | |
2012-11-17 | keep things sorted; | Jason McIntyre | |
2012-11-17 | Document a working ppp(8) configuration file for the Huawei Mobile E1550 | Ingo Schwarze | |
modem and its Medion Mobile S4012 OEM version. Developed and tested on Hardware provided by Katja Straube, thanks. | |||
2012-11-17 | sync m_copydata prototype with reality, ok jsg phessler | Henning Brauer | |
2012-11-17 | Fix some abuse of the .Ar and .Fn macros; | Ingo Schwarze | |
ok ajacoutot@ and sthen@ on a previous version some time ago, using the additional suggestion ".Dq NO" from jmc@. |