summaryrefslogtreecommitdiffstats
path: root/sys/dev/vinum/vinummemory.c
Commit message (Expand)AuthorAgeFilesLines
* Change #if VINUMDEBUG to #ifdef VINUMDEBUG. This is a flag, not a variable.grog2001-05-231-2/+2
* Cosmetics: wrap long lines to be < 80 characters.grog2001-05-221-2/+4
* Make intr_nesting_level per-process, rather than per-cpu. Setupjake2001-01-211-1/+1
* Use PCPU_GET, PCPU_PTR and PCPU_SET to access all per-cpu variablesjake2001-01-101-1/+1
* expand_table: Avoid a race condition which may have been contributinggrog2000-05-041-1/+4
* Malloc: Save the caller's file name in the correct entry.grog2000-02-291-2/+2
* Include basename() function even if the system isn't i386.grog2000-01-051-7/+11
* MMalloc: don't supply M_WAITOK when mallocing from an interruptgrog1999-10-131-23/+29
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Make Vinum compile correctly without VINUMDEBUGgrog1999-05-081-1/+0
* Remove old grunge, including references to sys/disk.h (which is goinggrog1999-05-071-2/+0
* vinum_mallocinfo:grog1999-05-021-1/+1
* When VINUMDEBUG is set, add function basename() to return the basegrog1999-04-101-5/+14
* Modify parameter checking in LongJmp to match the reality of angrog1999-04-091-3/+3
* Destaticize some variables to allow checking on them when exiting.grog1999-03-311-2/+2
* Add function LongJmp which checks the parameters before callinggrog1999-03-281-7/+48
* Use microtime, not getmicrotime, to note the times in the malloc andgrog1999-03-191-2/+2
* Modify to compile with egcs.grog1999-03-181-2/+2
* Remove antique crud.grog1999-03-131-10/+25
* Change printf() calls to log() calls.grog1999-03-021-3/+4
* Change multiline comments to start with a lone /* and end with a */,grog1999-01-291-2/+4
* MMalloc: remove directory part of name correctlygrog1999-01-211-5/+4
* Some relatively minor tweaks to enable vinum to be built into a staticpeter1998-12-281-5/+6
* If I've done this right, revive the vinum code in it's now home after itpeter1998-12-281-0/+198
* Remove LKM's depricated by modules.sos1998-12-271-198/+0
* config.c:grog1998-10-211-17/+29
* Import base vinum lkm sourcesgrog1998-09-161-0/+186
OpenPOWER on IntegriCloud