summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Collapse)Author
2013-01-09fix typos. From remco@d-compu.dyndns.orgMarc Espie
2013-01-09- use # for prompts in examplesRobert Peichaer
- update base and ports source size - change PKG_PATH example to ksh(1) style ok espie@
2013-01-08fix a broken display;Jason McIntyre
2013-01-08.Pa for path/filenamesRobert Peichaer
ok espie@
2013-01-08simpler text; from Jan StaryJason McIntyre
ok ratchov
2013-01-08- add a hint to sh(1) for patterns in SKIPDIRRobert 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-07more hints for efficient bulksMarc Espie
2013-01-06Update information about PIE status in gcc-local(1). OK pascal@.Martynas Venckus
2013-01-05Switch m88k ports to ELF.Miod Vallat
2013-01-05Gnome > GNOMEAntoine Jacoutot
2013-01-04add Huawei E353Jonathan Gray
2013-01-03update from Ryan Ozmun;Jason McIntyre
2012-12-31missing full stop in previous;Jason McIntyre
2012-12-31document post-install hooksMarc Espie
2012-12-31List ucycom as a serial interface, not a human interface device.Miod Vallat
2012-12-29remove unused .Pp;Jason McIntyre
2012-12-27add a FILES section; requested by Maximo PechJason McIntyre
2012-12-24add some clues for people who want to run full bulksMarc Espie
2012-12-22acx(4) supports power-saving in hostap mode now; ok claudioStefan Sperling
2012-12-19regenMark Kettenis
2012-12-15some small simplifications;Jason McIntyre
2012-12-14Mention IT8772FMike Belopuhov
2012-12-10Document bus_space_mmap(9) from NetBSD with some tweaks by jmc@.Martin Pieuchot
2012-12-10Mention the BUS_DMA_NOCACHE flag, prodded by oga, reads ok to jmc@Martin Pieuchot
2012-12-09when only one "family" argument is given, only that family is tried;Jason McIntyre
confirmed by pyr
2012-12-09make the description of /etc/mail less sendmail-specific; ok millertJason McIntyre
2012-12-08add /etc/nginx/Jason McIntyre
2012-12-05document that resolv.conf is now not unconditionally overwritten;Jason McIntyre
text/ok krw
2012-12-04syncMartin Pieuchot
2012-12-01Switch m88k ports to gcc 3.Miod Vallat
2012-11-30- pci.4: add rtsxJason McIntyre
- rtsx.4: lowercase Nd
2012-11-30Fix 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-30Support large MTUsStefan 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-30Add rtsx(4).Brad Smith
ok stsp@
2012-11-29Add man page for rtsx(4).Stefan Sperling
2012-11-28Default LIBTOOL is /usr/bin/libtool.Antoine Jacoutot
2012-11-27some notes on edns; big thanks to sthen for his help with this (and ok)Jason McIntyre
2012-11-27this advice was arguable back in 2003 but is spurious now;Damien Miller
ok mikeb deraadt
2012-11-26Make it clear that lines are processed in the given order and provide anKenneth R Westerback
example using dhcp, a common use case. ok sthen@ jmc@
2012-11-26The install scripts no longer create hostname.if files with 'dhcpKenneth R Westerback
NONE NONE NONE'. It's just 'dhcp'.
2012-11-25remove the obsolete rpasswd entry; from Michael W. LucasJason McIntyre
ok millert
2012-11-23Document SIOCGIFXFLAGS, SIOCGIFMTU, SIOCGIFHARDMTU, SIOCGIFRDOMAIN ioctls.Stuart Henderson
2012-11-19document BULK changeMarc Espie
2012-11-19zap pre-install, which was a weird kludge.Marc Espie
Explain a bit more the purpose of pre-fake.
2012-11-17For macro arguments that are type or member names, consistentlyPhilip 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-17tweak previous;Jason McIntyre
2012-11-17keep things sorted;Jason McIntyre
2012-11-17Document a working ppp(8) configuration file for the Huawei Mobile E1550Ingo Schwarze
modem and its Medion Mobile S4012 OEM version. Developed and tested on Hardware provided by Katja Straube, thanks.
2012-11-17sync m_copydata prototype with reality, ok jsg phesslerHenning Brauer
2012-11-17Fix 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@.