| Commit message (Expand) | Author | Age | Files | Lines |
| * | When laying out objects in a ZONE_INTERRUPT zone, allow them to cross | Jonathan Lemon | 2001-11-17 | 1 | -2/+4 |
| * | Add a missing semicolon to unbreak the kernel build with INVARIANTS | Thomas Moestl | 2001-08-05 | 1 | -1/+1 |
| * | Add a zdestroy() function to the zone allocator. This is needed for the | Thomas Moestl | 2001-08-04 | 1 | -0/+108 |
| * | Fix missing newline and terminator at the end of the vm.zone sysctl. | Dag-Erling Smørgrav | 2001-07-09 | 1 | -2/+1 |
| * | With Alfred's permission, remove vm_mtx in favor of a fine-grained approach | Matthew Dillon | 2001-07-04 | 1 | -20/+3 |
| * | Introduce a global lock for the vm subsystem (vm_mtx). | Alfred Perlstein | 2001-05-19 | 1 | -8/+24 |
| * | Address a number of problems with sysctl_vm_zone(). | Alfred Perlstein | 2001-04-27 | 1 | -11/+29 |
| * | Fix formatting bugs introduced in sysctl_vm_zone() by the previous commit. | Dag-Erling Smørgrav | 2001-02-22 | 1 | -2/+7 |
| * | Change and clean the mutex lock interface. | Bosko Milekic | 2001-02-09 | 1 | -17/+17 |
| * | Sigh. atomic_add_int takes a pointer, not an integer. | Jake Burkholder | 2001-01-23 | 1 | -4/+4 |
| * | Use atomic operations to update the stat counters. | Dag-Erling Smørgrav | 2001-01-23 | 1 | -4/+4 |
| * | Give this code a major facelift: | Dag-Erling Smørgrav | 2001-01-22 | 1 | -221/+150 |
| * | First step towards an MP-safe zone allocator: | Dag-Erling Smørgrav | 2001-01-21 | 1 | -40/+5 |
| * | Make zalloc and zfree non-inline functions. This avoids having to | Assar Westerlund | 2000-12-27 | 1 | -2/+74 |
| * | - If swap metadata does not fit into the KVM, reduce the number of | Seigo Tanimura | 2000-12-13 | 1 | -4/+10 |
| * | Previous commit changing SYSCTL_HANDLER_ARGS violated KNF. | Poul-Henning Kamp | 2000-07-04 | 1 | -2/+2 |
| * | Style police catches up with rev 1.26 of src/sys/sys/sysctl.h: | Poul-Henning Kamp | 2000-07-03 | 1 | -2/+2 |
| * | Add missing increment of allocation counter. | Jeffrey Hsu | 2000-06-05 | 1 | -0/+2 |
| * | Fix _zget() so that it checks the return from kmem_alloc(), to avoid | Mike Smith | 2000-04-04 | 1 | -3/+9 |
| * | Lock reporting and assertion changes. | Eivind Eklund | 1999-12-11 | 1 | -1/+1 |
| * | useracc() the prequel: | Poul-Henning Kamp | 1999-10-29 | 1 | -1/+0 |
| * | Plug an accounting leak: count pages in ZONE_INTERRUPT zones as wired. | Dmitrij Tejblum | 1999-09-30 | 1 | -0/+2 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
| * | KNFize, by bde. | Eivind Eklund | 1999-01-10 | 1 | -5/+5 |
| * | Split DIAGNOSTIC -> DIAGNOSTIC, INVARIANTS, and INVARIANT_SUPPORT as | Eivind Eklund | 1999-01-08 | 1 | -5/+5 |
| * | Examine all occurrences of sprintf(), strcat(), and str[n]cpy() | Archie Cobbs | 1998-12-04 | 1 | -3/+4 |
| * | Add John Dyson's SYSCTL descriptions, and an export of more stats to | Peter Wemm | 1998-10-31 | 1 | -4/+4 |
| * | Fix a panic on SMP systems, caused by sleeping while holding a | John Polstra | 1998-10-09 | 1 | -1/+13 |
| * | Correct copyright. | John Dyson | 1998-04-25 | 1 | -2/+2 |
| * | Support compiling with `gcc -ansi'. | Bruce Evans | 1998-04-15 | 1 | -3/+3 |
| * | Try to dynamically size the VM_KMEM_SIZE (but is still able to be overridden | John Dyson | 1998-02-23 | 1 | -2/+14 |
| * | Staticize. | Eivind Eklund | 1998-02-09 | 1 | -4/+4 |
| * | Back out DIAGNOSTIC changes. | Eivind Eklund | 1998-02-06 | 1 | -3/+1 |
| * | Turn DIAGNOSTIC into a new-style option. | Eivind Eklund | 1998-02-04 | 1 | -1/+3 |
| * | VM level code cleanups. | John Dyson | 1998-01-22 | 1 | -5/+13 |
| * | Improve my copyright. | John Dyson | 1997-12-22 | 1 | -9/+2 |
| * | Fix a recursive kernel_map lock problem in vm_zone allocator. | John Dyson | 1997-12-15 | 1 | -18/+22 |
| * | Slight improvement to the vm_zone stats output. Also, some other superficial | John Dyson | 1997-12-14 | 1 | -4/+9 |
| * | Don't include <sys/lock.h> in headers when only `struct simplelock' is | Bruce Evans | 1997-12-05 | 1 | -1/+2 |
| * | Last major round (Unless Bruce thinks of somthing :-) of malloc changes. | Poul-Henning Kamp | 1997-10-12 | 1 | -2/+2 |
| * | Distribute and statizice a lot of the malloc M_* types. | Poul-Henning Kamp | 1997-10-11 | 1 | -1/+3 |
| * | Fix some style(9) and formatting problems. tabsize 4 formatting doesn't | Peter Wemm | 1997-09-21 | 1 | -60/+75 |
| * | Change the M_NAMEI allocations to use the zone allocator. This change | John Dyson | 1997-09-21 | 1 | -8/+62 |
| * | Removed unused #includes. | Bruce Evans | 1997-09-01 | 1 | -12/+1 |
| * | Added includes of smp.h for SMP. | Steve Passe | 1997-08-18 | 1 | -1/+5 |
| * | More vm_zone cleanup. The sysctl now accounts for items better, and | John Dyson | 1997-08-07 | 1 | -4/+12 |
| * | Add exposure of some vm_zone allocation stats by sysctl. Also, change | John Dyson | 1997-08-06 | 1 | -2/+70 |
| * | Another attempt at cleaning up the new memory allocator. | John Dyson | 1997-08-05 | 1 | -35/+99 |
| * | A very simple zone allocator. | John Dyson | 1997-08-05 | 1 | -0/+227 |