Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-11-11 | Remove the superfluous typedef uvm_flag_t (unsigned int). Also, fix an | mmcc | |
associated mistake in the uvm manpage. Suggested by and ok tedu@ | |||
2015-11-10 | update NAME section to include all documented functions, | Jason McIntyre | |
or otherwise change Dt to reflect the name of an existing function; feedback/ok schwarze | |||
2015-11-07 | Simplify and clarify. | mmcc | |
Discussed with jca@ | |||
2015-11-05 | After removing National Language Support (NLS) from base, stop | Alexander Bluhm | |
creating the directory /usr/share/nls. Having a non-existing default path in catopen(3) does not make sense, so remove it. If the user does not specify a NLS path, better fail early than fail because of an empty directory. Remove path form hier(7). OK stsp@ schwarze@ jmc@ | |||
2015-11-05 | List the Huawei Mobile K4511; OK mpi@ | Tim van der Molen | |
2015-11-05 | spelling; from tj | Jason McIntyre | |
2015-11-05 | "commandline" -> "command line", since there are so few examples | Jason McIntyre | |
of the former in the pages, so many of the latter, and in some of these pages we had multiple spellings; prompted by tj | |||
2015-11-04 | some fixes from raf czlonka | Jason McIntyre | |
2015-11-04 | The "Lenovo Thinkpad USB 3.0 Ethernet Adapter" works with cdce(4). | Stefan Sperling | |
2015-11-03 | improve the load balancing text; ok mpi | Jason McIntyre | |
2015-11-03 | we need an unbreakable space in O(log2 n). | Igor Sobrado | |
ok jmc@ | |||
2015-11-03 | zap the correspoonding note in systrace(4) - tedu says | Jason McIntyre | |
systrace/pledge should work; | |||
2015-11-03 | RFC2292 and IPV6_PKTOPTIONS are dead; ok millert@ | Jeremie Courreges-Anglas | |
2015-11-03 | you must pass uio to socreate, even if you want an mbuf back. | David Gwynne | |
the uio specifies how much data may be returned in the mbuf. this should make teary students less sad, but probably not cos theyve already had to hand the assignment in. | |||
2015-11-02 | Stop mentionning ARP load balancing. | Martin Pieuchot | |
2015-11-02 | provide ml_purge and mq_purge. | David Gwynne | |
these are modelled on IF_PURGE or IFQ_PURGE. they m_freem all the mbufs on an mbuf list or queue. ok jmatthew@ mpi@ | |||
2015-11-02 | Remove space before colon. | mmcc | |
2015-11-01 | Delete sentence about option ordering the manpage (moved to mdoc.7) | Philip Guenther | |
While here: PRINTFLIKE has been cleaned from base so don't mention it suggested by and ok jmc@ schwarze@ | |||
2015-11-01 | Specify option ordering in the DESCRIPTION section | Philip Guenther | |
ok and tweaks jmc@ schwarze@ | |||
2015-11-01 | replace "can not" with "cannot"; | Jason McIntyre | |
2015-10-31 | Update all of en_US.UTF-8.src | Andrew Fresh | |
Noticed by schwarze@ | |||
2015-10-31 | Only calculate TO_DIGIT for ascii hex digits | Andrew Fresh | |
And cleanup of the main loop. | |||
2015-10-30 | document m_resethdr | Sebastian Benoit | |
ok and feedback mikeb@, reminded by jmc@ about MLINKS | |||
2015-10-30 | Point out that daemon class, via login.conf, can be used to set more than | Stuart Henderson | |
just the process limits - show that, in particular, environment variables and scheduling priority can be set in this way. Discussed with ajacoutot, robert, schwarze, I went with wording suggested by schwarze@ which was much better than mine. | |||
2015-10-30 | Add an example about using the Spanning Tree Protocol (STP) to prevent | Reyk Floeter | |
potential loops between bridges and pairs. OK jmc@ sthen@ | |||
2015-10-30 | Missed to rename the upper case RTREQUEST1 in prevoius commit. | Alexander Bluhm | |
2015-10-30 | Rename rtrequest1() to rtrequest(). | Alexander Bluhm | |
"make sure to update the manpage too" mpi@ | |||
2015-10-30 | uvm_deallocate()'s return type is void, not int. This has apparently | mmcc | |
been out of sync for 13 years. ok daniel@, millert@ | |||
2015-10-28 | Remove support for [addr]:port syntax from the "nameserver" line. | Theo de Raadt | |
This extension never made it to other systems. (pledge is also happy with this. The idea of DNS @ any port collides with pledge encouraring differentiation between DNS and non-DNS sockets) ok phessler jung sthen kettenis | |||
2015-10-26 | Nothing in base uses native language support anymore. Remove NLS | Alexander Bluhm | |
support from the makefiles. OK naddy@ | |||
2015-10-26 | adjust macro usage to the usual conventions | Ingo Schwarze | |
2015-10-25 | 'b0' and 'b1' are no longer supported, so de-document them. | Kenneth R Westerback | |
2015-10-25 | Remove IPV6_NEXTHOP implementation. Source routing is considered to be | Florian Obser | |
a bad idea these days. kill it mpi@ general agreement in the network hackers room at u2k15 | |||
2015-10-24 | Add CAVEATS section and explain why pair(4) is not like vether(4). | Reyk Floeter | |
With OK and input from jmc@ | |||
2015-10-24 | various fixes; | Jason McIntyre | |
2015-10-24 | Add pair(4), a vether-based virtual Ethernet driver to interconnect | Reyk Floeter | |
rdomains and bridges on the local system. This can be used to route through local rdomains, to create L2 devices (like trunks) between them, and many other things. Discussed with many, with input from mpi@ OK sthen@ phessler@ yasuoka@ mikeb@ | |||
2015-10-24 | change one instance of Dl to a display and provide a teeny indent | Jason McIntyre | |
to avoid line wrap; tj mailed me a diff to make this example work more generally, but i prefer to try and avoid the line wrap; | |||
2015-10-23 | From jmc@ "the exclusive open propery" does not make sense. Try with 'an'. | Claudio Jeker | |
2015-10-23 | Forgot to install the new tap.4 man page. | Claudio Jeker | |
2015-10-23 | Sync (MAKEDEV addition of tap) | Claudio Jeker | |
2015-10-23 | Adjust tun(4) and tap(4) after the split. | Claudio Jeker | |
Note: "pseudo-device tun" is used by both devices this is not a typo OK dlg@ mpi@ | |||
2015-10-23 | there's an extra argument to soreceive now. | David Gwynne | |
found by teary students. | |||
2015-10-22 | fix company name. | Igor Sobrado | |
ok jmc@ | |||
2015-10-22 | fix spelling mess. | Igor Sobrado | |
ok jmc@ | |||
2015-10-22 | improve indentation in list block. | Igor Sobrado | |
ok jmc@ | |||
2015-10-22 | fix typo in unit of time. | Igor Sobrado | |
ok jmc@ | |||
2015-10-22 | typo. | Igor Sobrado | |
ok jmc@ | |||
2015-10-22 | rename ml_join to ml_enlist and expose it to the rest of the kernel. | David Gwynne | |
2015-10-21 | No longer mention rtable_get(), it's a private function now. | Martin Pieuchot | |
While here use C99 types in function definitions. | |||
2015-10-20 | tweak previous; | Jason McIntyre | |