simonb
|
a3defee552
|
Don't check <sys/systm.h> anymore.
|
2005-10-30 23:36:22 +00:00 |
elad
|
851adad0b8
|
Use crypto/rmd160.h.
|
2005-09-25 14:34:54 +00:00 |
simonb
|
402b1dadb7
|
Don't check <sys/tprintf.h> - it's not installed any more.
|
2005-09-19 03:15:56 +00:00 |
nathanw
|
4b2ab8e45f
|
No more threadlib.h.
|
2004-12-14 00:23:41 +00:00 |
christos
|
87494016cc
|
avoid conflict on re-defining ioctl.
|
2004-02-14 18:30:23 +00:00 |
matt
|
fa553aa877
|
Move clockctl.h to end of list
|
2004-01-21 03:28:00 +00:00 |
matt
|
4126327e1a
|
Only include one of <sys/cdefs_elf.h> or <sys/cdefs_aout.h> depending on
__ELF__. Only include <stdbool.h> if __GNUC__ > 2.
|
2004-01-20 23:45:09 +00:00 |
lukem
|
c926d8d22d
|
support MKCRYPTO=no (des.h is not present)
|
2004-01-04 00:25:52 +00:00 |
lukem
|
7138133de7
|
support MKSKEY=no
|
2004-01-03 15:05:37 +00:00 |
christos
|
1f9b81f68b
|
kjk reported this does not work on the vax.
- don't include <ieeefp.h> if vax
- never include <sys/float_ieee754.h>
|
2003-11-18 23:21:38 +00:00 |
christos
|
6d0baf7772
|
Remove <frame.h>
|
2003-11-14 14:13:31 +00:00 |
christos
|
ae4155f2d9
|
Annotate changes and remove non-existing files.
|
2003-11-07 23:10:00 +00:00 |
augustss
|
03d49d9b1b
|
Remove more troublesome files for now.
|
2003-11-07 21:10:33 +00:00 |
augustss
|
91cf4290f4
|
Comment out some files that makes this break on some platforms.
|
2003-11-07 20:57:26 +00:00 |
christos
|
abd55fcd3e
|
no more disklabel_mbr.h
|
2003-11-07 17:41:52 +00:00 |
christos
|
5054637087
|
don't include varargs.h for gcc-3
|
2003-11-07 17:40:38 +00:00 |
christos
|
b6f1a886f4
|
Turn on strict warnings and add a main()
|
2003-09-30 21:05:04 +00:00 |
christos
|
2be3afdc37
|
don't check for vaddr_t yet, because all ports define it.
|
2003-09-30 21:01:59 +00:00 |
christos
|
2d148569b5
|
Make sure that our headers are clean enough by including all of them, and
checking for symbols that we leak in userland that we should not. Currently
only vaddr_t checked.
|
2003-09-30 20:47:23 +00:00 |