summaryrefslogtreecommitdiffstats
path: root/rtemsbsd/rtems (unfollow)
Commit message (Expand)AuthorFilesLines
2019-07-09EPOCH(9): Add epoch_drain_callbacks()Sebastian Huber1-2/+80
2019-07-09EPOCH(9): Avoid inline functionsSebastian Huber1-1/+32
2019-07-05SLEEPQUEUE(9): Fix timeout handlingSebastian Huber1-0/+2
2019-06-29i2c tool : port to RTEMSVijay Kumar Banerjee1-0/+35
2019-06-05Add RTEMS-specific getcredhostuuid()Sebastian Huber1-11/+28
2019-05-21Use _SMP_Unicast_action()Sebastian Huber1-4/+1
2019-05-15Update due to API changesSebastian Huber1-5/+3
2019-05-15Separate libbsd and RTEMS clock ticksSebastian Huber2-12/+10
2019-05-13Include missing <stdlib.h> to fix warningsSebastian Huber1-0/+1
2019-05-13Remove unused maxusersSebastian Huber1-2/+0
2019-05-13Remove dangerous weak definition of getentropy()Sebastian Huber1-12/+0
2019-05-13Use static inline functions for jail and prisonSebastian Huber1-230/+0
2019-05-13Fix zero-copy mbuf supportSebastian Huber1-2/+1
2019-04-11Update due to API changesSebastian Huber2-3/+3
2019-03-27bin/openssl: Port to RTEMS.Christian Mauderer1-0/+40
2019-03-01Remove unused fileSebastian Huber1-224/+0
2019-02-18Build C++ kernel-space compatibility fileSebastian Huber1-2/+3
2019-01-22Fix INVARIANTS supportSebastian Huber1-0/+32
2018-12-20Fix locking issue in epoch_sysinit()Sebastian Huber1-0/+4
2018-11-15Update to FreeBSD head 2018-11-15Sebastian Huber1-576/+576
2018-11-15Fix locking issue in epoch_watchdog()Sebastian Huber1-0/+3
2018-11-13Include missing <sys/types.h>Sebastian Huber1-0/+1
2018-10-10Use global stdout for kernel output and syslog()Sebastian Huber1-7/+19
2018-10-10Fix syslog() priority handlingSebastian Huber1-10/+30
2018-09-25CONFIG_INTRHOOK(9): Port to RTEMSSebastian Huber1-58/+0
2018-09-21Update to FreeBSD head 2018-09-17Sebastian Huber1-21/+4
2018-09-21Update to FreeBSD head 2018-06-01Sebastian Huber2-1/+335
2018-09-21Update to FreeBSD head 2018-02-01Sebastian Huber1-19/+38
2018-09-21Update to FreeBSD head 2017-12-01Sebastian Huber2-17/+14
2018-09-21Update to FreeBSD head 2017-08-01Sebastian Huber1-2/+2
2018-09-12Initialize interrupt server earlierSebastian Huber1-1/+1
2018-09-12Move dynamic mutex pool to separate fileSebastian Huber1-0/+52
2018-09-10vprintf: Avoid printf() to avoid FPU usageSebastian Huber1-3/+11
2018-08-02rc.conf: Fix cloned interface setup.Christian Mauderer1-1/+2
2018-08-02Add ipsec to rc.conf.Christian Mauderer2-0/+353
2018-08-02ipsec-tools: Port libipsec, setkey and racoon.Christian Mauderer4-4/+147
2018-05-08dhcpcd: Add rtems_dhcpcd_start()Sebastian Huber3-66/+94
2018-05-08rc_conf: Do not create directories used by dhcpcdSebastian Huber1-12/+0
2018-05-08rc_conf: Include missing header filesSebastian Huber1-0/+4
2018-03-23vprintf: Add handler that mutes all output.Christian Mauderer1-0/+10
2018-03-23Silence rtems_bsd_ifconfig()Sebastian Huber1-0/+1
2018-03-13mutex: Use panic() after ISR lock releaseSebastian Huber1-3/+7
2018-02-05termios: Update due to API changesSebastian Huber1-23/+8
2018-01-23Add rtems_bsd_ifconfig()Sebastian Huber1-0/+75
2017-12-05Add rtems_bsd_initialize_dhcp()Sebastian Huber1-0/+115
2017-11-17Revert "RWLOCK(9): Add reader/writer lock implementation"Sebastian Huber2-260/+30
2017-11-17Revert "SX(9): Implement with reader/writer lock"Sebastian Huber1-93/+28
2017-11-16SX(9): Implement with reader/writer lockSebastian Huber1-28/+93
2017-11-16RWLOCK(9): Add reader/writer lock implementationSebastian Huber2-30/+260
2017-11-16LOCKING(9): Remove dead code (DDB)Sebastian Huber3-12/+0