index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
make
/
util.c
Age
Commit message (
Expand
)
Author
1999-09-04
PR/8259: Chris Demetriou: Fix stack overflow bugs exposed by the glibc-2.1.1
christos
1999-08-27
Don't need strftime() on Ultrix either.
simonb
1999-06-29
apply solaris fixes
christos
1999-03-19
use emalloc() instead of malloc()
christos
1998-11-06
- full prototypes
christos
1998-10-18
strftime is not needed for svr4 machines; also fix the prototype footprint.
christos
1998-09-18
PR/6174: ITOH Yasufumi: Purify bug and a compile error in utility code.
christos
1998-02-04
Y2K fixes: use strftime(), and add a fake strftime() for systems that do
christos
1997-09-28
wrap #include <sys/cdefs.h>, __RCSID(...) stuff in #ifndef MAKE_BOOTSTRAP
lukem
1997-07-11
#if __STDC__ -> #ifdef __STDC__
christos
1997-07-11
sprintf -> vsprintf
christos
1997-07-01
Add WARNS=1
christos
1997-06-07
Apparently, using _doprnt(_IOREAD) to emulate vsnprintf() on SVR4 *sometimes*
christos
1996-12-31
implement snprintf() and vsnprintf() for non BSD4_4 systems.
christos
1996-11-11
Fir PR/2930: declare missing variable.
christos
1996-11-06
- Merge in FreeBSD and Lite2 changes.
christos
1996-08-30
Tidy up some RCS ids a bit.
thorpej
1996-08-13
Add strdup() since ultrix is missing it.
christos
1995-11-22
Updates for POSIX/SVR4 compiling:
christos
1995-06-14
- $NetBSD$ rcsids
christos
1994-09-23
Use getcwd(3), not getwd(3), and remove some old, unused compatibility code.
mycroft
1994-05-09
bootstrap improvements
glass
1994-03-05
fixes/improvements from Christos Zoulas <christos@deshaw.com>.
cgd