History log of /netbsd-src/lib/libcompat/Makefile (Results 1 – 25 of 32)
Revision Date Author Comments
# 53fcf0e8 07-Feb-2013 christos <christos@NetBSD.org>

Don't provide 2 versions of __compat_regerror() (the other one comes
from 4.3/regex.c via symbol renaming). Anyway this one did nada, so
no great loss :-)


# 572e1c85 21-Mar-2012 matt <matt@NetBSD.org>

These directories don't handle WARNS=5


# 4e60bef7 22-Mar-2010 mrg <mrg@NetBSD.org>

convert -idirafter to -isystem, as recommended by cgd in PR 11843.
most of the list in that PR were already done.


# 515e5215 14-Feb-2009 abs <abs@NetBSD.org>

Convert more MACHINE tests to MACHINE_ARCH


# e866f279 06-Jul-2005 drochner <drochner@NetBSD.org>

Move insque/remque/lsearch/lfind from libcompat to libc,
they are in XPG4-UNIX, XSH5.0, mentioned in SUSv3 etc.
Minimal update of the manpages. (more needed)


# 1f560b89 18-Apr-2004 lukem <lukem@NetBSD.org>

Append to AFLAGS rather than setting AINC.


# ebb6fc9e 19-Aug-2002 lukem <lukem@NetBSD.org>

Use ${NETBSDSRCDIR}/some/path instead of ${.CURDIR}/../../some/path (etc).
(Reduces make output by ~ 20%)


# 519baa32 19-Feb-2000 mycroft <mycroft@NetBSD.org>

Build a PIC version of this -- but not yet a shlib, due to some obscure lossage
-- so that it can be linked into another shlib as needed.


# dc2dac75 22-Aug-1999 kleink <kleink@NetBSD.org>

G/C the manual pages for getpw(3), vlimit(3) and vtimes(3). Although stated
in the manuals, these interfaces don't actually exist in libcompat and it isn't
likely that anyone needs nor actually impl

G/C the manual pages for getpw(3), vlimit(3) and vtimes(3). Although stated
in the manuals, these interfaces don't actually exist in libcompat and it isn't
likely that anyone needs nor actually implementents them; in fact,
<sys/vlimit.h> was removed recently.

show more ...


# c3fd5ee2 12-Aug-1999 tron <tron@NetBSD.org>

Undo last commit. As pointed out by John Darrow on "regex.c" wasn't listed
twice in "SRCS", it were "regex.c" and "rexec.c".


# dc501adf 11-Aug-1999 lukem <lukem@NetBSD.org>

why have regex.c twice in SRCS ?


# dcab0210 13-Feb-1999 lukem <lukem@NetBSD.org>

convert from NOxxx= to MKxxx=no.
include <bsd.own.mk> if testing a MKxxx variable.


# 5426fd27 14-Sep-1998 tv <tv@NetBSD.org>

__RENAME() the libcompat regexp routines so they will not be used by
programs that want -lcompat but use POSIX regex. Inspired by
<david@mono.org> in PR bin/1849.


# bceb6b57 19-Mar-1998 tv <tv@NetBSD.org>

Add a ruserpass() function to make rexec happy. PR 901 (that's not a typo).


# 952b672f 22-Oct-1997 lukem <lukem@NetBSD.org>

use CPPFLAGS instead of CFLAGS


# 3ecdd362 20-Oct-1997 christos <christos@NetBSD.org>

Moved timezone, swapon and getdirentries back to libc.


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

Add timezone, swapon, getdirentries


# 2bb92dc6 07-Sep-1995 jtc <jtc@NetBSD.org>

Don't bother with a m68k assembly version of insque/remque. Gcc
generates the pretty much the same code (I believe it is exactly
the same except for stack frame setup) as the generic C version.


# 4b8de372 22-Dec-1994 jtc <jtc@NetBSD.org>

fix typo


# 3a370daf 22-Dec-1994 cgd <cgd@NetBSD.org>

specify man pages the new way.


# d8f84119 16-Dec-1994 mycroft <mycroft@NetBSD.org>

.s -> .S


# a0c15186 06-Jul-1994 mycroft <mycroft@NetBSD.org>

Do something more intelligent when compiling into ${DESTDIR}. Also fix bogus
definition of AINC.


# 395cddf5 21-May-1994 cgd <cgd@NetBSD.org>

make stty and gtty real function stubs (they're now gone from ioctl_compat.h).


# ac157537 19-May-1994 jtc <jtc@NetBSD.org>

Remove links to regexp(3) manpage, as they overwrite the links with the
same name to the regex(3) manpage, which is the preferred regular expression
API.


# 66a7b96e 19-May-1994 jtc <jtc@NetBSD.org>

Move our cuserid(3) manpage to libcompat, since the cuserid() function
now lives there.


12