| Commit message (Expand) | Author | Age | Files | Lines |
* | There should be no remaining references to these two files in the tree. If | jeff | 2002-04-07 | 1 | -579/+0 |
* | Change callers of mtx_init() to pass in an appropriate lock type name. In | jhb | 2002-04-04 | 1 | -3/+3 |
* | Back out the modification of vm_map locks from lockmgr to sx locks. The | green | 2002-03-18 | 1 | -6/+6 |
* | Convert all pmap_kenter/pmap_kremove pairs in MI code to use pmap_qenter/ | jake | 2002-03-17 | 1 | -1/+1 |
* | Rename SI_SUB_MUTEX to SI_SUB_MTX_POOL to make the name at all accurate. | green | 2002-03-13 | 1 | -6/+6 |
* | Back out all the pmap related stuff I've touched over the last few days. | peter | 2002-02-27 | 1 | -1/+1 |
* | Jake further reduced IPI shootdowns on sparc64 in loops by using ranged | peter | 2002-02-27 | 1 | -1/+1 |
* | When laying out objects in a ZONE_INTERRUPT zone, allow them to cross | jlemon | 2001-11-17 | 1 | -2/+4 |
* | Add a missing semicolon to unbreak the kernel build with INVARIANTS | tmm | 2001-08-05 | 1 | -1/+1 |
* | Add a zdestroy() function to the zone allocator. This is needed for the | tmm | 2001-08-04 | 1 | -0/+108 |
* | Fix missing newline and terminator at the end of the vm.zone sysctl. | des | 2001-07-09 | 1 | -2/+1 |
* | With Alfred's permission, remove vm_mtx in favor of a fine-grained approach | dillon | 2001-07-04 | 1 | -20/+3 |
* | Introduce a global lock for the vm subsystem (vm_mtx). | alfred | 2001-05-19 | 1 | -8/+24 |
* | Address a number of problems with sysctl_vm_zone(). | alfred | 2001-04-27 | 1 | -11/+29 |
* | Fix formatting bugs introduced in sysctl_vm_zone() by the previous commit. | des | 2001-02-22 | 1 | -2/+7 |
* | Change and clean the mutex lock interface. | bmilekic | 2001-02-09 | 1 | -17/+17 |
* | Sigh. atomic_add_int takes a pointer, not an integer. | jake | 2001-01-23 | 1 | -4/+4 |
* | Use atomic operations to update the stat counters. | des | 2001-01-23 | 1 | -4/+4 |
* | Give this code a major facelift: | des | 2001-01-22 | 1 | -223/+152 |
* | First step towards an MP-safe zone allocator: | des | 2001-01-21 | 1 | -40/+5 |
* | Make zalloc and zfree non-inline functions. This avoids having to | assar | 2000-12-27 | 1 | -2/+74 |
* | - If swap metadata does not fit into the KVM, reduce the number of | tanimura | 2000-12-13 | 1 | -4/+10 |
* | Previous commit changing SYSCTL_HANDLER_ARGS violated KNF. | phk | 2000-07-04 | 1 | -2/+2 |
* | Style police catches up with rev 1.26 of src/sys/sys/sysctl.h: | phk | 2000-07-03 | 1 | -2/+2 |
* | Add missing increment of allocation counter. | hsu | 2000-06-05 | 1 | -0/+2 |
* | Fix _zget() so that it checks the return from kmem_alloc(), to avoid | msmith | 2000-04-04 | 1 | -3/+9 |
* | Lock reporting and assertion changes. | eivind | 1999-12-11 | 1 | -1/+1 |
* | useracc() the prequel: | phk | 1999-10-29 | 1 | -1/+0 |
* | Plug an accounting leak: count pages in ZONE_INTERRUPT zones as wired. | dt | 1999-09-30 | 1 | -0/+2 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | KNFize, by bde. | eivind | 1999-01-10 | 1 | -5/+5 |
* | Split DIAGNOSTIC -> DIAGNOSTIC, INVARIANTS, and INVARIANT_SUPPORT as | eivind | 1999-01-08 | 1 | -5/+5 |
* | Examine all occurrences of sprintf(), strcat(), and str[n]cpy() | archie | 1998-12-04 | 1 | -3/+4 |
* | Add John Dyson's SYSCTL descriptions, and an export of more stats to | peter | 1998-10-31 | 1 | -4/+4 |
* | Fix a panic on SMP systems, caused by sleeping while holding a | jdp | 1998-10-09 | 1 | -1/+13 |
* | Correct copyright. | dyson | 1998-04-25 | 1 | -2/+2 |
* | Support compiling with `gcc -ansi'. | bde | 1998-04-15 | 1 | -3/+3 |
* | Try to dynamically size the VM_KMEM_SIZE (but is still able to be overridden | dyson | 1998-02-23 | 1 | -2/+14 |
* | Staticize. | eivind | 1998-02-09 | 1 | -4/+4 |
* | Back out DIAGNOSTIC changes. | eivind | 1998-02-06 | 1 | -3/+1 |
* | Turn DIAGNOSTIC into a new-style option. | eivind | 1998-02-04 | 1 | -1/+3 |
* | VM level code cleanups. | dyson | 1998-01-22 | 1 | -5/+13 |
* | Improve my copyright. | dyson | 1997-12-22 | 1 | -9/+2 |
* | Fix a recursive kernel_map lock problem in vm_zone allocator. | dyson | 1997-12-15 | 1 | -19/+23 |
* | Slight improvement to the vm_zone stats output. Also, some other superficial | dyson | 1997-12-14 | 1 | -4/+9 |
* | Don't include <sys/lock.h> in headers when only `struct simplelock' is | bde | 1997-12-05 | 1 | -1/+2 |
* | Last major round (Unless Bruce thinks of somthing :-) of malloc changes. | phk | 1997-10-12 | 1 | -2/+2 |
* | Distribute and statizice a lot of the malloc M_* types. | phk | 1997-10-11 | 1 | -1/+3 |
* | Fix some style(9) and formatting problems. tabsize 4 formatting doesn't | peter | 1997-09-21 | 1 | -63/+78 |
* | Change the M_NAMEI allocations to use the zone allocator. This change | dyson | 1997-09-21 | 1 | -8/+62 |