summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-06-23Add initial support for pattern matching using Lua's pattern matching code.Reyk Floeter
2015-06-23This patch ensure that when an error is detected, the freed variables insemarie
2015-06-23This patch ensure that e_shentsize (sections header's size in bytes) issemarie
2015-06-23corrects a read after bound that occurs in strcmp (line justsemarie
2015-06-23If the kernel symbols fit completely into the 2 MB alignment holeAlexander Bluhm
2015-06-23add some check before accessing data:semarie
2015-06-23Pass a "struct ifnet *" instead of a "struct arpcom *" to arpresolve().Martin Pieuchot
2015-06-23fix emacs pkg namesGiovanni Bechis
2015-06-23delete more p==NULL checks; discussed with miod, kettenis, dlg beforeTheo de Raadt
2015-06-23Adapt bridge(4) to the new if_input() framework.Martin Pieuchot
2015-06-23Fix npppd to check the size of received GRE packets properly.YASUOKA Masahiko
2015-06-23Fix the problem when npppd receives a zero length 1701/udp packet. IfYASUOKA Masahiko
2015-06-23Fix the links to pppx(4).YASUOKA Masahiko
2015-06-23Change CBS_dup() to also sync the offset.Doug Hogan
2015-06-23Convert bytestringtest to individual checks and don't short circuit.Doug Hogan
2015-06-23Remove unnecessary regress target.Doug Hogan
2015-06-22Don't count successful partial authentication as failures in monitor;Damien Miller
2015-06-22Add an #ifdef HIBERNATE to allow to build a kernel without hibernate butAlexander Bluhm
2015-06-22Make it possible to create write combing mappings through /dev/mem. This isMark Kettenis
2015-06-22document that boot.conf can contain comments;Jason McIntyre
2015-06-22Increment rule counters only after successful state insertionMike Belopuhov
2015-06-22Flush out another small diff to reduce the diffs with Linux.Mark Kettenis
2015-06-22theo buehler points out that posix specifies a prompt defined using -pJason McIntyre
2015-06-22Do not update frame lengths to reflect what has really been transferedMartin Pieuchot
2015-06-22Don't call setgroups if we have zero groups; there's no guarantee that itDarren Tucker
2015-06-22After the last change, we also have to url_encode $SERVER_NAME andReyk Floeter
2015-06-22Make xhci(4)'s root hub report the same status bits as physical USB3 hubs.Martin Pieuchot
2015-06-22rtrequest1(9) error code path cleanup.Martin Pieuchot
2015-06-22Apparently some BIOSes not supporting xHCI natively switch USB portsMartin Pieuchot
2015-06-21Don't use uninitialized data as a return value.Kenneth R Westerback
2015-06-21Don't leak mem if wsfont_rotate() fails.Jeremie Courreges-Anglas
2015-06-21Count transmitted packets.Mark Kettenis
2015-06-21syncTheo de Raadt
2015-06-21syncTheo de Raadt
2015-06-215.9 base keyTheo de Raadt
2015-06-21Check for failure with CBB_init() in bs_ber.c.Doug Hogan
2015-06-21When encoding the Location url, only encode the query and pathReyk Floeter
2015-06-21There is a race between sending notifications to the SE and getting a newClaudio Jeker
2015-06-21Add .mkv (video/x-matroska).Reyk Floeter
2015-06-21There is no need to include sys/ucred.h. Only sys/file.h is needed for theClaudio Jeker
2015-06-21Just return if nmemb is 0. Avoids a NULL dereference and isTodd C. Miller
2015-06-21memory leak on failure; from Maxime VillardTheo de Raadt
2015-06-20Fix a bug that causes uvm_pmr_get1page() to fail for allocations thatMark Kettenis
2015-06-20Convert ssl3_get_new_session_ticket to CBS.Doug Hogan
2015-06-20Convert ssl3_get_next_proto to CBS.Doug Hogan
2015-06-20Convert ssl_parse_serverhello_renegotiate_ext to CBS.Doug Hogan
2015-06-20Handle NIST curve names in openssl(1) ecparam.Joel Sing
2015-06-20Handle NIST curve names.Joel Sing
2015-06-20Have ECPKParameters_print() include the NIST curve name, if known.Joel Sing
2015-06-20Less mdc2.Joel Sing