summaryrefslogtreecommitdiffstats
path: root/rtemsbsd/rtems (follow)
Commit message (Expand)AuthorAgeFilesLines
* EPOCH(9): Add epoch_drain_callbacks()Sebastian Huber2019-07-091-2/+80
* EPOCH(9): Avoid inline functionsSebastian Huber2019-07-091-1/+32
* SLEEPQUEUE(9): Fix timeout handlingSebastian Huber2019-07-051-0/+2
* i2c tool : port to RTEMSVijay Kumar Banerjee2019-06-291-0/+35
* Add RTEMS-specific getcredhostuuid()Sebastian Huber2019-06-051-11/+28
* Use _SMP_Unicast_action()Sebastian Huber2019-05-211-4/+1
* Update due to API changesSebastian Huber2019-05-151-5/+3
* Separate libbsd and RTEMS clock ticksSebastian Huber2019-05-152-12/+10
* Include missing <stdlib.h> to fix warningsSebastian Huber2019-05-131-0/+1
* Remove unused maxusersSebastian Huber2019-05-131-2/+0
* Remove dangerous weak definition of getentropy()Sebastian Huber2019-05-131-12/+0
* Use static inline functions for jail and prisonSebastian Huber2019-05-131-230/+0
* Fix zero-copy mbuf supportSebastian Huber2019-05-131-2/+1
* Update due to API changesSebastian Huber2019-04-112-3/+3
* bin/openssl: Port to RTEMS.Christian Mauderer2019-03-271-0/+40
* Remove unused fileSebastian Huber2019-03-011-224/+0
* Build C++ kernel-space compatibility fileSebastian Huber2019-02-181-2/+3
* Fix INVARIANTS supportSebastian Huber2019-01-221-0/+32
* Fix locking issue in epoch_sysinit()Sebastian Huber2018-12-201-0/+4
* Update to FreeBSD head 2018-11-15Sebastian Huber2018-11-151-576/+576
* Fix locking issue in epoch_watchdog()Sebastian Huber2018-11-151-0/+3
* Include missing <sys/types.h>Sebastian Huber2018-11-131-0/+1
* Use global stdout for kernel output and syslog()Sebastian Huber2018-10-101-7/+19
* Fix syslog() priority handlingSebastian Huber2018-10-101-10/+30
* CONFIG_INTRHOOK(9): Port to RTEMSSebastian Huber2018-09-251-58/+0
* Update to FreeBSD head 2018-09-17Sebastian Huber2018-09-211-21/+4
* Update to FreeBSD head 2018-06-01Sebastian Huber2018-09-212-1/+335
* Update to FreeBSD head 2018-02-01Sebastian Huber2018-09-211-19/+38
* Update to FreeBSD head 2017-12-01Sebastian Huber2018-09-212-17/+14
* Update to FreeBSD head 2017-08-01Sebastian Huber2018-09-211-2/+2
* Initialize interrupt server earlierSebastian Huber2018-09-121-1/+1
* Move dynamic mutex pool to separate fileSebastian Huber2018-09-121-0/+52
* vprintf: Avoid printf() to avoid FPU usageSebastian Huber2018-09-101-3/+11
* rc.conf: Fix cloned interface setup.Christian Mauderer2018-08-021-1/+2
* Add ipsec to rc.conf.Christian Mauderer2018-08-022-0/+353
* ipsec-tools: Port libipsec, setkey and racoon.Christian Mauderer2018-08-024-4/+147
* dhcpcd: Add rtems_dhcpcd_start()Sebastian Huber2018-05-083-66/+94
* rc_conf: Do not create directories used by dhcpcdSebastian Huber2018-05-081-12/+0
* rc_conf: Include missing header filesSebastian Huber2018-05-081-0/+4
* vprintf: Add handler that mutes all output.Christian Mauderer2018-03-231-0/+10
* Silence rtems_bsd_ifconfig()Sebastian Huber2018-03-231-0/+1
* mutex: Use panic() after ISR lock releaseSebastian Huber2018-03-131-3/+7
* termios: Update due to API changesSebastian Huber2018-02-051-23/+8
* Add rtems_bsd_ifconfig()Sebastian Huber2018-01-231-0/+75
* Add rtems_bsd_initialize_dhcp()Sebastian Huber2017-12-051-0/+115
* Revert "RWLOCK(9): Add reader/writer lock implementation"Sebastian Huber2017-11-172-260/+30
* Revert "SX(9): Implement with reader/writer lock"Sebastian Huber2017-11-171-93/+28
* SX(9): Implement with reader/writer lockSebastian Huber2017-11-161-28/+93
* RWLOCK(9): Add reader/writer lock implementationSebastian Huber2017-11-162-30/+260
* LOCKING(9): Remove dead code (DDB)Sebastian Huber2017-11-163-12/+0