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
/
kern
Age
Commit message (
Expand
)
Author
2010-09-24
Add stricter asserts to DIAGNOSTIC kernels to help catch mutex and
Matthew Dempsky
2010-09-24
useless store
Theo de Raadt
2010-09-24
Fixes before-boot umass hangs on units without media.
Theo de Raadt
2010-09-24
TCP send and recv buffer scaling.
Claudio Jeker
2010-09-24
dead store; found by clang
Theo de Raadt
2010-09-24
move DEBUG-only variable into #ifdef
Theo de Raadt
2010-09-23
The only sensible argument for VOP_* calls that take a struct proc pointer is
Owain Ainsworth
2010-09-23
Include the disklabel UID in hw.disknames.
Joel Sing
2010-09-23
When a disk is attached create a workq task to read the disklabel,
Joel Sing
2010-09-23
tweak the mclgeti algorithm to behave better under load.
David Gwynne
2010-09-22
Fix a locking bug in accept(2) caught by sthen@ using my strict
Matthew Dempsky
2010-09-22
All users of physio(9) now pass NULL as the buf pointer argument, so
Matthew Dempsky
2010-09-21
Add assertwaitok(9) to declare code paths that assume they can sleep.
Matthew Dempsky
2010-09-20
sync
Theo de Raadt
2010-09-20
Move getpeereid(2) into COMPAT_O47. In 4.8 and onwards it is library
Theo de Raadt
2010-09-20
Move getpeereid(2) into COMPAT_O47. In 4.8 and onwards it is library
Theo de Raadt
2010-09-20
Get rid of evcount's support for arranging counters in a tree
Matthew Dempsky
2010-09-17
don't forget to free program header sections when writing
Mike Belopuhov
2010-09-10
Backout the VOP diff until the issues naddy was seeing on alpha (gcc3)
Thordur I. Bjornsson
2010-09-09
Rename lookup/relookup to vfs_lookup/vfs_relookup.
Thordur I. Bjornsson
2010-09-08
remove a useless comment
Theo de Raadt
2010-09-08
Introduce a disk_lookup() function which calls device_lookup(), before
Joel Sing
2010-09-08
Store a struct device pointer within struct disk and populate this when
Joel Sing
2010-09-08
Reintroduce most crypto/crypto.c r1.55:
Joel Sing
2010-09-08
Add $OpenBSD$ prompted by mikeb@
Thordur I. Bjornsson
2010-09-07
remove the powerhook code. All architectures now use the ca_activate tree
Theo de Raadt
2010-09-06
End the VOP experiment. Instead of the ridicolusly complicated operation
Thordur I. Bjornsson
2010-09-06
All PWR_{SUSPEND,RESUME} can now be replaced by DVACT_{SUSPEND,RESUME}
Theo de Raadt
2010-09-03
thib insists i take responsibility too
David Gwynne
2010-09-02
Inline bufq_impl_disksort and bufq_impl_fifo's definitions into
Matthew Dempsky
2010-09-01
Do not panic in parsedisk() for ``second class'' block devices (which we can't
Miod Vallat
2010-09-01
There is no point doing wakeups in bufq_done() unless we're actually in the
Mark Kettenis
2010-09-01
Clarify why we can walk the list of bufqs without holding a mutex with a
Mark Kettenis
2010-09-01
make struct bufq a member of the softc for devices that use it,
David Gwynne
2010-08-31
Add DVACT_QUIECE support. This is called before splhigh() and before
Theo de Raadt
2010-08-30
Add a device number to struct disk and populate it on disk attach. Whilst
Joel Sing
2010-08-23
fix two problems identified by matthew@:
David Gwynne
2010-08-20
Change hzto(9) and tvtohz(9) arguments to const pointers.
Matthew Dempsky
2010-08-19
Introduce an MI kern.consdev sysctl that will replace the MD
Mark Kettenis
2010-08-18
delete some rogue spaces and tabs. no binary change.
Marco Peereboom
2010-08-18
- fix compilation of kernel without FFS...don't ask ;-)
Jasper Lievisse Adriaanse
2010-08-12
Nuke extra (typoed) extern declaration and a spare newline from the last
Owain Ainsworth
2010-08-11
Make the number of vnodes to correspond to the number of buffers in
Bob Beck
2010-08-06
Every time you ignore uiomove() return value, $DEITY kills a little
Miod Vallat
2010-08-03
matthew did not commit the diff he passed around for us to inspect...
Theo de Raadt
2010-08-03
If an asynchronous request invalidates a buf, then we might remove it
Matthew Dempsky
2010-08-02
Fix knote handling for exiting processes: when triggering a NOTE_EXIT
Philip Guenthe
2010-07-28
Add a dummy kqueue filter similar to seltrue and use it for anything
Nicholas Marriott
2010-07-28
more #ifdef needed for the case of not pegging on a non-MP kernel
Theo de Raadt
2010-07-28
It's pretty pointless to peg ourselves to the primary CPU if that's the
Mark Kettenis
[next]