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