summaryrefslogtreecommitdiffstats
path: root/rtemsbsd/rtems/rtems-kernel-sx.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-09-21Update to FreeBSD head 2017-12-01Sebastian Huber1-7/+11
Git mirror commit e724f51f811a4b2bd29447f8b85ab5c2f9b88266. Update #3472.
2017-11-17Revert "SX(9): Implement with reader/writer lock"Sebastian Huber1-93/+28
This was accidentally committed. This reverts commit cc7a8d87e7307db738bf39ab1ca3ce1053f1c163.
2017-11-16SX(9): Implement with reader/writer lockSebastian Huber1-28/+93
2017-11-16LOCKING(9): Remove dead code (DDB)Sebastian Huber1-3/+0
2017-11-16LOCKING(9): Remove dead code (KDTRACE_HOOKS)Sebastian Huber1-19/+0
2017-11-16LOCKING(9): Update to current FreeBSD versionSebastian Huber1-16/+18
2017-10-20Fix INVARIANTS supportSebastian Huber1-92/+41
2017-06-08Use <sys/lock.h> provided by NewlibSebastian Huber1-1/+1
2017-06-08Update due to Newlib 2017-06-07 changesSebastian Huber1-1/+1
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.
2017-01-10Update to FreeBSD head 2016-08-23Sebastian Huber1-3/+3
Git mirror commit 9fe7c416e6abb28b1398fd3e5687099846800cfd.
2016-05-30Directly use <sys/types.h> provided by NewlibSebastian Huber1-1/+1
2016-05-06Rename files for kernel namespace scriptSebastian Huber1-0/+0
This makes it easier to create the kernel namespace header.
2015-05-20Add INVARIANTS supportSebastian Huber1-3/+16
2014-09-23Replace RTEMS objects with custom implementationSebastian Huber1-89/+13
Performance analysis revealed that the standard RTEMS objects are a major bottleneck. The object get mechanism and attribute checks at runtime have a significant overhead. Use a custom implementation for synchronization primitives. This drops also the size of the synchronization primitives considerably.
2014-09-22Import and use subr_lock.cSebastian Huber1-22/+5
2014-04-17Update due to CORE mutex API changesSebastian Huber1-2/+2
2013-11-11Rename rtems-bsd-config.hSebastian Huber1-1/+1
Rename rtems-bsd-config.h in rtems-bsd-kernel-space.h.
2013-10-31Move content to new <machine/rtems-bsd-support.h>Sebastian Huber1-0/+1
2013-10-10Update files to match FreeBSD layoutSebastian Huber1-6/+6
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.
2013-10-10Move files to match FreeBSD layoutSebastian Huber1-0/+0
2013-09-20Update due to header file changesSebastian Huber1-5/+6
2012-10-24_sx_xlock(): Added check for not in interrupt.Jennifer Averett1-1/+2
2012-10-23rtems-bsd-sx.c: Disable check for interruptible blocking until it is supportedJoel Sherrill1-1/+2
2012-05-08Modified copyright on rtems-bsd-xxx files to be consistant with FreeBSD ↵Jennifer Averett1-3/+20
copyright.
2012-03-08Remove rtems/ from includes of RTEMS specific filesJoel Sherrill1-6/+6
2012-03-07Separate RTEMS Specific Files from Those Direct from FreeBSDJoel Sherrill1-0/+0