History log of /netbsd-src/lib/libc/compat-43/setruid.c (Results 1 – 13 of 13)
Revision Date Author Comments
# eb7c1594 07-Aug-2003 agc <agc@NetBSD.org>

Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22280, verified by myself.


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

__STDC__ is always defined on NetBSD.


# e7d07334 25-Feb-1998 perry <perry@NetBSD.org>

Coerce -1 to a (uid_t) to shut up lint.


# 9f6c3e59 02-Feb-1998 perry <perry@NetBSD.org>

merge lite-2


# 2a43f220 04-Nov-1997 thorpej <thorpej@NetBSD.org>

__warn_references and __indr_reference semicolon fixups. From
Chris Demetriou <cgd@pa.dec.com>.


# 5f34d8e3 13-Jul-1997 christos <christos@NetBSD.org>

Fix RCSID's


# 500e6633 08-Jul-1996 thorpej <thorpej@NetBSD.org>

Now that setreuid() and setregid() are system calls again, don't call
the C library "private" versions. Doing so results in unresolved
symbols the next time a dynamically linked program is run after

Now that setreuid() and setregid() are system calls again, don't call
the C library "private" versions. Doing so results in unresolved
symbols the next time a dynamically linked program is run after the
new C library is installed.

show more ...


# c7527f8b 21-Jul-1994 jtc <jtc@NetBSD.org>

Converted to use link-time warning messages.


# d3972d51 24-Apr-1994 mycroft <mycroft@NetBSD.org>

Get rid of extra calls to strlen().


# aa5c63cb 24-Apr-1994 mycroft <mycroft@NetBSD.org>

Print the name of the program using a deprecated syscall.


# dcf70f00 12-Apr-1994 cgd <cgd@NetBSD.org>

fix warning.


# 7891b9b4 10-Apr-1994 cgd <cgd@NetBSD.org>

print warnings, and use a helper function, to optimize...


# a2770ef5 06-Apr-1994 cgd <cgd@NetBSD.org>

M-x shuffle-functions-and-documentation
basically, move things around so documentation is in the correct place,
and bump appropriate functions into the 'compat' section.