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
2014-09-19
Use config_suspend_all(9).
Mark Kettenis
2014-09-19
Move EHOSTUNREACH, EOVERFLOW and ECANCELED out from under __BSD_VISIBLE
Todd C. Miller
2014-09-19
add missing break statements giving alaw encoding
Jonathan Gray
2014-09-19
add missing break statements to imxccm_get_fecclk()
Jonathan Gray
2014-09-19
better boundchecks in validation; from Guy Harris; ok millert@ dlg@
Otto Moerbeek
2014-09-19
Use correct printf format when MP_LOCKDEBUG is defined.
Martin Pieuchot
2014-09-19
passing M_NOWAIT to m_tag_get means it can fail, which could hit
David Gwynne
2014-09-18
Use config_suspend_all(9).
Mark Kettenis
2014-09-18
Introduce config_suspend_all(9) a function that invokes config_suspend(9)
Mark Kettenis
2014-09-18
Some disks, such as the Seagate Cheetah 73LP FC with Sun firmware
Mark Kettenis
2014-09-18
ansify function declaration things.
David Gwynne
2014-09-18
regen
Masao Uebayashi
2014-09-18
Correct argument name (int flags -> int amode) in sys_access().
Masao Uebayashi
2014-09-17
regen
Todd C. Miller
2014-09-17
The 2nd arg of setpgid(2) should be pid_t, not int.
Todd C. Miller
2014-09-17
be less confusing to the compiler when setting up the sge.
David Gwynne
2014-09-17
if userland asks for an unknown sysctl, return EOPNOTSUPP instead
David Gwynne
2014-09-16
disable taking the mutex to read pool stats.
David Gwynne
2014-09-16
tweak panics so they use __func__ consistently.
David Gwynne
2014-09-16
Check the right descriptor field when polling for completion.
Mark Kettenis
2014-09-16
Simple cleanups for amd64 pmap
Stefan Fritsch
2014-09-16
Split out command submission code into its own function.
Mark Kettenis
2014-09-16
mark the mpii interrupt handler as mpsafe, and drop the kernel lock
David Gwynne
2014-09-16
deprecate PR_DEBUG and MALLOC_DEBUG in pools.
David Gwynne
2014-09-15
update comments to reflect chacha20. from Max Fillinger
Ted Unangst
2014-09-15
Fix logic error; we're out of IOs if we're not connected to the virtual disk
Mark Kettenis
2014-09-15
Remove non-standard <sys/dkstat.h> header. It has not contained anything
Miod Vallat
2014-09-15
Add generic support for bridges that support subtractive decoding.
Mark Kettenis
2014-09-15
mark the interrupt handler mpsafe, and drop the kernel lock in the scs_cmd
David Gwynne
2014-09-15
Call ldc_send_unreliable() insteaf of duplicating the code to send an ldc
Mark Kettenis
2014-09-14
Add the ne(4) NE2000 PCI frontend.
Brad Smith
2014-09-14
Clean up isp(4) from kernel configs with the new drivers already
Brad Smith
2014-09-14
Fix some bugs in the fpu_sqrt implementation that would limit the accuracy
Mark Kettenis
2014-09-14
remove uneeded proc.h includes
Jonathan Gray
2014-09-13
Replace all queue *_END macro calls except CIRCLEQ_END with NULL.
Doug Hogan
2014-09-13
Add HP Gen9 Smart Array/Smart HBA devices.
Jonathan Gray
2014-09-13
regen
Jonathan Gray
2014-09-13
Add HP Gen9 Smart Array/Smart HBA devices and some devices
Jonathan Gray
2014-09-12
Remove cached 802.11 nodes in IEEE80211_STA_CACHE state (these are nodes
Stuart Henderson
2014-09-12
Something went amiss in last pcidevs_data.h generation/commit. Regen and
Kenneth R Westerback
2014-09-12
Remove the code that attempts to synchronize P-state transitions between CPUs.
Mark Kettenis
2014-09-12
dont leak a ccb in identify
David Gwynne
2014-09-12
regen
David Gwynne
2014-09-12
add Intel SSD DC P3700/P3600/P3500
David Gwynne
2014-09-12
fix some format string issues
David Gwynne
2014-09-11
mplement membar(9) API for i386.
Mark Kettenis
2014-09-10
s/IWL/IWN/ in comment here too
David Coppa
2014-09-10
Avoid possible use of uninitialized variable.
Mike Larkin
2014-09-09
workqs were replaced with tasks in here, so dont need workq.h anymore.
David Gwynne
2014-09-09
remove the scsi_task() wrapper around workq_add_task now that nothing
David Gwynne
[next]