aboutsummaryrefslogtreecommitdiff
path: root/sys/ddb/db_lex.h
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* ddb(4): Add some support for lexing IPv6 addressesConrad Meyer2019-09-091-1/+12
* ddb(4): Enhance lexer functionality for specialized commandsConrad Meyer2019-09-091-1/+40
* SPDX: Consider code from Carnegie-Mellon University.Pedro F. Giffuni2017-11-301-0/+2
* Add a small set of logical operators to DDB command language.Pedro F. Giffuni2016-05-161-0/+13
* Add a simple scripting facility to DDB(4), allowing the user toRobert Watson2007-12-261-4/+7
* Start each of the license/copyright comments with /*-Warner Losh2005-01-061-1/+1
* Remove __P.Alfred Perlstein2002-03-201-4/+4
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Fixed bogus type of valuep in struct db_variable. It was `int *' andBruce Evans1998-07-081-2/+2
* Make db_tok_number a long to allow typing 64bit numbers on alpha.Doug Rabson1998-06-271-2/+2
* 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
* Staticized and '#ifdef notused' stuff we don't use.Poul-Henning Kamp1995-11-291-4/+1
* Completed function declarations and/or added prototypes.Bruce Evans1995-11-241-13/+10
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-9/+9
* Fix up some sloppy coding practices:Garrett Wollman1994-08-181-2/+1
* Make all headers idempotent. All incorrect common data moved out of headerGarrett Wollman1993-11-071-1/+5
* Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, someRodney W. Grimes1993-10-161-18/+2
* Initial import, 0.1 + pk 0.2.4-B1Rodney W. Grimes1993-06-121-0/+89