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
2015-02-10
Convert pool(9) usages.
Masao Uebayashi
2015-02-10
s/device_t/struct device */
Masao Uebayashi
2015-02-10
the stem of the b was not descending all the way to the baseline.
Ted Unangst
2015-02-10
s/mutex/mtx/
Masao Uebayashi
2015-02-10
Whitespace.
Masao Uebayashi
2015-02-10
s/usb_dma_t/struct usb_dma */
Masao Uebayashi
2015-02-10
unifdef OPENSSL_NO_RFC3779 - this is currently disabled and unlikely to
Joel Sing
2015-02-10
s/usbd_xfer_handle/struct usbd_xfer */
Masao Uebayashi
2015-02-10
s/Static/static/
Masao Uebayashi
2015-02-10
Convert header paths.
Masao Uebayashi
2015-02-10
Document that RFC 5905 (ie. NTP protocol) has a limit which will be
Theo de Raadt
2015-02-10
Sanity check TZ environment variable; backport from sudo 1.8.12
Todd C. Miller
2015-02-10
Add RCS IDs.
Masao Uebayashi
2015-02-10
Adjust paths. Add RCS ID.
Masao Uebayashi
2015-02-10
Import dwc2 core and glue code from NetBSD. OK deraadt@ jsing@ miod@ mpi@
Masao Uebayashi
2015-02-10
Remove old interesting but not useful content.
Joel Sing
2015-02-10
spacing
Reyk Floeter
2015-02-10
unifdef OPENSSL_NO_RC5
Joel Sing
2015-02-10
make atomic cas and swap take volatile pointers like theyre documented to.
David Gwynne
2015-02-10
Remove RC5 code - this is not currently enabled and is not likely to ever
Joel Sing
2015-02-10
After successfully getting a constraint from an HTTPS server, there is
Reyk Floeter
2015-02-10
Remove more IMPLEMENT_STACK_OF noops that have been hiding for the last
Joel Sing
2015-02-10
Don't show the subseconds when displaying the constraint offset.
Reyk Floeter
2015-02-10
Remove crypto/store - part of which is "currently highly experimental".
Joel Sing
2015-02-10
Fix -d output of smaller than 64 bit values on big-endian systems.
Miod Vallat
2015-02-10
Do not read past the end of the buffer if an "f" layout font modifier
Ingo Schwarze
2015-02-10
Remove a lie that "snmpd does not fully work yet". It works like a charm.
Reyk Floeter
2015-02-10
switch most mtx_* calls back to linux spinlocks
Jonathan Gray
2015-02-10
Enable `va < VM_MIN_ADDRESS' check now that VM_MIN_ADDRESS is nonzero.
Miod Vallat
2015-02-10
remove #ifndef handling of __HAVE_MD_RWLOCK. it's never set, and with a
David Gwynne
2015-02-10
increase min address to page size for all remaining min == 0 systems.
Ted Unangst
2015-02-10
EVP_BytesToKey(): return through the error path (which cleans things up)
Miod Vallat
2015-02-10
Replace assert() and OPENSSL_assert() calls with proper error return paths.
Miod Vallat
2015-02-10
Remove default value initialisers for ASN1_ITEM. Minor changes to generated
Joel Sing
2015-02-10
Remove unnecessary include of assert.h
Miod Vallat
2015-02-10
Specifying the port is non-optional for (non-TLS) syslog over TCP, ok bluhm@
Stuart Henderson
2015-02-10
Remove assert() or OPENSSL_assert() of pointers being non-NULL. The policy
Miod Vallat
2015-02-10
Expand IMPLEMENT_ASN1_TYPE macros - no change to generated assembly.
Joel Sing
2015-02-10
add some missing names
Stuart Henderson
2015-02-10
LPL is "Liverpool John Lennon Airport"
Stuart Henderson
2015-02-10
include the "set prio" values.
Henning Brauer
2015-02-10
redo the tolower/string conversion, but retain itsabbr which is strangely
Ted Unangst
2015-02-10
Correctly parse memory regions from the firmware on 64bit machines.
Martin Pieuchot
2015-02-10
More SOCK_NONBLOCK adjustments similar to the other daemons.
Claudio Jeker
2015-02-10
The IMPLEMENT_STACK_OF and IMPLEMENT_ASN1_SET_OF macros were turned into
Joel Sing
2015-02-10
Forgot the EAGAIN or EINTR check on read.
Claudio Jeker
2015-02-10
Sync kroute code with bgpd/ospfd code regarding EAGAIN and short reads
Claudio Jeker
2015-02-10
Sync kroute code with what we do in ospfd/bgpd (EAGAIN handling).
Claudio Jeker
2015-02-10
Encode directory listings.
Florian Obser
2015-02-10
Place the IMPLEMENT_ASN1_.*FUNCTION.* macros under an #ifndef
Joel Sing
[next]