| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Removed unused #includes. | bde | 1997-09-01 | 1 | -12/+1 |
* | Added includes of smp.h for SMP. | fsmp | 1997-08-18 | 1 | -1/+5 |
* | More vm_zone cleanup. The sysctl now accounts for items better, and | dyson | 1997-08-07 | 1 | -4/+12 |
* | Add exposure of some vm_zone allocation stats by sysctl. Also, change | dyson | 1997-08-06 | 1 | -2/+70 |
* | Another attempt at cleaning up the new memory allocator. | dyson | 1997-08-05 | 1 | -35/+99 |
* | A very simple zone allocator. | dyson | 1997-08-05 | 1 | -0/+227 |