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