aboutsummaryrefslogtreecommitdiff
path: root/sys/ddb/db_break.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* ddb: Remove SOFTWARE_SSTEP supportWarner Losh2022-01-071-35/+0
* ddb: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-2/+0
* SPDX: Consider code from Carnegie-Mellon University.Pedro F. Giffuni2017-11-301-0/+2
* ddb: finish converting boolean values.Pedro F. Giffuni2015-05-211-9/+7
* ddb: stop boolean screaming.Pedro F. Giffuni2015-05-181-4/+4
* ddb: ANSI-fy function declarations.Pedro F. Giffuni2014-10-121-43/+19
* ddb: space/tab fixes.Pedro F. Giffuni2014-10-111-3/+3
* Follow up to r225203 refining break-to-debugger run-time configurationRobert Watson2011-08-271-2/+0
* Start each of the license/copyright comments with /*-Warner Losh2005-01-061-1/+1
* Mega update for the KDB framework: turn DDB into a KDB backend.Marcel Moolenaar2004-07-101-43/+0
* Use __FBSDID().David E. O'Brien2003-06-101-2/+4
* Add /* FALLTHROUGH */Poul-Henning Kamp2003-05-311-0/+1
* - Add a function db_alt_break which recognizes the character sequence used toJake Burkholder2002-12-311-0/+44
* Remove __P.Alfred Perlstein2002-03-201-7/+6
* Fill out some gaps in ia64 DDB support. This involves generalising DDB'sDoug Rabson2001-09-151-22/+29
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Fixed db_printf format errors.Bruce Evans1998-07-081-5/+4
* Fixed ifdef bogotification in previous commit.Bruce Evans1998-06-081-7/+2
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-071-4/+5
* Removed unused #includes.Bruce Evans1997-06-141-3/+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-6/+4
* Staticize and cleanup.Poul-Henning Kamp1995-12-101-2/+2
* Untangled the vm.h include file spaghetti.David Greenman1995-12-071-1/+3
* Staticized and '#ifdef notused' stuff we don't use.Poul-Henning Kamp1995-11-291-13/+27
* Completed function declarations and/or added prototypes and/or #includesBruce Evans1995-11-241-5/+8
* 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-3/+4
* Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, someRodney W. Grimes1993-10-161-37/+2
* Initial import, 0.1 + pk 0.2.4-B1Rodney W. Grimes1993-06-121-0/+387