Age | Commit message (Expand) | Author |
2016-06-16 | allow include in inline anchors | Henning Brauer |
2016-06-16 | Include stdarg.h for va_copy as per man page. | Darren Tucker |
2016-06-16 | Allow a command to be specified to display-panes, similar to | Nicholas Marriott |
2016-06-16 | enable suspend/hibernate fn keys | Giovanni Bechis |
2016-06-16 | keys stored in openssh format can have comments too; | Jason McIntyre |
2016-06-16 | PSEUDO_NOERROR() is used for syscalls that return now, so need to put | Philip Guenther |
2016-06-15 | properly reset the transaction when a filter rejects a message. | Eric Faurot |
2016-06-15 | increase number of connections a local address is allowed to establish | Gilles Chehade |
2016-06-15 | 'Received' header violates RFC when receiving a TLS session, rework format | Gilles Chehade |
2016-06-15 | Add umb(4) - a driver for the Mobile Broadband Interface Model (MBIM) | Gerhard Roth |
2016-06-15 | Fix typo from rebase : extra parenthese | Vincent Gross |
2016-06-15 | dedup interactive options handling code yet again. | Marc Espie |
2016-06-15 | no more ktremul; from michal mazurek | Jason McIntyre |
2016-06-15 | ProgressMeter keeps state. Unfortunately, term is shared between processes. | Marc Espie |
2016-06-15 | Move the cmsg handling code on top of udp_output(), to make | Vincent Gross |
2016-06-15 | Add missing buffer_name format, from Awal Garg. | Nicholas Marriott |
2016-06-15 | With the introduction of ip6_output_ipsec_lookup() we didn't exit the | Florian Obser |
2016-06-15 | Kill nd6_output(), it doesn't do anything since the resolution logic | Martin Pieuchot |
2016-06-15 | No need for a special DVACT_DEACTIVATE hook, autoconf(9) knows how | Martin Pieuchot |
2016-06-15 | There's no need to convert values returned by arc4random to the network | Mike Belopuhov |
2016-06-15 | Copy mode needs to keep the original grid intact so it can copy from it | Nicholas Marriott |
2016-06-15 | Add -F to list-commands. | Nicholas Marriott |
2016-06-15 | Remove "POSSIBLE BREAK-IN ATTEMPT!" from log message about forward and | Darren Tucker |
2016-06-14 | Fix typo; OK jung@ | Todd C. Miller |
2016-06-14 | Update to tzdata2016e from from ftp.iana.org. | Todd C. Miller |
2016-06-14 | restrict %m and friends to "separate words" so they won't collide with | Marc Espie |
2016-06-14 | llprio now affects pppoe(4) control frames as well as arp(4) and bpf(4) writes. | Stuart Henderson |
2016-06-14 | Don't hardcode vlan/queue priority for pppoe packets; inherit it from the | Stuart Henderson |
2016-06-14 | refer to pkg_add(1) for pkg-name conventions | Marc Espie |
2016-06-14 | more unification of stuff run on the command line | Marc Espie |
2016-06-14 | Prevent a round to zero in the timeout_add_...() functions. Getting | Alexander Bluhm |
2016-06-14 | new syntax: pkgname%branch to select a branch wherever it makes sense. | Marc Espie |
2016-06-14 | If the FDT node has a "non-removable" property, return 1 from the card | Mark Kettenis |
2016-06-14 | Make sure OF_getprop() returns the proper length for a synthesised "name" | Mark Kettenis |
2016-06-14 | Remove unused variable, found by clang | Reyk Floeter |
2016-06-14 | reorg examples to better use actual options. | Marc Espie |
2016-06-14 | provide splraise on landisk | David Gwynne |
2016-06-14 | Make fdt_node_property() return -1 if the requested property can't be found | Mark Kettenis |
2016-06-14 | Pass the configured ``ifa'' to rt_sendaddrmsg() instead of getting it via | Martin Pieuchot |
2016-06-14 | Store the source address associated with a route in its own chunk of | Martin Pieuchot |
2016-06-14 | imxdog* at fdt? here too. | Mark Kettenis |
2016-06-14 | Add missing line feed to DPRINTF makes debug reading easier. | Marcus Glocker |
2016-06-14 | Convert the links between art data structures used during lookups into srps. | Jonathan Matthew |
2016-06-13 | rename raiseipl to splraise() | David Gwynne |
2016-06-13 | Dynamically attach imxdog(4) using the FDT. | Mark Kettenis |
2016-06-13 | Implement support for the Configuration Sequence Number TLV. | Renato Westphal |
2016-06-13 | Test that splicing loops are aborted with ELOOP. | Alexander Bluhm |
2016-06-13 | On localhost a user program may create a socket splicing loop. | Alexander Bluhm |
2016-06-13 | Implement a timeout for the session initialization FSM. | Renato Westphal |
2016-06-13 | Do not create sockets for disabled address-families. | Renato Westphal |