summaryrefslogtreecommitdiffstats
path: root/rtemsbsd/rtems/rtems-kernel-jail.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add RTEMS-specific getcredhostuuid()Sebastian Huber2019-06-051-11/+28
|
* Use static inline functions for jail and prisonSebastian Huber2019-05-131-230/+0
| | | | This helps the compiler to optimize away dead code.
* Update to FreeBSD head 2018-06-01Sebastian Huber2018-09-211-1/+1
| | | | | | Git mirror commit fb63610a69b0eb7f69a201ba05c4c1a7a2739cf9. Update #3472.
* Use <sys/lock.h> provided by NewlibSebastian Huber2017-06-081-2/+2
|
* Update due to Newlib 2017-06-07 changesSebastian Huber2017-06-081-2/+2
| | | | | | | | | | | | | | | | | 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 2016-08-23Sebastian Huber2017-01-101-2/+2
| | | | Git mirror commit 9fe7c416e6abb28b1398fd3e5687099846800cfd.
* Add functions used the bridge and tap interfaces.Chris Johns2016-06-271-0/+21
|
* Directly use <sys/types.h> provided by NewlibSebastian Huber2016-05-301-2/+2
|
* Rename files for kernel namespace scriptSebastian Huber2016-05-061-0/+317
This makes it easier to create the kernel namespace header.