aboutsummaryrefslogtreecommitdiff
path: root/sys/ddb/db_variables.c
Commit message (Expand)AuthorAgeFilesLines
* SPDX: Consider code from Carnegie-Mellon University.Pedro F. Giffuni2017-11-301-0/+2
* Make the ddb(4) "set" command list variables when called without parameters.Edward Tomasz Napierala2017-11-301-0/+11
* Indentation issues.Pedro F. Giffuni2016-04-201-2/+1
* kernel: use our nitems() macro when it is available through param.h.Pedro F. Giffuni2016-04-191-1/+1
* ddb: finish converting boolean values.Pedro F. Giffuni2015-05-211-1/+1
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorRobert Watson2009-07-141-0/+6
* Start each of the license/copyright comments with /*-Warner Losh2005-01-061-1/+1
* - Change the ddb paging "support" to use a variable (db_lines_per_page) toJohn Baldwin2004-11-011-0/+1
* Mega update for the KDB framework: turn DDB into a KDB backend.Marcel Moolenaar2004-07-101-71/+50
* Use __FBSDID().David E. O'Brien2003-06-101-3/+3
* Remove __P.Alfred Perlstein2002-03-201-3/+3
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Restored used include of <sys/systm.h>. -Wmissing-prototypes doesn't workBruce Evans1999-05-131-1/+2
* Fixed bogus type of valuep in struct db_variable. It was `int *' andBruce Evans1998-07-081-2/+2
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-071-2/+2
* Removed unused #includes.Bruce Evans1997-06-141-2/+1
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Reduced and cleaned up #includes.Bruce Evans1995-12-101-4/+2
* Untangled the vm.h include file spaghetti.David Greenman1995-12-071-1/+2
* Staticized and '#ifdef notused' stuff we don't use.Poul-Henning Kamp1995-11-291-8/+13
* Completed function declarations and/or added prototypes and/or #includesBruce Evans1995-11-241-5/+11
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-8/+8
* Makes gcc silent in sys/ddb.Poul-Henning Kamp1994-09-271-2/+1
* Fix up some sloppy coding practices:Garrett Wollman1994-08-181-2/+1
* Change all #includes to follow the current Berkeley style. Some of theseGarrett Wollman1994-08-131-5/+5
* Make the LINT kernel compile with -W -Wreturn-type -Wcomment -Werror, andGarrett Wollman1993-11-251-8/+8
* Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, someRodney W. Grimes1993-10-161-23/+2
* Initial import, 0.1 + pk 0.2.4-B1Rodney W. Grimes1993-06-121-0/+186