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-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
2007-03-05
If tty-timestamping is requested, but no PPS signal is present, output a
Marc Balmer
2007-03-01
Remove two ancient debugging printfs.
Artur Grabowski
2007-02-26
exclude control data from the number of bytes returned by FIONREAD ioctl()
Kurt Miller
2007-02-26
m_dup1() copies the packet header and allocates the mbuf cluster in the
Claudio Jeker
2007-02-20
for vfsconf sysctl, do not leak kernel sensors out to userland
Theo de Raadt
2007-02-20
for sensors do not leak kernel pointers when copying out to userland;
Theo de Raadt
2007-02-17
fix ddb buf printing for daddr_t growth to 64bit;
Michael Shalayeff
2007-02-14
Consistently spell FALLTHROUGH to appease lint.
Jonathan Gray
2007-02-13
fix ddb buf print
Michael Shalayeff
2007-02-06
Use atomic.h operation for manipulating p_siglist in struct proc. Solves
Artur Grabowski
2007-02-03
Remove unused functionality from lockmgr():
Miod Vallat
2007-01-18
allow kernels with TCP_SIGNATURE (aka tcp md5sig), but without IPSEC to
Henning Brauer
2007-01-17
When sending signals, instead of checking if the process sending the
Artur Grabowski
2007-01-17
reintroduce rev 1.83 -- put the new process on the proc lists
Michael Shalayeff
2007-01-16
regen
Thordur I. Bjornsson
2007-01-16
Retire VOP_LEASE(); It was a bit for NQNFS and has
Thordur I. Bjornsson
2007-01-12
Switch some lockmgr locks to rwlocks.
Artur Grabowski
2007-01-10
Fix getitimer to use uptime as setitimer does. Fixes bad output from
Artur Grabowski
2007-01-03
Remove two "unused" mbuf tag functions and kill the superfluous argument
Claudio Jeker
2007-01-02
return is not a function.
Marc Balmer
2007-01-02
2007
Dale Rahn
2006-12-29
Avoid void * arithmetic, okay deraadt@, suggestions from millert@
Pedro Martelletto
[next]