aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/sys/ktrace.2
Commit message (Collapse)AuthorAgeFilesLines
* Document EINTEGRITY errors for many system calls.John Baldwin2020-03-301-1/+3
| | | | | | | | | | | | | | | | | | | EINTEGRITY was previously documented as a UFS-specific error for mount(2). This documents EINTEGRITY as a filesystem-independent error that may be reported by the backing store of a filesystem. While here, document EIO as a filesystem-independent error for both mount(2) and posix_fadvise(2). EIO was previously only documented for UFS for mount(2). Reviewed by: mckusick Suggested by: mckusick MFC after: 2 weeks Sponsored by: Chelsio Communications Differential Revision: https://reviews.freebsd.org/D24168 Notes: svn path=/head/; revision=359465
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
| | | | | | | | | | | | Renumber cluase 4 to 3, per what everybody else did when BSD granted them permission to remove clause 3. My insistance on keeping the same numbering for legal reasons is too pedantic, so give up on that point. Submitted by: Jan Schaumann <jschauma@stevens.edu> Pull Request: https://github.com/freebsd/freebsd/pull/96 Notes: svn path=/head/; revision=314436
* Document KTRFAC_FAULT and KTRFAC_FAULTEND.Brooks Davis2016-03-311-1/+3
| | | | | | | | | Obtained from: CheriBSD (9d70f563f1b033e6a9b51eaf3b145a8cbbc6617c) MFC after: 1 week Sponsored by: DARPA, AFRL Notes: svn path=/head/; revision=297475
* General mdoc(7) and typo fixes.Glen Barber2012-05-081-1/+1
| | | | | | | | PR: 167713 Submitted by: Nobuyuki Koganemaru (kogane!jp.freebsd.org) Notes: svn path=/head/; revision=235140
* mandoc complains loudly when <TAB>s are misused in columnated lists. FixJoel Dahl2012-03-291-17/+17
| | | | | | | | this syntax violation and while I'm here also convert <TAB> to Ta and adjust quotation marks in order to prevent this problem in the future. Notes: svn path=/head/; revision=233665
* Add a new trace point, KTRFAC_CAPFAIL, which traces capability checkDag-Erling Smørgrav2011-10-111-3/+4
| | | | | | | failures. It is included in the default set for ktrace(1) and kdump(1). Notes: svn path=/head/; revision=226269
* Line up the struct declaration (yes, I know this isn't what it looksDag-Erling Smørgrav2011-10-091-6/+6
| | | | | | | like in the header file) Notes: svn path=/head/; revision=226167
* Document some not-so-recently added trace points.Dag-Erling Smørgrav2011-10-091-2/+7
| | | | | | | MFC after: 1 week Notes: svn path=/head/; revision=226166
* remove whitespace bug (8 spaces into one tab)Remko Lodder2008-08-021-1/+1
| | | | | | | Submitted by: ed Notes: svn path=/head/; revision=181182
* Update the ktr_header structure, which changed over time.Remko Lodder2008-07-131-4/+4
| | | | | | | | | PR: 125546 Submitted by: Mateusz Guzik <mjguzik at gmail dot com> MFC after: 3 days Notes: svn path=/head/; revision=180491
* Per Regents of the University of Calfornia letter, remove advertisingWarner Losh2007-01-091-4/+0
| | | | | | | | | clause. # If I've done so improperly on a file, please let me know. Notes: svn path=/head/; revision=165903
* Document the effect of sysctl tunables controlling p_candebug(9) onJoseph Koshy2003-12-141-1/+7
| | | | | | | ktrace(2). Notes: svn path=/head/; revision=123534
* Add a section documenting the sysctl(8) tunables that influence theJoseph Koshy2003-11-111-2/+15
| | | | | | | | operation of ktrace(2). Add a cross-reference to sysctl(8). Make the language of rev 1.22 more consistent with the rest of the manual page. Notes: svn path=/head/; revision=122459
* Document KTR_DROP.Joseph Koshy2003-11-101-0/+9
| | | | Notes: svn path=/head/; revision=122388
* Add a reference to the new utrace(2) manual page.Tim J. Robbins2003-11-041-1/+2
| | | | Notes: svn path=/head/; revision=122040
* mdoc(7): Use the new feature of the .In macro.Ruslan Ermilov2003-09-081-1/+1
| | | | Notes: svn path=/head/; revision=119893
* mdoc(7) police: "The .Fa argument.".Ruslan Ermilov2002-12-191-2/+3
| | | | Notes: svn path=/head/; revision=108087
* mdoc(7) police: Tidy up the syscall language.Ruslan Ermilov2002-12-181-4/+6
| | | | | | | | | | | | | Stop calling system calls "function calls". Use "The .Fn system call" a-la "The .Nm utility". When referring to a non-BSD implementation in the HISTORY section, call syscall a function, to be safe. Notes: svn path=/head/; revision=108028
* mdoc(7) police: Use the new .In macro for #include statements.Ruslan Ermilov2001-10-011-4/+4
| | | | Notes: svn path=/head/; revision=84306
* Use the ``.Rv -std'' mdoc(7) macro in appropriate cases.Yaroslav Tykhiy2001-08-091-4/+1
| | | | | | | Reviewed by: ru Notes: svn path=/head/; revision=81352
* Remove whitespace at EOL.Dima Dorfman2001-07-151-2/+2
| | | | Notes: svn path=/head/; revision=79754
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
| | | | Notes: svn path=/head/; revision=79531
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-291-11/+13
| | | | Notes: svn path=/head/; revision=70481
* Replace .Va, .Ar and .Nm with .Fa or .Va where necessary, examples:Chris Costello2000-06-231-14/+14
| | | | | | | | | ``.Ar errno'' -> ``.Va errno'' ``.Nm ops'' -> ``.Fa ops'' ``.Va fd'' -> ``.Fa fd'' Notes: svn path=/head/; revision=61988
* Use `Er' variable to define first column width in ERRORS section. It wasAlexey Zelkin2000-05-041-2/+2
| | | | | | | initially suggested by mdoc(7) style, but was broken over the years Notes: svn path=/head/; revision=59954
* Introduce ".Lb" macro to libc manpages.Alexey Zelkin2000-04-211-0/+2
| | | | | | | More libraries manpages updates following. Notes: svn path=/head/; revision=59460
* Some style and "look" fixesAlexey Zelkin1999-09-051-1/+1
| | | | | | | Reviewed by: mpp Notes: svn path=/head/; revision=50947
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50476
* Document ENOSYS error.Chris Costello1999-08-231-1/+5
| | | | | | | PR: docs/13290 Notes: svn path=/head/; revision=50217
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=22993
* Sort cross references.Wolfram Schneider1997-01-201-2/+2
| | | | Notes: svn path=/head/; revision=21907
* 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
* Submitted by: Wolfram Schneider <wosch@cs.tu-berlin.de>James Raynard1996-06-221-3/+2
| | | | | | | | | | | | Document the fact that the tracefile argument must lead to a regular file. Also took the opportunity to remove the spurious "Errors" entry relating to filenames with the high-order bit set and add $Id$. (More of the same to follow if there are no objections). Notes: svn path=/head/; revision=16592
* Fixed incomplete or wrong lists of prerequisite #includes related toBruce Evans1996-05-011-1/+3
| | | | | | | <sys/types.h>. Notes: svn path=/head/; revision=15489
* BSD 4.4 Lite Lib SourcesRodney W. Grimes1994-05-271-0/+162
Notes: svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=1573