summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix the sed generator for processing INI configuration files.Chris Johns2019-06-261-2/+2
|
* 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-133-2/+4
|
* Remove junk folders.Chris Johns2019-06-132-0/+0
|
* Update to FreeBSD stable/12 2019-06-05Sebastian Huber2019-06-05368-7508/+34630
| | | | Git mirror commit 78576620f2689e23144a1cf1bf55106cc6abe2b7.
* Add RTEMS-specific getcredhostuuid()Sebastian Huber2019-06-052-11/+29
|
* 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-151-0/+12
|
* Include missing <stdlib.h> to fix warningsSebastian Huber2019-05-151-0/+1
|
* Remove unused maxusersSebastian Huber2019-05-152-3/+0
|
* Remove jail/prison functions from namespaceSebastian Huber2019-05-151-21/+0
|
* Remove dangerous weak definition of getentropy()Sebastian Huber2019-05-151-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
|
* 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 b5cc3f67ed15f23a868c7f846dca48ff9f3f803a.
* Add BURN_BRIDGES global kernel optionSebastian Huber2019-03-281-0/+5
|
* BPF(9): Fix timestampsSebastian Huber2019-03-281-0/+1
|
* Update to FreeBSD stable/12 2019-03-27Sebastian Huber2019-03-2833-69/+781
| | | | Git mirror commit 43a38f188ca2e936ec78104c30ea3e24d9c1606b.
* 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
|
* build: Add RTEMS test librarySebastian Huber2019-03-281-2/+2
| | | | Update #3199.
* bin/openssl: Port to RTEMS.Christian Mauderer2019-03-28114-0/+1424
|
* bin/openssl: Import from FreeBSD.Christian Mauderer2019-03-2858-0/+43004
|
* Update to FreeBSD stable/12 2019-03-11Sebastian Huber2019-03-11167-3747/+5490
| | | | Git mirror commit 735fe7a0a5f9c265040e2e6654a01b081d6354f1.
* tcpdump: Move static variables to special sectionSebastian Huber2019-03-116-0/+39
| | | | This fixes some issues if tcpdump is invoked a second time.
* tcpdump: Remove superfluous static variableSebastian Huber2019-03-111-3/+1
|
* tcpdump: Use stack variablesSebastian Huber2019-03-111-2/+2
|
* tcpdump: ConstifySebastian Huber2019-03-114-13/+13
|
* rcconf02: Reduce maximum connection countsSebastian Huber2019-03-111-2/+2
| | | | This avoids a file descriptor exhaustion.
* Remove unused fileSebastian Huber2019-03-111-224/+0
|
* build: Make it possible to disable the testsSebastian Huber2019-02-181-1/+3
|
* Build C++ kernel-space compatibility fileSebastian Huber2019-02-182-2/+4
|
* C++ compatibility for some kernel-space headersSebastian Huber2019-02-183-13/+13
|
* Fix atomic_load_32()Sebastian Huber2019-02-181-1/+1
|
* builder.py: Accept C++ source filesSebastian Huber2019-02-181-2/+2
|
* Remove <linux/rbtree.h>Sebastian Huber2019-02-121-146/+0
| | | | It is already provided by RTEMS.
* Remove obsolete <rtems/pty.h>Sebastian Huber2019-02-121-68/+0
|
* mghttpd: RemoveSebastian Huber2019-02-124-5927/+0
| | | | The mghttpd is already provided by RTEMS.