| Commit message (Expand) | Author | Age | Files | Lines |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -1/+1 |
* | - Remove asleep(), await(), and M_ASLEEP. | jhb | 2001-08-10 | 1 | -9/+0 |
* | Rename mb_init() mbuf subsystem initialization routine to mbuf_init(), in | bmilekic | 2001-08-03 | 1 | -1/+1 |
* | Remove some code that appears to have endian problems with INVARIANTS. | jake | 2001-08-03 | 1 | -5/+0 |
* | Introduce numerous SMP friendly changes to the mbuf allocator. Namely, | bmilekic | 2001-06-22 | 1 | -1/+8 |
* | "Fix" the previous initial attempt at fixing TUNABLE_INT(). This time | peter | 2001-06-08 | 1 | -1/+1 |
* | Back out part of my previous commit. This was a last minute change | peter | 2001-06-07 | 1 | -1/+1 |
* | Make the TUNABLE_*() macros look and behave more consistantly like the | peter | 2001-06-06 | 1 | -7/+6 |
* | Undo part of the tangle of having sys/lock.h and sys/mutex.h included in | markm | 2001-05-01 | 1 | -1/+1 |
* | Fix inconsistency in setup of kernel_map: we need to make sure that | bmilekic | 2001-04-18 | 1 | -2/+2 |
* | Change and clean the mutex lock interface. | bmilekic | 2001-02-09 | 1 | -12/+12 |
* | Let M_PANIC go back to the private tree as its intention isn't understood well | bp | 2001-01-31 | 1 | -6/+2 |
* | Add M_PANIC flag to the list of available flags passed to malloc(). | bp | 2001-01-29 | 1 | -2/+6 |
* | p->p_intr_nesting_level is MI now and initialized to 0 in kern_fork.c, | peter | 2001-01-27 | 1 | -1/+1 |
* | Don't grab Giant when calling kmem_alloc/kmem_free as this is just | jhb | 2001-01-24 | 1 | -4/+0 |
* | Make intr_nesting_level per-process, rather than per-cpu. Setup | jake | 2001-01-21 | 1 | -1/+2 |
* | Remove MUTEX_DECLARE() and MTX_COLD. Instead, postpone full mutex | jasone | 2001-01-21 | 1 | -2/+2 |
* | Use PCPU_GET, PCPU_PTR and PCPU_SET to access all per-cpu variables | jake | 2001-01-10 | 1 | -1/+1 |
* | Introduce the M_ZERO flag to malloc(9) | phk | 2000-10-20 | 1 | -0/+3 |
* | - machine/mutex.h -> sys/mutex.h | jhb | 2000-10-20 | 1 | -4/+3 |
* | Don't #include <sys/proc.h>, since machine/mutex.h does it now. | jasone | 2000-09-23 | 1 | -1/+1 |
* | Remove the mtx_t, witness_t, and witness_blessed_t types. Instead, just | jhb | 2000-09-14 | 1 | -1/+1 |
* | Add malloc_mtx to protect malloc and friends, so that they're thread-safe. | jasone | 2000-09-11 | 1 | -1/+30 |
* | Back out the addition of malloc_mtx. It was incompletely conceived, and | jasone | 2000-09-10 | 1 | -13/+0 |
* | Add a mutex to the malloc interfaces so that it can safely be called | jasone | 2000-09-09 | 1 | -0/+15 |
* | Move #ifdef to the right place. | bp | 2000-06-29 | 1 | -1/+1 |
* | If kernel compiled with INVARIANTS: | bp | 2000-06-29 | 1 | -0/+24 |
* | sys/malloc.h: | bde | 2000-06-14 | 1 | -14/+1 |
* | Print "previous type" correctly when INVARIANTS is defined. | kuriyama | 2000-03-14 | 1 | -1/+1 |
* | Fix null-pointer dereference crash when the system is intentionally | dillon | 2000-02-16 | 1 | -1/+2 |
* | Fixed sign and overflow bugs that caused the allocation size of the kernel | dg | 2000-01-28 | 1 | -6/+12 |
* | KAME netinet6 basic part(no IPsec,no V6 Multicast Forwarding, no UDP/TCP | shin | 1999-11-22 | 1 | -2/+5 |
* | Before we start to mess with the VFS name-cache clean things up a little bit: | phk | 1999-10-03 | 1 | -1/+1 |
* | KASSERT that we cannot use M_WAITOK in interrupt context. | phk | 1999-09-19 | 1 | -0/+9 |
* | Get rid of MALLOC_INSTANTIATE and MALLOC_MAKE_TYPE(). Just handle the 3 | bde | 1999-09-11 | 1 | -1/+4 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Move the initialisation/tuning of nmbclusters from param.c/machdep.c | msmith | 1999-07-05 | 1 | -8/+7 |
* | Fixed corruption of the kmemstatistcs list. The first malloc() | bde | 1999-05-12 | 1 | -5/+9 |
* | Add sufficient braces to keep egcs happy about potentially ambiguous | peter | 1999-05-06 | 1 | -2/+3 |
* | Fix warnings in preparation for adding -Wall -Wcast-qual to the | dillon | 1999-01-27 | 1 | -3/+3 |
* | Allow VM_KMEM_SIZE to be tuned from the kernel environment. This tuning | msmith | 1999-01-21 | 1 | -1/+6 |
* | This is a rather large commit that encompasses the new swapper, | dillon | 1999-01-21 | 1 | -5/+31 |
* | KNFize, by bde. | eivind | 1999-01-10 | 1 | -6/+5 |
* | Split DIAGNOSTIC -> DIAGNOSTIC, INVARIANTS, and INVARIANT_SUPPORT as | eivind | 1999-01-08 | 1 | -24/+19 |
* | Have MALLOC_DECLARE() initialize malloc types explicitly, and have them | peter | 1998-11-10 | 1 | -6/+34 |
* | Nitpicking and dusting performed on a train. Removes trivial warnings | phk | 1998-10-25 | 1 | -3/+1 |
* | Use [u]intptr_t instead of [u_]long for casts between pointers and | bde | 1998-08-16 | 1 | -3/+3 |
* | Fixed printf format errors. | bde | 1998-07-29 | 1 | -7/+8 |
* | Reviewed by: dyson@freebsd.org (john Dyson), dg@root.com (david greenman) | julian | 1998-03-08 | 1 | -3/+3 |
* | Try to dynamically size the VM_KMEM_SIZE (but is still able to be overridden | dyson | 1998-02-23 | 1 | -10/+39 |