Age | Commit message (Expand) | Author |
2013-10-22 | Add code for SMC_CAPS_SINGLE_ONLY capability. | Sylvestre Gallon |
2013-10-22 | - add UNIX-domain socket info to struct kinfo_file2 | Philip Guenther |
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 | regen | David Gwynne |
2013-10-22 | brocade devices | David Gwynne |
2013-10-22 | whitespace | Reyk Floeter |
2013-10-22 | kernel has memcpy/memset now | Theo de Raadt |
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 | 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 | 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 | pf_translate: missing conditonal pf_check_proto_cksum calls before | Henning Brauer |
2013-10-21 | Enable IPv6 routing domain support | Peter Hessler |
2013-10-21 | Sprinkle a lot more IPv6 routing domains support in the kernel. | Peter Hessler |
2013-10-21 | Remove unused defines inherited from mac68k. | Miod Vallat |
2013-10-21 | enable support for VMware ParaVirtual SCSI via vmwpvs(4). | David Gwynne |
2013-10-20 | Make the IPv4 and IPv6 code look similar to allow easy comparison. | Alexander Bluhm |
2013-10-20 | No longer store fonts added with the WSDISPLAYIO_LDFONT ioctl into the | Miod Vallat |
2013-10-20 | Fix osiop.c inclusion rule. | Miod Vallat |
2013-10-20 | Use C99 named initializers for struct wsdisplay_accessops fields. | Miod Vallat |
2013-10-20 | Realmode park is causing more problems than it's solving. Remove until we | Mike Larkin |
2013-10-20 | Informational message on unpack start | Mike Larkin |
2013-10-20 | Add a load_font accessop to rasops, to allow for fonts to be loaded and | Miod Vallat |
2013-10-20 | Deep inside DIOCXCOMMIT, should return a real errno instead of -1 | Theo de Raadt |
2013-10-20 | Rename rn_mpath_count() to rn_mpath_active_count() since it will only | Claudio Jeker |
2013-10-20 | Use rdev->audio_task for hdmi audio related hotplug events. Matches the | Mark Kettenis |
2013-10-20 | no need to make the icmp cksum "offloading" case special insofar that the | Henning Brauer |
2013-10-20 | in pf_cksum, set the icmp/icmp6 cksums to 0, for comsistency with tcp/udp | Henning Brauer |
2013-10-20 | Bump version numbers. Was supposed to be part of the keydisk boot commit. | Stefan Sperling |
2013-10-20 | Add i386/amd64 boot(8) support for keydisk-based softraid crypto volumes. | Stefan Sperling |
2013-10-20 | In rt_mpath_conflict() there is no need to check the priority in the loop | Claudio Jeker |
2013-10-20 | rt_mpath_next() was always called with 0 in the last argument. So drop it. | Claudio Jeker |