summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Collapse)Author
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@
2012-11-02Correct capitalization of KVM/VirtualBox.Brad Smith
2012-11-01tweak previous;Jason McIntyre
2012-11-01document the return of USE_X11 and its reason.Marc Espie
also PORTS_BUILD_XENOCARA_TOO. Don't use !!! if things break, it's your fault.
2012-11-01Correct capitalization of KVM/VirtualBox.Brad Smith
2012-10-31document lua.port.mk changesGleydson Soares
OK jasper@ sthen@
2012-10-30Nuke dhclient-script and dhclient.conf 'script' directive. Do allKenneth R Westerback
interface and route configuration via ioctl's and routing sockets. This will break configurations using local enhancements of dhclient-script, which will now require alternate arrangements. Committing early to allow time to identify and develop required alternatives. Several proddings by deraadt@.
2012-10-30Use time_uptime for expiration values as time_second can be skewed atFlorian Obser
runtime while time_uptime is monotonic. Prevent underflows in pfsync(4) and pflow(4) by using signed variables. pfsync(4) problem pointed out by camield. Diff originally by dlg, frag and pflow bits by me. feedback dlg man page tweak jmc Various versions of the pflow bits tested by Hrvoje Popovski (hrvoje AT srce DOT hr), thanks! ok benno, henning, dlg
2012-10-24clarify -r1.9; help/ok bennoJason McIntyre
2012-10-21tweak previous;Jason McIntyre
2012-10-21Add the IP_DIVERTFL socket option on divert(4) sockets to controlSebastian Benoit
which packets (as in direction) of the traffic will be diverted through the divert socket. ok claudio@, henning@
2012-10-19Document the current situation with who is PIE, and who is not.Theo de Raadt
2012-10-18Disallow tables and interface address pools for rdr-to, nat-to andReyk Floeter
route-to with any other scheduling algorithms than round-robin or least-states. Before this change, pfctl accepted and loaded invalid address pools, eg. "rdr-to <table> source-hash", but it is not supported by the kernel and was silently ignored in operation. Also clarify the manpage a bit by mentioning that tables are only valid with round-robin or least-states. ok zinke@
2012-10-17adjust wdog_register() signatureTheo de Raadt
pointed out by miod
2012-10-17add vldc;Jason McIntyre
2012-10-17vldc(4)Mark Kettenis
2012-10-16some clarifications from Claus Assmann;Jason McIntyre
ok beck deraadt
2012-10-15old stuff:Marc Espie
- moved to realdepend with success, finish the old subdirdepend. - .LIBS: doesn't mean anything any more, and it had broken semantics when it meant something anyways. okay millert@
2012-10-12zap trailing whitespace;Jason McIntyre
2012-10-12make some assumptions more explicit, after some confusion...Marc Espie
2012-10-11do not attempt a hardware list - it is currently out of date to the pointJason McIntyre
of being unhelpful, and we can;t realistically change that; help/ok mk
2012-10-11Enable Host AP power saving support for the RT2700, RT2800 and RT3090 chipsets.Mark Kettenis
Tested by Nathanael Rensen.