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