Age | Commit message (Expand) | Author |
2012-09-20 | tweak previous; | Jason McIntyre |
2012-09-20 | sync | Theo de Raadt |
2012-09-20 | accidental space after \ | Theo de Raadt |
2012-09-20 | only want uoak_subr.c, if we have any of the 3 main drivers | Theo de Raadt |
2012-09-20 | add initial version man pages for uoaklux(4), uoakrh(4) and uoakv(4) | Yojiro Uo |
2012-09-20 | constify parameters that are supposed to be const. | Eric Faurot |
2012-09-20 | Don't filter spanning tree BPDUs. Either process, or forward them. | Marco Pfatschbacher |
2012-09-20 | add device driver for Toradex OAK usb sensors: | Yojiro Uo |
2012-09-20 | Enable npppd and npppctl in default build. Add npppd to rc and | YASUOKA Masahiko |
2012-09-20 | Allow ntpd.conf to assign a stratum to a sensor with the syntax stratum <level>. | Patrick Wildt |
2012-09-20 | In somove() free the mbufs when necessary instead of freeing them | Alexander Bluhm |
2012-09-20 | Move the HTTP code into an extra file to make future changes easier to | Reyk Floeter |
2012-09-20 | don't use link to npppd(8) and pppx(4) until they are ready. | YASUOKA Masahiko |
2012-09-20 | remove unneccessary macro; | Jason McIntyre |
2012-09-20 | Be consistent with what the installer and useradd(8) do and put newly | Antoine Jacoutot |
2012-09-20 | spltdb() was really just #define'd to be splsoftnet(); replace the former | Bret Lambert |
2012-09-20 | Lower pf frags limit to not risk running out of mbuf clusters | Camiel Dobbelaar |
2012-09-20 | envelope type is necessarily D_MDA here. | Eric Faurot |
2012-09-20 | add a list of chips and devices | Jonathan Gray |
2012-09-20 | Bring back log_in6addr_scope() as ospf6ctl uses it. | Alexander Bluhm |
2012-09-20 | make the lines printed during attach more consistent with other drivers | Jasper Lievisse Adriaanse |
2012-09-19 | Set up PCI bus number resource accounting for the main PCI bus hierarchy. | Mark Kettenis |
2012-09-19 | Set up PCI bus number resource accounting for the main PCI bus hierarchy. | Mark Kettenis |
2012-09-19 | Add resource tracking for PCI bus numbers. This will allow us to prevent | Mark Kettenis |
2012-09-19 | ioctl requests are u_long not int, spotted via clang | Jonathan Gray |
2012-09-19 | tweak previous; | Jason McIntyre |
2012-09-19 | this command comes from V7; from simon gerraty | Jason McIntyre |
2012-09-19 | Add support for the rdrand instruction found in recent Intel processors. | Jonathan Gray |
2012-09-19 | use lower case for envelope fields. | Eric Faurot |
2012-09-19 | When a socket is spliced, it may not wakeup the userland for reading. | Alexander Bluhm |
2012-09-19 | In somove() make the call to pr_usrreq(PRU_RCVD) under the same | Alexander Bluhm |
2012-09-19 | Set envelope expirancy in lka before sending the envelope to mfa. | Eric Faurot |
2012-09-19 | Update the route(9) manpage to reflect recent change to rt_lookup() | Bret Lambert |
2012-09-19 | tweak man pages. | YASUOKA Masahiko |
2012-09-19 | Add new drivers for virtio network (vio) and block devices (vioblk, the disks | Stefan Fritsch |
2012-09-19 | Instead of fiddling about the kame hack here and there, implement | Alexander Bluhm |
2012-09-19 | Do not care about the kame hack when logging a link local address. | Alexander Bluhm |
2012-09-19 | tweak man pages. | YASUOKA Masahiko |
2012-09-19 | add pipex(4) man page. | YASUOKA Masahiko |
2012-09-19 | Remove DF_ENQUEUE flag. It is mostly unused and logically broken. | Eric Faurot |
2012-09-19 | cleanup around the pipex. naming style, delete or update comments. | YASUOKA Masahiko |
2012-09-19 | fix SEE ALSO; | Jason McIntyre |
2012-09-19 | match some more LAN95xx device ids | Jonathan Gray |
2012-09-19 | SMSC LAN95xx 10/100 USB Ethernet driver, ported from FreeBSD. | Jonathan Gray |
2012-09-19 | clarify which process writes out stats upong SIGINFO reception. | Henning Brauer |
2012-09-19 | Make rt_lookup return a pointer to an rtentry struct instead of | Bret Lambert |
2012-09-19 | Show which limit cannot be set. idea mikeb | Camiel Dobbelaar |
2012-09-19 | inherit IFCAP_CSUM_* from the parent interface | Henning Brauer |
2012-09-19 | defina an IFCAP_CSUM_MASK, covering IFCAP_CSUM_*, and use it in if_vlan.c | Henning Brauer |
2012-09-19 | replay counter was bumped a while ago, update byte order conversion; | Mike Belopuhov |