Age | Commit message (Expand) | Author |
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 |
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 | improve on last commit: take 10% for swap, with a max of physmem plus a bit | Otto Moerbeek |
2013-10-21 | enable support for VMware ParaVirtual SCSI via vmwpvs(4). | David Gwynne |
2013-10-21 | remove a space that snuck into the output | Theo de Raadt |
2013-10-20 | Make the IPv4 and IPv6 code look similar to allow easy comparison. | Alexander Bluhm |
2013-10-20 | Introduce write-only (for now) display.font parameter, which issues a | Miod Vallat |
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 | tweak the "exec" description, as worded by djm; | Jason McIntyre |
2013-10-20 | Do not run any command line command from the client which starts the | Nicholas Marriott |
2013-10-20 | Informational message on unpack start | Mike Larkin |
2013-10-20 | spelling, spacing, etc | Theo de Raadt |
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 | Report i/o errors on stdin as occuring on "stdin" not "(null)"... | Miod Vallat |
2013-10-20 | Use rdev->audio_task for hdmi audio related hotplug events. Matches the | Mark Kettenis |
2013-10-20 | Use scapy to test IPv6 packets with routing header type 0. | Alexander Bluhm |
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 | If the font to load is not a file, compute the numbers of characters it | Miod Vallat |
2013-10-20 | rt_mpath_next() was always called with 0 in the last argument. So drop it. | Claudio Jeker |
2013-10-20 | Allow WSDISPLAYIO_GTYPE ioctl on the tty*cfg device (passing it back to tty*0). | Miod Vallat |
2013-10-20 | KNF a long line. | Kenneth R Westerback |
2013-10-20 | Make sure that the RTM_DESYNC message is not filtered out. Also ensure that | Claudio Jeker |
2013-10-20 | Remove Freetype internal directories. | Matthieu Herrb |
2013-10-20 | Simplify definition of the side-effect-free wd io routine. | Theo de Raadt |
2013-10-20 | Put a large chunk of the IPv6 rdomain support in-tree. | Peter Hessler |
2013-10-20 | WSDISPLAYIO_GTYPE ioctl support for KMS drivers. ok jsg@ | Miod Vallat |
2013-10-20 | (daddr_t) -> (u_int64_t) when multiplying ncylinders * secpercyl to | Kenneth R Westerback |
2013-10-20 | Provide more debugging aids when failing to read the packed image from disk | Mike Larkin |
2013-10-20 | DPRINTFs for various failure cases, disabled by default (uncomment | Mike Larkin |
2013-10-20 | add canonicalisation options to -o lists | Damien Miller |
2013-10-20 | Flush the cache after bouncing the inflate page to the piglet. | Mike Larkin |
2013-10-20 | SMEP (on Ivy Bridge and later CPUs) require page protections that include | Mike Larkin |
2013-10-20 | Don't turn on modifyOtherKeys by default, it is annoying if tmux is | Nicholas Marriott |