#
0d34bfa2 |
| 23-May-2014 |
uebayasi <uebayasi@NetBSD.org> |
Put missing END() markers to set ELF symbol size.
|
#
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.
|
#
1394f01b |
| 16-Jul-1997 |
christos <christos@NetBSD.org> |
RCSID fixes: Always use the NetBSD rcsid and the macro RCSID() defined in <machine/asm.h>; Also syscalls should be protected using the SYSLIBC_SCCS define not LIBC_SCCS
|
#
1f29a3d9 |
| 16-Mar-1994 |
jtc <jtc@NetBSD.org> |
Smaller & Faster.
|
#
915f7d4d |
| 12-Mar-1994 |
jtc <jtc@NetBSD.org> |
Use RCSID macro.
|
#
79591d04 |
| 21-Oct-1993 |
jtc <jtc@NetBSD.org> |
So many files in arch/i386 have been changed I might as well run my remove unecessary trailing whitespace script.
|
#
823c3657 |
| 21-Oct-1993 |
jtc <jtc@NetBSD.org> |
Change instances of LIBC_RCS back to LIBC_SCCS. If we are going to change th LIBC_RCS, the entire source tree should be updated at once. Remove && !defined(lint) from conditionals around rcs id's.
Change instances of LIBC_RCS back to LIBC_SCCS. If we are going to change th LIBC_RCS, the entire source tree should be updated at once. Remove && !defined(lint) from conditionals around rcs id's. No one is ever going to pass a *.s file through lint.
show more ...
|
#
b3f9f8f6 |
| 08-Oct-1993 |
jtc <jtc@NetBSD.org> |
Provide an assembly language version of labs(). Since ints and longs are both 32 bits on a i386, we could alias abs() and labs() together as mycroft did with memmove()/memcpy(), but I'm waiting on an
Provide an assembly language version of labs(). Since ints and longs are both 32 bits on a i386, we could alias abs() and labs() together as mycroft did with memmove()/memcpy(), but I'm waiting on an interpretation ruling to see if it is legal.
show more ...
|