summaryrefslogtreecommitdiffstats
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
* Remove filename+line number from panic messages.phk2004-06-063-26/+5
* Remove checks for curthread == NULL - it can't happen.tjr2004-06-031-5/+3
* Move TDF_DEADLKTREAT into td_pflags (and rename it accordingly) to avoidtjr2004-06-031-9/+4
* Retire cpu_sched_exit(); it is not used any more.tmm2004-05-261-6/+0
* Remove two debugging printf().mux2004-05-221-2/+0
* Moved most of the "MI" definitions and declarations from <machine/profile.h>bde2004-05-191-30/+0
* <stdint.h> should define WINT_M{AX,IN} independent from whether WCHAR_MIN isstefanf2004-05-181-1/+1
* Make a small revision to the api between the elf linker core and thepeter2004-05-161-8/+10
* Implement bcopy, memcpy and memcmp in support.S.cognet2004-05-141-0/+2059
* Implement bzero et memset in support.Scognet2004-05-141-0/+161
* This is FreeBSD/arm, not FreeBSD/i386cognet2004-05-141-1/+1
* Define uart_sa1110_ops and uart_sa1110_classe in .c files instead of spammingcognet2004-05-142-0/+5
* Implement enough of an uart driver to get serial console working.cognet2004-05-145-3/+539
* Import FreeBSD/arm kernel bits.cognet2004-05-14124-69/+30630
* Don't declare osigset_t, as it is done in sys/_sigset.h.cognet2004-05-041-1/+0
* Add some endianess-related functions and macros.cognet2004-05-041-1/+60
* Add the Elf32_Auxinfo declaretion.cognet2004-05-041-1/+35
* Define __double_t and __float_t.cognet2004-05-041-0/+2
* Remove advertising clause from University of California Regent's license,imp2004-04-053-12/+0
* Introduce the cpumask_t type. The purpose of the type is to create amarcel2004-03-201-0/+1
* Add sysentvec->sv_fixlimits() hook so that we can catch cases on 64 bitpeter2003-09-251-12/+0
* Style sync.obrien2003-08-031-1/+1
* sys/sys/limits.h:kan2003-05-192-3/+3
* Style fixes.kan2003-05-041-8/+11
* Deprecate machine/limits.h in favor of new sys/limits.h.kan2003-04-291-63/+4
* Add a new sys/limits.h file which in turn depends on machine/_limits.hkan2003-04-231-51/+44
* - Add vm_paddr_t, a physical address type. This is required for systemsjake2003-03-251-0/+1
* MB_LEN_MAX is not MD, move it to the MI limits.h.tjr2002-12-222-2/+0
* Add standards visibility conditionals. Change any uses of sigset_t tomike2002-10-131-3/+6
* Initiate deorbit burn for the i386-only a.out related support. Moves arepeter2002-09-171-7/+0
* Now that _BSD_CLK_TCK_ and _BSD_CLOCKS_PER_SEC_ are the same on allmike2002-09-031-53/+0
* Since arm and powerpc aren't far enough to set stathz, take amike2002-08-261-2/+2
* Move several MI types from <machine/_types.h> to <sys/_types.h>.mike2002-08-231-37/+0
* o Merge <machine/ansi.h> and <machine/types.h> into a new headermike2002-08-213-181/+152
* Create a new header <machine/_stdint.h> for storing MD parts ofmike2002-07-294-231/+171
* Remove label_t and physadr, which seem to have never been used inmike2002-07-101-10/+0
* Remove an unused type.mike2002-07-091-3/+0
* Move __offsetof() macro from <machine/ansi.h> to <sys/cdefs.h>. It'smike2002-07-081-5/+0
* Make vm_pindex_t 64-bit on all platforms. This is necessary to avoidiedowse2002-06-231-1/+1
* Move MI stuff out of MD param.h files.phk2002-05-141-48/+0
* Remove the unused definitions of ctod() and dotc().phk2002-05-141-4/+0
* Sync with the other platforms.obrien2002-05-101-1/+1
* Guard against redefining __gnuc_va_list.obrien2002-03-241-1/+2
* Remove __P.alfred2002-03-201-1/+1
* We need machine/{signal,ucontext}.h to build a cross GCC compiler.obrien2001-12-092-0/+138
* Following sys/i386/include/ansi.h rev 1.33, add additional integer typesobrien2001-12-091-9/+57
* We need machine/types.h to build a cross GCC compiler.obrien2001-12-091-0/+72
* machine/limits.hobrien2001-12-092-0/+430
* o Stop abusing MD headers with non-MD types.mike2001-12-011-2/+0
* Remove funky right justification.mike2001-10-231-8/+8
OpenPOWER on IntegriCloud