summaryrefslogtreecommitdiffstats
path: root/rtemsbsd/rtems (follow)
Commit message (Expand)AuthorAgeFilesLines
* Support reference counting for file descriptorsSebastian Huber2017-09-151-1/+6
* Include missing <string.h> and <limits.h>Sebastian Huber2017-08-251-0/+2
* Enable the WEP encrypted WiFi.Sichen Zhao2017-08-021-0/+2
* termios: Interrupt server API changesSebastian Huber2017-07-121-3/+3
* Use LOG_EMERG for panic()Sebastian Huber2017-07-101-6/+3
* Use <sys/lock.h> provided by NewlibSebastian Huber2017-06-0810-11/+11
* Update due to Newlib 2017-06-07 changesSebastian Huber2017-06-0821-22/+22
* Add keyboard driver set variableKevin Kirspel2017-05-191-0/+4
* Adding RTEMS support for FREEBSD TTYKevin Kirspel2017-05-111-0/+40
* rc_conf: Move the defaultroute_delay to the defaultroute processing.Chris Johns2017-04-271-49/+60
* rc_conf: Add support for ifconfig_<interface>_alias[0-9]+.Chris Johns2017-04-271-13/+68
* rc_conf: Do not use a local variable for the rc_conf context.Chris Johns2017-04-261-41/+51
* rc_conf: Minor clean up in the net services.Chris Johns2017-04-261-2/+3
* FDT(4): Port to RTEMSSebastian Huber2017-03-082-3/+93
* Add poll() and select() support for TermiosSebastian Huber2017-02-281-0/+283
* freebsd/wlanstats: Port to FreeBSD.Christian Mauderer2017-01-171-0/+42
* lib80211/regdomain: Port to RTEMS.Christian Mauderer2017-01-171-0/+4484
* wlan ratectl and sta: Call init.Christian Mauderer2017-01-171-1/+5
* Port IEEE 802.11.Christian Mauderer2017-01-171-0/+4
* Use thread name supportSebastian Huber2017-01-132-119/+2
* rtems-bsd-mutex: Update due to API changesSebastian Huber2017-01-111-1/+1
* ARP(8): Port to RTEMSSebastian Huber2017-01-101-0/+40
* VMSTAT(8): Port to RTEMSSebastian Huber2017-01-101-0/+40
* Update to FreeBSD head 2016-08-23Sebastian Huber2017-01-1010-60/+101
* rtems-bsd-mutex: Update due to API changesSebastian Huber2016-11-241-5/+7
* Revert "rtems-kernel-page: Panic on recursive reclaim"Sebastian Huber2016-11-141-31/+20
* rtems-kernel-page: Panic on recursive reclaimSebastian Huber2016-11-101-20/+31
* Modify rtems_bsd_set_vprintf_handler()Sebastian Huber2016-11-091-4/+8
* rtemsbsd: Add reallocf to rtems_bsd_program.Christian Mauderer2016-10-241-0/+10
* Split rtemsbsd/rtems/rtems-program.cSebastian Huber2016-09-282-33/+79
* Split rtems-bsd-kernel-program.cSebastian Huber2016-09-283-645/+733
* Split rtems-bsd-shell-netcmds.cSebastian Huber2016-09-288-74/+160
* Use _Thread_Get_priority()Sebastian Huber2016-09-221-1/+2
* rc.conf/net: Let interface option appear on a DHCP ifconfig_ line.Chris Johns2016-08-121-14/+28
* rtems-bsd-mutex: Use _Thread_queue_Surrender()Sebastian Huber2016-08-111-32/+1
* pf: Add configuration via rc.conf.Christian Mauderer2016-08-081-0/+261
* rc.conf: Use more stack for the rc worker.Christian Mauderer2016-08-081-1/+1
* pfctl: Add rtems_bsd_command_pfctl.Christian Mauderer2016-08-021-0/+9
* rtemsbsd: Add wrapper for open, fopen, malloc, ...Christian Mauderer2016-08-021-1/+490
* rtemsbsd: Add call to program with a data restoreChristian Mauderer2016-08-021-0/+23
* kern_conf.c: Adapt for RTEMS.Christian Mauderer2016-08-011-65/+0
* rtems-bsd-mutex: Update due to API changesSebastian Huber2016-07-281-9/+8
* rtems-bsd-mutex: Update due to API changesSebastian Huber2016-07-271-2/+2
* Add RTEMS_BSD_CONFIG_DOMAIN_PAGE_MBUFS_SIZE.Chris Johns2016-06-302-2/+43
* Fix wording and spelling.Chris Johns2016-06-301-3/+4
* Add DHCP support to rc.conf.Chris Johns2016-06-302-55/+270
* Add rtems_get_route to fetch a specific route from the routing tables.Chris Johns2016-06-301-0/+141
* Default syslog priority to INFO. Add rtems_setlogpriority to configure the pr...Chris Johns2016-06-301-6/+31
* Print the service when starting.Chris Johns2016-06-281-2/+2
* Refactor rc.conf processing to be services based.Chris Johns2016-06-272-211/+885