summaryrefslogtreecommitdiff
path: root/sys/dev/vinum/vinummemory.c
Commit message (Expand)AuthorAgeFilesLines
* expand_table: Add parameters file and line if we're debugging.Greg Lehey2003-05-231-7/+18
* Use strrchr, not rindex. This is for compatibility with otherGreg Lehey2003-05-011-8/+8
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-1/+1
* KSE Milestone 2Julian Elischer2001-09-121-1/+1
* The kernel *does* now define setjmp/longjmp. Dont duplicate it here.Peter Wemm2001-07-271-1/+0
* Change #if VINUMDEBUG to #ifdef VINUMDEBUG. This is a flag, not a variable.Greg Lehey2001-05-231-2/+2
* Cosmetics: wrap long lines to be < 80 characters.Greg Lehey2001-05-221-2/+4
* Make intr_nesting_level per-process, rather than per-cpu. SetupJake Burkholder2001-01-211-1/+1
* Use PCPU_GET, PCPU_PTR and PCPU_SET to access all per-cpu variablesJake Burkholder2001-01-101-1/+1
* expand_table: Avoid a race condition which may have been contributingGreg Lehey2000-05-041-1/+4
* Malloc: Save the caller's file name in the correct entry.Greg Lehey2000-02-291-2/+2
* Include basename() function even if the system isn't i386.Greg Lehey2000-01-051-7/+11
* MMalloc: don't supply M_WAITOK when mallocing from an interruptGreg Lehey1999-10-131-23/+29
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Make Vinum compile correctly without VINUMDEBUGGreg Lehey1999-05-081-1/+0
* Remove old grunge, including references to sys/disk.h (which is goingGreg Lehey1999-05-071-2/+0
* vinum_mallocinfo:Greg Lehey1999-05-021-1/+1
* When VINUMDEBUG is set, add function basename() to return the baseGreg Lehey1999-04-101-5/+14
* Modify parameter checking in LongJmp to match the reality of anGreg Lehey1999-04-091-3/+3
* Destaticize some variables to allow checking on them when exiting.Greg Lehey1999-03-311-2/+2
* Add function LongJmp which checks the parameters before callingGreg Lehey1999-03-281-7/+48
* Use microtime, not getmicrotime, to note the times in the malloc andGreg Lehey1999-03-191-2/+2
* Modify to compile with egcs.Greg Lehey1999-03-181-2/+2
* Remove antique crud.Greg Lehey1999-03-131-10/+25
* Change printf() calls to log() calls.Greg Lehey1999-03-021-3/+4
* Change multiline comments to start with a lone /* and end with a */,Greg Lehey1999-01-291-2/+4
* MMalloc: remove directory part of name correctlyGreg Lehey1999-01-211-5/+4
* Some relatively minor tweaks to enable vinum to be built into a staticPeter Wemm1998-12-281-5/+6
* If I've done this right, revive the vinum code in it's now home after itPeter Wemm1998-12-281-0/+198
* Remove LKM's depricated by modules.Søren Schmidt1998-12-271-198/+0
* config.c:Greg Lehey1998-10-211-17/+29
* Import base vinum lkm sourcesGreg Lehey1998-09-161-0/+186