| Commit message (Expand) | Author | Age | Files | Lines |
* | Add files that are new for KSE. | julian | 2002-06-29 | 2 | -0/+1580 |
* | Rename the db command lockedvnodes to lockedvnods so that it fits on the | obrien | 2002-06-29 | 1 | -1/+1 |
* | more caddr_t removal. | alfred | 2002-06-29 | 9 | -35/+26 |
* | More caddr_t removal, make fo_ioctl take a void * instead of a caddr_t. | alfred | 2002-06-29 | 10 | -67/+62 |
* | catch up with mextadd callback taking a void argument instead of a caddr_t. | alfred | 2002-06-29 | 2 | -3/+3 |
* | More caddr_t removal. | alfred | 2002-06-29 | 7 | -31/+31 |
* | nuke more instances of caddr_t | alfred | 2002-06-29 | 1 | -23/+19 |
* | m_extadd takes a void (*freef)(void *, void *) now, not a | alfred | 2002-06-29 | 1 | -1/+1 |
* | remove or replace caddr_t with void. | alfred | 2002-06-28 | 1 | -32/+29 |
* | nuke caddr_t. | alfred | 2002-06-28 | 4 | -26/+23 |
* | Remove unneeded casts to caddr_t. | alfred | 2002-06-28 | 2 | -62/+62 |
* | document that the pipe fo_stat routine doesn't need locks because it's | alfred | 2002-06-28 | 1 | -0/+4 |
* | Improve the VOP locking asserts | jeff | 2002-06-28 | 1 | -0/+7 |
* | In vn_mkdir(), use vrele() instead of vput() on the parent directory | iedowse | 2002-06-28 | 2 | -2/+18 |
* | Clean up vn_rdwr locking. | jeff | 2002-06-28 | 1 | -6/+12 |
* | Fix a case where a vnode got explicitly unlocked after the pointer to it | green | 2002-06-28 | 1 | -1/+1 |
* | Remove a printf and add a comment on an assumption that could be | luigi | 2002-06-27 | 1 | -3/+10 |
* | Fix a bug that prevented the deletion of non-default ACLs from being | rwatson | 2002-06-27 | 3 | -3/+3 |
* | A bit of whitespace magic. | rwatson | 2002-06-27 | 3 | -15/+15 |
* | At long last, commit the zero copy sockets code. | ken | 2002-06-26 | 5 | -27/+713 |
* | - Remove Giant acquisition from modevent(), modfnext(), modstat() and | arr | 2002-06-26 | 1 | -27/+11 |
* | - Alleviate jail() from having the burden of acquiring Giant by simply | arr | 2002-06-26 | 1 | -3/+0 |
* | o Eliminate vmspace::vm_minsaddr. It's initialized but never used. | alc | 2002-06-25 | 1 | -1/+0 |
* | Add an MD callout like cpu_exit, but which is called after sched_lock is | jake | 2002-06-24 | 1 | -0/+1 |
* | Bring sys/kern/md5c.c in sync with the userland version. | mux | 2002-06-24 | 1 | -26/+23 |
* | Use proper size in bzero of stat structure. | mckusick | 2002-06-24 | 3 | -3/+3 |
* | Remove unused diagnostic function cread_free_thread(). | mini | 2002-06-24 | 3 | -19/+0 |
* | I Noticed a defect in the way wakeup() scans the tailq. Tor noticed an | dillon | 2002-06-24 | 1 | -3/+8 |
* | More 64 bits platforms warning fixes. | mux | 2002-06-23 | 2 | -7/+7 |
* | This patch fixes a size problem with the stat structure for | mckusick | 2002-06-22 | 3 | -4/+3 |
* | We don't need to check the return value of malloc() against | mux | 2002-06-22 | 1 | -14/+0 |
* | Fix a bug in vfs_bio_clrbuf(). The single-page-clrbuf optimization was | dillon | 2002-06-22 | 1 | -5/+10 |
* | o Remove the initialization of unused fields in the struct | mux | 2002-06-22 | 2 | -50/+10 |
* | Always drop the p_args reference we held for copyout, even if we're about | mini | 2002-06-22 | 1 | -3/+2 |
* | This commit adds basic support for the UFS2 filesystem. The UFS2 | mckusick | 2002-06-21 | 7 | -32/+33 |
* | Change the way we internally store the mount options to | mux | 2002-06-20 | 3 | -128/+79 |
* | Implement SO_NOSIGPIPE option for sockets. This allows one to request that | alfred | 2002-06-20 | 3 | -2/+6 |
* | Don't leak resources if fdcheckstd() fails during exec. | alfred | 2002-06-20 | 1 | -5/+10 |
* | Display the mutex name in the ^T status line if the selected thread | iedowse | 2002-06-20 | 1 | -2/+3 |
* | Remove UIO_USERISPACE - we do not support any split instruction/data | peter | 2002-06-20 | 1 | -6/+0 |
* | Move the "- 1" into the RQB_FFS(mask) macro itself so that | peter | 2002-06-20 | 1 | -2/+1 |
* | - Remove the lock(9) protecting the kernel linker system. | arr | 2002-06-19 | 1 | -14/+46 |
* | Remove the compat bits for the mis-aligned struct disklabel on alpha, | phk | 2002-06-19 | 1 | -22/+0 |
* | Squish the "could sleep with process lock" messages caused by calling | alfred | 2002-06-19 | 2 | -15/+44 |
* | setsugid() touches p->p_flag so assert that the proc is locked. | alfred | 2002-06-18 | 1 | -0/+2 |
* | Remove so*_locked(), which were backed out by mistake. | tanimura | 2002-06-18 | 2 | -102/+22 |
* | Change vfs_copyopt() so that the length argument passed to it | mux | 2002-06-14 | 1 | -10/+7 |
* | Set system_map for both mbuf_map and clust_map to 1, in mbuf_init(). | bmilekic | 2002-06-13 | 1 | -2/+4 |
* | Regen. | rwatson | 2002-06-13 | 2 | -14/+14 |
* | Keep POSIX.1e capabilities system call placeholders, but remove definitions. | rwatson | 2002-06-13 | 1 | -6/+6 |