History log of /src/lib/libc/gen/signame.c |
Revision | | Date | Author | Comments |
1.13 |
| 13-Sep-2005 |
christos | compat core reorg.
|
1.12 |
| 07-Aug-2003 |
agc | Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22280, verified by myself.
|
1.11 |
| 20-Mar-2002 |
christos | add the rt signals so we don't core-dump.
|
1.10 |
| 01-Dec-1998 |
thorpej | branches: 1.10.12; Warn about references to the compatibility sys_signame[], and direct the user to include <signal.h> to generate the correct reference.
Suggestion from Christoph Badura.
|
1.9 |
| 30-Nov-1998 |
thorpej | Don't include <sys/cdefs.h> twice. Also, don't include <signal.h> or <unistd.h>. These headers are not needed, and if included now, cause a compile error since the exported and renamed type is different.
|
1.8 |
| 26-Sep-1998 |
christos | Fix array bounds (from Jason)
|
1.7 |
| 13-Jul-1997 |
christos | Fix RCSID's
|
1.6 |
| 04-Mar-1995 |
cgd | branches: 1.6.4; fix up some RCS Id's i botched.
|
1.5 |
| 27-Feb-1995 |
cgd | merge with 4.4-Lite, keeping local changes. clean up Ids
|
1.4 |
| 02-Dec-1993 |
mycroft | Add `const's to sys_siglist and sys_signame decls.
|
1.3 |
| 08-Sep-1993 |
jtc | Elements of sys_signame array should be in upper case. Both kill and sliplogin, which were converted to use this array, are either specified to use, or have traditionally used, upper case names. This change shouldn't have bad side-effects, sys_signame is new to netbsd and nothing in the source tree except kill and sliplogin use it.
|
1.2 |
| 26-Aug-1993 |
jtc | Declare rcsid strings so they are stored in text segment.
|
1.1 |
| 06-Aug-1993 |
mycroft | Add sys_signame[].
|
1.6.4.1 |
| 19-Sep-1996 |
jtc | snapshot namespace cleanup: gen
|
1.10.12.1 |
| 22-Mar-2002 |
nathanw | Catch up to -current.
|