| Commit message (Expand) | Author | Age | Files | Lines |
* | Change the mbuf exhaustion warning message to match the message | silby | 2002-05-09 | 1 | -1/+2 |
* | Remove trace_req(). | mini | 2002-05-09 | 2 | -21/+10 |
* | o Correct an error made in revision 1.65: In readv(), if uap->iovcnt is | alc | 2002-05-09 | 1 | -9/+6 |
* | expand_name fixes: | alfred | 2002-05-08 | 1 | -38/+32 |
* | Remove runq_findproc. This never worked right in the first place and can | jake | 2002-05-08 | 1 | -23/+0 |
* | M_ZERO the temp buffer in expand_name() otherwise if an error occurs | alfred | 2002-05-07 | 1 | -1/+1 |
* | Re-remove kern_random.c and svr4_signal.c. Somehow dillon managed to keep | peter | 2002-05-07 | 1 | -397/+0 |
* | Do not forget to increase the number of completely connected sockets in | tanimura | 2002-05-07 | 2 | -0/+2 |
* | Switch from just holding the interlock to holding the standard lock throughout | jeff | 2002-05-07 | 1 | -12/+17 |
* | Make funsetown() take a 'struct sigio **' so that the locking can | alfred | 2002-05-06 | 8 | -38/+51 |
* | When checking to see if the init process calls exit1(), compare p to the | jhb | 2002-05-06 | 1 | -1/+1 |
* | Style fixes in local variable declarations. | jhb | 2002-05-06 | 1 | -9/+10 |
* | - Style fixes in some comments. | jhb | 2002-05-06 | 1 | -9/+10 |
* | Hold the currently selected vnode's lock across the call to VOP_GETVOBJECT. | jeff | 2002-05-06 | 1 | -2/+4 |
* | Add the lchflags(2) syscall. | mux | 2002-05-05 | 4 | -2/+50 |
* | Add an entry for the lchflags(2) syscall. It's useful to prevent | mux | 2002-05-05 | 1 | -0/+1 |
* | Move a KASSERT() in open() prior to unlocking the vnode. It's not safe to | jeff | 2002-05-05 | 2 | -6/+8 |
* | o Condition the compilation of uiomoveco() and vm_uiomove() | alc | 2002-05-05 | 1 | -3/+7 |
* | Expand the one-line function pbreassignbuf() the only place it is or could | phk | 2002-05-05 | 1 | -14/+0 |
* | Return the correct error code (ENOSYS, not EINVAL) from nosys(). Getting | bde | 2002-05-05 | 1 | -1/+1 |
* | Fixed breakage of binary compatibility of the kern.clockrate sysctl in | bde | 2002-05-05 | 1 | -0/+1 |
* | Fix a typo. | mux | 2002-05-04 | 2 | -2/+2 |
* | Remove a six year old undocumented #ifdef : NO_B_MALLOC. | phk | 2002-05-04 | 1 | -12/+0 |
* | Remove obsolete code (that was already #if 0'd out). | dillon | 2002-05-04 | 1 | -18/+0 |
* | style(9): 'if' and 'while' need a space after them. | alfred | 2002-05-04 | 1 | -3/+3 |
* | Initialize time_second to 1 instead of zero to pacify slightly bogus arp code. | phk | 2002-05-03 | 1 | -6/+4 |
* | As malloc(9) and free(9) are now Giant-free, remove the Giant lock | tanimura | 2002-05-03 | 4 | -26/+7 |
* | Fix the lock order reversal between the sigio lock and a process/pgrp lock in | tanimura | 2002-05-03 | 3 | -2/+10 |
* | Retire makeobjops.pl - replaced by ../tools/makeobjops.awk. | peter | 2002-05-02 | 1 | -473/+0 |
* | As promised make the hack for sizeof(struct disklabel) on alpha annoying. | phk | 2002-05-02 | 1 | -3/+14 |
* | Convert devfs to nmount. | mux | 2002-05-02 | 1 | -1/+2 |
* | - Protect randompid and nprocs with the allproc_lock. | jhb | 2002-05-02 | 1 | -101/+122 |
* | - Reorder a few things so that when we lock the process at the end of | jhb | 2002-05-02 | 1 | -107/+118 |
* | - Reorder execve() so that it performs blocking operations before it | jhb | 2002-05-02 | 2 | -63/+74 |
* | Hide a pointer to the malloc_type bucket at the end of the freed memory. If | jeff | 2002-05-02 | 1 | -1/+19 |
* | malloc/free(9) no longer require Giant. Use the malloc_mtx to protect the | jeff | 2002-05-02 | 1 | -1/+21 |
* | Remove the temporary alignment check in free(). | jeff | 2002-05-02 | 1 | -6/+0 |
* | Redo the sigio locking. | alfred | 2002-05-01 | 8 | -62/+30 |
* | Cosmetic tweaks. Try and keep the style more consistent, catch some stray | peter | 2002-05-01 | 2 | -45/+43 |
* | kern_tc.c doesn't use <machine/psl.h>, and having this #include breaks | peter | 2002-05-01 | 1 | -2/+0 |
* | Remove this Perl script. There have been zero bug reports against | obrien | 2002-05-01 | 1 | -355/+0 |
* | Convert longs to u_longs in stats. This will hold off wrap arounds for a | jeff | 2002-04-30 | 1 | -1/+1 |
* | o Convert the vm_page buckets mutex to a spin lock. (This resolves | alc | 2002-04-30 | 1 | -0/+1 |
* | Brucifixion ? Yes, out that door, row on the left, one patch each. | phk | 2002-04-30 | 1 | -87/+101 |
* | These are Alexander Kabaev's VFSops fixes (see the thread 'Found: module | dillon | 2002-04-30 | 1 | -21/+82 |
* | Add a new UMA debugging facility. This will overwrite freed memory with | jeff | 2002-04-30 | 1 | -2/+8 |
* | Move the implementation of M_ZERO into UMA so that it can be passed to | jeff | 2002-04-30 | 1 | -3/+0 |
* | Revert the change of #includes in sys/filedesc.h and sys/socketvar.h. | tanimura | 2002-04-30 | 3 | -21/+24 |
* | Re-add the 16384 bucket also. | rwatson | 2002-04-29 | 1 | -0/+1 |
* | Revert a portion of kern_malloc.c:1.99, which (in addition to adding | rwatson | 2002-04-29 | 1 | -1/+3 |