| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | kern_cap.c no longer needed. | rwatson | 2002-06-13 | 1 | -125/+0 |
* | opt_cap.c no longer needed | rwatson | 2002-06-13 | 3 | -6/+0 |
* | Make nselcol, the number of select collisions since boot, unsigned as | kbyanc | 2002-06-12 | 1 | -6/+6 |
* | Time counter stats are unsigned, advertise them to sysctl(8) that way. | kbyanc | 2002-06-11 | 1 | -1/+1 |
* | Convert hit and miss counters to unsigned values. Surely negative values | kbyanc | 2002-06-10 | 1 | -4/+4 |
* | We no longer need to acqure Giant in ast() for ktrpsig() in postsig() now | jhb | 2002-06-07 | 1 | -2/+0 |
* | - trapsignal() no longer needs to acquire Giant for ktrpsig(). | jhb | 2002-06-07 | 1 | -7/+5 |
* | - Proper locking for p_tracep and p_traceflag. | jhb | 2002-06-07 | 1 | -7/+7 |
* | Properly lock accesses to p_tracep and p_traceflag. Also make a few | jhb | 2002-06-07 | 3 | -3/+27 |
* | - Catch up to new ktrace API. | jhb | 2002-06-07 | 2 | -28/+23 |
* | Catch up to changes in ktrace API. | jhb | 2002-06-07 | 3 | -20/+21 |
* | Overhaul the ktrace subsystem a bit. For the most part, the actual vnode | jhb | 2002-06-07 | 1 | -227/+446 |
* | Change the all locks list from a STAILQ to a TAILQ. This bloats struct | jhb | 2002-06-06 | 1 | -6/+6 |
* | s/!SIGNOTEMPY/SIGISEMPTY/ | davidc | 2002-06-06 | 1 | -1/+1 |
* | Handle "dead" witnesses better in the situation of several short term locks | jhb | 2002-06-06 | 1 | -13/+11 |
* | Move some sysctls from the debug tree to the vfs tree. | des | 2002-06-06 | 1 | -3/+3 |
* | Gratuitous whitespace cleanup. | des | 2002-06-06 | 1 | -28/+27 |
* | Use "bwrbg" as description when we sleep for background writing, | phk | 2002-06-06 | 1 | -1/+1 |
* | Fixed overflow in the bounds checking in dscheck(). It assumed that | bde | 2002-06-06 | 1 | -4/+4 |
* | Replace thread_runnable() with thread_running() as the latter is more | jhb | 2002-06-04 | 2 | -12/+10 |
* | Optimize the adaptive mutex spin a bit. Use a simple while loop with | jhb | 2002-06-04 | 2 | -2/+8 |
* | Add a private thread_runnable() macro to make the code more readable and | jhb | 2002-06-04 | 2 | -6/+10 |
* | ANSIfy the one remaining K&R function. | des | 2002-06-02 | 1 | -4/+1 |