summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-10-22- expand hardware list with iMX boardsJasper Lievisse Adriaanse
2013-10-22In pf_test_state_icmp(), actually copy pd->hdr.any back into the mbuf asLawrence Teo
2013-10-22Some current boards do not have write-through caching. For those,Patrick Wildt
2013-10-22Compute the checksum in in_proto_cksum_out, just set the flag inChristian Weisgerber
2013-10-22Replace some backwards compat functions with the current ones; the oldBrian Callahan
2013-10-22addl *-ALLWINNER and *-IMXJasper Lievisse Adriaanse
2013-10-22add support for allwinner-based devices (A1x/A20), such as the cubieboard;Jasper Lievisse Adriaanse
2013-10-22Fix previous; ENOCOFFEE.Florian Obser
2013-10-22regenDavid Gwynne
2013-10-22brocade devicesDavid Gwynne
2013-10-22whitespaceReyk Floeter
2013-10-22Our man page states that it's not portable to rely on dirname(3) notFlorian Obser
2013-10-22kernel has memcpy/memset nowTheo de Raadt
2013-10-22tweak previous;Jason McIntyre
2013-10-22delete extra words; Henri KemppainenTheo de Raadt
2013-10-21There are three kinds of input lines: text lines, macros takingIngo Schwarze
2013-10-21syncTheo de Raadt
2013-10-21update documentation for these functions. They now state the case regardingTheo de Raadt
2013-10-21Remove arc4random_stir() and arc4random_addrandom(), which none shouldTheo de Raadt
2013-10-21unbreak make-directory by stripping trailing '/'Florian Obser
2013-10-21Do not leak fds in fork(2) error path.Florian Obser
2013-10-21Check for EINTR, too.Florian Obser
2013-10-21No need for volatile here.Florian Obser
2013-10-21Fix values of AR9003 Rx queue software indexes. Both indexes were zero,Stefan Sperling
2013-10-21Write AR9485 initvals in the same order as Linux ath9k does.Stefan Sperling
2013-10-21Add SDHC card detect GPIO pins for the i.MX6 Wandboard.Patrick Wildt
2013-10-21nuke comment. How soon is now?Sebastian Benoit
2013-10-21Remove some historical comments.Theo de Raadt
2013-10-21- -V after -tJason McIntyre
2013-10-21Remove comment regarding BSDI.Theo de Raadt
2013-10-21pretty up a disgusting chunkTheo de Raadt
2013-10-21Janitoring. No significant binary change.Theo de Raadt
2013-10-21no more #ifdef KERNELTheo de Raadt
2013-10-21There are gasps of shock! Add a pmtu delay sysctl BUTTON for netinet6,Theo de Raadt
2013-10-21Fix lies in comments, and apply some KNF and unused or duplicate prototypeMiod Vallat
2013-10-21enable vxlan(4). ok deraadt@Reyk Floeter
2013-10-21Use the provided netmask on the subnet value provided in 'subnet'Kenneth R Westerback
2013-10-21Add load_font and list_font accessops to all rasops-based wsdisplay drivers.Miod Vallat
2013-10-21- trivial and/or obvious bug fixYojiro Uo
2013-10-21remove GET_TIME() wrapperTheo de Raadt
2013-10-21remove dangerous #ifdef BYTE_ORDERTheo de Raadt
2013-10-21only #ifdef _KERNEL, not #ifdef KERNELTheo de Raadt
2013-10-21we are passing the variable, not using a global any more.Peter Hessler
2013-10-21pf_translate: missing conditonal pf_check_proto_cksum calls beforeHenning Brauer
2013-10-21Oups, a little bit overzealous. If we "route -T4 exec telnet foo", thenPeter Hessler
2013-10-21Allow a user to switch to rdomain zeroPeter Hessler
2013-10-21Set the requested rdomain on the socket instead of only on the IPv4 part.Peter Hessler
2013-10-21remove the IPv4-only check for rdomains, allows IPv6 to use themPeter Hessler
2013-10-21More rdomain / rtable support for useful diagnostic toolsPeter Hessler
2013-10-21Add rdomain support to IPv6 configuration toolsPeter Hessler