aboutsummaryrefslogtreecommitdiff
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
* sys/sys/limits.h:Alexander Kabaev2003-05-192-3/+3
* Style fixes.Alexander Kabaev2003-05-041-8/+11
* Deprecate machine/limits.h in favor of new sys/limits.h.Alexander Kabaev2003-04-291-63/+4
* Add a new sys/limits.h file which in turn depends on machine/_limits.hAlexander Kabaev2003-04-231-51/+44
* - Add vm_paddr_t, a physical address type. This is required for systemsJake Burkholder2003-03-251-0/+1
* MB_LEN_MAX is not MD, move it to the MI limits.h.Tim J. Robbins2002-12-222-2/+0
* Add standards visibility conditionals. Change any uses of sigset_t toMike Barcroft2002-10-131-3/+6
* Initiate deorbit burn for the i386-only a.out related support. Moves arePeter Wemm2002-09-171-7/+0
* Now that _BSD_CLK_TCK_ and _BSD_CLOCKS_PER_SEC_ are the same on allMike Barcroft2002-09-031-53/+0
* Since arm and powerpc aren't far enough to set stathz, take aMike Barcroft2002-08-261-2/+2
* Move several MI types from <machine/_types.h> to <sys/_types.h>.Mike Barcroft2002-08-231-37/+0
* o Merge <machine/ansi.h> and <machine/types.h> into a new headerMike Barcroft2002-08-213-181/+152
* Create a new header <machine/_stdint.h> for storing MD parts ofMike Barcroft2002-07-294-231/+171
* Remove label_t and physadr, which seem to have never been used inMike Barcroft2002-07-101-10/+0
* Remove an unused type.Mike Barcroft2002-07-091-3/+0
* Move __offsetof() macro from <machine/ansi.h> to <sys/cdefs.h>. It'sMike Barcroft2002-07-081-5/+0
* Make vm_pindex_t 64-bit on all platforms. This is necessary to avoidIan Dowse2002-06-231-1/+1
* Move MI stuff out of MD param.h files.Poul-Henning Kamp2002-05-141-48/+0
* Remove the unused definitions of ctod() and dotc().Poul-Henning Kamp2002-05-141-4/+0
* Sync with the other platforms.David E. O'Brien2002-05-101-1/+1
* Guard against redefining __gnuc_va_list.David E. O'Brien2002-03-241-1/+2
* Remove __P.Alfred Perlstein2002-03-201-1/+1
* We need machine/{signal,ucontext}.h to build a cross GCC compiler.David E. O'Brien2001-12-092-0/+138
* Following sys/i386/include/ansi.h rev 1.33, add additional integer typesDavid E. O'Brien2001-12-091-9/+57
* We need machine/types.h to build a cross GCC compiler.David E. O'Brien2001-12-091-0/+72
* machine/limits.hDavid E. O'Brien2001-12-092-0/+430
* o Stop abusing MD headers with non-MD types.Mike Barcroft2001-12-011-2/+0
* Remove funky right justification.Mike Barcroft2001-10-231-8/+8
* Try two on the preprocessing logic.David E. O'Brien2001-10-191-1/+1
* Blah, fix braino where ru had to remind me of proper preprocessor syntax.David E. O'Brien2001-10-191-1/+1
* My attempts at minimizing the number of #def's got me in trouble.David E. O'Brien2001-10-181-1/+4
* Make MAXTSIZ, DFLDSIZ, MAXDSIZ, DFLSSIZ, MAXSSIZ, SGROWSIZ loaderPaul Saab2001-10-101-1/+1
* o Remove some GCCisms in src/powerpc/include/endian.h.Mike Barcroft2001-08-301-0/+2
* Don't need the .keep_me files. Obrien and I committed past each other.Warner Losh2001-07-012-1/+1
* Add .cvsignore so that CVS stop's complaining about people's kernel build dirs.David E. O'Brien2001-06-301-0/+1
* Ensure sys/${MACHINE}/compile/FOO existsDavid E. O'Brien2001-06-301-0/+0
* Fix style of defines.David E. O'Brien2001-06-091-1/+1
* Make _BSD_TIME_T_ (time_t) an `int' rather than `long'. This will helpDavid E. O'Brien2001-05-181-1/+1
* Style changes -- revert ordering to mostly two revs ago.David E. O'Brien2001-05-181-58/+59
* Consistently define the rune types.David E. O'Brien2001-05-161-4/+17
* Move the int typedefs to the top so they can be used in defining other types.David E. O'Brien2001-05-161-19/+24
* Correct disordering which is corresponding to bde's fix toHajimu UMEMOTO2001-02-171-1/+1
* Correct 2nd argument of getnameinfo(3) to socklen_t.Hajimu UMEMOTO2001-02-151-0/+1
* RIP <machine/lock.h>.Mark Murray2001-02-111-36/+0
* Convert all simplelocks to mutexes and remove the simplelock implementations.Jason Evans2001-01-241-14/+0
* Remove seconds types we don't use that came in thru the NetBSD heiratage.David E. O'Brien2001-01-081-1/+0
* StrongARM platform-specific definitions.David E. O'Brien2001-01-046-0/+527