History log of /src/usr.bin/gprof |
Revision | Date | Author | Comments |
1.30 | 11-Jun-2018 |
kamil | Restore the MKGROFF=bo MKCXX=yes build
Mark the documentation in dc(1), gprof(1), rogue(6) and fsck_ffs(8) with the .roff flag in SUBDIR.
Sponsored by <The NetBSD Foundation>
|
1.29 | 05-Jul-2014 |
dholland | branches: 1.29.22; Reorg docs, part 1: Move all the reference manuals to subdirs of /usr/share/doc/reference. We have subdirs ref1-ref9, corresponding to man page sections 1-9.
Everything that's the reference manual for a program (sections 1, 6, 8), C interface (sections 2, 3), driver or file system (section 4), format or configuration (section 5), or kernel internal interface (section 9) belongs in here.
Section 7 is a little less clear: some things that might go in section 7 if they were a man page aren't really reference manuals. So I'm only putting things in reference section 7 that are (to me) clearly reference material, rather than e.g. tutorials, guides, FAQs, etc. This obviously leaves some room for debate, especially without first editing the docs with this distinction in mind, but if people hate what I've done things can always be moved again.
Note also that while roff macro man pages traditionally go in section 7, I have put all the roff documentation (macros, tools, etc.) in one place in reference/ref1/roff. This will make it easier to find and also easier to edit it into some kind of coherent form.
|
1.28 | 05-Jul-2014 |
dholland | Rework /usr/share/doc.
Update the <bsd.doc.mk> infrastructure, and update the docs to match the new infrastructure.
- Build and install text, ps, pdf, and/or html, not roff sources.
- Don't wire the chapter numbers into the build system, or use them in the installed pathnames. This didn't matter much when the docs were a museum, but now that we're theoretically going to start maintaining them again, we're going to add and remove documents periodically and having the chapter numbers baked in creates a lot of thrashing for no purpose.
- Specify the document name explicitly, rather than implicitly in a path. Use this name (instead of other random strings) as the name of the installed files.
- Specify the document section, which is the subdirectory of /usr/share/doc to install into.
- Allow multiple subdocuments. (That is, multiple documents in one output directory.)
- Enumerate the .png files groff emits along with html so they can be installed.
- Remove assorted hand-rolled rules for running roff and roff widgetry and add enough variable settings to make these unnecessary. This includes support for - explicit use of soelim - refer - tbl - pic - eqn
- Forcibly apply at least minimal amounts of sanity to certain autogenerated roff files.
- Don't exclude USD.doc, SMM.doc, and PSD.doc directories from the build, as they now actually do stuff.
Note: currently we can't generate pdf. This turns out to be a nontrivial problem with no immediate solution forthcoming. So for now, as a workaround, install compressed .ps as the printable form.
|
1.27 | 09-Feb-1999 |
tv | branches: 1.27.74; 1.27.86; Goodbye, Berkeley gprof; we shall miss you! (PSD doc remains here, as it has not lost relevance.)
|
1.26 | 03-Feb-1999 |
tv | Re-enable binutils-based gprof for i386, and disable old gprof on i386.
|
1.25 | 07-Nov-1998 |
jonathan | binutils gprof doesn't support mips. Build a.out gprof on mips, to support kernel profiling.
|
1.24 | 27-Sep-1998 |
lukem | don't install in /usr/share if NOSHARE is defined
|
1.23 | 23-Feb-1998 |
jonathan | More table-driven changes for different toolchains: * new bsd.own.mk variable OBJECT_FMT with values "a.out" or "ELF". * use OBJECT_FMT in Makefile tests that depend on toolchain. * Add new bsd.own.mk variable NOSHLIB that, if set indicates a given port doesnt yet do shared libraries. Set on powerpc. * Document new feature-test variables in src/share/mk/bsd.README. Tested on i386, mips, fakedup Alpha environment.
|
1.22 | 23-Feb-1998 |
jonathan | Remove WARNS= 0 from HEAD.
|
1.21 | 23-Feb-1998 |
jonathan | Descend into gprof on all ports to build doc/psd/18.gprof. Don't define PROG in gprof on ELF or powerpc. Put back WARNS= 0 for compatibility with 1.3.1.
|
1.20 | 22-Feb-1998 |
christos | WARNSify
|
1.19 | 24-Oct-1997 |
lukem | use CPPFLAGS instead of CFLAGS
|
1.18 | 19-Oct-1997 |
lukem | branches: 1.18.2; use WARNS=0 not WARNS?=0 to disable warnings
|
1.17 | 11-Oct-1997 |
mycroft | Use bsd.subdir.mk as appropriate.
|
1.16 | 24-Mar-1997 |
christos | - Makefile cleanups
|
1.15 | 18-Oct-1996 |
thorpej | Use ${INSTALL}.
|
1.14 | 19-Apr-1995 |
cgd | add -D${MACHINE_ARCH} to cflags; machines with new cpp predefs need it.
|
1.13 | 19-Apr-1995 |
cgd | clean up RCS ids
|
1.12 | 30-Jun-1994 |
cgd | deal with new share/doc strategy
|
1.11 | 25-Jun-1994 |
cgd | update for new doc-make/install strategy
|
1.10 | 17-May-1994 |
cgd | clean up import, etc.
|
1.9 | 14-May-1994 |
cgd | get it to compile, with new location of gmon.h
|
1.8 | 10-Feb-1994 |
cgd | kill bogus install -d's, and clean slightly
|
1.7 | 06-Dec-1993 |
cgd | update for MACHINE_ARCH
|
1.6 | 01-Oct-1993 |
jtc | Always use `install -d' to make sure destination directory exists & has correct ownership and permissions.
|
1.5 | 23-Aug-1993 |
cgd | changes from 0.9-ALPHA2 to 0.9-BETA
|
1.4 | 31-Jul-1993 |
mycroft | Add RCS indentifiers.
|
1.3 | 20-May-1993 |
cgd | branches: 1.3.2; fix -I for csu change.
|
1.2 | 10-Apr-1993 |
cgd | make sure /usr/share/misc exists before installing into it.
|
1.1 | 31-Mar-1993 |
cgd | branches: 1.1.1; pulled in from net/2. should work fine -- profiling support exists.
|
1.1.1.1 | 17-May-1994 |
cgd | new gprof
|
1.3.2.1 | 14-Aug-1993 |
cgd | install the files in /usr/share/misc with mode 444, not 555
|
1.18.2.3 | 09-Nov-1998 |
cgd | Build a.out gprof on mips. The binutils gprof doesn't support the mips, and a.out profiling is better than none. Fix done differently in -current, so this was a patch. (jonathan)
|
1.18.2.2 | 09-Mar-1998 |
mellon | Pull up 1.21 (jonathan)
|
1.18.2.1 | 08-Nov-1997 |
lukem | sync with trunk (approved by thorpej)
|
1.27.86.1 | 10-Aug-2014 |
tls | Rebase.
|
1.27.74.1 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.29.22.1 | 25-Jun-2018 |
pgoyette | Sync with HEAD
|
1.3 | 09-Feb-1999 |
tv | Goodbye, Berkeley gprof; we shall miss you! (PSD doc remains here, as it has not lost relevance.)
|
1.2 | 22-Feb-1998 |
christos | WARNSify
|
1.1 | 19-Apr-1995 |
cgd | add alpha support files.
|
1.2 | 09-Feb-1999 |
tv | Goodbye, Berkeley gprof; we shall miss you! (PSD doc remains here, as it has not lost relevance.)
|
1.1 | 19-Apr-1995 |
cgd | add alpha support files.
|
1.9 | 09-Feb-1999 |
tv | Goodbye, Berkeley gprof; we shall miss you! (PSD doc remains here, as it has not lost relevance.)
|
1.8 | 30-Mar-1998 |
mrg | remove register
|
1.7 | 22-Feb-1998 |
christos | WARNSify
|
1.6 | 19-Apr-1995 |
cgd | clean up RCS ids
|
1.5 | 06-Oct-1994 |
mycroft | Fix RCS id format.
|
1.4 | 17-May-1994 |
cgd | clean up import, etc.
|
1.3 | 01-Aug-1993 |
mycroft | Add RCS identifiers.
|
1.2 | 18-Apr-1993 |
mycroft | Cleanup for GCC 2.
|
1.1 | 31-Mar-1993 |
cgd | branches: 1.1.1; pulled in from net/2. should work fine -- profiling support exists.
|
1.1.1.1 | 17-May-1994 |
cgd | new gprof
|
1.3 | 09-Feb-1999 |
tv | Goodbye, Berkeley gprof; we shall miss you! (PSD doc remains here, as it has not lost relevance.)
|
1.2 | 22-Feb-1998 |
christos | WARNSify
|
1.1 | 01-Apr-1996 |
mark | Initial commit of the machine dependant gprof files for the arm32 port.
|
1.2 | 09-Feb-1999 |
tv | Goodbye, Berkeley gprof; we shall miss you! (PSD doc remains here, as it has not lost relevance.)
|
1.1 | 01-Apr-1996 |
mark | Initial commit of the machine dependant gprof files for the arm32 port.
|
1.8 | 09-Feb-1999 |
tv | Goodbye, Berkeley gprof; we shall miss you! (PSD doc remains here, as it has not lost relevance.)
|
1.7 | 15-Mar-1998 |
mrg | avoid extraneous gcc warnings.
|
1.6 | 22-Feb-1998 |
christos | WARNSify
|
1.5 | 19-Apr-1995 |
cgd | clean up RCS ids
|
1.4 | 06-Oct-1994 |
mycroft | Fix RCS id format.
|
1.3 | 17-May-1994 |
cgd | clean up import, etc.
|
1.2 | 01-Aug-1993 |
mycroft | Add RCS identifiers.
|
1.1 | 31-Mar-1993 |
cgd | branches: 1.1.1; pulled in from net/2. should work fine -- profiling support exists.
|
1.1.1.1 | 17-May-1994 |
cgd | new gprof
|
1.10 | 09-Feb-1999 |
tv | Goodbye, Berkeley gprof; we shall miss you! (PSD doc remains here, as it has not lost relevance.)
|
1.9 | 16-Jul-1997 |
mikel | xref moncontrol(3) instead of obsolete monitor(3), sort xrefs
|
1.8 | 10-Jul-1997 |
mikel | xref exit(3) not exit(2)
|
1.7 | 15-Oct-1996 |
explorer | milliseconds, not milleseconds
|
1.6 | 21-Nov-1995 |
jtc | Describe PROFDIR environment variable
|
1.5 | 19-Apr-1995 |
cgd | clean up RCS ids
|
1.4 | 17-May-1994 |
cgd | clean up import, etc.
|
1.3 | 11-Jan-1994 |
jtc | Fix spelling errors.
|
1.2 | 01-Aug-1993 |
mycroft | Add RCS indentifiers.
|
1.1 | 31-Mar-1993 |
cgd | branches: 1.1.1; pulled in from net/2. should work fine -- profiling support exists.
|
1.1.1.1 | 17-May-1994 |
cgd | new gprof
|
1.12 | 09-Feb-1999 |
tv | Goodbye, Berkeley gprof; we shall miss you! (PSD doc remains here, as it has not lost relevance.)
|
1.11 | 30-Mar-1998 |
mrg | remove register
|
1.10 | 22-Feb-1998 |
christos | WARNSify
|
1.9 | 30-Jan-1997 |
matthias | let the flat profile ignore symbols specified with -E.
|
1.8 | 19-Apr-1995 |
cgd | clean up RCS ids
|
1.7 | 19-Oct-1994 |
pk | sparc handles `-c'.
|
1.6 | 06-Oct-1994 |
mycroft | Fix RCS id format.
|
1.5 | 01-Jun-1994 |
pk | At least prevent SIGBUS'es on so called functions (strings in text space).
|
1.4 | 17-May-1994 |
cgd | clean up import, etc.
|
1.3 | 01-Aug-1993 |
mycroft | Add RCS identifiers.
|
1.2 | 18-Apr-1993 |
mycroft | Cleanup for GCC 2.
|
1.1 | 31-Mar-1993 |
cgd | branches: 1.1.1; pulled in from net/2. should work fine -- profiling support exists.
|
1.1.1.1 | 17-May-1994 |
cgd | new gprof
|
1.2 | 09-Feb-1999 |
tv | Goodbye, Berkeley gprof; we shall miss you! (PSD doc remains here, as it has not lost relevance.)
|
1.1 | 31-Mar-1993 |
cgd | branches: 1.1.1; pulled in from net/2. should work fine -- profiling support exists.
|
1.1.1.1 | 17-May-1994 |
cgd | new gprof
|
1.2 | 09-Feb-1999 |
tv | Goodbye, Berkeley gprof; we shall miss you! (PSD doc remains here, as it has not lost relevance.)
|
1.1 | 31-Mar-1993 |
cgd | branches: 1.1.1; pulled in from net/2. should work fine -- profiling support exists.
|
1.1.1.1 | 17-May-1994 |
cgd | new gprof
|
1.16 | 09-Feb-1999 |
tv | Goodbye, Berkeley gprof; we shall miss you! (PSD doc remains here, as it has not lost relevance.)
|
1.15 | 06-May-1998 |
mycroft | Kluge to make the build not bomb out in here.
|
1.14 | 22-Feb-1998 |
christos | WARNSify
|
1.13 | 01-Apr-1996 |
mark | Include arm32.h when required.
|
1.12 | 19-Apr-1995 |
cgd | alphabetize machine includes, add alpha
|
1.11 | 19-Apr-1995 |
cgd | clean up RCS ids
|
1.10 | 09-Jun-1994 |
phil | another missing pc532/ns32k #if
|
1.9 | 17-May-1994 |
cgd | clean up import, etc.
|
1.8 | 14-May-1994 |
cgd | get it to compile, with new location of gmon.h
|
1.7 | 09-Mar-1994 |
cgd | #if <arch_name> -> #ifdef <arch_name>, per suggestion by phil.
|
1.6 | 09-Mar-1994 |
phil | Adding the ns32k support. Currently just a copy of the i386 files.
|
1.5 | 06-Dec-1993 |
cgd | update for MACHINE_ARCH
|
1.4 | 02-Dec-1993 |
pk | Another dummy call graph module.
|
1.3 | 01-Aug-1993 |
mycroft | Add RCS identifiers.
|
1.2 | 18-Apr-1993 |
mycroft | Cleanup for GCC 2.
|
1.1 | 31-Mar-1993 |
cgd | branches: 1.1.1; pulled in from net/2. should work fine -- profiling support exists.
|
1.1.1.1 | 17-May-1994 |
cgd | new gprof
|
1.7 | 09-Feb-1999 |
tv | Goodbye, Berkeley gprof; we shall miss you! (PSD doc remains here, as it has not lost relevance.)
|
1.6 | 22-Feb-1998 |
christos | WARNSify
|
1.5 | 19-Apr-1995 |
cgd | clean up RCS ids
|
1.4 | 06-Oct-1994 |
mycroft | Fix RCS id format.
|
1.3 | 17-May-1994 |
cgd | clean up import, etc.
|
1.2 | 01-Aug-1993 |
mycroft | Add RCS identifiers.
|
1.1 | 31-Mar-1993 |
cgd | branches: 1.1.1; pulled in from net/2. should work fine -- profiling support exists.
|
1.1.1.1 | 17-May-1994 |
cgd | new gprof
|
1.3 | 06-Dec-1993 |
mycroft | Clean up deleted files.
|
1.2 | 02-Aug-1993 |
mycroft | Add RCS identifiers, remove some completely useless RCS logs and patchkit headers, and a few other insignificant changes.
|
1.1 | 31-Mar-1993 |
cgd | branches: 1.1.1; pulled in from net/2. should work fine -- profiling support exists.
|
1.1.1.1 | 17-May-1994 |
cgd | new gprof
|
1.3 | 06-Dec-1993 |
mycroft | Clean up deleted files.
|
1.2 | 01-Aug-1993 |
mycroft | Add RCS identifiers.
|
1.1 | 31-Mar-1993 |
cgd | branches: 1.1.1; pulled in from net/2. should work fine -- profiling support exists.
|
1.1.1.1 | 17-May-1994 |
cgd | new gprof
|
1.7 | 09-Feb-1999 |
tv | Goodbye, Berkeley gprof; we shall miss you! (PSD doc remains here, as it has not lost relevance.)
|
1.6 | 22-Feb-1998 |
christos | WARNSify
|
1.5 | 19-Apr-1995 |
cgd | clean up RCS ids
|
1.4 | 06-Oct-1994 |
mycroft | Fix RCS id format.
|
1.3 | 17-May-1994 |
cgd | clean up import, etc.
|
1.2 | 02-Aug-1993 |
mycroft | Add RCS identifiers, remove some completely useless RCS logs and patchkit headers, and a few other insignificant changes.
|
1.1 | 31-Mar-1993 |
cgd | branches: 1.1.1; pulled in from net/2. should work fine -- profiling support exists.
|
1.1.1.1 | 17-May-1994 |
cgd | new gprof
|
1.5 | 09-Feb-1999 |
tv | Goodbye, Berkeley gprof; we shall miss you! (PSD doc remains here, as it has not lost relevance.)
|
1.4 | 19-Apr-1995 |
cgd | clean up RCS ids
|
1.3 | 17-May-1994 |
cgd | clean up import, etc.
|
1.2 | 01-Aug-1993 |
mycroft | Add RCS identifiers.
|
1.1 | 31-Mar-1993 |
cgd | branches: 1.1.1; pulled in from net/2. should work fine -- profiling support exists.
|
1.1.1.1 | 17-May-1994 |
cgd | new gprof
|
1.8 | 09-Feb-1999 |
tv | Goodbye, Berkeley gprof; we shall miss you! (PSD doc remains here, as it has not lost relevance.)
|
1.7 | 30-Mar-1998 |
mrg | remove register
|
1.6 | 22-Feb-1998 |
christos | WARNSify
|
1.5 | 19-Apr-1995 |
cgd | clean up RCS ids
|
1.4 | 06-Oct-1994 |
mycroft | Fix RCS id format.
|
1.3 | 17-May-1994 |
cgd | clean up import, etc.
|
1.2 | 01-Aug-1993 |
mycroft | Add RCS identifiers.
|
1.1 | 31-Mar-1993 |
cgd | branches: 1.1.1; pulled in from net/2. should work fine -- profiling support exists.
|
1.1.1.1 | 17-May-1994 |
cgd | new gprof
|
1.6 | 09-Feb-1999 |
tv | Goodbye, Berkeley gprof; we shall miss you! (PSD doc remains here, as it has not lost relevance.)
|
1.5 | 22-Feb-1998 |
christos | WARNSify
|
1.4 | 19-Apr-1995 |
cgd | clean up RCS ids
|
1.3 | 06-Oct-1994 |
mycroft | Fix RCS id format.
|
1.2 | 17-May-1994 |
cgd | clean up import, etc.
|
1.1 | 06-Dec-1993 |
cgd | update for MACHINE_ARCH
|
1.4 | 09-Feb-1999 |
tv | Goodbye, Berkeley gprof; we shall miss you! (PSD doc remains here, as it has not lost relevance.)
|
1.3 | 19-Apr-1995 |
cgd | clean up RCS ids
|
1.2 | 17-May-1994 |
cgd | clean up import, etc.
|
1.1 | 06-Dec-1993 |
cgd | update for MACHINE_ARCH
|
1.7 | 09-Feb-1999 |
tv | Goodbye, Berkeley gprof; we shall miss you! (PSD doc remains here, as it has not lost relevance.)
|
1.6 | 30-Mar-1998 |
mrg | remove register
|
1.5 | 22-Feb-1998 |
christos | WARNSify
|
1.4 | 19-Apr-1995 |
cgd | clean up RCS ids
|
1.3 | 06-Oct-1994 |
mycroft | Fix RCS id format.
|
1.2 | 17-May-1994 |
cgd | clean up import, etc.
|
1.1 | 17-May-1994 |
cgd | branches: 1.1.1; Initial revision
|
1.1.1.1 | 17-May-1994 |
cgd | new gprof
|
1.4 | 09-Feb-1999 |
tv | Goodbye, Berkeley gprof; we shall miss you! (PSD doc remains here, as it has not lost relevance.)
|
1.3 | 19-Apr-1995 |
cgd | clean up RCS ids
|
1.2 | 17-May-1994 |
cgd | clean up import, etc.
|
1.1 | 17-May-1994 |
cgd | branches: 1.1.1; Initial revision
|
1.1.1.1 | 17-May-1994 |
cgd | new gprof
|
1.5 | 09-Feb-1999 |
tv | Goodbye, Berkeley gprof; we shall miss you! (PSD doc remains here, as it has not lost relevance.)
|
1.4 | 22-Feb-1998 |
christos | WARNSify
|
1.3 | 19-Apr-1995 |
cgd | clean up RCS ids
|
1.2 | 06-Oct-1994 |
mycroft | Fix RCS id format.
|
1.1 | 09-Mar-1994 |
phil | Adding the ns32k support. Currently just a copy of the i386 files.
|
1.3 | 09-Feb-1999 |
tv | Goodbye, Berkeley gprof; we shall miss you! (PSD doc remains here, as it has not lost relevance.)
|
1.2 | 19-Apr-1995 |
cgd | clean up RCS ids
|
1.1 | 09-Mar-1994 |
phil | Adding the ns32k support. Currently just a copy of the i386 files.
|
1.5 | 09-Feb-1999 |
tv | Goodbye, Berkeley gprof; we shall miss you! (PSD doc remains here, as it has not lost relevance.)
|
1.4 | 19-Apr-1995 |
cgd | clean up RCS ids
|
1.3 | 17-May-1994 |
cgd | clean up import, etc.
|
1.2 | 01-Aug-1993 |
mycroft | Add RCS identifiers.
|
1.1 | 31-Mar-1993 |
cgd | branches: 1.1.1; pulled in from net/2. should work fine -- profiling support exists.
|
1.1.1.1 | 17-May-1994 |
cgd | new gprof
|
1.6 | 09-Feb-1999 |
tv | Goodbye, Berkeley gprof; we shall miss you! (PSD doc remains here, as it has not lost relevance.)
|
1.5 | 30-Mar-1998 |
mrg | remove register
|
1.4 | 22-Feb-1998 |
christos | WARNSify
|
1.3 | 19-Apr-1995 |
cgd | clean up RCS ids
|
1.2 | 06-Oct-1994 |
mycroft | Fix RCS id format.
|
1.1 | 17-May-1994 |
cgd | clean up import, etc.
|
1.3 | 09-Feb-1999 |
tv | Goodbye, Berkeley gprof; we shall miss you! (PSD doc remains here, as it has not lost relevance.)
|
1.2 | 19-Apr-1995 |
cgd | clean up RCS ids
|
1.1 | 17-May-1994 |
cgd | clean up import, etc.
|
1.2 | 09-Feb-1999 |
tv | Goodbye, Berkeley gprof; we shall miss you! (PSD doc remains here, as it has not lost relevance.)
|
1.1 | 06-May-1998 |
mycroft | Kluge to make the build not bomb out in here.
|
1.2 | 09-Feb-1999 |
tv | Goodbye, Berkeley gprof; we shall miss you! (PSD doc remains here, as it has not lost relevance.)
|
1.1 | 06-May-1998 |
mycroft | Kluge to make the build not bomb out in here.
|
1.10 | 09-Feb-1999 |
tv | Goodbye, Berkeley gprof; we shall miss you! (PSD doc remains here, as it has not lost relevance.)
|
1.9 | 30-Mar-1998 |
mrg | remove register
|
1.8 | 15-Mar-1998 |
mrg | avoid extraneous gcc warnings.
|
1.7 | 22-Feb-1998 |
christos | WARNSify
|
1.6 | 30-Jan-1997 |
matthias | let the flat profile ignore symbols specified with -E.
|
1.5 | 19-Apr-1995 |
cgd | clean up RCS ids
|
1.4 | 06-Oct-1994 |
mycroft | Fix RCS id format.
|
1.3 | 17-May-1994 |
cgd | clean up import, etc.
|
1.2 | 01-Aug-1993 |
mycroft | Add RCS identifiers.
|
1.1 | 31-Mar-1993 |
cgd | branches: 1.1.1; pulled in from net/2. should work fine -- profiling support exists.
|
1.1.1.1 | 17-May-1994 |
cgd | new gprof
|
1.7 | 09-Feb-1999 |
tv | Goodbye, Berkeley gprof; we shall miss you! (PSD doc remains here, as it has not lost relevance.)
|
1.6 | 22-Feb-1998 |
christos | WARNSify
|
1.5 | 19-Apr-1995 |
cgd | clean up RCS ids
|
1.4 | 06-Oct-1994 |
mycroft | Fix RCS id format.
|
1.3 | 17-May-1994 |
cgd | clean up import, etc.
|
1.2 | 01-Aug-1993 |
mycroft | Add RCS identifiers.
|
1.1 | 31-Mar-1993 |
cgd | branches: 1.1.1; pulled in from net/2. should work fine -- profiling support exists.
|
1.1.1.1 | 17-May-1994 |
cgd | new gprof
|
1.7 | 09-Feb-1999 |
tv | Goodbye, Berkeley gprof; we shall miss you! (PSD doc remains here, as it has not lost relevance.)
|
1.6 | 30-Mar-1998 |
mrg | remove register
|
1.5 | 22-Feb-1998 |
christos | WARNSify
|
1.4 | 19-Apr-1995 |
cgd | clean up RCS ids
|
1.3 | 06-Oct-1994 |
mycroft | Fix RCS id format.
|
1.2 | 17-May-1994 |
cgd | clean up import, etc.
|
1.1 | 02-Dec-1993 |
pk | branches: 1.1.1; Another dummy call graph module.
|
1.1.1.1 | 17-May-1994 |
cgd | new gprof
|
1.4 | 09-Feb-1999 |
tv | Goodbye, Berkeley gprof; we shall miss you! (PSD doc remains here, as it has not lost relevance.)
|
1.3 | 19-Apr-1995 |
cgd | clean up RCS ids
|
1.2 | 17-May-1994 |
cgd | clean up import, etc.
|
1.1 | 02-Dec-1993 |
pk | branches: 1.1.1; Another dummy call graph module.
|
1.1.1.1 | 17-May-1994 |
cgd | new gprof
|
1.7 | 09-Feb-1999 |
tv | Goodbye, Berkeley gprof; we shall miss you! (PSD doc remains here, as it has not lost relevance.)
|
1.6 | 22-Feb-1998 |
christos | WARNSify
|
1.5 | 19-Apr-1995 |
cgd | clean up RCS ids
|
1.4 | 06-Oct-1994 |
mycroft | Fix RCS id format.
|
1.3 | 17-May-1994 |
cgd | clean up import, etc.
|
1.2 | 01-Aug-1993 |
mycroft | Add RCS identifiers.
|
1.1 | 31-Mar-1993 |
cgd | branches: 1.1.1; pulled in from net/2. should work fine -- profiling support exists.
|
1.1.1.1 | 17-May-1994 |
cgd | new gprof
|
1.5 | 09-Feb-1999 |
tv | Goodbye, Berkeley gprof; we shall miss you! (PSD doc remains here, as it has not lost relevance.)
|
1.4 | 19-Apr-1995 |
cgd | clean up RCS ids
|
1.3 | 17-May-1994 |
cgd | clean up import, etc.
|
1.2 | 01-Aug-1993 |
mycroft | Add RCS identifiers.
|
1.1 | 31-Mar-1993 |
cgd | branches: 1.1.1; pulled in from net/2. should work fine -- profiling support exists.
|
1.1.1.1 | 17-May-1994 |
cgd | new gprof
|
1.9 | 09-Feb-1999 |
tv | Goodbye, Berkeley gprof; we shall miss you! (PSD doc remains here, as it has not lost relevance.)
|
1.8 | 09-Jun-1998 |
ragge | Fix erroneous prototypes.
|
1.7 | 22-Feb-1998 |
christos | WARNSify
|
1.6 | 20-Apr-1996 |
ragge | Updated to work correctly, pointed out by Tom Ivar Helbekkmo.
|
1.5 | 19-Apr-1995 |
cgd | clean up RCS ids
|
1.4 | 06-Oct-1994 |
mycroft | Fix RCS id format.
|
1.3 | 17-May-1994 |
cgd | clean up import, etc.
|
1.2 | 01-Aug-1993 |
mycroft | Add RCS identifiers.
|
1.1 | 31-Mar-1993 |
cgd | branches: 1.1.1; pulled in from net/2. should work fine -- profiling support exists.
|
1.1.1.1 | 17-May-1994 |
cgd | new gprof
|
1.5 | 09-Feb-1999 |
tv | Goodbye, Berkeley gprof; we shall miss you! (PSD doc remains here, as it has not lost relevance.)
|
1.4 | 19-Apr-1995 |
cgd | clean up RCS ids
|
1.3 | 17-May-1994 |
cgd | clean up import, etc.
|
1.2 | 01-Aug-1993 |
mycroft | Add RCS identifiers.
|
1.1 | 31-Mar-1993 |
cgd | branches: 1.1.1; pulled in from net/2. should work fine -- profiling support exists.
|
1.1.1.1 | 17-May-1994 |
cgd | new gprof
|
1.8 | 05-Jul-2014 |
dholland | Reorg docs, part 1: Move all the reference manuals to subdirs of /usr/share/doc/reference. We have subdirs ref1-ref9, corresponding to man page sections 1-9.
Everything that's the reference manual for a program (sections 1, 6, 8), C interface (sections 2, 3), driver or file system (section 4), format or configuration (section 5), or kernel internal interface (section 9) belongs in here.
Section 7 is a little less clear: some things that might go in section 7 if they were a man page aren't really reference manuals. So I'm only putting things in reference section 7 that are (to me) clearly reference material, rather than e.g. tutorials, guides, FAQs, etc. This obviously leaves some room for debate, especially without first editing the docs with this distinction in mind, but if people hate what I've done things can always be moved again.
Note also that while roff macro man pages traditionally go in section 7, I have put all the roff documentation (macros, tools, etc.) in one place in reference/ref1/roff. This will make it easier to find and also easier to edit it into some kind of coherent form.
|
1.7 | 05-Jul-2014 |
dholland | Rework /usr/share/doc.
Update the <bsd.doc.mk> infrastructure, and update the docs to match the new infrastructure.
- Build and install text, ps, pdf, and/or html, not roff sources.
- Don't wire the chapter numbers into the build system, or use them in the installed pathnames. This didn't matter much when the docs were a museum, but now that we're theoretically going to start maintaining them again, we're going to add and remove documents periodically and having the chapter numbers baked in creates a lot of thrashing for no purpose.
- Specify the document name explicitly, rather than implicitly in a path. Use this name (instead of other random strings) as the name of the installed files.
- Specify the document section, which is the subdirectory of /usr/share/doc to install into.
- Allow multiple subdocuments. (That is, multiple documents in one output directory.)
- Enumerate the .png files groff emits along with html so they can be installed.
- Remove assorted hand-rolled rules for running roff and roff widgetry and add enough variable settings to make these unnecessary. This includes support for - explicit use of soelim - refer - tbl - pic - eqn
- Forcibly apply at least minimal amounts of sanity to certain autogenerated roff files.
- Don't exclude USD.doc, SMM.doc, and PSD.doc directories from the build, as they now actually do stuff.
Note: currently we can't generate pdf. This turns out to be a nontrivial problem with no immediate solution forthcoming. So for now, as a workaround, install compressed .ps as the printable form.
|
1.6 | 10-Jul-2003 |
lukem | branches: 1.6.62; 1.6.74; Rename a large chunk of the make(1) variables which refer to a program/tool from "FOO" to "TOOL_FOO". The new variables are: TOOL_ASN1_COMPILE TOOL_CAP_MKDB TOOL_CAT TOOL_CKSUM TOOL_COMPILE_ET TOOL_CONFIG TOOL_CRUNCHGEN TOOL_CTAGS TOOL_DB TOOL_EQN TOOL_FGEN TOOL_GENCAT TOOL_GROFF TOOL_HEXDUMP TOOL_INDXBIB TOOL_INSTALLBOOT TOOL_INSTALL_INFO TOOL_M4 TOOL_MAKEFS TOOL_MAKEINFO TOOL_MAKEWHATIS TOOL_MDSETIMAGE TOOL_MENUC TOOL_MKCSMAPPER TOOL_MKESDB TOOL_MKLOCALE TOOL_MKMAGIC TOOL_MKTEMP TOOL_MSGC TOOL_MTREE TOOL_PAX TOOL_PIC TOOL_PREPMKBOOTIMAGE TOOL_PWD_MKDB TOOL_REFER TOOL_ROFF_ASCII TOOL_ROFF_DVI TOOL_ROFF_HTML TOOL_ROFF_PS TOOL_ROFF_RAW TOOL_RPCGEN TOOL_SOELIM TOOL_SUNLABEL TOOL_TBL TOOL_UUDECODE TOOL_VGRIND TOOL_ZIC
For each, provide default in <bsd.sys.mk> of the form: TOOL_FOO?= foo and for the ${USETOOLS}=="yes" case in <bsd.own.mk>, provide override: TOOL_FOO= ${TOOLDIR}/bin/${_TOOL_PREFIX}foo
Document all of these in bsd.README.
This cleans up a chunk of potential (and actual) namespace collision within our build infrastructure, as well as improves consistency in the share/mk documentation and provision of appropriate defaults for each of these variables.
|
1.5 | 05-Jan-2003 |
pooka | Add ${MACROS} to ${ROFF} usage to make output readable
from jbernard@mines.edu in misc/19685
|
1.4 | 21-Dec-1997 |
christos | Work with obj directories
|
1.3 | 19-Apr-1995 |
cgd | clean up RCS ids
|
1.2 | 19-Sep-1994 |
mycroft | Don't forget to install .pic files.
|
1.1 | 17-May-1994 |
cgd | branches: 1.1.1; Initial revision
|
1.1.1.1 | 17-May-1994 |
cgd | new gprof
|
1.6.74.1 | 10-Aug-2014 |
tls | Rebase.
|
1.6.62.1 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.3 | 07-Aug-2003 |
agc | Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22365, verified by myself.
|
1.2 | 19-Apr-1995 |
cgd | clean up RCS ids
|
1.1 | 17-May-1994 |
cgd | branches: 1.1.1; Initial revision
|
1.1.1.1 | 17-May-1994 |
cgd | new gprof
|
1.3 | 07-Aug-2003 |
agc | Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22365, verified by myself.
|
1.2 | 19-Apr-1995 |
cgd | clean up RCS ids
|
1.1 | 17-May-1994 |
cgd | branches: 1.1.1; Initial revision
|
1.1.1.1 | 17-May-1994 |
cgd | new gprof
|
1.3 | 07-Aug-2003 |
agc | Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22365, verified by myself.
|
1.2 | 19-Apr-1995 |
cgd | clean up RCS ids
|
1.1 | 17-May-1994 |
cgd | branches: 1.1.1; Initial revision
|
1.1.1.1 | 17-May-1994 |
cgd | new gprof
|
1.3 | 07-Aug-2003 |
agc | Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22365, verified by myself.
|
1.2 | 19-Apr-1995 |
cgd | clean up RCS ids
|
1.1 | 17-May-1994 |
cgd | branches: 1.1.1; Initial revision
|
1.1.1.1 | 17-May-1994 |
cgd | new gprof
|
1.3 | 07-Aug-2003 |
agc | Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22365, verified by myself.
|
1.2 | 19-Apr-1995 |
cgd | clean up RCS ids
|
1.1 | 17-May-1994 |
cgd | branches: 1.1.1; Initial revision
|
1.1.1.1 | 17-May-1994 |
cgd | new gprof
|
1.3 | 07-Aug-2003 |
agc | Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22365, verified by myself.
|
1.2 | 19-Apr-1995 |
cgd | clean up RCS ids
|
1.1 | 17-May-1994 |
cgd | branches: 1.1.1; Initial revision
|
1.1.1.1 | 17-May-1994 |
cgd | new gprof
|
1.3 | 07-Aug-2003 |
agc | Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22365, verified by myself.
|
1.2 | 19-Apr-1995 |
cgd | clean up RCS ids
|
1.1 | 17-May-1994 |
cgd | branches: 1.1.1; Initial revision
|
1.1.1.1 | 17-May-1994 |
cgd | new gprof
|
1.3 | 07-Aug-2003 |
agc | Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22365, verified by myself.
|
1.2 | 19-Apr-1995 |
cgd | clean up RCS ids
|
1.1 | 17-May-1994 |
cgd | branches: 1.1.1; Initial revision
|
1.1.1.1 | 17-May-1994 |
cgd | new gprof
|
1.3 | 07-Aug-2003 |
agc | Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22365, verified by myself.
|
1.2 | 19-Apr-1995 |
cgd | clean up RCS ids
|
1.1 | 17-May-1994 |
cgd | branches: 1.1.1; Initial revision
|
1.1.1.1 | 17-May-1994 |
cgd | new gprof
|
1.3 | 07-Aug-2003 |
agc | Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22365, verified by myself.
|
1.2 | 19-Apr-1995 |
cgd | clean up RCS ids
|
1.1 | 17-May-1994 |
cgd | branches: 1.1.1; Initial revision
|
1.1.1.1 | 17-May-1994 |
cgd | new gprof
|
1.3 | 07-Aug-2003 |
agc | Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22365, verified by myself.
|
1.2 | 19-Apr-1995 |
cgd | clean up RCS ids
|
1.1 | 17-May-1994 |
cgd | branches: 1.1.1; Initial revision
|
1.1.1.1 | 17-May-1994 |
cgd | new gprof
|
1.3 | 07-Aug-2003 |
agc | Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22365, verified by myself.
|
1.2 | 19-Apr-1995 |
cgd | clean up RCS ids
|
1.1 | 17-May-1994 |
cgd | branches: 1.1.1; Initial revision
|
1.1.1.1 | 17-May-1994 |
cgd | new gprof
|
1.3 | 07-Aug-2003 |
agc | Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22365, verified by myself.
|
1.2 | 19-Apr-1995 |
cgd | clean up RCS ids
|
1.1 | 17-May-1994 |
cgd | branches: 1.1.1; Initial revision
|
1.1.1.1 | 17-May-1994 |
cgd | new gprof
|