summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* TDA19988: Import from FreeBSDVijay Kumar Banerjee2019-08-1112-0/+3362
|
* Pinmux: Port to RTEMSVijay Kumar Banerjee2019-08-117-0/+124
|
* Pinmux : Import from FreeBSDVijay Kumar Banerjee2019-08-116-0/+1138
|
* Add mmapVijay Kumar Banerjee2019-07-277-7/+71
|
* EPOCH(9): Add epoch_drain_callbacks()Sebastian Huber2019-07-093-2/+138
|
* test/epoch01: SimplifySebastian Huber2019-07-091-48/+36
|
* EPOCH(9): Avoid inline functionsSebastian Huber2019-07-092-27/+35
| | | | | FreeBSD changed the epoch_enter() and epoch_exit() inline functions into proper functions after a performance analysis to avoid code bloat.
* SLEEPQUEUE(9): Fix timeout handlingSebastian Huber2019-07-053-2/+8
|
* i2c tool : port to RTEMSVijay Kumar Banerjee2019-06-295-0/+76
|
* i2c tool : Import from FreeBSDVijay Kumar Banerjee2019-06-291-0/+733
|
* Add rtems i2c adaptation layerVijay Kumar Banerjee2019-06-292-0/+232
|
* iicbus: port to RTEMSVijay Kumar Banerjee2019-06-297-0/+324
|
* iicbus: Import from FreeBSDVijay Kumar Banerjee2019-06-297-0/+1970
|
* test/commands01: Fix sporadic test failuresSebastian Huber2019-06-261-1/+29
|
* test/program01: Fix sporadic test failuresSebastian Huber2019-06-261-0/+8
|
* if_atsam: Remove WDT_Disable()Sebastian Huber2019-06-131-3/+0
| | | | | The watchdog timer (WDT) can be configure only once. Do not touch it in the BSP since the application may want to use it.
* config: Control the interface from the command line net config file.Chris Johns2019-06-123-2/+4
|
* Remove junk folders.Chris Johns2019-06-122-0/+0
|
* Add RTEMS-specific getcredhostuuid()Sebastian Huber2019-06-052-11/+29
|
* CONTRIBUTING: mention pyelftools dependencyVijay Kumar Banerjee2019-05-241-0/+3
|
* Add riscv supportSebastian Huber2019-05-232-1/+84
|
* Use _SMP_Unicast_action()Sebastian Huber2019-05-212-8/+2
| | | | It is a bit more efficient.
* Update due to API changesSebastian Huber2019-05-151-5/+3
| | | | Close #3749.
* Separate libbsd and RTEMS clock ticksSebastian Huber2019-05-158-26/+15
|
* Fix USB_DEBUG redefinition warningsSebastian Huber2019-05-131-0/+12
|
* Include missing <stdlib.h> to fix warningsSebastian Huber2019-05-131-0/+1
|
* Remove unused maxusersSebastian Huber2019-05-132-3/+0
|
* Remove jail/prison functions from namespaceSebastian Huber2019-05-131-21/+0
|
* Remove dangerous weak definition of getentropy()Sebastian Huber2019-05-131-12/+0
| | | | All BSP supporting libbsd should provide this function.
* Add hostname related sysctls conditionallySebastian Huber2019-05-131-0/+5
| | | | This helps to the reduce code size for USB only use cases.
* usb: Undefine USB_DEBUGSebastian Huber2019-05-131-1/+1
| | | | | | In contrast to some other USB options which use 0/1 values, the USB_DEBUG uses defined/undefined to enable/disable the USB debug support.
* Add wrapper for abort()Sebastian Huber2019-05-131-2/+7
|
* Add USB mass storage only build setSebastian Huber2019-05-132-0/+22
|
* Use static inline functions for jail and prisonSebastian Huber2019-05-132-230/+202
| | | | This helps the compiler to optimize away dead code.
* Fix zero-copy mbuf supportSebastian Huber2019-05-133-7/+5
| | | | In 2017 there was a change in the mbuf API.
* IFCONFIG(8): Fix write to const stringSebastian Huber2019-05-131-0/+6
|
* Update due to API changesSebastian Huber2019-04-1112-18/+18
|
* Import FreeBSD license files.Christian Mauderer2019-04-0410-0/+449
|
* builder.py: Add case for plain text files.Christian Mauderer2019-04-041-0/+8
|
* Add helper script to find licenses.Christian Mauderer2019-04-041-0/+121
|
* Fix the sed generator for processing INI configuration files.Chris Johns2019-04-041-2/+2
|
* Remove pcap_version.hVijay Kumar Banerjee2019-04-022-17/+0
|
* nfsclient: Fix for 64-bit targetsSebastian Huber2019-03-291-1/+8
| | | | | | | The use of the serporid structure with several embedded unions to split up the specific NFS request/response structures is quite a hack. It breaks on 64-bit targets due to the presence of pointer members which affect the overall alignment.
* openssl02: Fix includesSebastian Huber2019-03-291-7/+3
|
* BPF(9): Disable legacy timestamp supportSebastian Huber2019-03-291-0/+7
|
* Revert "Add BURN_BRIDGES global kernel option"Sebastian Huber2019-03-291-5/+0
| | | | This reverts commit 0904e3371406d2775cba848da441e00fd1ef1ef6.
* Add BURN_BRIDGES global kernel optionSebastian Huber2019-03-281-0/+5
|
* BPF(9): Fix timestampsSebastian Huber2019-03-281-0/+1
|
* openssl/apps: Add missing newlineSebastian Huber2019-03-2852-0/+52
| | | | This is necessary to get a reversible import from FreeBSD.
* CONTRIBUTING: Fix sed command exampleSebastian Huber2019-03-281-1/+1
|