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
/
lib
/
libc
/
string
/
__strsignal.c
Age
Commit message (
Expand
)
Author
2003-08-07
Move UCB-licensed code from 4-clause to 3-clause licence.
agc
2002-11-17
use strlcpy. correct mis(non-)use of buflen argument.
itojun
2002-11-11
Fix signed/unsigned comparison warnings.
thorpej
2002-03-20
add rt signal names.
christos
2002-02-13
make strerror and strsignal use NL_CAT_LOCALE.
yamt
1999-09-20
back out the #ifdef _DIAGNOSTIC argument checks; too many people complained.
lukem
1999-09-16
* use _DIAGASSERT() to check pointer arguments against NULL and file
lukem
1998-11-30
Use the (new) sys_nsig instead of NSIG.
thorpej
1998-11-15
delint
christos
1998-07-26
const poisoning.
mycroft
1998-02-03
remove obsolete register declarations
perry
1997-07-13
Fix RCSID's
christos
1997-01-23
- convert unsafe strcpy(), strcat() and sprintf() to the `n' versions.
mrg
1996-10-11
stnrcpy() isn't a function. strncpy() is. Use it instead.
cgd
1996-10-11
Since the user provide his own message catalog (via NLSPATH and LANG)
jtc
1995-06-15
don't include <sys/cdefs.h>, it's a 'private' header
jtc
1995-04-24
cast last argument of catgets() to (char *) to quiet compiler's complaints
cgd
1994-12-12
Rework indirect reference support as outlined by my recent message to
jtc
1994-11-18
Private versions of cat*() functions now have only one leading underscore.
jtc
1994-10-19
case to quiet compiler.
cgd
1994-10-10
Use __sys_siglist[].
jtc
1994-10-06
Call internal NLS interfaces: __catopen(), __catgets(), and __catclose().
jtc
1994-09-12
Don't define sys_siglist, <signal.h> does that already
jtc
1994-09-03
__strerror() and __strsignal() have been broken out into their own files
jtc