Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-11-06 | fix spacing in usage() | Igor Sobrado | |
2013-09-12 | remove some redundancy within a sentence, and describe "!" as an | Jason McIntyre | |
exclamation mark rather than a bang; From: Ross L Richardson | |||
2013-06-05 | typo in usage, comand/command; Arto Jonsson | Stuart Henderson | |
2013-06-02 | Pq -> Qq, as confirmed by miod; | Jason McIntyre | |
2013-06-02 | tweak previous; ok miod | Jason McIntyre | |
2013-06-01 | Introduce ltrace(1). This tool works with ld.so to inject utrace record for | Miod Vallat | |
each plt call, allowing to trace a binary linked against shared library at the public function call level. To do so, ltrace(1) sets up some environment variables to enable plt tracing in ld.so, and invokes ktrace(2) for utrace events. ld.so will force lazy binding and will send an utrace record in the plt resolver, without updating the plt. Minimal filtering capabilities are provided, inspired by Solaris' truss -u, to limit tracing to libraries and/or symbol names. Non-traced libraries and symbols will have the regular resolver processing, with the expected plt update. "Get it in" deraadt | |||
2013-06-01 | Userland bits for utrace record handling; from otto@ | Miod Vallat | |
2012-07-12 | add -B to usage(); | Jason McIntyre | |
2012-07-12 | Add -B option to pass down LD_BIND_NOW to suppress ld.so blather | Philip Guenthe | |
ok pirofti@ deraadt@ | |||
2011-07-08 | zap trailing whitespace; | Jason McIntyre | |
2011-07-08 | Support sending struct info to kdump. So far for struct stat and | Otto Moerbeek | |
struct sockaddress; mostly from freebsd. ok deraadt@ tedu@ nicm@ | |||
2011-06-25 | some improvements from Cl??ment B??sch; ok tedu | Jason McIntyre | |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt | |
unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms | |||
2009-02-23 | matthew haub pointed out that pid may be used uninitialized in some contexts | Ted Unangst | |
ok deraadt | |||
2007-05-31 | convert to new .Dd format; | Jason McIntyre | |
2007-04-01 | fix the description of -f; from Igor Sobrado | Jason McIntyre | |
2007-03-03 | let synopsis, options description, and usage() agree; | Jason McIntyre | |
from Igor Sobrado, tweaked by myself | |||
2006-07-06 | do something sane to EXAMPLES; | Jason McIntyre | |
2006-07-06 | Xr ktrace 2 , else some people might mistake we use ptrace() or sth else | Alexander von Gernler | |
ok mickey@ jmc@ | |||
2005-12-21 | Userland programs should include <errno.h> not <sys/errno.h> | Todd C. Miller | |
OK deraadt@ | |||
2004-09-14 | ARGSUSED before signal handler with unused signo | Theo de Raadt | |
2003-09-03 | - sync SYNOPSIS with usage() | Jason McIntyre | |
- use -width and -offset for lists - some macro cleanup | |||
2003-06-10 | mostly ansi cleanup; pval ok | Theo de Raadt | |
2003-06-10 | - section reorder | Jason McIntyre | |
- COMPATIBILITY merge - macro cleanup - kill whitespace at EOL - new sentence, new line ssh pages ok markus@ | |||
2003-06-03 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2003-02-19 | improve docs; raj@cerias.purdue.edu | Theo de Raadt | |
2002-03-25 | bring in prototypes | Theo de Raadt | |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ↵ | Todd C. Miller | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
2001-11-14 | get rid of signal race | Theo de Raadt | |
2001-08-18 | Add lots of missing prototypes, constify a few things. Add explicit ints. | Marc Espie | |
Makes gcc much happier, less warnings. | |||
2001-07-12 | first pass at a -Wall cleanup | Theo de Raadt | |
2000-11-09 | Change all option list specifications to ".Bl -tag -width Ds". Most man | Aaron Campbell | |
pages just needed their -width parameter tweaked to "Ds", which provides a nice width of 6 constant characters. For consistency more than anything. | |||
2000-06-30 | warnx?/errx? paranoia (use "%s" not a bare string unless it is a | Todd C. Miller | |
constant). These are not security holes but it is worth fixing them anyway both for robustness and so folks looking for examples in the tree are not misled into doing something potentially dangerous. Furthermore, it is a bad idea to assume that pathnames will not include '%' in them and that error routines don't return strings with '%' in them (especially in light of the possibility of locales). | |||
2000-03-08 | Various cleanups and improvements. | Aaron Campbell | |
2000-03-04 | Improve. | Aaron Campbell | |
1999-08-17 | More <sys/file.h> vs. <fcntl.h> and open() flags fixes. | Todd C. Miller | |
1999-06-05 | - remove trailing white space | Aaron Campbell | |
- remove arguments from .Os macros - remove arguments from .Nm macros, where appropriate - some more Dq/Sq/Ql insanity - still lots to do in the usr.bin tree... :/ | |||
1998-09-26 | usr.bin/ man page fixes, f-m. | Aaron Campbell | |
1998-04-25 | fix usage; nathanw@MIT.EDU | Theo de Raadt | |
1997-06-19 | Someone forgot to declare the "sb" variable... | Angelos D. Keromytis | |
1997-06-18 | unlink ktrace file more carefully; wosch/joerg | Theo de Raadt | |
1997-05-28 | format error; frueauf@ira.uka.de | Theo de Raadt | |
1997-01-15 | getopt(3) returns -1 when out of args, not EOF, whee! | Todd C. Miller | |
1996-09-21 | gen ktrace.out with restrictive umask; from joerg@freebsd.org | Theo de Raadt | |
1996-09-16 | Use $STATIC. | Jason Downs | |
1996-08-11 | typo | Todd C. Miller | |
1996-06-26 | rcsid | Theo de Raadt | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |