History log of /openbsd/usr.bin/getcap/getcap.c (Results 1 – 9 of 9)
Revision Date Author Comments
# be07b65e 09-Feb-2022 millert <millert@openbsd.org>

Fix the -f option when passed multiple files.
Found by robert@


# bf198cc6 25-Jan-2019 millert <millert@openbsd.org>

I am retiring my old email address; replace it with my OpenBSD one.


# 4b162b99 20-Jan-2017 krw <krw@openbsd.org>

In "%.*s" the * takes (int). gcc whines if you try to use the result
of pointer subtraction without a cast. So cast those expressions
to (int).

Switch one local variable to the same type as the para

In "%.*s" the * takes (int). gcc whines if you try to use the result
of pointer subtraction without a cast. So cast those expressions
to (int).

Switch one local variable to the same type as the parameter it is
compared to.

ok deraadt@ guenther@ beck@

show more ...


# 126d42f1 10-Oct-2015 deraadt <deraadt@openbsd.org>

simple program using "stdio rpath"
ok doug


# fbfb0faf 25-Sep-2015 schwarze <schwarze@openbsd.org>

add missing .Ar macro and simplify synopsis


# 8929f197 15-Nov-2013 millert <millert@openbsd.org>

Include unistd.h as it is the standard location for getopt().


# 043fbe51 27-Oct-2009 deraadt <deraadt@openbsd.org>

rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
unmaintainable). these days, people use source. these id's do not provide
any benefit, and do hurt the small install media
(th

rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
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

show more ...


# d3301bdb 28-Jan-2006 millert <millert@openbsd.org>

Remove duplicate cgetstr() call introduced by accident. Andrey Matveev


# 86976e7d 19-Feb-2005 millert <millert@openbsd.org>

Add getcap(1), a simple tool to query getcap(3)-style databases.