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-05-17
There's no need to track the number of errors (and the counter might
Todd C. Miller
2017-05-17
Add qsort(3) regress based on Bentley & McIlroy's "Engineering a Sort Function"
Todd C. Miller
2017-05-17
Introduce more use of freezero(). Also, remove ptr conditionals before
Theo de Raadt
2017-05-17
Optimize multicast packet sending by using m_dup_pkt() instead of
Rafael Zalamena
2017-05-17
Tweak remote fs check.
Antoine Jacoutot
2017-05-17
Make IPL_MPSAFE effective on loongson.
Visa Hankala
2017-05-17
Protect the global list of interfaces with the NET_LOCK().
Martin Pieuchot
2017-05-17
Remove useless splsoftnet().
Martin Pieuchot
2017-05-17
Raise "uvm_map_entry_kmem_pool" IPL level to IPL_VM to prevent a deadlock.
Martin Pieuchot
2017-05-17
regen
Jonathan Gray
2017-05-17
add some devices from submitted dmesgs
Jonathan Gray
2017-05-17
allow LogLevel in sshd_config Match blocks; ok dtucker bz#2717
Damien Miller
2017-05-16
Improve the precision of displayed bandwidth values
Mike Belopuhov
2017-05-16
tweak the bandwidth description; help/ok mikeb
Jason McIntyre
2017-05-16
- percpu anchor stacks
Alexandr Nedvedicky
2017-05-16
When printing a tcpcb with -P and -v, also show the inp in netstat
Alexander Bluhm
2017-05-16
Implement copyin32(9).
Mark Kettenis
2017-05-16
missing space between macro arg and punctuation;
Jason McIntyre
2017-05-16
Introduce a new mandoc(1) message level, -W style, below -W warning.
Ingo Schwarze
2017-05-16
remove duplicate check; spotted by Jakub Jelen
Damien Miller
2017-05-16
mention that Ed25519 keys are valid as CA keys; spotted by
Damien Miller
2017-05-16
Using __aligned(8) to tag 'struct m_hdr' triggers warnings on landisk:
Mark Kettenis
2017-05-16
use _mtx_init instead of __mtx_init inside mtx_init on !WITNESS kernels
David Gwynne
2017-05-16
Sync three changes that were caught by IPv6 multicast routing review:
Rafael Zalamena
2017-05-16
Make return values more meaningful by using errno instead of -1 or 1.
Rafael Zalamena
2017-05-16
Line length and spaces to tabs.
Nicholas Marriott
2017-05-16
Replace remaining splsoftassert(IPL_SOFTNET) by NET_ASSERT_LOCKED().
Martin Pieuchot
2017-05-16
Remove list member now that the global list is gone.
Martin Pieuchot
2017-05-16
Kill unused global list and protect global array by the NET_LOCK().
Martin Pieuchot
2017-05-16
Make the IPv6 multicast routing code use the OpenBSD routing table
Rafael Zalamena
2017-05-16
Let malloc() block when the caller of the add route function is
Rafael Zalamena
2017-05-16
Call rtfree() after each use of routes and make sure the route is valid
Rafael Zalamena
2017-05-16
Plug a memory leak. The main_cert needs to be X509_free()ed since
Claudio Jeker
2017-05-16
Remove references to /dev/soundN, which was removed last year.
Alexandre Ratchov
2017-05-16
typo: ket -> key.
Theo Buehler
2017-05-16
Tweak previous, s/int/unsigned/, since the format character is %u.
YASUOKA Masahiko
2017-05-16
Compare device pathes properly to find the booted disk.
YASUOKA Masahiko
2017-05-16
when allocating a new screen, only copy the current buffer contents
Joshua Stein
2017-05-15
Add some SD/MMC controller-related clocks.
Mark Kettenis
2017-05-15
Try to work around a race in the daily test run. Before killing
Alexander Bluhm
2017-05-15
vioscsi: Fix allocation of segments
Stefan Fritsch
2017-05-15
Typo: freezeo -> freezero
Theo Buehler
2017-05-15
Delete the -H option.
Ingo Schwarze
2017-05-15
tweak previous; ok mikeb
Jason McIntyre
2017-05-15
- export EDITOR and COLUMNS on assignment
Robert Peichaer
2017-05-15
- move NIFS into the block of global variables
Robert Peichaer
2017-05-15
Fixup printing of queue bandwidth specifications
Mike Belopuhov
2017-05-15
- Move the dmesg listener code into it's own start_dmesg_listener() function.
Robert Peichaer
2017-05-15
Check the terminfo(5) U8 capability and disable using UTF-8 for ACS if
Nicholas Marriott
2017-05-15
Put the closing parenthesis in the right spot and fix std-dev calculation
Mike Belopuhov
[next]