summaryrefslogtreecommitdiffstats
path: root/freebsd/sys/contrib (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Import FreeBSD license files.Christian Mauderer2019-04-041-0/+18
|
* C++ compatibility for some kernel-space headersSebastian Huber2019-02-181-2/+2
|
* Update to FreeBSD head 2018-12-20Sebastian Huber2018-12-201-5/+25
| | | | | | | | | | Git mirror commit 19a6ceb89dbacf74697d493e48c388767126d418. It includes an update of wpa_supplicant to version 2.7. It includes an update of the OpenSSL baseline to version 1.1.1a. Update #3472.
* Update to FreeBSD head 2018-10-23Sebastian Huber2018-10-251-8/+36
| | | | | | | | | | | 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.
* ck: Use relaxed memory order if possibleSebastian Huber2018-09-211-10/+25
| | | | | | | In uniprocessor configurations we can use a relaxed memory order and compiler memory barriers should be sufficient. Update #3472.
* ck: No hardware barriers in uniprocessor configsSebastian Huber2018-09-213-4/+21
| | | | Update #3472.
* Update to FreeBSD head 2018-09-17Sebastian Huber2018-09-2121-28/+1413
| | | | | | Git mirror commit 6c2192b1ef8c50788c751f878552526800b1e319. Update #3472.
* ck: Define CK_MD_PPC32_LWSYNC if availableSebastian Huber2018-09-211-0/+4
| | | | | | This is option has a huge performance impact. Update #3472.
* ck: Use atomic built-insSebastian Huber2018-09-211-10/+13
| | | | Update #3472.
* Update to FreeBSD head 2018-06-01Sebastian Huber2018-09-2130-0/+7643
| | | | | | Git mirror commit fb63610a69b0eb7f69a201ba05c4c1a7a2739cf9. Update #3472.
* Update to FreeBSD head 2018-04-01Sebastian Huber2018-09-214-0/+1105
| | | | | | Git mirror commit 8dfb1ccc26d1cea7e2529303003ff61f9f1784c4. Update #3472.
* Remove obsolete PF filesSebastian Huber2017-01-1017-27112/+0
|
* Update to FreeBSD head 2016-08-23Sebastian Huber2017-01-1021-14720/+0
| | | | Git mirror commit 9fe7c416e6abb28b1398fd3e5687099846800cfd.
* Directly use <sys/types.h> provided by NewlibSebastian Huber2016-05-301-1/+1
|
* Directly use <sys/time.h> provided by NewlibSebastian Huber2016-05-3010-11/+11
|
* Fix buiding for the i386.Chris Johns2015-07-161-0/+4
|
* Update to FreeBSD 9.3Sebastian Huber2015-02-131-24/+29
|
* Update to FreeBSD 9.2Sebastian Huber2013-11-1126-5810/+9204
|
* Reduce divergence from FreeBSD sourcesSebastian Huber2013-11-116-23/+21
|
* Rename rtems-bsd-config.hSebastian Huber2013-11-1119-19/+19
| | | | Rename rtems-bsd-config.h in rtems-bsd-kernel-space.h.
* Update to FreeBSD 8.4Sebastian Huber2013-11-042-21/+12
|
* Disable user credentials and use default valuesSebastian Huber2013-10-312-2/+14
|
* Use default PID value for all process identifiersSebastian Huber2013-10-311-0/+8
|
* Update files to match FreeBSD layoutSebastian Huber2013-10-1036-644/+644
| | | | | | | | | | | | | | | | | | | 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-1036-0/+38420