summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* spglobalcon01: LLVM optimization makes variable i always 1Daniel Hellstrom2018-08-241-2/+2
* psxfile01: floating point context required when calling fprintfDaniel Hellstrom2018-08-241-0/+2
* psx13: floating point context required when calling fprintfDaniel Hellstrom2018-08-241-0/+2
* capture: prevent unaligned access when reading timeDaniel Hellstrom2018-08-241-1/+3
* leon,grspw_pkt: remove incorrect comment on SMP not being testedDaniel Hellstrom2018-08-241-1/+1
* leon,apbuart: replace termios c_cflag & CBAUD with c_{i,o}speedDaniel Hellstrom2018-08-241-61/+3
* leon,greth: enable MAC filtering (promiscous mode, multicast)Daniel Hellstrom2018-08-242-1/+105
* leon, greth: 10/100 MAC enable TX BD interruptDaniel Hellstrom2018-08-241-5/+5
* sparc,smp: typo in start.S causing SMP not workingDaniel Hellstrom2018-08-241-1/+1
* sparc: Restore npc when returning from the syscall_lazy_fp_switch trapDaniel Cederman2018-08-241-1/+1
* Update FreeBSD kernel timespec supportSebastian Huber2018-08-232-13/+14
* score: Do not inline _Thread_Dispatch_enable()Sebastian Huber2018-08-232-27/+29
* Add dummy PI_SOFT to <sys/priority.h>Sebastian Huber2018-08-231-0/+1
* score: Fix ISR enable in _Thread_Dispatch_enable()Sebastian Huber2018-08-201-2/+1
* bsps/arm: Fix PL111 register define re-definitionSebastian Huber2018-08-202-2/+2
* dev/sc16is752: Add name space for field names.Christian Mauderer2018-08-152-95/+98
* dl06/dl06-o1.c: Remove set, not used warningJoel Sherrill2018-08-151-1/+4
* fsdosfssync01/init.c: Remove unused variableJoel Sherrill2018-08-151-1/+0
* bsps/x86_64: Add APIC timer based clock driverAmaan Cheval2018-08-138-1/+640
* bsps/x86_64: Add support for RTEMS interruptsAmaan Cheval2018-08-1312-33/+648
* bsps/x86_64: Add paging support with 1GiB super pagesAmaan Cheval2018-08-136-0/+261
* bsps/x86_64: Reduce default RamSize to 1GiBAmaan Cheval2018-08-131-3/+3
* bsps/x86_64: Reorganize header files and compile-optionsAmaan Cheval2018-08-138-22/+84
* libtests/POSIX: Fix warnings and style.Joel Sherrill2018-08-1046-148/+140
* bsps/sparc/include/bsp/gradcdac.h: Fix nested comment warningJoel Sherrill2018-08-101-1/+1
* qoriq/include/tm27.h: Fix prototype warningJoel Sherrill2018-08-101-2/+2
* motorola_powerpc/include/tm27.h: Fix prototype warningJoel Sherrill2018-08-101-4/+4
* bsps/powerpc/include/mpc83xx/mpc83xx.h: Fix nested comment warningJoel Sherrill2018-08-101-1/+1
* bsps/powerpc/include/bsp/tictac.h: Fix protototype warningsJoel Sherrill2018-08-101-4/+4
* gen83xx/include/tm27.h: Fix prototype warningJoel Sherrill2018-08-101-1/+1
* gen5200/include/tm27.h: Fix prototype warningJoel Sherrill2018-08-101-4/+4
* gen5200/include/bsp/ata.h: Fix warningJoel Sherrill2018-08-101-0/+2
* csb337/include/at91rm9200_dbgu.h: Fix nested comment warningJoel Sherrill2018-08-101-1/+1
* score: Fix _Addresses_Subtract()Sebastian Huber2018-08-104-16/+13
* rtems: Parameter types in rtems_partition_create()Sebastian Huber2018-08-102-7/+7
* Add dummy PRI_MIN_KERN to <sys/priority.h>Sebastian Huber2018-08-101-0/+1
* bsps/sparc: Fix external variable declarationsSebastian Huber2018-08-101-2/+2
* bsps/sparc: Move polled APBUART functionsSebastian Huber2018-08-107-127/+64
* posix: Add configure check for mprotect()Sebastian Huber2018-08-102-0/+14
* bsp/atsam: Fix handling of slow SPI speeds.Christian Mauderer2018-08-091-1/+20
* sys/event.h: Update version FreeBSD tagSebastian Huber2018-08-081-1/+1
* Make the definition of struct kevent in event.h match what the man page for k...dab2018-08-081-4/+4
* Address some (although not all) style(9) issues in event.h after r335776.dab2018-08-081-10/+10
* Fix compilation error in r335765 under gcc 4.2.1.dab2018-08-081-4/+1
* Remove potential identifier conflict in the EV_SET macro.dab2018-08-081-0/+20
* sys/sys: further adoption of SPDX licensing ID tags.pfg2018-08-081-0/+2
* Decode kevent structures logged via ktrace(2) in kdump.jhb2018-08-081-0/+41
* Add abstime kqueue(2) timers and expand struct kevent members.kib2018-08-081-2/+9
* Fix typo.pkelsey2018-08-081-1/+1
* CONFIGURE_MINIMUM_POSIX_THREAD_STACK_SIZESebastian Huber2018-08-084-1/+25