Age | Commit message (Expand) | Author |
2015-10-30 | Point out that daemon class, via login.conf, can be used to set more than | Stuart Henderson |
2015-10-30 | Add an example about using the Spanning Tree Protocol (STP) to prevent | Reyk Floeter |
2015-10-30 | Missed to rename the upper case RTREQUEST1 in prevoius commit. | Alexander Bluhm |
2015-10-30 | Rename rtrequest1() to rtrequest(). | Alexander Bluhm |
2015-10-30 | uvm_deallocate()'s return type is void, not int. This has apparently | mmcc |
2015-10-28 | Remove support for [addr]:port syntax from the "nameserver" line. | Theo de Raadt |
2015-10-26 | Nothing in base uses native language support anymore. Remove NLS | Alexander Bluhm |
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 |
2015-10-24 | Add CAVEATS section and explain why pair(4) is not like vether(4). | Reyk Floeter |
2015-10-24 | various fixes; | Jason McIntyre |
2015-10-24 | Add pair(4), a vether-based virtual Ethernet driver to interconnect | Reyk Floeter |
2015-10-24 | change one instance of Dl to a display and provide a teeny indent | Jason McIntyre |
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 |
2015-10-23 | there's an extra argument to soreceive now. | David Gwynne |
2015-10-22 | fix company name. | Igor Sobrado |
2015-10-22 | fix spelling mess. | Igor Sobrado |
2015-10-22 | improve indentation in list block. | Igor Sobrado |
2015-10-22 | fix typo in unit of time. | Igor Sobrado |
2015-10-22 | typo. | Igor Sobrado |
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 |
2015-10-20 | tweak previous; | Jason McIntyre |
2015-10-20 | add a new getsockopt option IP_IPDEFTTL to retrieve the default ttl. | Sebastian Benoit |
2015-10-15 | add missing comma and missing range restriction, found by smilint | Stuart Henderson |
2015-10-15 | relaydMIBObjects, not relaydMIBOjbects. From Rob Pierce. | Stuart Henderson |
2015-10-15 | Add missing includes to make the pf(4) man page example program compile | Lawrence Teo |
2015-10-12 | Parentheses are useless after "return", it's not a function. | Ingo Schwarze |
2015-10-12 | fix case of PACkAGE_REPOSITORY; remco at dpub nl | Stuart Henderson |
2015-10-12 | remove useless quoting from .Fo arguments; forgotten diff found in my tree | Ingo Schwarze |
2015-10-11 | Mention that the first argument of .Pf does not need escaping. | Ingo Schwarze |
2015-10-11 | Use correct terminology | Philip Guenther |
2015-10-11 | Document support for CPU power states | Philip Guenther |
2015-10-10 | Added missing curly bracket into LIST_EMPTY example. | Tobias Stoeckmann |
2015-10-09 | another tame(2), spotted by jmc | Theo de Raadt |
2015-10-08 | tweak previous; | Jason McIntyre |
2015-10-08 | steal some padding in mbuf pkthdrs to store a flow id. | David Gwynne |
2015-10-05 | change a few examples to be more stylistic. pointed out by rob pierce | Ted Unangst |
2015-10-05 | fix some spelling messes. | Igor Sobrado |
2015-10-05 | user land -> userland; from Rob Pierce | Theo de Raadt |
2015-10-03 | Restore description of the sparc64 boot process which was lost when | Stefan Sperling |
2015-10-02 | replace vxlan port number by its official service name; while here, | Igor Sobrado |
2015-10-02 | fix typo. | Igor Sobrado |
2015-10-02 | typos. | Igor Sobrado |
2015-10-02 | fix typo. | Igor Sobrado |
2015-10-02 | zap an unneccessary Ev; from michael reed | Jason McIntyre |