summaryrefslogtreecommitdiffstats
path: root/freebsd/sys/opencrypto (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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