summaryrefslogtreecommitdiff
path: root/sys/ddb/db_variables.c
AgeCommit message (Expand)Author
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2017-11-30SPDX: Consider code from Carnegie-Mellon University.Pedro F. Giffuni
2017-11-30Make the ddb(4) "set" command list variables when called without parameters.Edward Tomasz Napierala
2016-04-20Indentation issues.Pedro F. Giffuni
2016-04-19kernel: use our nitems() macro when it is available through param.h.Pedro F. Giffuni
2015-05-21ddb: finish converting boolean values.Pedro F. Giffuni
2009-07-14Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorRobert Watson
2005-01-06Start each of the license/copyright comments with /*-Warner Losh
2004-11-01- Change the ddb paging "support" to use a variable (db_lines_per_page) toJohn Baldwin
2004-07-10Mega update for the KDB framework: turn DDB into a KDB backend.Marcel Moolenaar
2003-06-10Use __FBSDID().David E. O'Brien
2002-03-20Remove __P.Alfred Perlstein
1999-08-28$Id$ -> $FreeBSD$Peter Wemm
1999-05-13Restored used include of <sys/systm.h>. -Wmissing-prototypes doesn't workBruce Evans
1998-07-08Fixed bogus type of valuep in struct db_variable. It was `int *' andBruce Evans
1998-06-07This commit fixes various 64bit portability problems required forDoug Rabson
1997-06-14Removed unused #includes.Bruce Evans
1997-02-22Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm
1997-01-14Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard
1995-12-10Reduced and cleaned up #includes.Bruce Evans
1995-12-07Untangled the vm.h include file spaghetti.David Greenman
1995-11-29Staticized and '#ifdef notused' stuff we don't use.Poul-Henning Kamp
1995-11-24Completed function declarations and/or added prototypes and/or #includesBruce Evans
1995-05-30Remove trailing whitespace.Rodney W. Grimes
1994-09-27Makes gcc silent in sys/ddb.Poul-Henning Kamp
1994-08-18Fix up some sloppy coding practices:Garrett Wollman
1994-08-13Change all #includes to follow the current Berkeley style. Some of theseGarrett Wollman
1993-11-25Make the LINT kernel compile with -W -Wreturn-type -Wcomment -Werror, andGarrett Wollman
1993-10-16Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, someRodney W. Grimes
1993-06-12Initial import, 0.1 + pk 0.2.4-B1Rodney W. Grimes