History log of /openbsd/bin/pwd/pwd.c (Results 1 – 14 of 14)
Revision Date Author Comments
# 0bd1216c 09-Oct-2015 deraadt <deraadt@openbsd.org>

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


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

tame "stdio rpath" works for all use cases of pwd(1). In part this
success could be because our getcwd() is backed by a system call, unlike
historical practice. Didn't think it through competely, b

tame "stdio rpath" works for all use cases of pwd(1). In part this
success could be because our getcwd() is backed by a system call, unlike
historical practice. Didn't think it through competely, but this could
burn someone else later, if they try to port this code to another system.
Anyways, good enough for us.
all cases tested by doug

show more ...


# 8da037d9 28-May-2014 guenther <guenther@openbsd.org>

In his continuing quest to improve our documentation, jmc@ noticed that
we didn't support the -L option required by POSIX, and didn't
document the -P option that we did support. Fix that with code a

In his continuing quest to improve our documentation, jmc@ noticed that
we didn't support the -L option required by POSIX, and didn't
document the -P option that we did support. Fix that with code and
doc bits from NetBSD, but correcting a minor noncompliance in the
-L support and applying the jmc@ and sobrado@ magic to the manpage.
This commit does not change the default behavior.

ok jmc@ millert@ sobrado@

show more ...


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


# 95374a4c 01-Apr-2006 deraadt <deraadt@openbsd.org>

make lint happy


# 29295d1c 02-Jun-2003 millert <millert@openbsd.org>

Remove the advertising clause in the UCB license which Berkeley
rescinded 22 July 1999. Proofed by myself and Theo.


# ab83b6d6 04-Jul-2002 deraadt <deraadt@openbsd.org>

ansi


# c72b5b24 16-Feb-2002 millert <millert@openbsd.org>

Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be don

Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.

show more ...


# 9517852a 06-Sep-2001 mpech <mpech@openbsd.org>

o) __progname aria;

millert@ ok.


# 72799b18 15-Jan-1997 millert <millert@openbsd.org>

getopt(3) returns -1 when out of args, not EOF, whee!


# 764064c4 14-Dec-1996 mickey <mickey@openbsd.org>

-Wall'ing.


# 287bceee 02-Aug-1996 deraadt <deraadt@openbsd.org>

zap getopt() case of -?, come on, it is the default!


# 09e94acb 23-Jun-1996 deraadt <deraadt@openbsd.org>

update rcsid


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

initial import of NetBSD tree