aboutsummaryrefslogtreecommitdiff
path: root/sys/ddb/db_watch.c
Commit message (Expand)AuthorAgeFilesLines
* SPDX: Consider code from Carnegie-Mellon University.Pedro F. Giffuni2017-11-301-0/+2
* ddb: de-registerPedro F. Giffuni2015-05-231-7/+7
* ddb: finish converting boolean values.Pedro F. Giffuni2015-05-211-7/+7
* ddb: stop boolean screaming.Pedro F. Giffuni2015-05-181-7/+7
* ddb: ANSI-fy function declarations.Pedro F. Giffuni2014-10-121-37/+16
* ddb: space/tab fixes.Pedro F. Giffuni2014-10-111-4/+4
* Fix the output format of MI ddb watches in 'show watch' on 64-bitJohn Baldwin2006-11-171-0/+8
* Move the prototypes of db_md_set_watchpoint(), db_md_clr_watchpoint()Marcel Moolenaar2005-09-101-5/+0
* Start each of the license/copyright comments with /*-Warner Losh2005-01-061-1/+1
* Use __FBSDID().David E. O'Brien2003-06-101-3/+3
* Be consistent about "static" functions: if the function is markedPoul-Henning Kamp2002-09-281-2/+2
* Remove __P.Alfred Perlstein2002-03-201-12/+11
* Add 'hwatch' and 'dhwatch' ddb commands analogous to 'watch' andBrian S. Dean2001-07-111-0/+45
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inMark Murray2001-05-011-1/+2
* useracc() the prequel:Poul-Henning Kamp1999-10-291-1/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Quiet warnings on Alpha. (db_expr_t is a long on alpha, int on x86)Peter Wemm1999-07-011-4/+4
* Fixed db_printf format errors.Bruce Evans1998-07-081-3/+3
* Ensure that the linker sets for commands exist by putting a standardBruce Evans1998-02-131-8/+7
* Removed unused #includes.Bruce Evans1997-06-141-5/+1
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* This is the kernel Lite/2 commit. There are some requisite userlandJohn Dyson1997-02-101-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-5/+4
* Staticize and cleanup.Poul-Henning Kamp1995-12-101-2/+2
* Untangled the vm.h include file spaghetti.David Greenman1995-12-071-2/+7
* Staticized and '#ifdef notused' stuff we don't use.Poul-Henning Kamp1995-11-291-11/+23
* Completed function declarations and/or added prototypes and/or #includesBruce Evans1995-11-241-4/+11
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-8/+8
* Fix up some sloppy coding practices:Garrett Wollman1994-08-181-5/+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-4/+4
* Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, someRodney W. Grimes1993-10-161-26/+2
* Initial import, 0.1 + pk 0.2.4-B1Rodney W. Grimes1993-06-121-0/+294