History log of /netbsd-src/usr.bin/ul/Makefile (Results 1 – 8 of 8)
Revision Date Author Comments
# 736d303b 12-Jun-2016 abhinav <abhinav@NetBSD.org>

Add libutil to the DPADD variable.


# 89e18818 12-Jun-2016 abhinav <abhinav@NetBSD.org>

Fix a buffer overflow when reading from files containing extra long lines.
Instead of using a statically allocated buffer, manage the buffer at run-time
and reallocate as needed.

It was dumping core

Fix a buffer overflow when reading from files containing extra long lines.
Instead of using a statically allocated buffer, manage the buffer at run-time
and reallocate as needed.

It was dumping core for following two cases:
man evrpc | ul
man xdm | ul

While there, also remove __P macro from function prototypes.

Ok from Christos.

show more ...


# 98eb8895 03-Feb-2010 roy <roy@NetBSD.org>

Userland now builds and uses terminfo instead of termcap.

OK: core@, jdc@


# 92e71898 20-Oct-1997 lukem <lukem@NetBSD.org>

remove WARNS=0


# 2122942c 14-Oct-1997 lukem <lukem@NetBSD.org>

WARNSify, use <termcap.h>, rename setmode() to setulmode() to prevent nameclash


# 7a51c221 07-Dec-1994 jtc <jtc@NetBSD.org>

Merged with 4.4lite.
Changed to conform to NetBSD's new RCS Id convention.


# 75ff3a90 30-Jul-1993 mycroft <mycroft@NetBSD.org>

Add RCS identifiers.


# 61f28255 21-Mar-1993 cgd <cgd@NetBSD.org>

initial import of 386bsd-0.1 sources