aboutsummaryrefslogtreecommitdiff
path: root/sys/ddb/db_lex.c
Commit message (Expand)AuthorAgeFilesLines
* ddb: ANSI-fy function declarations.Pedro F. Giffuni2014-10-121-4/+4
* Add a simple scripting facility to DDB(4), allowing the user toRobert Watson2007-12-261-1/+30
* Start each of the license/copyright comments with /*-Warner Losh2005-01-061-1/+1
* Use __FBSDID().David E. O'Brien2003-06-101-3/+4
* Remove __P.Alfred Perlstein2002-03-201-4/+4
* Allow '.' in identifiers - some ia64 register names contain '.'.Doug Rabson2002-03-101-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Fixed bogus type of valuep in struct db_variable. It was `int *' andBruce Evans1998-07-081-3/+3
* Make db_tok_number a long to allow typing 64bit numbers on alpha.Doug Rabson1998-06-271-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-2/+2
* Staticize and cleanup.Poul-Henning Kamp1995-12-101-3/+3
* 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-6/+9
* Completed function declarations and/or added prototypes and/or #includesBruce Evans1995-11-241-2/+2
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-9/+9
* Fix up some sloppy coding practices:Garrett Wollman1994-08-181-2/+4
* Change all #includes to follow the current Berkeley style. Some of theseGarrett Wollman1994-08-131-4/+4
* Make the LINT kernel compile with -W -Wreturn-type -Wcomment -Werror, andGarrett Wollman1993-11-251-2/+6
* Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, someRodney W. Grimes1993-10-161-22/+2
* Initial import, 0.1 + pk 0.2.4-B1Rodney W. Grimes1993-06-121-0/+295