aboutsummaryrefslogtreecommitdiff
path: root/sys/ddb/db_sym.h
Commit message (Collapse)AuthorAgeFilesLines
* ddb: space/tab fixes.Pedro F. Giffuni2014-10-111-1/+1
| | | | | | | | | No functional change. MFC after: 3 days Notes: svn path=/head/; revision=272958
* ddb: Minor style cleanups.Pedro F. Giffuni2014-03-311-4/+4
| | | | | | | | | #define should be followed by tab. MFC after: 1 week Notes: svn path=/head/; revision=263973
* Start each of the license/copyright comments with /*-Warner Losh2005-01-061-1/+1
| | | | Notes: svn path=/head/; revision=139747
* When talking about c_db_sym_t, mention that it is not just like db_sym_t:Juli Mallett2002-08-141-1/+1
| | | | | | | | | it's const. Inspired by: bde Notes: svn path=/head/; revision=101878
* Fixed some style bugs in the removal of __P(()). Continuation linesBruce Evans2002-03-231-9/+5
| | | | | | | | were not outdented to preserve non-KNF lining up of code with parentheses. Switch to KNF formatting. Notes: svn path=/head/; revision=93009
* Remove __P.Alfred Perlstein2002-03-201-15/+15
| | | | Notes: svn path=/head/; revision=92756
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50477
* Fixed -Wcast-qual warnings.Bruce Evans1999-02-121-2/+2
| | | | Notes: svn path=/head/; revision=43926
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-271-9/+11
| | | | | | | | | | kernel compile. This commit includes significant work to proper handle const arguments for the DDB symbol routines. Notes: svn path=/head/; revision=43309
* Changes to support -Wall, -Wcast-qual. Had to make physical code changesMatthew Dillon1999-01-271-4/+4
| | | | | | | | in db_lookup() to avoid the *cp = 0 / *cp = ':' combo ( temporary nul-terminate-then-restore-original ) on a const char * string. Notes: svn path=/head/; revision=43289
* Supply the symbol table as an argument to X_db_symbol_values (required for elf).Doug Rabson1998-06-281-2/+3
| | | | Notes: svn path=/head/; revision=37218
* Some staticized variables were still declared to be extern.Bruce Evans1997-06-301-8/+1
| | | | Notes: svn path=/head/; revision=27122
* Don't depend on gcc's feature of interpreting `int foo(c) char c; ...'Bruce Evans1997-06-301-2/+2
| | | | | | | | as `int foo(char c) ...' if there is a bogus prototype `int foo(char c);' in scope. Notes: svn path=/head/; revision=27121
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
| | | | | | | ready for it yet. Notes: svn path=/head/; revision=22975
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* Staticized and '#ifdef notused' stuff we don't use.Poul-Henning Kamp1995-11-291-3/+1
| | | | Notes: svn path=/head/; revision=12515
* Completed function declarations and/or added prototypes.Bruce Evans1995-11-241-11/+24
| | | | | | | | | Removed `extern' from prototypes. Sorted prototypes. Uniformized idempotency ifdefs. Notes: svn path=/head/; revision=12472
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-8/+8
| | | | Notes: svn path=/head/; revision=8876
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'Bruce Evans1995-03-161-1/+2
| | | | | | | | | (except in netccitt, netiso and netns) and most of the warnings from `gcc -Wnested-externs'. Fix all the bugs found. There were no serious ones. Notes: svn path=/head/; revision=7090
* Makes gcc silent in sys/ddb.Poul-Henning Kamp1994-09-271-2/+2
| | | | Notes: svn path=/head/; revision=3140
* 1) cleaned up after Garrett - fixed more redundant declarations, changedDavid Greenman1994-08-201-2/+2
| | | | | | | | | | | use of timeout_t -> timeout_func_t in aha1542 and aha1742 drivers. 2) fix a bug in the portalfs that was uncovered by better prototyping - specifically, the time must be converted from timeval to timespec before storing in va_atime. 3) fixed/added some miscellaneous prototypes Notes: svn path=/head/; revision=2142
* Fix up some sloppy coding practices:Garrett Wollman1994-08-181-4/+4
| | | | | | | | | | | | | | | - Delete redundant declarations. - Add -Wredundant-declarations to Makefile.i386 so they don't come back. - Delete sloppy COMMON-style declarations of uninitialized data in header files. - Add a few prototypes. - Clean up warnings resulting from the above. NB: ioconf.c will still generate a redundant-declaration warning, which is unavoidable unless somebody volunteers to make `config' smarter. Notes: svn path=/head/; revision=2112
* Make all headers idempotent. All incorrect common data moved out of headerGarrett Wollman1993-11-071-1/+5
| | | | | | | files and into a related source file. Notes: svn path=/head/; revision=716
* Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, someRodney W. Grimes1993-10-161-18/+2
| | | | | | | minor cleanup. Added $Id$ to files that did not have any version info, etc Notes: svn path=/head/; revision=623
* Initial import, 0.1 + pk 0.2.4-B1Rodney W. Grimes1993-06-121-0/+114
Notes: svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=4