summaryrefslogtreecommitdiff
path: root/sys/kern
AgeCommit message (Expand)Author
2002-01-30Add proc0 to the PIDHASH table. art@ okThomas Nordin
2002-01-29Honor the printf-like function argument in pool_printit(), instead ofMiod Vallat
2002-01-28GC PR_STATIC and PR_MALLOCOK.Artur Grabowski
2002-01-25Add a drain hook to each pool. This hook is called in three cases.Artur Grabowski
2002-01-25poolify pcreds.Artur Grabowski
2002-01-25Convert plimit allocations to pool.Artur Grabowski
2002-01-25kernel printfs triggerable by a simple mistake in userland are just wrong.Artur Grabowski
2002-01-23move mb_map allocation to mbinit()Artur Grabowski
2002-01-23move definition of mb_map from zillions of machdep.c to uipc_mbuf.cArtur Grabowski
2002-01-23Allocate rusage, pgrp, ucred and session with pool.Artur Grabowski
2002-01-23Kill PR_FREEHEADER, not used anymore and confusing.Artur Grabowski
2002-01-23Pool deals fairly well with physical memory shortage, but it doesn't dealArtur Grabowski
2002-01-21Mount points must fit in MNAMELEN, not MAXPATHLEN so use copyinstr()Todd C. Miller
2002-01-20When a process is exec:ing mark it with a flag. Check that flag in ptraceArtur Grabowski
2002-01-19If handler for SIGCHLD is SIG_IGN, reset to SIG_DLF. This is consistentTodd C. Miller
2002-01-18Resource map code is not used anymore. Long live the extent code!Miod Vallat
2002-01-18record ctime for the mountpoint, mount time or last mount update; art@ okMichael Shalayeff
2002-01-16Don't include <sys/map.h> when you don't need what's in it.Miod Vallat
2002-01-12Don't cast return value from splx to (void) because splx doesn't return anyth...Artur Grabowski
2002-01-10Fix a locking error in pool_drain. Misc cleanup.Artur Grabowski
2002-01-10- unbreak POOL_DIAGNOSTIC.Artur Grabowski
2002-01-10No more need for local define of LOCK_ASSERT.Artur Grabowski
2002-01-10Protect the pool cache magazine pool with splvm.Artur Grabowski
2002-01-10Convert some for-loops into TAILQ_FOREACH.Artur Grabowski
2002-01-09make sure we use lkmfree() in error cases as well.Eric Jackson
2002-01-07first pass cleanup for lkmsEric Jackson
2002-01-07If the handler for SIGCHLD is set to SIG_IGN, act as if theTodd C. Miller
2002-01-02Remove reference to timeout table. deraadt@ okThomas Nordin
2002-01-02register_t is not an int, so don't use it that way.Artur Grabowski
2002-01-012002Theo de Raadt
2001-12-27makes a new accept() socket have the nonblock behavior.Federico G. Schwindt
2001-12-27Increment reference count when copying session pointer pr#2112. ok deraadt@Thomas Nordin
2001-12-22New scalable implementation with constant time add and delete. ok deraadt@Thomas Nordin
2001-12-20Make user/system times increase monotonically. ok deraadt@ and millert@Thomas Nordin
2001-12-19UBC was a disaster. It worked very good when it worked, but on someArtur Grabowski
2001-12-18NRL license cleaningTheo de Raadt
2001-12-14New hz value needed by AlphaServer 1200 and a couple other machinesNathan Binkert
2001-12-12Handle itimer intervals smaller than the resolution of the clock; pr#2182.Thomas Nordin
2001-12-10No need to initialize the uobj on every getnewvnode. Just doArtur Grabowski
2001-12-10Don't sleep on VXLOCK if LK_NOWAIT.Artur Grabowski
2001-12-10No need for uvm_useracc here now. vslock catches those problems.Artur Grabowski
2001-12-10regenArtur Grabowski
2001-12-10Big cleanup inspired by NetBSD with some parts of the code from NetBSD.Artur Grabowski
2001-12-10Merge in struct uvm_vnode into struct vnode.Artur Grabowski
2001-12-08Sprinkle pmap_update calls where relevant and some otherArtur Grabowski
2001-12-05If we assume (just pure speculation) that there will be a pmap sometime inArtur Grabowski
2001-12-05make nkmempages dynamic based on memory. okay art@ from netbsd:Niels Provos
2001-12-05Oops forgot to regen.Artur Grabowski
2001-12-05Break out the part that lowers v_holdcnt in brelvp into an own functionArtur Grabowski
2001-12-04Yet another sync to NetBSD uvm.Artur Grabowski