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-07-14
be more permissive, and let close relatives do SIGALRM
Theo de Raadt
2002-07-12
Detect the case where we LK_RELEASE a lock when noone is holding it.
Artur Grabowski
2002-07-12
Change the locking on the mountpoint slightly. Instead of using mnt_lock
Artur Grabowski
2002-07-12
- Add a flags argument to dohooks.
Artur Grabowski
2002-07-12
Fix vm -> uvm in a comment.
Artur Grabowski
2002-07-11
Make sure to protect ttypend with spltty all the time.
Artur Grabowski
2002-07-06
sync
Thomas Nordin
2002-07-06
Remove kernel support for NTP. ok deraadt@ and tholo@
Thomas Nordin
2002-07-03
Change all variables definitions (int foo) in sys/sys/*.h to variable
Miod Vallat
2002-07-02
use hash.h for nfs_hash as well as namei's hash
Eric Jackson
2002-07-01
Don't abuse VM_PROT_ALL. Use VM_PROT_READ|VM_PROT_WRITE here.
Artur Grabowski
2002-06-29
kqfilter for the log. niels said i can commit it if it works
Michael Shalayeff
2002-06-28
Use %b and print the bitmask of the flags in the debugging message for the ex...
Jason Wright
2002-06-27
do not permit ktrace on P_SUGID; millert ok
Theo de Raadt
2002-06-27
KNF
Theo de Raadt
2002-06-24
Redo the logic of reading of proc arguments to be more readable.
Artur Grabowski
2002-06-16
When processing the KERN_VNODE sysctl, the kernel builds a packed structure,
Miod Vallat
2002-06-14
spelling; from Brian Poole <raj@cerias.purdue.edu>
Todd T. Fries
2002-06-11
kernel changes to make asymmetric crypto work in userland
Bob Beck
2002-06-11
Protect mi_switch with splstatclock.
Artur Grabowski
2002-06-11
ANSIfy
Artur Grabowski
2002-06-11
Remove unnecessary spllowersoftclock(). ok art@
Thomas Nordin
2002-06-11
splvm, not splimp.
Artur Grabowski
2002-06-11
splvm, not splimp
Artur Grabowski
2002-06-11
splassert where necessary
Artur Grabowski
2002-06-11
splassert(IPL_TTY) where comments tell us we should
Artur Grabowski
2002-06-11
splassert(IPL_STATCLOCK) mi_switch
Artur Grabowski
2002-06-11
splassert where needed
Artur Grabowski
2002-06-10
Grammar.
Thomas Nordin
2002-06-09
add struct pstats to struct eproc
Artur Grabowski
2002-06-09
Use LIST_FOREACH.
Artur Grabowski
2002-06-09
KERN_MBSTAT
Angelos D. Keromytis
2002-06-09
ANSIfy (started as some other change that just ran away).
Artur Grabowski
2002-06-09
different magics for malloc and pool, art@ ok
Niklas Hallqvist
2002-06-08
TTYCOUNT and NUMVNODES.
Angelos D. Keromytis
2002-06-08
Add read-only KERN_NFILES (number of open files).
Angelos D. Keromytis
2002-06-08
Sysctl for getting process arguments and environment.
Artur Grabowski
2002-06-08
Use ltsleep in vfs_busy.
Artur Grabowski
2002-06-07
Change addupc_intr to not use fuswintr and suswintr to update the profiling
Artur Grabowski
2002-06-07
Simplify so that we can remove CLKF_BASEPRI() and spllowersoftclock()
Thomas Nordin
2002-06-06
Fix *documentation*: one arg of the ktrace(2) is pid_t not int, found while
Mike Pechkin
2002-06-03
compatiblity -> compatibility
Theo de Raadt
2002-05-27
if_attach() gets called before domaininit(). scan all interfaces for if_afdata
Jun-ichiro itojun Hagino
2002-05-24
protect more of the bookkeeping variables with splbio.
Artur Grabowski
2002-05-24
typo
Artur Grabowski
2002-05-24
cluster_callback is a b_iodone handler. Since it calls functions
Artur Grabowski
2002-05-23
In sys_accept don't FILE_SET_MATURE the file if we got an error and we've fre...
Artur Grabowski
2002-05-23
Fix a comment I missed when renaming FILE_UNUSE to FRELE.
Artur Grabowski
2002-05-22
some b_iodone handlers and vwakeup require splbio.
Artur Grabowski
2002-05-20
Add one more level to the kern.splassert sysctl.
Artur Grabowski
[next]