| #
5521b51a |
| 17-Jun-2015 |
christos <christos@NetBSD.org> |
fix error messages
|
| #
9e66e6d7 |
| 25-Jun-2012 |
abs <abs@NetBSD.org> |
Update old-style definitions to ANSI, remove a couple of register definitions along the way. Fixed gcc 4.1 build (thank you vax)
|
| #
03256c6e |
| 29-Nov-2005 |
christos <christos@NetBSD.org> |
WARNS=4
|
| #
7db1d33c |
| 10-Dec-2003 |
agc <agc@NetBSD.org> |
Modify the licences of code written by Theo De Raadt from a 4-clause to a 2-clause licence (retaining UCB clauses (1) and (2)), per PR 22409 from Joel Baker, approved by Theo de Raadt, and ratified b
Modify the licences of code written by Theo De Raadt from a 4-clause to a 2-clause licence (retaining UCB clauses (1) and (2)), per PR 22409 from Joel Baker, approved by Theo de Raadt, and ratified by myself - the only discrepancy being the handling of the original clause 3 in src/usr.sbin/yppoll/yppoll.c.
show more ...
|
| #
60549036 |
| 22-Jan-2000 |
mycroft <mycroft@NetBSD.org> |
Delint. Remove trailing ; from uses of __weak_alias(). The macro inserts this if needed.
|
| #
ec31e06f |
| 16-Sep-1999 |
lukem <lukem@NetBSD.org> |
wrap long line
|
| #
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 ...
|
| #
e7cc5503 |
| 13-Jul-1997 |
christos <christos@NetBSD.org> |
Fix RCSID's printf -> warnx Fix gcc warnings Put locally declared functions in local.h
|
| #
3b32f2c7 |
| 14-May-1996 |
jtc <jtc@NetBSD.org> |
Split yperr_string out of yplib.c; makes many static executables a bit smaller.
|