| Commit message (Expand) | Author | Age | Files | Lines |
* | When going back to SLEEP state, make sure our | julian | 2002-07-02 | 1 | -0/+1 |
* | Fix failure to correctly transition back to sleep mode. | julian | 2002-07-02 | 1 | -0/+4 |
* | #include <sys/ktrace.h> would be useful too. (for ktrace_mtx) | peter | 2002-07-01 | 1 | -0/+3 |
* | The jail syscall calls chroot, which is not mpsafe, so put back a | iedowse | 2002-07-01 | 1 | -0/+2 |
* | Add #include "opt_ktrace.h" | peter | 2002-07-01 | 1 | -0/+2 |
* | Use indirect function pointer hooks instead of #ifdef SOFTUPDATES | iedowse | 2002-07-01 | 3 | -14/+13 |
* | - In thread_userret(), remove the Giant locking and unlocking around the | arr | 2002-07-01 | 2 | -4/+0 |
* | If the process is a zombie, then you must not try dereference the thread | julian | 2002-06-30 | 1 | -53/+55 |
* | Partial backout of 1.318, remove error handling added because it may be | alfred | 2002-06-30 | 1 | -15/+3 |
* | Add a hashdestroy() function to undo the actions of hashinit(). | iedowse | 2002-06-30 | 1 | -0/+15 |
* | Fix several style bugs: | alfred | 2002-06-29 | 1 | -7/+17 |
* | Unbreak computation of 'smask' that I broke when removing caddr_t. | alfred | 2002-06-29 | 1 | -1/+1 |
* | Part 1 of KSE-III | julian | 2002-06-29 | 26 | -491/+1601 |
* | 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 |