History log of /openbsd/usr.bin/what/what.c (Results 1 – 17 of 17)
Revision Date Author Comments
# 5b133f3f 08-Mar-2023 guenther <guenther@openbsd.org>

Delete obsolete /* ARGSUSED */ lint comments.

ok miod@ millert@


# a7763ee0 18-Apr-2020 martijn <martijn@openbsd.org>

Add a colon after the name/path/argument to conform to POSIX.
From Andras Farkas (deepbluemistake <at> gmail <dot> com)

OK sthen@ deraadt@


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

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


# ff9adc31 06-Oct-2015 deraadt <deraadt@openbsd.org>

simple tame "stdio rpath"


# afa72ff4 22-Jan-2015 krw <krw@openbsd.org>

Processing $OpenBSD$ as well as sccs's @(#) is an OpenBSD extension, and
should stop displaying the line at the 2nd '$'. Clarify intended behaviour
in man page.

ok millert@ beck@ deraadt@


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


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

add missing includes
ok deraadt@ tedu@


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

mostly ansi cleanup; pval ok


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


# 73119f56 02-May-2003 nino <nino@openbsd.org>

Update to conform to Posix 1003.1-2001.

* what now accepts a -s parameter which causes
it to quit searching after finding the first match.

* stdin is no longer valid for input, one or more
filename

Update to conform to Posix 1003.1-2001.

* what now accepts a -s parameter which causes
it to quit searching after finding the first match.

* stdin is no longer valid for input, one or more
filenames have to be provided.

* Backslash is recoqnized as a pattern delimiter.

* The exit status reflects the number of mathes
found (0 if any matches were found, 1 otherwise).

Also replace strncpy -> strlcpy.

Mostly a sync with netbsd.

Input pjanzen@, vincent@.

ok millert@.

show more ...


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


# c0932ef1 19-Nov-2001 mpech <mpech@openbsd.org>

kill more registers

millert@ ok


# f1beaa94 16-Aug-1999 art <art@openbsd.org>

fix includes


# 74b69f87 26-Jun-1996 deraadt <deraadt@openbsd.org>

put the tab in


# 29a915ce 26-Jun-1996 deraadt <deraadt@openbsd.org>

handle $OpenBSD$ rcsid... using uname too!


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

rcsid


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

initial import of NetBSD tree