Age | Commit message (Expand) | Author |
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 |
2001-12-04 | Readd VOP_MMAP, will be used soon. Right now it's just a question to | Artur Grabowski |
2001-12-04 | Add declaration of "state" to _simple_lock_assert(). Since it is | Todd C. Miller |
2001-12-02 | release the right descriptors when pipe fails; bug report from | Niels Provos |
2001-12-02 | remove some XXX comments | Theo de Raadt |
2001-11-30 | sbcompress() can compact mbuf clusters now; from thorpej@netbsd | Niels Provos |
2001-11-30 | Call buf_cleanout, which handles wakeups | Constantine Sapuntzakis |
2001-11-29 | Bunch of bug fixes from NetBSD. | Artur Grabowski |
2001-11-29 | Ooops. Revert part of the last commit that was completly wrong and wasn't sup... | Artur Grabowski |
2001-11-29 | Make sure the whole buffer is initialized before calling bgetvp. | Artur Grabowski |
2001-11-29 | Correctly handle b_vp with bgetvp and brelvp in {get,put}pages. | Artur Grabowski |