summaryrefslogtreecommitdiffstats
path: root/freebsd (follow)
Commit message (Collapse)AuthorAgeFilesLines
* SLEEPQUEUE(9): Properly remove timeout timerSebastian Huber2016-11-241-5/+2
|
* Use _Thread_Dispatch_direct()Sebastian Huber2016-11-241-4/+3
|
* Fix mbuf_jumbo_alloc()Sebastian Huber2016-11-141-1/+1
|
* SDHCI(4): DeleteSebastian Huber2016-11-092-2097/+0
| | | | | Delete heavily modified SDHCI(4) support. It must be re-imported from a later FreeBSD version on demand.
* Fix warnings for linker setsSebastian Huber2016-11-091-4/+6
|
* Really robust linker setsSebastian Huber2016-11-091-15/+11
| | | | | | | | The previous attempt to fix this issue failed. See also: https://gcc.gnu.org/ml/gcc/2016-09/msg00114.htm
* More robust linker setsSebastian Huber2016-10-261-8/+24
| | | | | | See also: https://gcc.gnu.org/ml/gcc/2016-09/msg00114.html
* Prepare copyiniov() for FreeBSD updateSebastian Huber2016-10-262-687/+1
|
* Add SIZE_T_MAX to <machine/rtems-bsd-user-space.h>Sebastian Huber2016-10-242-6/+0
|
* Make <sys/proc.h> self-sufficientSebastian Huber2016-10-241-0/+2
|
* Remove AppleTalk supportSebastian Huber2016-10-1321-4438/+0
| | | | Prepare update to FreeBSD 11.
* pfctl: Update due to linker set API changesSebastian Huber2016-10-131-4/+7
|
* ohci: Fixes due to USB stack updateSebastian Huber2016-10-071-0/+6
|
* Use _Thread_Get_priority()Sebastian Huber2016-09-221-2/+2
|
* Port getdomainname() to RTEMSSebastian Huber2016-09-071-0/+4
|
* Import getdomainname()Sebastian Huber2016-09-071-0/+57
|
* usb: Update to FreeBSD trunk 2016-08-23Sebastian Huber2016-08-2319-188/+279
| | | | FreeBSD trunk, 2016-08-23, 9fe7c416e6abb28b1398fd3e5687099846800cfd.
* mmc: Update to FreeBSD trunk 2016-08-23Sebastian Huber2016-08-235-112/+240
|
* e1000phy: Provide local support for Marvell's 88E1512 PHY.Chris Johns2016-08-111-0/+9
| | | | | This PHY is close to the standard PHY support so providing enough to allow the PHY probe to pass lets it work on a MicroZed.
* netstat: Don't init vars if they are not defined.Christian Mauderer2016-08-041-0/+2
| | | | The variables are not available, if there is no INET6 defined.
* freebsd: Add constant ipv6 addresses from vars.c.Christian Mauderer2016-08-042-0/+4
| | | | This is necessary for a configuration without IPv6.
* pfctl: Add yacc generated file.Christian Mauderer2016-08-021-0/+9013
|
* pfctl: Adapt for RTEMS.Christian Mauderer2016-08-0218-1/+217
|
* pfctl: Use static where possible.Christian Mauderer2016-08-026-4/+107
|
* pfctl: Add const and move static variables.Christian Mauderer2016-08-027-1/+112
| | | | | | | Note: This should be upstreamed into BSD. Make everything constant that can be constant and move static variables out of their functions.
* pfctl: Match prototype.Christian Mauderer2016-08-021-0/+4
| | | | Note: This should be upstreamed into BSD.
* pfctl: Import sources from FreeBSD.Christian Mauderer2016-08-0212-0/+16766
|
* freebsd: Don't use new wrappers for old ports.Christian Mauderer2016-08-0212-0/+108
| | | | | | Some of the commands have been adapted manually. So the wrapper currently don't necessarily work as expected. For example ifconfig calls malloc outside of the program call.
* kern_conf.c: Adapt for RTEMS.Christian Mauderer2016-08-013-1/+70
|
* kern_conf.c: Import from FreeBSD.Christian Mauderer2016-08-011-0/+1520
|
* rtemsbsd/devfs: Add.Christian Mauderer2016-08-011-2/+16
|
* kern/sleepqueue: Update due to API changesChris Johns2016-07-281-14/+14
|
* Revert "kern/sleepqueue: Update due to API changes"Chris Johns2016-07-281-18/+18
| | | | | | This reverts commit 1bf6529d195848be4f70b091a0a5071b1c08239a. It changes FreeBSD whitespace.
* kern/sleepqueue: Update due to API changesChris Johns2016-07-281-18/+18
|
* Enable the Cadence cgem device syctls.Chris Johns2016-06-271-2/+0
|
* Revert "Enable the Cadence cgem device syctls."Chris Johns2016-06-271-7/+9
| | | | | | This reverts commit 9362e7649bde3d31b6f464f3184fe527b4dcb1d2. Committed white space changes.
* Enable the Cadence cgem device syctls.Chris Johns2016-06-271-9/+7
|
* Enable device sysctl.Chris Johns2016-06-271-22/+0
|
* Update due to RTEMS printer API changesSebastian Huber2016-06-231-1/+1
|
* reentrant.h: There is no main thread in RTEMSSebastian Huber2016-06-151-0/+4
|
* XDR(3): Port to RTEMSSebastian Huber2016-06-104-6/+8
|
* XDR(3): Import from FreeBSDSebastian Huber2016-06-108-0/+3017
|
* RPC(3): Port to RTEMSSebastian Huber2016-06-107-10/+24
|
* RPC(3): Import from FreeBSDSebastian Huber2016-06-1094-0/+26639
|
* Remove unused filesSebastian Huber2016-06-1019-14007/+0
| | | | Files moved in FreeBSD to "sys/netpfil/ipfw".
* Adjust <sys/stdint.h> for latest NewlibSebastian Huber2016-05-301-0/+2
|
* Directly use <machine/endian.h> provided by NewlibSebastian Huber2016-05-304-4/+4
|
* Directly use <sys/_types.h> provided by NewlibSebastian Huber2016-05-3012-13/+13
|
* Directly use <sys/types.h> provided by NewlibSebastian Huber2016-05-30200-204/+204
|
* Directly use <sys/time.h> provided by NewlibSebastian Huber2016-05-3075-76/+76
|