History log of /netbsd-src/lib/libc/gen/setproctitle.c (Results 1 – 23 of 23)
Revision Date Author Comments
# c510face 20-Apr-2021 christos <christos@NetBSD.org>

Instead of compiling files with -fcommon, create an include file and declare
the 3 symbols that need to be common using an attribute. Put all the 3 symbol
definitions in libc in one place (initfini.c

Instead of compiling files with -fcommon, create an include file and declare
the 3 symbols that need to be common using an attribute. Put all the 3 symbol
definitions in libc in one place (initfini.c). Reviewed by joerg@

show more ...


# aa331836 03-Jan-2008 christos <christos@NetBSD.org>

Simplify and check for snprintf() error.


# 99410184 26-Jul-2003 salo <salo@NetBSD.org>

netbsd.org->NetBSD.org


# 077b67ef 26-May-2002 wiz <wiz@NetBSD.org>

__STDC__ is always defined on NetBSD.


# 6b25d775 19-Feb-2001 cgd <cgd@NetBSD.org>

convert from __progname to getprogname()


# c2935419 29-Jun-2000 mrg <mrg@NetBSD.org>

remove include of <vm/vm.h>


# db755e7c 14-Jun-2000 cgd <cgd@NetBSD.org>

sweep of my licenses (userland files w/o only my copyright) for
consistency. (no functional changes)


# d220ca5b 14-Jun-2000 cgd <cgd@NetBSD.org>

fix up NetBSD RCS Ids to match the standard, and the leading comment as
to match as well. No functional changes.


# 60549036 22-Jan-2000 mycroft <mycroft@NetBSD.org>

Delint.
Remove trailing ; from uses of __weak_alias(). The macro inserts this if
needed.


# d6f53054 13-Nov-1998 christos <christos@NetBSD.org>

delint


# 40941d96 13-Nov-1998 christos <christos@NetBSD.org>

delint


# 0034bdfa 26-Jul-1998 mycroft <mycroft@NetBSD.org>

const poisoning.


# 84a61815 05-Feb-1998 gwr <gwr@NetBSD.org>

Do not try to use PS_STRINGS unless USRSTACK is defined.
(On m68k it is defined only for kernel compilation.)


# 14cd9988 20-Oct-1997 thorpej <thorpej@NetBSD.org>

Fix the shared library versioning snafu caused by the recent changes
to the stat(2) family and msync(2). This uses a primitive function
versioning scheme.

This reverts the libc shared library major

Fix the shared library versioning snafu caused by the recent changes
to the stat(2) family and msync(2). This uses a primitive function
versioning scheme.

This reverts the libc shared library major version from 13 to 12, and
adds a few new interfaces to bring us to libc version 12.20.

From Frank van der Linden <fvdl@NetBSD.ORG>.

show more ...


# e34cf3d4 16-Oct-1997 christos <christos@NetBSD.org>

__ps_strings is now extern and not modified locally.


# 43fa6fe3 21-Jul-1997 jtc <jtc@NetBSD.org>

If port provides __weak_alias(), provide an Standard C and POSIX pure
identifier namespace by renaming non standard functions and variables
such that they have a leading underscore. The library will

If port provides __weak_alias(), provide an Standard C and POSIX pure
identifier namespace by renaming non standard functions and variables
such that they have a leading underscore. The library will use those
names internally. Weak aliases are used to provide the original names
to the API.

This is only the first part of this change. It is most of the functions
which are implemented in C for all NetBSD ports. Subsequent changes are
to add the same support to the remaining C files, to assembly files, and
to the automagically generated assembly source used for system calls.
When all of the above is done, ports with weak alias support should add
a definition for __weak_alias to <sys/cdefs.h>.

show more ...


# 26cc2d4f 13-Jul-1997 christos <christos@NetBSD.org>

Fix RCSID's


# 440af019 17-May-1997 mycroft <mycroft@NetBSD.org>

Do the previous change is a much less klugy fashion.


# d09e80b0 13-May-1997 gwr <gwr@NetBSD.org>

Add a default definition of __ps_strings as suggested by PK.
(With lots of XXX marks advising its eventual removal! 8^)


# 5eb65c6b 16-May-1995 mycroft <mycroft@NetBSD.org>

Use the new ps_strings format.


# 9060ff0d 27-Feb-1995 cgd <cgd@NetBSD.org>

merge with 4.4-Lite, keeping local changes. clean up Ids


# 7433140c 24-May-1994 deraadt <deraadt@NetBSD.org>

need sys/param.h


# 6e0cf55f 14-Apr-1994 cgd <cgd@NetBSD.org>

setproctitle(); no reason to have this code spread into N utils...