index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
Age
Commit message (
Expand
)
Author
2017-09-17
Do not print "cpuX launched" any longer. This reduces dmesg spam
Visa Hankala
2017-09-16
Make sure that `fsr' is always initialized. Non-DEBUG kernels
Visa Hankala
2017-09-16
The copyin(9) family of functions should return EFAULT for all memory
Philip Guenther
2017-09-15
Coverity complains that top == NULL was checked and further down
Alexander Bluhm
2017-09-15
Coverity complained that the while loop at the end of m_adj() could
Alexander Bluhm
2017-09-15
wrap a long line
Mike Larkin
2017-09-13
Add missing pipe in sxitwi(4)'s match code to actually make
Patrick Wildt
2017-09-12
- sprinkle variable name and printf tweaks
Jasper Lievisse Adriaanse
2017-09-12
Remove option DDB_STRUCTINFO. Now that ddb(4) is CTF aware, similar
Martin Pieuchot
2017-09-12
Skip forward declarations until ctfconv(1) properly merge them with
Martin Pieuchot
2017-09-12
rename setredzone to setguardpage.
David Gwynne
2017-09-12
add a guard page on the end of each threads kernel stack.
David Gwynne
2017-09-11
Coverty complains that the return value of sblock() is not checked
Alexander Bluhm
2017-09-11
Sync alpha/mips64/powerpc mutex implementations.
Martin Pieuchot
2017-09-11
Avoid using an uninitialised variable. Found by the clang static analyser.
Jonathan Gray
2017-09-11
Don't test if an array is NULL. Fixes the build with clang which raised
Jonathan Gray
2017-09-11
Remove whitespace in inline assembly output constraint strings. While
Jonathan Gray
2017-09-10
- call usbd_deactivate() rather than simply returning in case of errors
Jasper Lievisse Adriaanse
2017-09-08
Add support for isochronous transfers to xhci(4).
Stefan Sperling
2017-09-08
fdc: Print warning if kthread_create fails
Stefan Fritsch
2017-09-08
If you use sys/param.h, you don't need sys/types.h
Theo de Raadt
2017-09-07
Check return of rtsx_write in previous commit as RTSX_WRITE macro
Joshua Stein
2017-09-07
nfs_connect() returns EINVAL at the beginning if nm_sotype is
Alexander Bluhm
2017-09-07
In elf_load_file() to not call free(9) with an uninitialized size
Alexander Bluhm
2017-09-07
In copycols() remove useless code that modifies the uninitialized
Alexander Bluhm
2017-09-07
In toshiba_hotkey() initialize the ret value to failure as it is
Alexander Bluhm
2017-09-07
Replace a goto found in the ipq foreach loop with a simple break.
Alexander Bluhm
2017-09-06
In the case that we want to force a new RAID assembly and the metadata
Patrick Wildt
2017-09-06
Allow two GMX instances on CN70xx/CN71xx to enable all ports
Visa Hankala
2017-09-06
add support for the Realtek RTS525A
Joshua Stein
2017-09-06
fix comment
Joshua Stein
2017-09-06
Do not pass an uninitialized size value to free(9) even if the addr
Alexander Bluhm
2017-09-06
Replace the call to ifa_ifwithaddr() in divert6_output() with a
Alexander Bluhm
2017-09-06
use sizeof(variable) instead of sizeof(type) to shorten some code
David Gwynne
2017-09-06
when pretty printing a pointer, display its value instead of address.
David Gwynne
2017-09-06
replace the DDB_STRUCT backend for "show struct" with ctf code.
David Gwynne
2017-09-06
bump UPAGES to 6.
David Gwynne
2017-09-06
Replace the call to ifa_ifwithaddr() in divert_output() with a route
Alexander Bluhm
2017-09-05
- split pf_find_or_create_ruleset() to smaller chunks.
Alexandr Nedvedicky
2017-09-05
explicitly clear the output pipe
Jasper Lievisse Adriaanse
2017-09-05
When starting a new scan always set the mode to AUTO if the driver scans
Stefan Sperling
2017-09-05
EPROTO is now in sys/errno.h
Otto Moerbeek
2017-09-05
Correct a bounds test. Coverity CID 1452930.
Jonathan Gray
2017-09-05
When selecting the next wireless mode during the scan loop, always select
Stefan Sperling
2017-09-05
Simplify rtable_mpath_insert().
Martin Pieuchot
2017-09-05
Restart the iteration when a multipath list is re-ordered to make sure
Martin Pieuchot
2017-09-05
Preallocate option mbufs in order to reduce solock()/sounlock() dances.
Martin Pieuchot
2017-09-05
Replace NET_ASSERT_LOCKED() by soassertlocked() in *_usrreq().
Martin Pieuchot
2017-09-05
Remove unused 32bit version of elf_hash().
Martin Pieuchot
2017-09-05
Add additional errno values required by POSIX.
Jonathan Gray
[next]