summaryrefslogtreecommitdiffstats
path: root/.gitignore (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-03-17Ignore .waf*Sebastian Huber1-0/+1
2015-05-20Add support to build using waf.Chris Johns1-0/+2
2015-05-15freebsd-to-rtems: Refactor the conversion support to allow multiples build ↵Chris Johns1-0/+1
systems. Split the freebsd-to-rtems.py into separate parts to allow more than a single build system generator.
2015-04-08Add generated filesSebastian Huber1-8/+0
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 Huber1-1/+0
2013-11-13Add network test supportSebastian Huber1-0/+1
2013-11-11Rename rtems-bsd-config.hSebastian Huber1-1/+1
Rename rtems-bsd-config.h in rtems-bsd-kernel-space.h.
2013-10-10Update files to match FreeBSD layoutSebastian Huber1-68/+14
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 Huber1-0/+4
2012-10-24Add support for kvm.h in RTEMS termsJoel Sherrill1-0/+1
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 Sherrill1-0/+1
2012-10-11Userspace Makefile: Clean up yacc/lex handling to avoid conflictsJoel Sherrill1-3/+8
2012-09-12nsdispatch.c: New file added along with required dependenciesJoel Sherrill1-0/+3
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 Averett1-0/+1
2012-08-31Build System: Add option to disable IPV6 in orderly fashionJoel Sherrill1-0/+1
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 Sherrill1-0/+1
2012-07-26.gitignore: Add copied directoryJoel Sherrill1-0/+1
2012-07-14.gitignore: Add generated pci_cfgreg.h and legacyvar.hJoel Sherrill1-0/+30
2012-07-14.gitignore: Add generated filesJoel Sherrill1-0/+23
2012-04-19Add dependency generationSebastian Huber1-0/+1
2012-03-09Initial addition of documentationJoel Sherrill1-0/+1