summaryrefslogtreecommitdiffstats
path: root/freebsd/sys/sys/linker_set.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to FreeBSD head 2018-04-01Sebastian Huber2018-09-211-5/+8
| | | | | | Git mirror commit 8dfb1ccc26d1cea7e2529303003ff61f9f1784c4. Update #3472.
* Update to FreeBSD head 2017-12-01Sebastian Huber2018-09-211-3/+2
| | | | | | Git mirror commit e724f51f811a4b2bd29447f8b85ab5c2f9b88266. Update #3472.
* Add ordered Nexus devicesKevin Kirspel2017-02-141-1/+5
| | | | | Add support for ordering the initialization of Nexus devices. This can be used to make sure a device is initialized before a dependant device.
* Update to FreeBSD head 2016-08-23Sebastian Huber2017-01-101-8/+19
| | | | Git mirror commit 9fe7c416e6abb28b1398fd3e5687099846800cfd.
* Fix warnings for linker setsSebastian Huber2016-11-091-4/+6
|
* Really robust linker setsSebastian Huber2016-11-091-15/+11
| | | | | | | | The previous attempt to fix this issue failed. See also: https://gcc.gnu.org/ml/gcc/2016-09/msg00114.htm
* More robust linker setsSebastian Huber2016-10-261-8/+24
| | | | | | See also: https://gcc.gnu.org/ml/gcc/2016-09/msg00114.html
* Prevent invalid optimizations for linker setsSebastian Huber2016-04-271-12/+12
|
* Generalize linker setsSebastian Huber2014-10-081-14/+26
| | | | Add ability to create linker sets for items with an arbitrary type.
* Simplify linker set handlingSebastian Huber2013-12-161-4/+27
|
* Update to FreeBSD 9.2Sebastian Huber2013-11-111-0/+2
|
* Update files to match FreeBSD layoutSebastian Huber2013-10-101-3/+3
| | | | | | | | | | | | | | | | | | | 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.
* Move files to match FreeBSD layoutSebastian Huber2013-10-101-0/+114