summaryrefslogtreecommitdiffstats
path: root/freebsd/include (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to FreeBSD head 2018-09-17Sebastian Huber2018-09-211-0/+99
| | | | | | Git mirror commit 6c2192b1ef8c50788c751f878552526800b1e319. Update #3472.
* Update to FreeBSD head 2018-02-01Sebastian Huber2018-09-216-8/+12
| | | | | | Git mirror commit d079ae0442af8fa3cfd6d7ede190d04e64a2c0d4. Update #3472.
* Update to FreeBSD head 2017-12-01Sebastian Huber2018-09-2138-11/+116
| | | | | | Git mirror commit e724f51f811a4b2bd29447f8b85ab5c2f9b88266. Update #3472.
* Use network services from RTEMSSebastian Huber2018-04-301-107/+0
| | | | Close #3419.
* Remove unused inet_* weak referencesSebastian Huber2017-06-161-178/+0
| | | | This change requires a Newlib from 2017-06-12 or later.
* Update due to Newlib 2017-06-07 changesSebastian Huber2017-06-082-2/+2
| | | | | | | | | | | | | | | | | The following files are now provided by Newlib: * arpa/inet.h * net/if.h * netinet/in.h * netinet/tcp.h * sys/socket.h * sys/uio.h * sys/un.h The <sys/param.h> and <sys/cpuset.h> are now compatible enough to be used directly. Update #2833.
* Update to FreeBSD head 2017-04-04Sebastian Huber2017-04-042-1/+5
| | | | Git mirror commit 642b174daddbd0efd9bb5f242c43f4ab4db6869f.
* Update to FreeBSD head 2016-08-23Sebastian Huber2017-01-1011-100/+132
| | | | Git mirror commit 9fe7c416e6abb28b1398fd3e5687099846800cfd.
* RPC(3): Port to RTEMSSebastian Huber2016-06-105-9/+18
|
* RPC(3): Import from FreeBSDSebastian Huber2016-06-1037-0/+7561
|
* Directly use <machine/endian.h> provided by NewlibSebastian Huber2016-05-301-1/+1
|
* Directly use <sys/_types.h> provided by NewlibSebastian Huber2016-05-303-3/+3
|
* Directly use <sys/types.h> provided by NewlibSebastian Huber2016-05-305-5/+5
|
* Regenerate with FreeBSD lex, yacc, and rpcgen tools.Chris Johns2015-05-271-128/+45
| | | | | | | | | | | | | Use the FreeBSD lex, yacc and rpcgen tools to generate the various sources used in LibBSD. The change also removes an RTEMS specific change added when using other hosts operating systems to generate the files. LibBSD should use FreeBSD version of the tools to generate the source because the FreeBSD kernel is developed using them. The change is supported by the waf build which disables generating the files unless enabled. I am not sure the effect with the Makefile build support.
* Update to FreeBSD Stable/9 2015-04-08Sebastian Huber2015-05-205-54/+159
|
* Add generated filesSebastian Huber2015-04-081-0/+659
| | | | | | This avoids dependencies on a particular generator tool version. On MinGW and Cygwin hosts these tools tend to be outdated or somehow incapable.
* Update to FreeBSD 9.3Sebastian Huber2015-02-1316-430/+394
|
* NSDISPATCH(3): Add rtems_nss_register_module()Sebastian Huber2014-11-041-0/+18
|
* NSDISPATCH(3): Fix warningSebastian Huber2014-11-041-1/+1
|
* arpa/nameser_compat.h: Use proper endian definesSebastian Huber2014-10-081-0/+4
|
* Update to FreeBSD 9.2Sebastian Huber2013-11-1115-70/+23
|
* Update to FreeBSD 8.4Sebastian Huber2013-11-041-10/+10
|
* rpcsvc: Do not re-define "bool"Sebastian Huber2013-10-311-0/+2
|
* Use RTEMS provides zlibSebastian Huber2013-10-311-0/+1
|
* Move program control to thread structureSebastian Huber2013-10-311-13/+2
|
* Update files to match FreeBSD layoutSebastian Huber2013-10-1014-16/+893
| | | | | | | | | | | | | | | | | | | 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-1032-0/+6517