aboutsummaryrefslogtreecommitdiff
path: root/sys/ddb/db_variables.c
Commit message (Expand)AuthorAgeFilesLines
* $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