#
03256c6e |
| 29-Nov-2005 |
christos <christos@NetBSD.org> |
WARNS=4
|
#
6ed9366c |
| 13-Sep-2005 |
elad <elad@NetBSD.org> |
Don't overflow when DEBUG is defined. PR/30833, from Tomas Skare.
|
#
5b84b398 |
| 13-Sep-2005 |
christos <christos@NetBSD.org> |
compat core reorg.
|
#
39d96c1f |
| 04-Dec-2003 |
keihan <keihan@NetBSD.org> |
netbsd.org -> NetBSD.org NetBSD.ORG -> NetBSD.org
Now src/lib is done.
|
#
38ba03f1 |
| 22-Oct-1997 |
thorpej <thorpej@NetBSD.org> |
Allow the old-name functions to be compiled from the same source file as the renamed functions, and add some #error directives to force the issue with weak symbols for renamed functions when we suppo
Allow the old-name functions to be compiled from the same source file as the renamed functions, and add some #error directives to force the issue with weak symbols for renamed functions when we support weak symbols in the C library.
show more ...
|
#
21e1e24d |
| 22-Oct-1997 |
fvdl <fvdl@NetBSD.org> |
New hacks to make libc work painlessly without bumping the major number: use type func(arg1s) asm("emitted_name") gcc mechanism. Suggested by Bill Sommerfeld.
|
#
d6b51107 |
| 21-Oct-1997 |
fvdl <fvdl@NetBSD.org> |
Hacks to enable libc to work without bumping the major.
|
#
43fa6fe3 |
| 21-Jul-1997 |
jtc <jtc@NetBSD.org> |
If port provides __weak_alias(), provide an Standard C and POSIX pure identifier namespace by renaming non standard functions and variables such that they have a leading underscore. The library will
If port provides __weak_alias(), provide an Standard C and POSIX pure identifier namespace by renaming non standard functions and variables such that they have a leading underscore. The library will use those names internally. Weak aliases are used to provide the original names to the API.
This is only the first part of this change. It is most of the functions which are implemented in C for all NetBSD ports. Subsequent changes are to add the same support to the remaining C files, to assembly files, and to the automagically generated assembly source used for system calls. When all of the above is done, ports with weak alias support should add a definition for __weak_alias to <sys/cdefs.h>.
show more ...
|
#
004c8169 |
| 13-Jul-1997 |
christos <christos@NetBSD.org> |
Fix readdirfunc prototype Fix RCSID's
|
#
b585e843 |
| 27-Feb-1995 |
cgd <cgd@NetBSD.org> |
update from Lite, with local changes. fix Ids, etc.
|
#
6270d348 |
| 06-Nov-1993 |
cgd <cgd@NetBSD.org> |
update to latest version.
|
#
9c20f740 |
| 26-Aug-1993 |
jtc <jtc@NetBSD.org> |
Declare rcsid strings so they are stored in text segment.
|
#
e7ae1531 |
| 30-Jul-1993 |
mycroft <mycroft@NetBSD.org> |
Latest versions from uunet.
|
#
61f28255 |
| 21-Mar-1993 |
cgd <cgd@NetBSD.org> |
initial import of 386bsd-0.1 sources
|