summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Collapse)Author
2015-10-30Point out that daemon class, via login.conf, can be used to set more thanStuart 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-30Add an example about using the Spanning Tree Protocol (STP) to preventReyk Floeter
potential loops between bridges and pairs. OK jmc@ sthen@
2015-10-30Missed to rename the upper case RTREQUEST1 in prevoius commit.Alexander Bluhm
2015-10-30Rename rtrequest1() to rtrequest().Alexander Bluhm
"make sure to update the manpage too" mpi@
2015-10-30uvm_deallocate()'s return type is void, not int. This has apparentlymmcc
been out of sync for 13 years. ok daniel@, millert@
2015-10-28Remove 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-26Nothing in base uses native language support anymore. Remove NLSAlexander Bluhm
support from the makefiles. OK naddy@
2015-10-26adjust macro usage to the usual conventionsIngo Schwarze
2015-10-25'b0' and 'b1' are no longer supported, so de-document them.Kenneth R Westerback
2015-10-25Remove IPV6_NEXTHOP implementation. Source routing is considered to beFlorian Obser
a bad idea these days. kill it mpi@ general agreement in the network hackers room at u2k15
2015-10-24Add CAVEATS section and explain why pair(4) is not like vether(4).Reyk Floeter
With OK and input from jmc@
2015-10-24various fixes;Jason McIntyre
2015-10-24Add pair(4), a vether-based virtual Ethernet driver to interconnectReyk 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-24change one instance of Dl to a display and provide a teeny indentJason 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-23From jmc@ "the exclusive open propery" does not make sense. Try with 'an'.Claudio Jeker
2015-10-23Forgot to install the new tap.4 man page.Claudio Jeker
2015-10-23Sync (MAKEDEV addition of tap)Claudio Jeker
2015-10-23Adjust 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-23there's an extra argument to soreceive now.David Gwynne
found by teary students.
2015-10-22fix company name.Igor Sobrado
ok jmc@
2015-10-22fix spelling mess.Igor Sobrado
ok jmc@
2015-10-22improve indentation in list block.Igor Sobrado
ok jmc@
2015-10-22fix typo in unit of time.Igor Sobrado
ok jmc@
2015-10-22typo.Igor Sobrado
ok jmc@
2015-10-22rename ml_join to ml_enlist and expose it to the rest of the kernel.David Gwynne
2015-10-21No longer mention rtable_get(), it's a private function now.Martin Pieuchot
While here use C99 types in function definitions.
2015-10-20tweak previous;Jason McIntyre
2015-10-20add a new getsockopt option IP_IPDEFTTL to retrieve the default ttl.Sebastian Benoit
this can be used as an alternative to sysctl net.inet.ip.ttl, in programs that use pledge(). ok reyk@, "Like this" deraadt@
2015-10-15add missing comma and missing range restriction, found by smilintStuart Henderson
2015-10-15relaydMIBObjects, not relaydMIBOjbects. From Rob Pierce.Stuart Henderson
2015-10-15Add missing includes to make the pf(4) man page example program compileLawrence Teo
again. Spotted by and based on a diff from Jack J. Woehr.
2015-10-12Parentheses are useless after "return", it's not a function.Ingo Schwarze
There is no need to mop this up everywhere, but at least style(9) should show modern rather than historic style. OK millert@ tedu@
2015-10-12fix case of PACkAGE_REPOSITORY; remco at dpub nlStuart Henderson
^
2015-10-12remove useless quoting from .Fo arguments; forgotten diff found in my treeIngo Schwarze
2015-10-11Mention that the first argument of .Pf does not need escaping.Ingo Schwarze
While here, make the first sentence regarding .Pf more concise. OK jmc@
2015-10-11Use correct terminologyPhilip Guenther
2015-10-11Document support for CPU power statesPhilip Guenther
2015-10-10Added missing curly bracket into LIST_EMPTY example.Tobias Stoeckmann
ok deraadt@, otto@
2015-10-09another tame(2), spotted by jmcTheo de Raadt
2015-10-08tweak previous;Jason McIntyre
2015-10-08steal some padding in mbuf pkthdrs to store a flow id.David Gwynne
the flowid roughly identifies a flow or connection that the mbuf is a part of, and can be used instead of hashing contents of the packet (like src+dst mac and ip addresses) to decide which path a packet should take. ok mpi@ mikeb@ sthen@
2015-10-05change a few examples to be more stylistic. pointed out by rob pierceTed Unangst
2015-10-05fix some spelling messes.Igor Sobrado
2015-10-05user land -> userland; from Rob PierceTheo de Raadt
2015-10-03Restore description of the sparc64 boot process which was lost whenStefan Sperling
MD installboot was moved to the attic. Put it into boot_sparc64(8), which still pointed readers at installboot(8) for this information. With some markup tweaks from schwarze@
2015-10-02replace vxlan port number by its official service name; while here,Igor Sobrado
use a comma to separate entries hold in the vxlan tunnel endpoint table as it is the style most commonly used in base. ok reyk@; henning@ agrees.
2015-10-02fix typo.Igor Sobrado
2015-10-02typos.Igor Sobrado
2015-10-02fix typo.Igor Sobrado
2015-10-02zap an unneccessary Ev; from michael reedJason McIntyre