Age | Commit message (Collapse) | Author | |
---|---|---|---|
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@. | |||
2012-11-16 | mention 2108, 2208 and 2308 | Mike Belopuhov | |
2012-11-15 | splimp -> splnet; OK jmc@ claudio@ miod@ | Gleydson Soares | |
while here switch to .Xr splnet 9; pointed out by jmc@ | |||
2012-11-14 | some formatting/sorting/consistency fixes for "machine"; ok guenther | Jason McIntyre | |
2012-11-14 | add support for the lenovo usb 2.0 ethernet adapter | joshua stein | |
2012-11-11 | Document the machine subcommands. | Philip Guenthe | |
ok jmc@, pirofti@, mlarkin@ | |||
2012-11-11 | make 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-06 | Make 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-02 | replace "err(1, (char *)NULL);" with "err(1, NULL);" | Jason McIntyre | |
from Rafael ok haesbaert ratchov | |||
2012-11-02 | BHyVe and QEMU also provide virtio. | Brad Smith | |
ok sf@ |