summaryrefslogtreecommitdiff
path: root/openbsd-compat/setproctitle.c
AgeCommit message (Collapse)Author
2004-02-20 - (djm) [openbsd-compat/setproctitle.c] fix comments; from grange@Damien Miller
2003-06-22 - (dtucker) [openbsd-compat/setproctitle.c] Ensure SPT_TYPE is defined beforeDarren Tucker
testing its value. When HAVE_SETPROCTITLE is defined (at least on NetBSD, gcc 2.95.3) the test "#if SPT_TYPE == SPT_REUSEARGV" is not true (probably because SPT_TYPE or SPT_REUSEARGV is not defined). This results in the following build error: $ gcc [flags] setproctitle.c setproctitle.c: In function `compat_init_setproctitle': setproctitle.c:102: `argv_start' undeclared (first use in this function)
2003-06-03Removal of advertising clause in accordance with:Damien Miller
ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change ok theo@ and millert@
2003-06-03 - (djm) Replace setproctitle replacement with code derived fromDamien Miller
UCB sendmail
2003-01-20 - (djm) Fix compilation for NetBSD from dtucker@zip.com.auDamien Miller
2003-01-13 - (djm) Rework openbsd-compat/setproctitle.c a bit: move emulation typeDamien Miller
detection to configure.ac. Prompted by stevesk@
2003-01-10 - (djm) Enable new setproctitle emulation for Linux, AIX and HP/UX. MoreDamien Miller
systems may be added later.
2002-02-13 - (djm) Sync openbsd-compat with OpenBSD CVS tooDamien Miller
2001-01-31 - (bal) Reorder. Move all bsd-*, fake-*, next-*, and cygwin* stuff toBen Lindstrom
openbsd-compat/. And resolve all ./configure and Makefile.in issues assocated. Logic: * All OpenBSD functions should have the same filename as in the OpenBSD tree * All 'home brew' functions have bsd-* infront of them. * All 'not really implemented' functions have fake-* infront of them.