NetBSD/lib/libc
jtc 53229bead2 Provide C language versions of the netorder functions.
These may be "good enough" for big-endian systems that do not have assembly
language versions of their own.  A compiler should be able to do a fairly
good job optimising them, it probably won't be smart enough to omit the
stack frame, but then again, these functions won't be called unless the
macro versions are undef'd.
On the other hand, they are only intended for bootstrap purposes on little-
endian systems.  They should be replaced with assembly language versions as
soon as possible.
1993-08-31 19:00:11 +00:00
..
compat-43 Declare rcsid strings so they are stored in text segment. 1993-08-26 00:43:03 +00:00
db Declare rcsid strings so they are stored in text segment. 1993-08-26 00:43:03 +00:00
DB Clean up deleted files. 1993-06-14 23:51:49 +00:00
gen Add rcsid strings 1993-08-26 15:26:18 +00:00
hp300 Add `.text' before the .asciz strings for RCS identifiers. 1993-08-26 02:11:52 +00:00
i386 Add `.text' before the .asciz strings for RCS identifiers. 1993-08-26 02:11:52 +00:00
locale Declare rcsid strings so they are stored in text segment. 1993-08-26 00:43:03 +00:00
net Provide C language versions of the netorder functions. 1993-08-31 19:00:11 +00:00
rpc Add RCS identifiers. 1993-08-01 05:37:30 +00:00
stdio Declare rcsid strings so they are stored in text segment. 1993-08-26 00:43:03 +00:00
stdlib Declare rcsid strings so they are stored in text segment. 1993-08-26 00:43:03 +00:00
string Declare rcsid strings so they are stored in text segment. 1993-08-26 00:43:03 +00:00
sys Add syscall stubs for SYSV Shared Memory. 1993-08-25 02:50:51 +00:00
yp Declare rcsid strings so they are stored in text segment. 1993-08-26 00:43:03 +00:00
Makefile Add RCS identifiers. 1993-08-01 05:37:30 +00:00