summaryrefslogtreecommitdiffstats
path: root/usr.bin/truss/setup.c
Commit message (Expand)AuthorAgeFilesLines
* - Make truss thread-aware.zont2012-09-161-4/+2
* - Fix detaching under some circumstances.zont2012-09-121-10/+27
* - Remove unused variables.zont2012-09-111-6/+3
* - Style(9) cleanup.zont2012-09-021-24/+23
* - Use pid_t type instead of just int.zont2012-08-211-3/+3
* Use explicit information from the kernel to detect the traps due tokib2011-12-041-3/+13
* Properly check for errors from waitpid().jhb2011-02-151-4/+4
* Remove setpgid() call before executing child process.ed2010-10-201-1/+0
* Fix copyright spelling.imp2010-03-101-1/+1
* Revert most part of 200420 as requested, as more review and polish isdelphij2009-12-131-0/+4
* Remove unneeded header includes from usr.bin/ except contributed code.delphij2009-12-111-4/+0
* Correct a bug where pr_data should have been assigned.delphij2009-04-131-4/+4
* MFp4: Bugfixes for truss(1):delphij2007-06-261-1/+6
* Make use of ptrace(2) instead of procfs in truss(1), eliminatingdelphij2007-04-101-103/+117
* - Add decoding of kse_release, kevent, sigprocmask, unmount, socket, getrusage,pav2006-05-151-10/+27
* When doing the initial open of the proc via procfs, complain if we arealfred2005-03-271-3/+3
* I've been working on this somewhat so I'm moving thealfred2005-03-271-95/+98
* Move declarations of Procfd to a header file.dwmalone2004-01-071-1/+0
* Add FBSDID. Do not \n terminate warnx() argument. fprint() -> warnx().charnier2003-09-071-6/+3
* - Use time.h not sys/time.h.mdodd2002-08-061-1/+1
* Include <sys/time.h> for the declaration of struct timeval. Do notbde2002-08-041-0/+1
* Allow tracking fork()ed children.mdodd2002-08-041-3/+3
* Parameterize globals.mdodd2002-08-041-0/+1
* Partial WARNS=1 fizes with NO_WERROR set to prevent world breakage.markm2001-12-111-1/+3
* Back out part of previous commit: remove #include <sys/proc.h>.des2001-10-221-1/+0
* #include <sys/proc.h> where needed (for the stop event definitions) anddes2001-10-221-4/+6
* Handle the case where we truss an SUGID program -- in particular, we needsef2000-01-101-1/+9
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Calls one or more of malloc(), warn(), err(), syslog(), execlp() ordes1998-10-131-4/+4
* Sort Xrefs. Use err(3). Remove uneeded #include.charnier1998-01-051-11/+11
* Add some copyright and license terms, at Jordan's request. Note thatsef1997-12-201-1/+33
* Change the ioctls for procfs around a bit; in particular, whever possible,sef1997-12-131-13/+9
* Use the new PF_LINGER flag -- when this is set in a process' proc structure,sef1997-12-071-1/+20
* err(3) already includes strerror(errno) and a trailing \npeter1997-12-061-6/+6
* Set the close-on-exec flag in the child; otherwise, it eats up asef1997-12-061-1/+2
* Truss program. Requires procfs.sef1997-12-061-0/+125
OpenPOWER on IntegriCloud