summaryrefslogtreecommitdiffstats
path: root/.gitignore (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Ignore .waf*Sebastian Huber2019-03-171-0/+1
|
* Add support to build using waf.Chris Johns2015-05-201-0/+2
|
* freebsd-to-rtems: Refactor the conversion support to allow multiples build ↵Chris Johns2015-05-151-0/+1
| | | | | | | systems. Split the freebsd-to-rtems.py into separate parts to allow more than a single build system generator.
* Add generated filesSebastian Huber2015-04-081-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.
* Always enable IPv6Sebastian Huber2013-12-201-1/+0
|
* Add network test supportSebastian Huber2013-11-131-0/+1
|
* Rename rtems-bsd-config.hSebastian Huber2013-11-111-1/+1
| | | | Rename rtems-bsd-config.h in rtems-bsd-kernel-space.h.
* Update files to match FreeBSD layoutSebastian Huber2013-10-101-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.
* Ignore more filesSebastian Huber2013-04-181-0/+4
|
* Add support for kvm.h in RTEMS termsJoel Sherrill2012-10-241-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.
* .gitignore: Add .relJoel Sherrill2012-10-231-0/+1
|
* Userspace Makefile: Clean up yacc/lex handling to avoid conflictsJoel Sherrill2012-10-111-3/+8
|
* nsdispatch.c: New file added along with required dependenciesJoel Sherrill2012-09-121-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.
* route: Added files for the route command.Jennifer Averett2012-09-061-0/+1
|
* Build System: Add option to disable IPV6 in orderly fashionJoel Sherrill2012-08-311-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.
* .gitignore: Add o-optimizeJoel Sherrill2012-07-271-0/+1
|
* .gitignore: Add copied directoryJoel Sherrill2012-07-261-0/+1
|
* .gitignore: Add generated pci_cfgreg.h and legacyvar.hJoel Sherrill2012-07-141-0/+30
|
* .gitignore: Add generated filesJoel Sherrill2012-07-141-0/+23
|
* Add dependency generationSebastian Huber2012-04-191-0/+1
|
* Initial addition of documentationJoel Sherrill2012-03-091-0/+1