aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/kernbb
Commit message (Expand)AuthorAgeFilesLines
* Per letter dated July 22, 1999 remove 3rd clause of Berkeley derived softwareWarner Losh2004-08-071-4/+0
* Fix the type of struct bbf's arc_count member: according to gcc'sTim J. Robbins2004-05-291-1/+1
* Fix our kernel support for Basic Block Profiling to work with GCC33.Poul-Henning Kamp2003-12-032-13/+69
* Use __FBSDID over rcsid[]. Protect copyright[] where needed.David E. O'Brien2003-05-031-4/+2
* mdoc(7) police: Scheduled sweep.Ruslan Ermilov2003-02-241-4/+6
* Update kernbb(8) to deal with GCC's new way of doing things.Poul-Henning Kamp2003-01-063-86/+51
* Include <nlist.h> for nlist interfaces instead of depending on namespaceBruce Evans2002-08-181-0/+1
* The .Nm utilityPhilippe Charnier2002-07-141-3/+4
* Replace /kernel with /boot/kernel/kernel.Josef Karthauser2002-05-091-2/+2
* Perform a major cleanup of the usr.sbin Makefiles.David E. O'Brien2001-07-201-0/+1
* Remove whitespace at EOL.Dima Dorfman2001-07-151-1/+1
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
* Nuke unused variables.Dima Dorfman2001-06-241-1/+1
* - Backout botched attempt to introduce MANSECT feature.Ruslan Ermilov2001-03-261-0/+1
* Set the default manual section for usr.sbin/ to 8.Ruslan Ermilov2001-03-201-1/+0
* mdoc(7) police: removed history info from the .Os FreeBSD call.Ruslan Ermilov2000-12-141-1/+1
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-1/+1
* Put ASCII under .TnPhilippe Charnier2000-05-281-1/+3
* Correct spelling : ascii -> ASCIIAlexey Zelkin1999-09-201-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-283-3/+3
* Now bb structures are linked together.Poul-Henning Kamp1999-03-211-5/+5
* Typo fix.Masafumi Max NAKANE1997-10-121-2/+2
* Use err(3). Put includes in alphabetical order. Use .An macro.Philippe Charnier1997-09-222-12/+15
* typo fix.Poul-Henning Kamp1997-08-141-2/+2
* Do not output anything for source-files with no counts.Poul-Henning Kamp1997-08-142-8/+24
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-223-3/+3
* Fixed misapplied patch in rev.1.2. A loop continuation test was outsideBruce Evans1997-01-141-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-143-3/+3
* comma typosWolfram Schneider1996-12-231-1/+2
* Fix various bogosities.Poul-Henning Kamp1995-10-221-16/+16
* Don't dereference NULL pointers.Poul-Henning Kamp1995-04-281-3/+7
* Told Makefile about manpage.Poul-Henning Kamp1995-04-281-2/+2
* Had a moment, wrote a manpage based on kprof's page.Poul-Henning Kamp1995-04-281-0/+65
* Added the kernbb program. No man-page yet :(Poul-Henning Kamp1995-03-102-0/+129