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
2016-08-15
The tls_conninfo serial is also unused.
Joel Sing
2016-08-15
Group conninfo fields by connection and peer cert based information,
Joel Sing
2016-08-15
Fix some style(9) issues.
Joel Sing
2016-08-15
Allow com(4) to make use of the simplebus address translation.
Patrick Wildt
2016-08-15
Use lowercase 'tls' in debug and log messages for consistency.
Joel Sing
2016-08-15
Explicitly pass in an SSL_CTX * to the functions that operate on one,
Joel Sing
2016-08-15
Make httpd stricter with respect to TLS configuration - in particular, do
Joel Sing
2016-08-15
Move the com(4) fdt attachment driver to a more generic location and
Patrick Wildt
2016-08-15
Remove IWM_CMD_SYNC, which expands to zero while all the other
Stefan Sperling
2016-08-15
Catch up with the SSH1 code removal and delete all mention of
Christian Weisgerber
2016-08-15
Remove more SSH1 server code:
Christian Weisgerber
2016-08-15
replace the last uses of m_copym2 with m_dup_pkt.
David Gwynne
2016-08-15
Use pinctrl to configure the pins used by the EMAC.
Mark Kettenis
2016-08-15
Use the regulator API to supply power to the target.
Mark Kettenis
2016-08-15
Checking for RTF_BROADCAST here makes no sense.
Martin Pieuchot
2016-08-15
Neuter fuse_vptofh() and fuse_fhtovp(). I implemented those functions
Martin Natano
2016-08-15
No need to reset si_selpid after calling selwakeup() the function
Martin Pieuchot
2016-08-15
add a bit of spacing to previous, to keep the notes about deprecated
Jason McIntyre
2016-08-15
Introduce bpf_put() and bpf_get() instead of mixing macro and functions
Martin Pieuchot
2016-08-15
Check if ``bd_bif'' is NULL inside bpf_catchpacket() to match bpfread()
Martin Pieuchot
2016-08-15
Merge bpfilter_create() into bpfopen() and make it such that the
Martin Pieuchot
2016-08-15
Drain FIFOs on init same as com(4) does it and reduce the RX FIFO interrupt
Marcus Glocker
2016-08-15
Trust the login_getcaptime() declaration and don't cast the arguments to
Philip Guenther
2016-08-15
Drop -z nocombreloc. It was a rev 1.1 commit like on arm, so not clear
Philip Guenther
2016-08-15
sync
Theo de Raadt
2016-08-14
Reduce qabs() and qdiv() to aliases of llabs() and lldiv().
Philip Guenther
2016-08-14
Convert quad_t to long long
Philip Guenther
2016-08-14
Convert %q to %ll
Philip Guenther
2016-08-14
When upcasting to off_t for multiplication, the cast needs to be *before*
Philip Guenther
2016-08-14
Convert %q to %ll with long long casts for printf()
Philip Guenther
2016-08-14
Use int64_t and %ll for CTLTYPE_QUAD nodes.
Philip Guenther
2016-08-14
Convert %q to %ll and cast opaque system values to long long.
Philip Guenther
2016-08-14
Convert %q to %ll. Cast off_t to long long for printf-style args.
Philip Guenther
2016-08-14
Flip 'u_quad_t' fields & variables to uint64_t, and %qu to %llu.
Kenneth R Westerback
2016-08-14
Kill '#if defined(DEBUG) && 0' blocks that used %q
Philip Guenther
2016-08-14
%qd -> %lld for an off_t already being cast to (long long)!
Kenneth R Westerback
2016-08-14
Another %qd -> %lld + (long long) for off_t's.
Kenneth R Westerback
2016-08-14
sync
Theo de Raadt
2016-08-14
%qd -> %lld + (long long) for off_t's.
Kenneth R Westerback
2016-08-14
Don't reinvent rlim_t; when printing it use %llu and cast to
Philip Guenther
2016-08-14
Don't call sysconf() in a loop conditional when the loop won't affect it
Philip Guenther
2016-08-14
tweak previous;
Jason McIntyre
2016-08-14
imxtemp(4)
Mark Kettenis
2016-08-14
Add imxtemp(4), a temperature sensor for the i.MX6 SoC. Based on code written
Mark Kettenis
2016-08-14
Drop -z nocombreloc. That's a rev 1.1 commit so not clear why it was needed
Philip Guenther
2016-08-14
Convert remaining calls to strtoq/strtouq in base with strtoll/strtoull.
Philip Guenther
2016-08-14
Remove many unnecessary casts. Verified by comparing generated code on
Philip Guenther
2016-08-14
Refer to /etc/passwd consistently as the "legacy password file" and
Theo Buehler
2016-08-14
Merge identical amd64 and i386 stanzas.
Kenneth R Westerback
2016-08-14
replace strtoq with strtoll. ok openbsd
Ted Unangst
[next]