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
2002-01-12
Don't cast return value from splx to (void) because splx doesn't return anyth...
Artur Grabowski
2002-01-10
Fix a locking error in pool_drain. Misc cleanup.
Artur Grabowski
2002-01-10
- unbreak POOL_DIAGNOSTIC.
Artur Grabowski
2002-01-10
No more need for local define of LOCK_ASSERT.
Artur Grabowski
2002-01-10
Protect the pool cache magazine pool with splvm.
Artur Grabowski
2002-01-10
Convert some for-loops into TAILQ_FOREACH.
Artur Grabowski
2002-01-09
make sure we use lkmfree() in error cases as well.
Eric Jackson
2002-01-07
first pass cleanup for lkms
Eric Jackson
2002-01-07
If the handler for SIGCHLD is set to SIG_IGN, act as if the
Todd C. Miller
2002-01-02
Remove reference to timeout table. deraadt@ ok
Thomas Nordin
2002-01-02
register_t is not an int, so don't use it that way.
Artur Grabowski
2002-01-01
2002
Theo de Raadt
2001-12-27
makes a new accept() socket have the nonblock behavior.
Federico G. Schwindt
2001-12-27
Increment reference count when copying session pointer pr#2112. ok deraadt@
Thomas Nordin
2001-12-22
New scalable implementation with constant time add and delete. ok deraadt@
Thomas Nordin
2001-12-20
Make user/system times increase monotonically. ok deraadt@ and millert@
Thomas Nordin
2001-12-19
UBC was a disaster. It worked very good when it worked, but on some
Artur Grabowski
2001-12-18
NRL license cleaning
Theo de Raadt
2001-12-14
New hz value needed by AlphaServer 1200 and a couple other machines
Nathan Binkert
2001-12-12
Handle itimer intervals smaller than the resolution of the clock; pr#2182.
Thomas Nordin
2001-12-10
No need to initialize the uobj on every getnewvnode. Just do
Artur Grabowski
2001-12-10
Don't sleep on VXLOCK if LK_NOWAIT.
Artur Grabowski
2001-12-10
No need for uvm_useracc here now. vslock catches those problems.
Artur Grabowski
2001-12-10
regen
Artur Grabowski
2001-12-10
Big cleanup inspired by NetBSD with some parts of the code from NetBSD.
Artur Grabowski
2001-12-10
Merge in struct uvm_vnode into struct vnode.
Artur Grabowski
2001-12-08
Sprinkle pmap_update calls where relevant and some other
Artur Grabowski
2001-12-05
If we assume (just pure speculation) that there will be a pmap sometime in
Artur Grabowski
2001-12-05
make nkmempages dynamic based on memory. okay art@ from netbsd:
Niels Provos
2001-12-05
Oops forgot to regen.
Artur Grabowski
2001-12-05
Break out the part that lowers v_holdcnt in brelvp into an own function
Artur Grabowski
2001-12-04
Yet another sync to NetBSD uvm.
Artur Grabowski
2001-12-04
Readd VOP_MMAP, will be used soon. Right now it's just a question to
Artur Grabowski
2001-12-04
Add declaration of "state" to _simple_lock_assert(). Since it is
Todd C. Miller
2001-12-02
release the right descriptors when pipe fails; bug report from
Niels Provos
2001-12-02
remove some XXX comments
Theo de Raadt
2001-11-30
sbcompress() can compact mbuf clusters now; from thorpej@netbsd
Niels Provos
2001-11-30
Call buf_cleanout, which handles wakeups
Constantine Sapuntzakis
2001-11-29
Bunch of bug fixes from NetBSD.
Artur Grabowski
2001-11-29
Ooops. Revert part of the last commit that was completly wrong and wasn't sup...
Artur Grabowski
2001-11-29
Make sure the whole buffer is initialized before calling bgetvp.
Artur Grabowski
2001-11-29
Correctly handle b_vp with bgetvp and brelvp in {get,put}pages.
Artur Grabowski
2001-11-28
Sync in more uvm from NetBSD. Mostly just cosmetic stuff.
Artur Grabowski
2001-11-28
avoid possible infinite loop in sosend() on 64bit systems. - from netbsd
Eric Jackson
2001-11-28
regen
Artur Grabowski
2001-11-28
more typedef zapping vm_page_t -> struct vm_page *
Artur Grabowski
2001-11-28
zap some typedefs.
Artur Grabowski
2001-11-28
avoid "thundering herd" problem in accept by waking just one process.
Niels Provos
2001-11-28
Sync in more uvm changes from NetBSD.
Artur Grabowski
2001-11-28
from enami@netbsd:
Niels Provos
[next]