Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2015-10-20 | add 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-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 | |
again. Spotted by and based on a diff from Jack J. Woehr. | |||
2015-10-12 | Parentheses 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-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 | |
While here, make the first sentence regarding .Pf more concise. OK jmc@ | |||
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 | |
ok deraadt@, otto@ | |||
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 | |
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-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 | |
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-02 | replace 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-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 | |
2015-10-01 | Update to tzdata2015g from ftp.iana.org | Todd C. Miller | |
2015-10-01 | change the option INET example to INET6, since we no longer have INET; | Jason McIntyre | |
2015-10-01 | no more INET option, apparently; from ilya kaliman | Jason McIntyre | |
2015-10-01 | some radiusd updates, from theo buehler | Jason McIntyre | |
2015-09-30 | fix some spelling messes. | Igor Sobrado | |
ok jmc@ | |||
2015-09-30 | trailing whitespace; | Jason McIntyre | |
2015-09-30 | fix typo; cross-reference smtpd(8). | Igor Sobrado | |
2015-09-30 | right place in order | Theo de Raadt | |
2015-09-30 | build asmc.4 | Theo de Raadt | |
2015-09-30 | add a (disabled) driver for the Apple System Management Controller (SMC) as | Joerg Jung | |
found in Apple Intel based devices "go at it" deraadt@ | |||
2015-09-27 | basic grammar fixes; | Jason McIntyre | |
2015-09-27 | ifconfig iwm0 lladdr ... works now. Remove entry from BUGS section. | Stefan Sperling | |
2015-09-27 | typo, resolve_lib->resolve-lib; from Theo Buehler | Stuart Henderson | |
2015-09-27 | check-conflicts was replaced with check-problems; from Theo Buehler | Stuart Henderson | |
2015-09-26 | oops - avoid Xr to self; sorry sebastien... | Jason McIntyre | |
2015-09-26 | mentions that using systrace(4) on a tame(2) program isn't possible. | Sebastien Marie | |
with big help from jmc for phrasing. ok jmc@ | |||
2015-09-26 | Update guidelines for lint-style comments | Philip Guenther | |
ok krw@, schwarze@, jmc@, millert@, tedu@ | |||
2015-09-25 | Since bin/ps/keyword.c 1.30 five years ago, ps -O paddr prints the complete | Miod Vallat | |
address; do not mention a KERNBASE adjustment anymore. |