summaryrefslogtreecommitdiffstats
path: root/rtemsbsd/include/machine (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Add wpa_supplicant_fork command.Sichen Zhao2017-11-101-0/+2
| | | | Add fork command for wpa supplicant to start a new task.
* Port wpa supplicant to RTEMS.Sichen Zhao2017-11-102-0/+43
| | | | Add wpa_supplicant lib support and shell command support in RTEMS.
* Port BBB sd driver files to RTEMS.Sichen Zhao2017-11-101-0/+0
| | | | So BBB can mount and read eMMC and SD card.
* Import CRC32 support from FreeBSDSebastian Huber2017-10-201-0/+2
|
* blist: Import from FreeBSDSebastian Huber2017-10-201-0/+6
|
* Fix INVARIANTS supportSebastian Huber2017-10-201-4/+18
|
* user-space: Define O_DIRECTORYSebastian Huber2017-10-101-0/+2
|
* if-atsam: Port to rtems-libbsd.Christian Mauderer2017-09-221-0/+8
|
* BUS_SPACE(9): 64-bit supportSebastian Huber2017-08-231-3/+3
| | | | Update #3082.
* Port am335x usb driver to RTEMS.Sichen Zhao2017-07-131-0/+0
| | | | | | Add FDT and umass support for am335x USB driver. Now RTEMS can mount and open USB disk.
* Use <sys/lock.h> provided by NewlibSebastian Huber2017-06-083-2/+321
|
* Update due to Newlib 2017-06-07 changesSebastian Huber2017-06-088-169/+13
| | | | | | | | | | | | | | | | | 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.
* Add LPC32XX touch screen driverKevin Kirspel2017-05-191-0/+22
|
* Add bitcount inlinesfor RTEMS. These are found in FREEBSDs types.hKevin Kirspel2017-05-191-0/+107
|
* Adding RTEMS support for FREEBSD TTYKevin Kirspel2017-05-112-0/+3
|
* Update to FreeBSD head 2017-04-04Sebastian Huber2017-04-042-7/+866
| | | | Git mirror commit 642b174daddbd0efd9bb5f242c43f4ab4db6869f.
* FDT(4): Port to RTEMSSebastian Huber2017-03-081-0/+10
|
* Fix dw_mmc dependenciesSebastian Huber2017-03-011-2/+1
|
* Add poll() and select() support for TermiosSebastian Huber2017-02-281-0/+11
|
* Port LPC32XX Ethernet and USB OHCI to RTEMSKevin Kirspel2017-02-141-0/+75
|
* Add support for LPC32XX cacheKevin Kirspel2017-02-141-5/+2
|
* rtems-bsd-mutex: Use thread queue nameSebastian Huber2017-01-311-1/+1
|
* freebsd/wlanstats: Port to FreeBSD.Christian Mauderer2017-01-171-0/+2
|
* lib80211/regdomain: Port to RTEMS.Christian Mauderer2017-01-171-0/+15
|
* rtems-bsd-mutex: Add SMP lock debug supportSebastian Huber2017-01-111-1/+8
|
* Declare feature_present()Sebastian Huber2017-01-101-0/+3
|
* ARP(8): Port to RTEMSSebastian Huber2017-01-101-0/+2
|
* Update to FreeBSD head 2017-01-09Sebastian Huber2017-01-101-8/+22
| | | | Git mirror commit 1f8e4a995a6ede4bdb24e6d335ccda2bdb0175ab.
* Update to FreeBSD head 2016-12-10Sebastian Huber2017-01-101-0/+2
| | | | Git mirror commit 80c55f08a05ab3b26a73b226ccb56adc3122a55c.
* VMSTAT(8): Port to RTEMSSebastian Huber2017-01-101-1/+3
|
* Enable multi-cast routing supportSebastian Huber2017-01-102-0/+20
|
* Update to FreeBSD head 2016-08-23Sebastian Huber2017-01-106-675/+871
| | | | Git mirror commit 9fe7c416e6abb28b1398fd3e5687099846800cfd.
* Add BRIDGE(4) support to configurationSebastian Huber2016-12-152-3/+17
|
* Provide O_CLOEXECSebastian Huber2016-11-091-0/+2
|
* Provide CLOCK_UPTIMESebastian Huber2016-11-091-0/+4
|
* Add thread fences to <machine/atomic.h>Sebastian Huber2016-11-091-0/+52
|
* Add empty <machine/_kernel_lock.h>Sebastian Huber2016-11-091-0/+0
|
* rtems-bsd-mutex: OptimizeSebastian Huber2016-11-091-11/+52
| | | | Inline SMP lock acquire/release. Avoid stack frame for hot path.
* rtems-bsd-mutex: Update due to API changesSebastian Huber2016-11-031-3/+3
|
* rtemsbsd: Add reallocf to rtems_bsd_program.Christian Mauderer2016-10-241-0/+7
|
* Add SIZE_T_MAX to <machine/rtems-bsd-user-space.h>Sebastian Huber2016-10-241-0/+2
|
* Provide CLOCK_MONOTONIC_FASTSebastian Huber2016-10-241-0/+4
|
* Make <machine/atomic.h> available to user spaceSebastian Huber2016-10-241-4/+0
| | | | Enables use of <sys/refcount.h> in user space.
* rtems-bsd-mutex: Update due to API changesSebastian Huber2016-09-221-25/+11
|
* rtems-bsd-mutex: Use _Thread_queue_Surrender()Sebastian Huber2016-08-111-6/+7
|
* pf: Add configuration via rc.conf.Christian Mauderer2016-08-082-0/+5
|
* pf: Add RTEMS_BSD_CONFIG_FIREWALL_xxx options.Christian Mauderer2016-08-081-0/+28
|
* freebsd: Add constant ipv6 addresses from vars.c.Christian Mauderer2016-08-041-3/+0
| | | | This is necessary for a configuration without IPv6.
* pfctl: Add rtems_bsd_command_pfctl.Christian Mauderer2016-08-021-0/+2
|
* rtemsbsd: Add wrapper for open, fopen, malloc, ...Christian Mauderer2016-08-021-1/+91
| | | | | | | | | | | | | | | | | Add the following rtems_bsd_program_... wrapper: * rtems_bsd_program_open * rtems_bsd_program_socket * rtems_bsd_program_close * rtems_bsd_program_fopen * rtems_bsd_program_fclose * rtems_bsd_program_malloc * rtems_bsd_program_calloc * rtems_bsd_program_realloc * rtems_bsd_program_free * rtems_bsd_program_strdup * rtems_bsd_program_vasprintf * rtems_bsd_program_asprintf