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-10-28
Add m_print() a function to print mbuf headers. Can be called from ddb
Claudio Jeker
2010-10-28
Regen for new getdirentries.
Todd C. Miller
2010-10-28
Change basep parameter of getdirentries() to be off_t *, not long *
Todd C. Miller
2010-10-27
The previous two commits cannot be right. If in fact offsets > 4GB are
Theo de Raadt
2010-10-18
PRU_PEEREID is only used by code under COMPAT_O47, so put it there too
Philip Guenthe
2010-10-05
implicitly protect m_cldrop with splnet; ok claudio dlg
Mike Belopuhov
2010-09-28
Implement a per-cpu held mutex counter if DIAGNOSTIC on all non-x86 platforms,
Miod Vallat
2010-09-26
unify some pool and malloc flag values. the important bit is that all flags
Ted Unangst
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
[next]