summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Collapse)Author
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@.
2012-11-16mention 2108, 2208 and 2308Mike Belopuhov
2012-11-15splimp -> splnet; OK jmc@ claudio@ miod@Gleydson Soares
while here switch to .Xr splnet 9; pointed out by jmc@
2012-11-14some formatting/sorting/consistency fixes for "machine"; ok guentherJason McIntyre
2012-11-14add support for the lenovo usb 2.0 ethernet adapterjoshua stein
2012-11-11Document the machine subcommands.Philip Guenthe
ok jmc@, pirofti@, mlarkin@
2012-11-11make the description of "debug" understandable for mortals (i.e.Jason McIntyre
non-programmers); krw, as well as ok'ing this diff, pointed out that it's only relevant for a DEBUG-compiled libc, which is non-default, and helped me tweak the wording appropriately;
2012-11-06Make a few formatting fixes:Lawrence Teo
- Remove unnecessary .Ar macros. - Change "https" to "HTTPS" to be consistent with other man pages. - Add "(CSR)" to the first instance of "Certificate Signing Request." - Convert one .Ar to .Em in the HISTORY section since the intent of that .Ar was to emphasize a point. - Fix the punctuation in one sentence. feedback/ok jmc
2012-11-02replace "err(1, (char *)NULL);" with "err(1, NULL);"Jason McIntyre
from Rafael ok haesbaert ratchov
2012-11-02BHyVe and QEMU also provide virtio.Brad Smith
ok sf@