summaryrefslogtreecommitdiffstats
path: root/rtemsbsd/include/machine (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fbd: Port to RTEMSVijay Kumar Banerjee2019-08-112-0/+21
|
* TDA19988: Port to RTEMSVijay Kumar Banerjee2019-08-111-0/+65
|
* Pinmux: Port to RTEMSVijay Kumar Banerjee2019-08-111-0/+9
|
* Add mmapVijay Kumar Banerjee2019-07-271-0/+2
|
* SLEEPQUEUE(9): Fix timeout handlingSebastian Huber2019-07-051-0/+2
|
* i2c tool : port to RTEMSVijay Kumar Banerjee2019-06-291-0/+2
|
* iicbus: port to RTEMSVijay Kumar Banerjee2019-06-291-0/+29
|
* Add RTEMS-specific getcredhostuuid()Sebastian Huber2019-06-051-0/+1
|
* Separate libbsd and RTEMS clock ticksSebastian Huber2019-05-151-0/+1
|
* Remove unused maxusersSebastian Huber2019-05-131-1/+0
|
* Remove jail/prison functions from namespaceSebastian Huber2019-05-131-21/+0
|
* Add wrapper for abort()Sebastian Huber2019-05-131-2/+7
|
* Update due to API changesSebastian Huber2019-04-111-2/+2
|
* 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
|
* bin/openssl: Port to RTEMS.Christian Mauderer2019-03-271-0/+2
|
* Fix atomic_load_32()Sebastian Huber2019-02-181-1/+1
|
* ZONE(9): Fix UMA_PCPU_ALLOC_SIZESebastian Huber2019-02-121-2/+2
| | | | | Using CACHE_LINE_SIZE for UMA_PCPU_ALLOC_SIZE was a huge memory waste since the backend memory allocator is page based.
* atomic.h: Add atomic_fetchadd_64()Sebastian Huber2019-02-111-0/+26
|
* atomic.h: Add atomic_load_32()Sebastian Huber2019-02-111-0/+21
|
* Update rtems-bsd-kernel-namespace.hSebastian Huber2018-12-201-1/+26
|
* Update to FreeBSD head 2018-11-15Sebastian Huber2018-11-151-1/+16
| | | | | | Git mirror commit a18b0830c4be01b39489a891b63d6023ada6358a. Update #3472.
* Disable or make static kern_* functionsSebastian Huber2018-11-151-9/+0
|
* mutex: Avoid NULL pointer access in panic()Sebastian Huber2018-11-151-1/+2
|
* Fix redefinition warningsSebastian Huber2018-10-231-4/+0
|
* Update to FreeBSD head 2018-09-17Sebastian Huber2018-09-211-17/+85
| | | | | | Git mirror commit 6c2192b1ef8c50788c751f878552526800b1e319. Update #3472.
* Update to FreeBSD head 2018-06-01Sebastian Huber2018-09-212-35/+113
| | | | | | Git mirror commit fb63610a69b0eb7f69a201ba05c4c1a7a2739cf9. Update #3472.
* Update to FreeBSD head 2018-04-01Sebastian Huber2018-09-211-8/+30
| | | | | | Git mirror commit 8dfb1ccc26d1cea7e2529303003ff61f9f1784c4. Update #3472.
* Update to FreeBSD head 2018-02-01Sebastian Huber2018-09-214-2/+51
| | | | | | Git mirror commit d079ae0442af8fa3cfd6d7ede190d04e64a2c0d4. Update #3472.
* Update to FreeBSD head 2017-12-01Sebastian Huber2018-09-212-6/+24
| | | | | | Git mirror commit e724f51f811a4b2bd29447f8b85ab5c2f9b88266. Update #3472.
* Update to FreeBSD head 2017-10-01Sebastian Huber2018-09-211-1/+3
| | | | | | Git mirror commit b2f0376b45428f13151d229c5ae9d4d8f74acbd1. Update #3472.
* Update to FreeBSD head 2017-08-01Sebastian Huber2018-09-211-6/+20
| | | | | | Git mirror commit f5002f5e5f78cae9f0269d812dc0aedb0339312c. Update #3472.
* Update to FreeBSD head 2017-06-01Sebastian Huber2018-09-211-22/+12
| | | | | | Git mirror commit dfb26efac4ce9101dda240e94d9ab53f80a9e131. Update #3472.
* Optimize callout handline via static timer wheelSebastian Huber2018-09-171-2/+0
| | | | | | | The number of callouts is a compile-time constant in libbsd. Use this in struct callout_cpu and avoid dynamic allocation of tables. This signficantly reduces the count of load instructions in the callout handling.
* Fix BUS_SPACE_MAXADDR for 64-bit targetsSebastian Huber2018-09-121-2/+2
|
* Use rtems_counter_read() for get_cyclecount()Sebastian Huber2018-09-111-3/+4
|
* Add FreeBSD kernel space header filesSebastian Huber2018-08-272-0/+131
| | | | | | | | Move the kernel space content of some Newlib provided header files to RTEMS and libbsd. This allows to use the Newlib provided header files with different FreeBSD baselines. Update #3472.
* IPFW(4): Remove FreeBSD importSebastian Huber2018-08-241-175/+0
| | | | | | | | This firewall was not ported to RTEMS and is just dead code which may make trouble during FreeBSD baseline updates. It also increased the compile-time of the library for nothing. Update #3472.
* Update rtems-bsd-kernel-namespace.hSebastian Huber2018-08-241-2/+435
| | | | Update #3472.
* Add RTEMS_BSD_CONFIG_IPSEC.Christian Mauderer2018-08-022-0/+27
|
* Add ipsec to rc.conf.Christian Mauderer2018-08-021-0/+2
|
* ipsec-tools: Port libipsec, setkey and racoon.Christian Mauderer2018-08-022-0/+56
| | | | | Note that this replaces the libipsec from FreeBSD with the one provided by ipsec-tools.
* Avoid malloc() in getsockaddr()Sebastian Huber2018-07-041-1/+0
| | | | | | | | | | | | | | | | The getsockaddr() function is used to allocate a struct sockaddr of the right length and initialize it with userspace provided data. It is used for the connect(), bind() and sendit() family functions. In particular, the sendit() function is used by the UDP send functions. This means each UDP send needs a malloc() and free() invocation. This is a performance problem in RTEMS (first-fit heap) and may lead to heap fragmentation. Replace the malloc() allocation with a stack allocation. This requires SOCK_MAXADDRLEN (= 255) of additional stack space for libbsd. A further optimization would be to get rid of the stack copy of the socket address. However, this would require to check each consumer of the address to ensure that it is not modified.
* dhcpcd: Add rtems_dhcpcd_start()Sebastian Huber2018-05-081-2/+0
| | | | Use it throughout to start the DHCP client (dhcpcd).
* buildset: Add minimal and everything config.Christian Mauderer2018-05-031-0/+1
| | | | | | | | | | | | This adds two new buildset configurations: One that leaves out as much features as possible and one that enables all features. For the default configuration WiFi support is now disabled. To disable IPv6 for the minimal configuration, all -DINET6 are eliminated in libbsd.py. They are now replaced by a #ifdef that checks for RTEMS_BSD_MODULE_NETINET6 instead. Close #3351.
* mutex: Use panic() after ISR lock releaseSebastian Huber2018-03-131-3/+18
| | | | | | Using panic() with interrupts disabled could lead to an additional error (INTERNAL_ERROR_BAD_THREAD_DISPATCH_ENVIRONMENT) due to a potentially blocking output.
* Add device tree support for Altera/Intel Cyclone VSebastian Huber2018-02-061-47/+18
| | | | Close #3290.
* Revert "RWLOCK(9): Add reader/writer lock implementation"Sebastian Huber2017-11-172-489/+0
| | | | | | This was accidentally committed. This reverts commit 97a98f6cd767b3a68279890488c7b451788f84f4.
* RWLOCK(9): Add reader/writer lock implementationSebastian Huber2017-11-162-0/+489
|
* LOCKING(9): Update to current FreeBSD versionSebastian Huber2017-11-161-23/+51
|