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
2007-05-04
- Rename rw_test_and_set to rw_cas, since most litterature uses the
Artur Grabowski
2007-05-04
setroot() was a ugly mix of MI and MD code, with different bugs on different
Theo de Raadt
2007-04-26
enable splassert (1) by default; requested and ok many
Theo de Raadt
2007-04-23
Clean up an obsolete allocator.
Artur Grabowski
2007-04-19
Fix freeing of namecache entries in cache_purgevfs(), okay miod@ art@
Pedro Martelletto
2007-04-19
After we bumped the maximal number of vnodes by quite a bit we became
Artur Grabowski
2007-04-18
When vslocking memory for the sysctl make sure that we aren't trying
Artur Grabowski
2007-04-17
Don't bother performing ITIMER accounting on P_SYSTEM processes (i.e. kthreads).
Miod Vallat
2007-04-13
While splitting flags and pqflags might have been a good idea in theory
Artur Grabowski
2007-04-13
Move the declaration of VN_KNOTE() into vnode.h instead of having
Thordur I. Bjornsson
2007-04-13
Remove comments talking about vnode interlock. No binary change.
Alexander Bluhm
2007-04-12
Remove the lk_interlock from struct lock; Also remove the LK_INTERLOCK
Thordur I. Bjornsson
2007-04-12
move p_limit and p_cred into struct process
Ted Unangst
2007-04-12
Allow machine-dependant overrides for the ``deadbeef'' sentinel values,
Miod Vallat
2007-04-11
Remove the simplelock argument from vrecycle();
Thordur I. Bjornsson
2007-04-11
remove proc from process thread list sooner in exit (notably, before waiting
Ted Unangst
2007-04-11
Instead of managing pages for intrsafe maps in special objects (aka.
Artur Grabowski
2007-04-11
lockmgr keeps losing code, call 911!
Miod Vallat
2007-04-10
undo
Ted Unangst
2007-04-10
remove duplicate check for uio_resid == 0 in
Thordur I. Bjornsson
2007-04-10
``it's'' -> ``its'' when the grammar gods require this change.
Miod Vallat
2007-04-10
remove process from thread list sooner in exit (notably, before waiting
Ted Unangst
2007-04-05
jason crawford noticed that the rthreads diff didn't compile with rthreads!
Ted Unangst
2007-04-04
Implement RW_DOWNGRADE that downgrades an exclusive lock to a shared lock
Artur Grabowski
2007-04-04
Mechanically rename the "flags" and "version" fields in struct vm_page
Artur Grabowski
2007-04-04
Implement clock_gettime(CLOCK_PROF) since it's so simple.
Artur Grabowski
2007-04-04
oursleves -> ourselves
Pedro Martelletto
2007-04-04
Don't remove the process from the threads queue in proc_zap() as that
Pedro Martelletto
2007-04-03
Start moving state that is shared among threads in a process into
Artur Grabowski
2007-03-31
Add missing bintime2timespec().
Mark Kettenis
2007-03-30
change a misplaced splnet() in kqueue_poll() to splhigh(). fixes a
Reyk Floeter
2007-03-30
replace lockmgr locks with rwlocks. these are no longer recursive, but they
David Gwynne
2007-03-27
Remove an #ifdef LFS chunk from dk_mountroot();
Thordur I. Bjornsson
2007-03-25
Garbage collect CPU_CLOCKUPDATE since it was only used by i386.
Artur Grabowski
2007-03-25
remove a few void * casts that are useless
Ted Unangst
2007-03-24
Kill the horrible hack of storing the pid in struct selinfo.
Artur Grabowski
2007-03-22
split userland & kernel struct sensor/sensordev so that the addition
Theo de Raadt
2007-03-21
Remove the v_interlock simplelock from the vnode structure.
Thordur I. Bjornsson
2007-03-21
Split tsleep into pieces. Instead of doing everything in a large "shove
Artur Grabowski
2007-03-20
swiss spelling
Theo de Raadt
2007-03-20
zap unused variable.
Thordur I. Bjornsson
2007-03-19
attach softraid to the root of the device tree in a machine independant
David Gwynne
2007-03-19
Change the way the nmea(4) line discipline takes the timestamp for
Marc Balmer
2007-03-18
Don't restart thrsleep after a signal. After a signal happened and we
Artur Grabowski
2007-03-17
Since we're not always called with M_WAIT, check return value from
Artur Grabowski
2007-03-15
m_prepend() works only for sizes smaller than MHLEN.
Claudio Jeker
2007-03-15
Since p_flag is often manipulated in interrupts and without biglock
Artur Grabowski
2007-03-14
Clean up after miod.
Mark Kettenis
2007-03-13
Don't bother checking for OLF binaries if option SMALL_KERNEL.
Miod Vallat
2007-03-12
better desiredvnodes not based on maxusers; pedro@ deraadt@ ok
Michael Shalayeff
[next]