summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-03-07Fix .In formatting in the SYNOPSIS:Ingo Schwarze
2017-03-07libtls errors are much more descriptive these days - return them directlyJoel Sing
2017-03-07We no longer need to keep pointers following tls_config_set_*() calls.Joel Sing
2017-03-07Initially in_pcballoc() hooked all new inpcb, including the IPv6Alexander Bluhm
2017-03-07Disallow setting machdep.lidaction to any other value but [0,2].Martin Natano
2017-03-07Enforce that tcbtable and udbtable must be accessed with the NET_LOCK().Martin Pieuchot
2017-03-07Do not grab the NET_LOCK() for routing sockets operations.Martin Pieuchot
2017-03-07tls_close() can return TLS_WANT_POLLIN/TLS_WANT_POLLOUT, handle themSunil Nimmagadda
2017-03-07Since route_input is no longer part of the protosw struct it is possible toClaudio Jeker
2017-03-07Some tweaks from jmc@ and describe better what recallocarray does;Otto Moerbeek
2017-03-07enable vioscsi(4)Jonathan Gray
2017-03-07Setup backlight pwm alternate increment on backlight enableJoshua Stein
2017-03-07move a TODO to the topJoshua Stein
2017-03-07deprecate ifq_enqueue_try, and let backends drop arbitrary mbufs.David Gwynne
2017-03-06Use an unsigned loop variable to avoid a comparison between signedAlexander Bluhm
2017-03-06Localize the 'hn' and 'if' variables in enable_network().Robert Peichaer
2017-03-06syncTheo de Raadt
2017-03-06Introducing recallocarray(3), a blend of calloc(3) and reallocarray(3)Otto Moerbeek
2017-03-06recallocarray bumpOtto Moerbeek
2017-03-06Introducing recallocarray(3), a blend of calloc(3) and reallocarray(3)Otto Moerbeek
2017-03-06size is unsigned so using ==0 not <=0 when checking for buffer exhaustionTodd C. Miller
2017-03-06Pull in a change from the bind 8 resolver that fixes a potentialTodd C. Miller
2017-03-06Using .Nd only makes sense in the NAME section.Ingo Schwarze
2017-03-06Clean up and simplify the tls1_PRF() implementation now that we have aJoel Sing
2017-03-06URIs need different escaping; reported by reyk@Ingo Schwarze
2017-03-06Do not print uninitialized variable in DPRINTFN().Martin Pieuchot
2017-03-06domaininit() doesn't need splnet().Martin Pieuchot
2017-03-06Move the guts of route_output() meesing with the routing table in theirMartin Pieuchot
2017-03-06Guard headers to make sure userland do not look at them.Martin Pieuchot
2017-03-06Use 'inline' rather than _any of_ __the __other__ variants__.Martin Pieuchot
2017-03-06Use nitems() when passing all known parameters to wsmouse_configure().Martin Pieuchot
2017-03-06It is unsafe to dereference ``xfer'' after calling the callback as itMartin Pieuchot
2017-03-06Collect strings correctly when on terminals that don't support UTF-8.Nicholas Marriott
2017-03-06When redrawing a combined UTF-8 characters in its existing position,Nicholas Marriott
2017-03-06Kill global list of IPv6 addresses.Martin Pieuchot
2017-03-06Prefix functions dealing with routing messages with 'rtm_' and keepMartin Pieuchot
2017-03-06Just exit 1 instead of printing usage on error.Antoine Jacoutot
2017-03-06De-platformize exynos. Disable exdisplay(4) for now.Mark Kettenis
2017-03-06Attach exiic(4) using the FDT.Mark Kettenis
2017-03-06Remove unused unit number from softc.Mark Kettenis
2017-03-06Check l->hosts before dereferencing; fixes potential null pointer deref.Darren Tucker
2017-03-06linenum is unsigned long so use %lu in log formats. ok deraadt@Darren Tucker
2017-03-05match GENERICTheo de Raadt
2017-03-05Turn exgpio(4) into a pinctrl driver.Mark Kettenis
2017-03-05first batch of -T markdown testsIngo Schwarze
2017-03-05Infrastructure for -T markdown tests.Ingo Schwarze
2017-03-05Stop using and copying the on-disk /etc/hosts file to the bsd.rdRobert Peichaer
2017-03-05Clear pending interrupts and mask them all.Mark Kettenis
2017-03-05The current code in exuartcnputc() that tries to make sure the characterMark Kettenis
2011-12-04test some simple macros; written while working on -TmanIngo Schwarze