summaryrefslogtreecommitdiffstats
path: root/freebsd/sys/opencrypto (follow)
Commit message (Collapse)AuthorAgeFilesLines
* sys/kern: Add VFS supportChris Johns2021-08-281-76/+9
| | | | | | | | | | - Refactor the libio interface - Move syscalls into an rtemsbsd location - Provide a root directory mount point Update #4475
* Update to FreeBSD stable/12 2020-02-10Sebastian Huber2020-02-181-43/+81
| | | | Git mirror commit 0d1c391321b34b3025cf0e72f2231d836ff76da8.
* Update to FreeBSD stable/12 2019-09-23Sebastian Huber2019-09-232-0/+56
| | | | Git mirror commit 7e8d1444023128d34fb9aa4e4515928a4f794d1b.
* Remove superfluous support for preloaded modulesSebastian Huber2019-08-271-0/+2
|
* Update to FreeBSD stable/12 2019-08-26Sebastian Huber2019-08-261-0/+23
| | | | Git mirror commit 621e7bafbf6857451f23ba11b0495c7ac69aff89.
* Update to FreeBSD stable/12 2019-06-26Sebastian Huber2019-06-261-1/+1
| | | | Git mirror commit aa83598855d14cdbf7aef6b05d0617e90f87ca2f.
* Update to FreeBSD stable/12 2019-06-05Sebastian Huber2019-06-051-3/+0
| | | | Git mirror commit 78576620f2689e23144a1cf1bf55106cc6abe2b7.
* Update to FreeBSD stable/12 2019-03-27Sebastian Huber2019-03-289-6/+544
| | | | Git mirror commit 43a38f188ca2e936ec78104c30ea3e24d9c1606b.
* Update to FreeBSD stable/12 2019-01-16Sebastian Huber2019-01-211-0/+3
| | | | | | Git mirror commit 4ff7d8141f665693dd8b17090d410604888f1e9a. Update #3472.
* Update to FreeBSD head 2018-11-15Sebastian Huber2018-11-151-0/+2
| | | | | | Git mirror commit a18b0830c4be01b39489a891b63d6023ada6358a. Update #3472.
* Update to FreeBSD head 2018-10-23Sebastian Huber2018-10-252-1/+8
| | | | | | | | | | | Git mirror commit 59f44d20be3f99d181ca742e636d45fc39ec982b. This commit updates OpenSSL to version 1.1.1. This required an update of racoon which uses some internal stuff from OpenSSL and seems to be mostly unmaintained, e.g. there is update in the FreeBSD ports to cope with OpenSSL 1.1.1. Update #3472.
* Update to FreeBSD head 2018-09-17Sebastian Huber2018-09-2113-288/+574
| | | | | | Git mirror commit 6c2192b1ef8c50788c751f878552526800b1e319. Update #3472.
* Update to FreeBSD head 2018-06-01Sebastian Huber2018-09-212-6/+5
| | | | | | Git mirror commit fb63610a69b0eb7f69a201ba05c4c1a7a2739cf9. Update #3472.
* Update to FreeBSD head 2018-04-01Sebastian Huber2018-09-216-29/+116
| | | | | | Git mirror commit 8dfb1ccc26d1cea7e2529303003ff61f9f1784c4. Update #3472.
* Update to FreeBSD head 2018-02-01Sebastian Huber2018-09-215-108/+181
| | | | | | Git mirror commit d079ae0442af8fa3cfd6d7ede190d04e64a2c0d4. Update #3472.
* Update to FreeBSD head 2017-12-01Sebastian Huber2018-09-212-73/+264
| | | | | | Git mirror commit e724f51f811a4b2bd29447f8b85ab5c2f9b88266. Update #3472.
* Update to FreeBSD head 2017-10-01Sebastian Huber2018-09-2119-108/+134
| | | | | | Git mirror commit b2f0376b45428f13151d229c5ae9d4d8f74acbd1. Update #3472.
* Update to FreeBSD head 2017-06-01Sebastian Huber2018-09-213-14/+19
| | | | | | Git mirror commit dfb26efac4ce9101dda240e94d9ab53f80a9e131. Update #3472.
* Update due to <sys/time.h> API changesSebastian Huber2018-08-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Changes correspond to FreeBSD commit: "Make timespecadd(3) and friends public The timespecadd(3) family of macros were imported from NetBSD back in r35029. However, they were initially guarded by #ifdef _KERNEL. In the meantime, we have grown at least 28 syscalls that use timespecs in some way, leading many programs both inside and outside of the base system to redefine those macros. It's better just to make the definitions public. Our kernel currently defines two-argument versions of timespecadd and timespecsub. NetBSD, OpenBSD, and FreeDesktop.org's libbsd, however, define three-argument versions. Solaris also defines a three-argument version, but only in its kernel. This revision changes our definition to match the common three-argument version. Bump _FreeBSD_version due to the breaking KPI change. Discussed with: cem, jilles, ian, bde Differential Revision: https://reviews.freebsd.org/D14725" Update #3472.
* CRYPTO(4): Port to RTEMSSebastian Huber2018-03-281-0/+75
|
* CRYPTO(4): Import from FreeBSDSebastian Huber2018-03-271-0/+1375
|
* Use <sys/lock.h> provided by NewlibSebastian Huber2017-06-082-2/+2
|
* Update due to Newlib 2017-06-07 changesSebastian Huber2017-06-0811-16/+16
| | | | | | | | | | | | | | | | | The following files are now provided by Newlib: * arpa/inet.h * net/if.h * netinet/in.h * netinet/tcp.h * sys/socket.h * sys/uio.h * sys/un.h The <sys/param.h> and <sys/cpuset.h> are now compatible enough to be used directly. Update #2833.
* Update to FreeBSD head 2017-04-04Sebastian Huber2017-04-041-1/+37
| | | | Git mirror commit 642b174daddbd0efd9bb5f242c43f4ab4db6869f.
* Update to FreeBSD head 2016-12-10Sebastian Huber2017-01-101-2/+2
| | | | Git mirror commit 80c55f08a05ab3b26a73b226ccb56adc3122a55c.
* Update to FreeBSD head 2016-08-23Sebastian Huber2017-01-1034-1207/+3700
| | | | Git mirror commit 9fe7c416e6abb28b1398fd3e5687099846800cfd.
* Directly use <sys/types.h> provided by NewlibSebastian Huber2016-05-302-2/+2
|
* Directly use <sys/time.h> provided by NewlibSebastian Huber2016-05-301-1/+1
|
* Update to FreeBSD 9.3Sebastian Huber2015-02-131-4/+4
|
* Update to FreeBSD 9.2Sebastian Huber2013-11-111-1178/+0
|
* Rename rtems-bsd-config.hSebastian Huber2013-11-119-9/+9
| | | | Rename rtems-bsd-config.h in rtems-bsd-kernel-space.h.
* Update to FreeBSD 8.4Sebastian Huber2013-11-042-5/+6
|
* Delete struct proc p_mtx lockSebastian Huber2013-10-311-0/+5
| | | | | | Usage of this lock is highly dangerous since agents may assume that this lock is actually used for process management. There is only one process in RTEMS.
* Update files to match FreeBSD layoutSebastian Huber2013-10-1014-164/+164
| | | | | | | | | | | | | | | | | | | Add compatibility with Newlib header files. Some FreeBSD header files are mapped by the translation script: o rtems/bsd/sys/_types.h o rtems/bsd/sys/errno.h o rtems/bsd/sys/lock.h o rtems/bsd/sys/param.h o rtems/bsd/sys/resource.h o rtems/bsd/sys/time.h o rtems/bsd/sys/timespec.h o rtems/bsd/sys/types.h o rtems/bsd/sys/unistd.h It is now possible to include <sys/socket.h> directly for example. Generate one Makefile which builds everything including tests.
* Move files to match FreeBSD layoutSebastian Huber2013-10-1017-0/+7364