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