Go to file
jtc 43fa6fe319 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>.
1997-07-21 14:06:24 +00:00
bin Remove WARNS=1 from all the subdirectory Makefiles, and add it to Makefile.inc 1997-07-20 22:36:20 +00:00
distrib remove old Sprite-compatible header files machAsmDefs.h and machConst.h 1997-07-19 07:02:04 +00:00
etc fix 3885 from Matthias Scheler -- print out the name of each loaded module 1997-07-18 23:38:52 +00:00
games
gnu build chess.6 on alpha. 1997-07-21 04:48:06 +00:00
include Backout addition of user_from_uid and group_from_gid; they exist in pwd.h 1997-07-20 19:18:49 +00:00
lib If port provides __weak_alias(), provide an Standard C and POSIX pure 1997-07-21 14:06:24 +00:00
libexec be safe with some buffers. 1997-07-21 05:13:10 +00:00
regress
sbin free() what you malloc(). 1997-07-21 05:05:12 +00:00
share swapon -> swapctl 1997-07-21 05:10:46 +00:00
sys add a patchable `lkmdebug' variable and only print debug messages 1997-07-21 05:43:36 +00:00
usr.bin fix compile on alpha: 1997-07-21 14:03:48 +00:00
usr.sbin gethostnamadr.c -> gethnamaddr.c 1997-07-21 03:51:57 +00:00
Makefile