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