Warner Losh
1f94b9005c
Don't need the .keep_me files. Obrien and I committed past each other.
...
Add 0-9 to the list of possible kernel names at matsushita-san's
suggestion.
Submitted by: Makoto MATSUSHITA-san <matusita@jp.FreeBSD.org>
2001-07-01 23:35:44 +00:00
David E. O'Brien
1c08d95d1a
Add .cvsignore so that CVS stop's complaining about people's kernel build dirs.
2001-06-30 15:38:06 +00:00
David E. O'Brien
5e6ded4212
Ensure sys/${MACHINE}/compile/FOO exists
...
Reviewed by: arch, imp, peter, and the USENIX terminal room secret kernel cabal
2001-06-30 15:16:29 +00:00
David E. O'Brien
f9b58b41a3
Fix style of defines.
2001-06-09 05:21:17 +00:00
David E. O'Brien
02c629d468
Make _BSD_TIME_T_ (time_t) an int' rather than
long'. This will help
...
flag errors where programmers assume time_t is a long, which it is not on
64-bit platforms.
Submitted by: bde
2001-05-18 01:43:25 +00:00
David E. O'Brien
ef76752043
Style changes -- revert ordering to mostly two revs ago.
...
Embellish some comments, fix tab'ing.
Requested by: bde
2001-05-18 01:40:40 +00:00
David E. O'Brien
0dfc89c188
Consistently define the rune types.
...
Follow NetBSD's lead and add a _BSD_MBSTATE_T_ type.
2001-05-16 22:32:44 +00:00
David E. O'Brien
1123bf8862
Move the int typedefs to the top so they can be used in defining other types.
...
Ensure every platform has __offsetof.
Make multiple inclusion detection consistent with other
<platform>/include/*.h files.
2001-05-16 22:21:43 +00:00
Hajimu UMEMOTO
e335205699
Correct disordering which is corresponding to bde's fix to
...
i386/include/ansi.h.
2001-02-17 14:51:11 +00:00
Hajimu UMEMOTO
ad9fdc8f4d
Correct 2nd argument of getnameinfo(3) to socklen_t.
...
Reviewed by: itojun
2001-02-15 10:35:55 +00:00
Mark Murray
d888fc4e73
RIP <machine/lock.h>.
...
Some things needed bits of <i386/include/lock.h> - cy.c now has its
own (only) copy of the COM_(UN)LOCK() macros, and IMASK_(UN)LOCK()
has been moved to <i386/include/apic.h> (AKA <machine/apic.h>).
Reviewed by: jhb
2001-02-11 10:44:09 +00:00
Jason Evans
1b367556b5
Convert all simplelocks to mutexes and remove the simplelock implementations.
2001-01-24 12:35:55 +00:00
David E. O'Brien
2590b31beb
Remove seconds types we don't use that came in thru the NetBSD heiratage.
2001-01-08 06:17:11 +00:00
David E. O'Brien
d4cfb42174
StrongARM platform-specific definitions.
2001-01-04 05:23:06 +00:00