summaryrefslogtreecommitdiff
path: root/.gitignore (follow)
AgeCommit message (Collapse)Author
2015-05-20Add support to build using waf.Chris Johns
2015-05-15freebsd-to-rtems: Refactor the conversion support to allow multiples build ↵Chris Johns
systems. Split the freebsd-to-rtems.py into separate parts to allow more than a single build system generator.
2015-04-08Add generated filesSebastian Huber
This avoids dependencies on a particular generator tool version. On MinGW and Cygwin hosts these tools tend to be outdated or somehow incapable.
2013-12-20Always enable IPv6Sebastian Huber
2013-11-13Add network test supportSebastian Huber
2013-11-11Rename rtems-bsd-config.hSebastian Huber
Rename rtems-bsd-config.h in rtems-bsd-kernel-space.h.
2013-10-10Update files to match FreeBSD layoutSebastian Huber
Add compatibility with Newlib header files. Some FreeBSD header files are mapped by the translation script: o rtems/bsd/sys/_types.h o rtems/bsd/sys/errno.h o rtems/bsd/sys/lock.h o rtems/bsd/sys/param.h o rtems/bsd/sys/resource.h o rtems/bsd/sys/time.h o rtems/bsd/sys/timespec.h o rtems/bsd/sys/types.h o rtems/bsd/sys/unistd.h It is now possible to include <sys/socket.h> directly for example. Generate one Makefile which builds everything including tests.
2013-04-18Ignore more filesSebastian Huber
2012-10-24Add support for kvm.h in RTEMS termsJoel Sherrill
The implementation uses an array of strings and variable names. The names are weak symbolic references to the items we have seen calls to kvm services with.
2012-10-23.gitignore: Add .relJoel Sherrill
2012-10-11Userspace Makefile: Clean up yacc/lex handling to avoid conflictsJoel Sherrill
2012-09-12nsdispatch.c: New file added along with required dependenciesJoel Sherrill
This file uses dynamic loading and is using some magic for statically linked modules included in it. These modules may or may not show up magically in an RTEMS executable. This will eventually have to be investigated and resolved.
2012-09-06route: Added files for the route command.Jennifer Averett
2012-08-31Build System: Add option to disable IPV6 in orderly fashionJoel Sherrill
If you define DISABLE_IPV6=yes to the config.inc, then the rtems-bsd-config.h file will be modified accordingly and the IPV6 kernel sources will not be built. This is easier to manage and more correct than having a patch to do the same.
2012-07-27.gitignore: Add o-optimizeJoel Sherrill
2012-07-26.gitignore: Add copied directoryJoel Sherrill
2012-07-14.gitignore: Add generated pci_cfgreg.h and legacyvar.hJoel Sherrill
2012-07-14.gitignore: Add generated filesJoel Sherrill
2012-04-19Add dependency generationSebastian Huber
2012-03-09Initial addition of documentationJoel Sherrill