History log of /openbsd/usr.bin/dirname/dirname.c (Results 1 – 17 of 17)
Revision Date Author Comments
# bf198cc6 25-Jan-2019 millert <millert@openbsd.org>

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


# 84d7e2a2 28-Oct-2016 schwarze <schwarze@openbsd.org>

Delete some useless setlocale(3) calls in /usr/bin, no functional change.
Patches from Jan Stary <hans at stare dot cz>, tweaked by me and tb@.
While here, apply some simple style improvements:
Sort

Delete some useless setlocale(3) calls in /usr/bin, no functional change.
Patches from Jan Stary <hans at stare dot cz>, tweaked by me and tb@.
While here, apply some simple style improvements:
Sort headers, static void __dead usage(), return from main(),
zap case '?', drop /* NOTREACHED */, drop break after usage(), ...
OK tb@ millert@

show more ...


# 0bd1216c 09-Oct-2015 deraadt <deraadt@openbsd.org>

Change all tame callers to namechange to pledge(2).


# 18cdc269 05-Oct-2015 deraadt <deraadt@openbsd.org>

tame "stdio rpath" or tame "stdio" suffices for all of these programs.
fairly easy to audit by running nm and noticing nothing beyond base
stdio except for fopen/freopen. Then review all callpaths t

tame "stdio rpath" or tame "stdio" suffices for all of these programs.
fairly easy to audit by running nm and noticing nothing beyond base
stdio except for fopen/freopen. Then review all callpaths to those
functions, and place the tame() calls.
ok sthen

show more ...


# b61d3fe8 10-Aug-2010 sobrado <sobrado@openbsd.org>

s/Usage/usage/


# 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 ...


# a3814461 07-Apr-2005 otto <otto@openbsd.org>

Reintroduce getopt(3) for option processing. POSIX requires tools that
take no options to recognize --. ok deraadt@ jaredy@ millert@


# 70ef01f6 10-Jul-2003 david <david@openbsd.org>

add missing includes
ok deraadt@ tedu@


# 328f1f07 17-Jun-2003 millert <millert@openbsd.org>

Sync with share/misc/license.template and add missing DARPA credit
where applicable.


# 1837a5ca 10-Jun-2003 deraadt <deraadt@openbsd.org>

mostly ansi cleanup; pval ok


# 06f01696 03-Jun-2003 millert <millert@openbsd.org>

Use an ISC-tyle license for all my code; it is simpler and more permissive.


# 6304fd97 02-Dec-2001 millert <millert@openbsd.org>

Clarify man page and usage string to say 'pathname' and not 'string'
or 'dir'. Closes PR 2216; s AT msmith.net


# b552cb21 05-Jul-2001 pjanzen <pjanzen@openbsd.org>

include <err.h>


# 9141dda3 21-Jun-1998 millert <millert@openbsd.org>

Remove the advertising clause in my old license, it impedes free use
of the code as a large number of similar clauses makes it impossible
to write an ad for a product using the code...


# df7ba5df 17-Aug-1997 millert <millert@openbsd.org>

Use dirname(3)


# 1258a77d 26-Jun-1996 deraadt <deraadt@openbsd.org>

rcsid


# df930be7 18-Oct-1995 deraadt <deraadt@openbsd.org>

initial import of NetBSD tree