chs
|
09cb38f22b
|
expose the definitions of MIN() and MAX() in sys/param.h to the kernel
and use those in favor of a dozen copies scattered around the source tree.
|
2001-02-05 10:42:40 +00:00 |
matthias
|
dfc0d8e7d5
|
{bzero, bcopy} -> {memset, memcpy}
add -DINSECURE to stand/Makefile.inc
|
1998-09-12 19:14:58 +00:00 |
matthias
|
59def94d93
|
Get rid of vm_offset_t/vm_size_t. Resolve conflicts in pmap.new.[ch] after
last import from port-i386.
|
1998-09-02 19:17:12 +00:00 |
thorpej
|
2538ed1062
|
Use offsetof() from libkern.h
|
1998-01-28 02:23:04 +00:00 |
perry
|
b46484bb8a
|
RCSID Police.
|
1998-01-05 20:51:25 +00:00 |
matthias
|
af88eb9d75
|
* Fixes from Ian Dall. Make the ieee handler compile with the new gcc warning
options, make it compile into a user mode library again and update the
README.
|
1997-04-01 16:35:08 +00:00 |
matthias
|
0f3c811db6
|
* Remove the unused variable fsr in ieee_invop.
|
1997-03-20 12:04:08 +00:00 |
matthias
|
2e7cb22267
|
* Use bcopy, not memcpy.
|
1996-12-23 08:37:55 +00:00 |
matthias
|
865930408c
|
* Do not include limits.h, use machine/limits.h.
|
1996-10-23 07:43:44 +00:00 |
matthias
|
897acfdcbb
|
* Do not include stddef.h.
* Add definition of offsetof.
|
1996-10-23 07:43:42 +00:00 |
christos
|
e37692f04d
|
backout previous kprintf change
|
1996-10-13 03:29:05 +00:00 |
christos
|
848c9d8f02
|
printf -> kprintf, sprintf -> ksprintf
|
1996-10-11 00:39:22 +00:00 |
matthias
|
483cff53cd
|
* Add the README file from Ian Dall's original distribution.
|
1996-10-09 07:40:45 +00:00 |
phil
|
0b85f48338
|
Updates from Matthias Pfaller and Ian Dall.
|
1996-05-03 23:19:26 +00:00 |
phil
|
dba4d32f68
|
Initial check-in of the ieee fp support for the pc532.
ieee fp support by Ian Dall, NetBSD/pc532 integration by Matthias Pfaller.
Includes setjmp/longjmp added to locore.s.
|
1996-04-04 06:36:03 +00:00 |