aboutsummaryrefslogtreecommitdiff
path: root/sys/ddb/db_expr.c
Commit message (Expand)AuthorAgeFilesLines
* SPDX: Consider code from Carnegie-Mellon University.Pedro F. Giffuni2017-11-301-0/+2
* Fix right shifts on arches with db_expr_t larger than u_int (LP64 archesBruce Evans2017-03-181-1/+1
* Expand error messages: print symbol names, parentheses and shift tokens,Bruce Evans2016-08-281-15/+21
* Add a small set of logical operators to DDB command language.Pedro F. Giffuni2016-05-161-25/+168
* ddb: Make use of our roundup() macro when available.Pedro F. Giffuni2016-04-261-1/+1
* ddb: finish converting boolean values.Pedro F. Giffuni2015-05-211-10/+10
* ddb: stop boolean screaming.Pedro F. Giffuni2015-05-181-19/+19
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorRobert Watson2009-07-141-1/+3
* Prefer prototypes to k&r definitions.Warner Losh2009-03-091-12/+6
* Start each of the license/copyright comments with /*-Warner Losh2005-01-061-1/+1
* Use __FBSDID().David E. O'Brien2003-06-101-3/+4
* Don't assume that pointers are 4 bytes or sizeof(int) in size. This fixesThomas Moestl2002-06-251-1/+1
* Remove __P.Alfred Perlstein2002-03-201-5/+5
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* 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-3/+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-11/+11
* Completed function declarations and/or added prototypes and/or #includesBruce Evans1995-11-241-1/+7
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-8/+8
* 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-2/+3
* Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, someRodney W. Grimes1993-10-161-25/+2
* Initial import, 0.1 + pk 0.2.4-B1Rodney W. Grimes1993-06-121-0/+248