summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-08-05if_ffec_mcf548x: Init when interface is set to UP.4.11.34.11.24.11.14.11.04.11Christian Mauderer
Call the driver initialization function if the interface is set to UP.
2016-08-04netstat: Don't init vars if they are not defined.Christian Mauderer
The variables are not available, if there is no INET6 defined.
2016-08-04freebsd: Use constant ipv6 addresses from vars.c.Christian Mauderer
2016-08-03testsuite/pf02: Add interactive pf test.Christian Mauderer
2016-08-03libbsd.txt: Add section describing PF.Christian Mauderer
2016-08-03libbsd.txt: Add guide for user space tools.Christian Mauderer
2016-08-03testsuite/pf01: Test pfctl and pf.Christian Mauderer
2016-08-03pfctl: Add rtems_bsd_command_pfctl.Christian Mauderer
2016-08-03pfctl: build files.Christian Mauderer
2016-08-03pfctl: Add yacc generated file.Christian Mauderer
2016-08-03pfctl: Adapt for RTEMS.Christian Mauderer
2016-08-03pfctl: Use static where possible.Christian Mauderer
2016-08-03pfctl: Add const and move static variables.Christian Mauderer
Note: This should be upstreamed into BSD. Make everything constant that can be constant and move static variables out of their functions.
2016-08-03pfctl: Match prototype.Christian Mauderer
Note: This should be upstreamed into BSD.
2016-08-03pfctl: Import sources from FreeBSD.Christian Mauderer
2016-08-03freebsd: Don't use new wrappers for old ports.Christian Mauderer
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.
2016-08-03rtemsbsd: Add wrapper for open, fopen, malloc, ...Christian Mauderer
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
2016-08-03rtemsbsd: Add call to program with a data restoreChristian Mauderer
This adds the rtems_bsd_program_call_main_width_data_restore function.
2016-08-03testsuite/syscalls01: Split out program01 part.Christian Mauderer
This allows to use normal functions for sockets and similar while allowing to test the upcoming rtems_bsd_program_opan/close/... for the program part.
2016-08-03testsuite/pf01: Add test that links PF.Christian Mauderer
2016-08-03rtems-bsd-symbols.h: add pf symbols.Christian Mauderer
2016-08-03linkersets.h: Add necessary macros from rtems 4.12.Christian Mauderer
2016-08-03rtemsbsd: Add linkersets.h from current rtems 4.12.Christian Mauderer
2016-08-03testsuite/cdev01: Add test for cdev functions.Christian Mauderer
2016-08-03kern_conf.c: Adapt for RTEMS.Christian Mauderer
2016-08-03kern_conf.c: Import from FreeBSD.Christian Mauderer
2016-08-03rtemsbsd/devfs: Add.Christian Mauderer
2016-08-03Dummy securelevel_ge() and securelevel_gt()Sebastian Huber
2016-08-03subr_prf.c: Port to RTEMS.Sebastian Huber
Note: Only the XXsYYprintf functions have been back ported from 4.12.
2016-08-03subr_prf.c: Import from FreeBSDSebastian Huber
2016-05-06ZONE(9): Fix mp_maxid definitionSebastian Huber
2016-05-06The maxid is not the number of cpus.Chris Johns
2016-02-02Fix heap corruption in UNIX domain socket connectSebastian Huber
Close #2558.
2015-11-16SOCKETPAIR(2): Port to RTEMSSebastian Huber
2015-11-16Update rtems_waf moduleSebastian Huber
2015-11-10Rename kernel space log() to _bsd_log()Sebastian Huber
This avoids a conflict with the standard math library log() function.
2015-11-10Delete broken Makefile, use waf insteadSebastian Huber
2015-10-19NSDISPATCH(3): Add proper nsparser.hSebastian Huber
Update nsparser.h to fit with the files introduced via e35a65e99512000ab0107c4fc64f89aa84f7de38.
2015-09-11media01: Add network and SMP supportSebastian Huber
2015-09-11ZONE(9): Fix slab flag handlingSebastian Huber
Disable unused slab flags.
2015-09-11ZONE(9): Disable unused fieldSebastian Huber
2015-09-11ZONE(9): Define SMP if RTEMS_SMP is definedSebastian Huber
2015-09-11if_dwc: Fix a possible interrupt starvationSebastian Huber
2015-09-11if_dwc: Invalidate read buffer againSebastian Huber
This may prevent problems in case a cache line prefetch added some lines to the cache during a DMA transfer.
2015-07-23Update due to header guard changesSebastian Huber
2015-07-16Fix buiding for the i386.Chris Johns
2015-07-15libbsd.txt: Clarify rules to modify FreeBSD codeSebastian Huber
2015-06-26tcpdump: Return the PCAP loop return value. Increase the stack size.Chris Johns
2015-06-26tcpdump: Allow enter/return to exit tcpdump.Chris Johns
Implement the PCAP loop in a separate thread and block the shell thread in the stdin getchar. When a user presses enter/return call the PCAP break loop function to have it return.
2015-06-26modified: waf_generator.py Fix incorrect encoding of NET_CFG_GATEWAY_IP and ↵Gene Smith
change _IP_IP ending to _IP. Remove _IP_IP ending from NET_TAP_INTERFACE. modified: wscript Re-generated from "./freebsd-to-rtems -m" based on waf_generator.py