#
3944777a |
| 09-Jul-2016 |
dholland <dholland@NetBSD.org> |
Fix three of these strings (ones that are rarely seen)
|
#
55ac93d3 |
| 17-Jan-2007 |
hubertf <hubertf@NetBSD.org> |
Remove more duplicate #includes, and a few spurious whitespaces at EOL From Slava Semushin <slava.semushin@gmail.com>
|
#
5b84b398 |
| 13-Sep-2005 |
christos <christos@NetBSD.org> |
compat core reorg.
|
#
eb7c1594 |
| 07-Aug-2003 |
agc <agc@NetBSD.org> |
Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22280, verified by myself.
|
#
af3e0750 |
| 17-Aug-1999 |
mycroft <mycroft@NetBSD.org> |
Make some needed weak aliases.
|
#
56f21e48 |
| 06-Dec-1998 |
jonathan <jonathan@NetBSD.org> |
Move warnings about sys_siglist[] and __sys_siglist to _sys_siglist.c, so that the warning is shown once at link time, not three times.
|
#
6d072260 |
| 01-Dec-1998 |
thorpej <thorpej@NetBSD.org> |
Warn about references to the compatibility sys_siglist[], and direct the user to include <signal.h> or <unistd.h> to generate the correct reference.
Warn about references to the deprecated __sys_sig
Warn about references to the compatibility sys_siglist[], and direct the user to include <signal.h> or <unistd.h> to generate the correct reference.
Warn about references to the deprecated __sys_siglist[], and direct the user to include <signal.h> or <unistd.h> and use sys_siglist instead.
show more ...
|
#
2d77af5f |
| 30-Nov-1998 |
thorpej <thorpej@NetBSD.org> |
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 diff
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.
show more ...
|
#
1ebb9bf2 |
| 26-Sep-1998 |
christos <christos@NetBSD.org> |
Adapt to new signal changes (from Jason)
|
#
26cc2d4f |
| 13-Jul-1997 |
christos <christos@NetBSD.org> |
Fix RCSID's
|
#
ee38224d |
| 04-Mar-1995 |
cgd <cgd@NetBSD.org> |
fix up some RCS Id's i botched.
|
#
9060ff0d |
| 27-Feb-1995 |
cgd <cgd@NetBSD.org> |
merge with 4.4-Lite, keeping local changes. clean up Ids
|
#
3c98cdcd |
| 12-Dec-1994 |
jtc <jtc@NetBSD.org> |
Rework indirect reference support as outlined by my recent message to the tech-userlevel mailing list.
|
#
c5038479 |
| 10-Oct-1994 |
jtc <jtc@NetBSD.org> |
Renamed sys_errlist[] and sys_nerr to __sys_errlist[] and __sys_nerr. The traditional API of sys_errlist[] and sys_nerr is provided by weak references if they are supported. Otherwise, we're forced
Renamed sys_errlist[] and sys_nerr to __sys_errlist[] and __sys_nerr. The traditional API of sys_errlist[] and sys_nerr is provided by weak references if they are supported. Otherwise, we're forced to have to have two copies of the error message string table in the library. Fortunately, unless a program uses both sys_errlist[] and strerror(), only one of the copies will be linked into the executable.
This is all to provide an clean namespace as required by ANSI. I've done the same for sys_siglist[], even though it is not required, to be consistant.
show more ...
|
#
504c62c0 |
| 02-Dec-1993 |
mycroft <mycroft@NetBSD.org> |
Add `const's to sys_siglist and sys_signame decls.
|
#
9c20f740 |
| 26-Aug-1993 |
jtc <jtc@NetBSD.org> |
Declare rcsid strings so they are stored in text segment.
|
#
f23f94cb |
| 30-Jul-1993 |
mycroft <mycroft@NetBSD.org> |
Add even more RCS frobs.
|
#
61f28255 |
| 21-Mar-1993 |
cgd <cgd@NetBSD.org> |
initial import of 386bsd-0.1 sources
|