summaryrefslogtreecommitdiffstats
path: root/rtemsbsd (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update to FreeBSD stable/12 2019-07-09Sebastian Huber2019-07-091-0/+11
* EPOCH(9): Add epoch_drain_callbacks()Sebastian Huber2019-07-092-2/+88
* EPOCH(9): Avoid inline functionsSebastian Huber2019-07-092-27/+35
* SLEEPQUEUE(9): Fix timeout handlingSebastian Huber2019-07-052-0/+4
* Update to FreeBSD stable/12 2019-06-26Sebastian Huber2019-06-262-0/+7
* if_atsam: Remove WDT_Disable()Sebastian Huber2019-06-131-3/+0
* Update to FreeBSD stable/12 2019-06-05Sebastian Huber2019-06-055-3/+125
* Add RTEMS-specific getcredhostuuid()Sebastian Huber2019-06-052-11/+29
* Use _SMP_Unicast_action()Sebastian Huber2019-05-212-8/+2
* Update due to API changesSebastian Huber2019-05-151-5/+3
* Separate libbsd and RTEMS clock ticksSebastian Huber2019-05-153-12/+11
* Include missing <stdlib.h> to fix warningsSebastian Huber2019-05-151-0/+1
* Remove unused maxusersSebastian Huber2019-05-152-3/+0
* Remove jail/prison functions from namespaceSebastian Huber2019-05-151-21/+0
* Remove dangerous weak definition of getentropy()Sebastian Huber2019-05-151-12/+0
* usb: Undefine USB_DEBUGSebastian Huber2019-05-131-1/+1
* Add wrapper for abort()Sebastian Huber2019-05-131-2/+7
* Add USB mass storage only build setSebastian Huber2019-05-131-0/+4
* Use static inline functions for jail and prisonSebastian Huber2019-05-131-230/+0
* Fix zero-copy mbuf supportSebastian Huber2019-05-132-4/+2
* Update due to API changesSebastian Huber2019-04-115-9/+9
* nfsclient: Fix for 64-bit targetsSebastian Huber2019-03-291-1/+8
* Revert "Add BURN_BRIDGES global kernel option"Sebastian Huber2019-03-291-5/+0
* Add BURN_BRIDGES global kernel optionSebastian Huber2019-03-281-0/+5
* Update to FreeBSD stable/12 2019-03-27Sebastian Huber2019-03-283-0/+30
* bin/openssl: Port to RTEMS.Christian Mauderer2019-03-283-0/+43
* Update to FreeBSD stable/12 2019-03-11Sebastian Huber2019-03-113-3/+12
* Remove unused fileSebastian Huber2019-03-111-224/+0
* Build C++ kernel-space compatibility fileSebastian Huber2019-02-181-2/+3
* Fix atomic_load_32()Sebastian Huber2019-02-181-1/+1
* Remove <linux/rbtree.h>Sebastian Huber2019-02-121-146/+0
* Remove obsolete <rtems/pty.h>Sebastian Huber2019-02-121-68/+0
* mghttpd: RemoveSebastian Huber2019-02-122-5907/+0
* ZONE(9): Fix UMA_PCPU_ALLOC_SIZESebastian Huber2019-02-121-2/+2
* Update to FreeBSD stable/12 2019-02-11Sebastian Huber2019-02-1212-99/+496
* atomic.h: Add atomic_fetchadd_64()Sebastian Huber2019-02-111-0/+26
* atomic.h: Add atomic_load_32()Sebastian Huber2019-02-111-0/+21
* Update to FreeBSD stable/12 2019-02-04Sebastian Huber2019-02-042-4/+288
* Fix INVARIANTS supportSebastian Huber2019-01-222-2/+35
* Update to FreeBSD stable/12 2019-01-21Sebastian Huber2019-01-212-0/+7
* Update to FreeBSD stable/12 2019-01-16Sebastian Huber2019-01-213-24/+51
* dpaa: Use if_transmit instead of legacy if_startSebastian Huber2019-01-211-82/+65
* dpaa: Fix FMan MAC SGT zone alignmentSebastian Huber2019-01-211-1/+1
* freebsd/if_cpsw: Port.Christian Mauderer2018-12-202-0/+2
* Fix locking issue in epoch_sysinit()Sebastian Huber2018-12-201-0/+4
* Update to FreeBSD head 2018-11-15Sebastian Huber2018-11-153-577/+592
* Disable or make static kern_* functionsSebastian Huber2018-11-151-9/+0
* mutex: Avoid NULL pointer access in panic()Sebastian Huber2018-11-151-1/+2
* Fix locking issue in epoch_watchdog()Sebastian Huber2018-11-151-0/+3
* Include missing <sys/types.h>Sebastian Huber2018-11-131-0/+1