summaryrefslogtreecommitdiff
path: root/freebsd/lib (follow)
AgeCommit message (Collapse)Author
2019-12-19SOCKATMARK(3): Import from FreeBSDSebastian Huber
Update #3798.
2019-11-13Update to FreeBSD head 2019-09-24Sebastian Huber
Git mirror commit 6b0307a0a5184339393f555d5d424190d8a8277a.
2018-11-15Update to FreeBSD head 2018-11-15Sebastian Huber
Git mirror commit a18b0830c4be01b39489a891b63d6023ada6358a. Update #3472.
2018-10-25Update to FreeBSD head 2018-10-23Sebastian Huber
Git mirror commit 59f44d20be3f99d181ca742e636d45fc39ec982b. This commit updates OpenSSL to version 1.1.1. This required an update of racoon which uses some internal stuff from OpenSSL and seems to be mostly unmaintained, e.g. there is update in the FreeBSD ports to cope with OpenSSL 1.1.1. Update #3472.
2018-09-21Update to FreeBSD head 2018-09-17Sebastian Huber
Git mirror commit 6c2192b1ef8c50788c751f878552526800b1e319. Update #3472.
2018-09-21Update to FreeBSD head 2018-06-01Sebastian Huber
Git mirror commit fb63610a69b0eb7f69a201ba05c4c1a7a2739cf9. Update #3472.
2018-09-21Update to FreeBSD head 2018-04-01Sebastian Huber
Git mirror commit 8dfb1ccc26d1cea7e2529303003ff61f9f1784c4. Update #3472.
2018-09-21Update to FreeBSD head 2018-02-01Sebastian Huber
Git mirror commit d079ae0442af8fa3cfd6d7ede190d04e64a2c0d4. Update #3472.
2018-09-21Update to FreeBSD head 2017-12-01Sebastian Huber
Git mirror commit e724f51f811a4b2bd29447f8b85ab5c2f9b88266. Update #3472.
2018-09-21Update to FreeBSD head 2017-10-01Sebastian Huber
Git mirror commit b2f0376b45428f13151d229c5ae9d4d8f74acbd1. Update #3472.
2018-09-21Update to FreeBSD head 2017-08-01Sebastian Huber
Git mirror commit f5002f5e5f78cae9f0269d812dc0aedb0339312c. Update #3472.
2018-09-21Update to FreeBSD head 2017-06-01Sebastian Huber
Git mirror commit dfb26efac4ce9101dda240e94d9ab53f80a9e131. Update #3472.
2018-08-28Update yacc and lex generated filesSebastian Huber
Use the FreeBSD 11.1 yacc and lex tools to generate the files. Update #3472.
2018-08-28kvaddr_t is now provided by <sys/types.h>Sebastian Huber
Update #3472.
2018-08-02ipsec-tools: Port libipsec, setkey and racoon.Christian Mauderer
Note that this replaces the libipsec from FreeBSD with the one provided by ipsec-tools.
2018-05-03buildset: Add minimal and everything config.Christian Mauderer
This adds two new buildset configurations: One that leaves out as much features as possible and one that enables all features. For the default configuration WiFi support is now disabled. To disable IPv6 for the minimal configuration, all -DINET6 are eliminated in libbsd.py. They are now replaced by a #ifdef that checks for RTEMS_BSD_MODULE_NETINET6 instead. Close #3351.
2017-08-22Remove strtoimax() and strtoumax()Sebastian Huber
This is now provided by Newlib.
2017-06-22Remove unused inet_* weak referencesSebastian Huber
This change requires a Newlib from 2017-06-12 or later.
2017-06-16Remove unused inet_* weak referencesSebastian Huber
This change requires a Newlib from 2017-06-12 or later.
2017-06-08Update due to Newlib 2017-06-07 changesSebastian Huber
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.
2017-04-04Update to FreeBSD head 2017-04-04Sebastian Huber
Git mirror commit 642b174daddbd0efd9bb5f242c43f4ab4db6869f.
2017-01-17freebsd/wlanstats: Import from FreeBSD.Christian Mauderer
2017-01-17lib80211/regdomain: Port to RTEMS.Christian Mauderer
2017-01-17lib80211/regdomain: Import from FreeBSD.Christian Mauderer
2017-01-17ifconfig/wlan, expat, lib80211: Port to RTEMS.Christian Mauderer
2017-01-17ifconfig/wlan, expat, lib80211: Import from FreeBSD.Christian Mauderer
2017-01-10Update to FreeBSD head 2017-01-09Sebastian Huber
Git mirror commit 1f8e4a995a6ede4bdb24e6d335ccda2bdb0175ab.
2017-01-10Update to FreeBSD head 2016-12-10Sebastian Huber
Git mirror commit 80c55f08a05ab3b26a73b226ccb56adc3122a55c.
2017-01-10Update to FreeBSD head 2016-08-23Sebastian Huber
Git mirror commit 9fe7c416e6abb28b1398fd3e5687099846800cfd.
2016-09-07Port getdomainname() to RTEMSSebastian Huber
2016-09-07Import getdomainname()Sebastian Huber
2016-08-04freebsd: Add constant ipv6 addresses from vars.c.Christian Mauderer
This is necessary for a configuration without IPv6.
2016-08-02freebsd: Don't use new wrappers for old ports.Christian Mauderer
Some of the commands have been adapted manually. So the wrapper currently don't necessarily work as expected. For example ifconfig calls malloc outside of the program call.
2016-06-15reentrant.h: There is no main thread in RTEMSSebastian Huber
2016-06-10XDR(3): Port to RTEMSSebastian Huber
2016-06-10XDR(3): Import from FreeBSDSebastian Huber
2016-06-10RPC(3): Port to RTEMSSebastian Huber
2016-06-10RPC(3): Import from FreeBSDSebastian Huber
2016-05-30Directly use <sys/_types.h> provided by NewlibSebastian Huber
2016-05-30Directly use <sys/types.h> provided by NewlibSebastian Huber
2016-05-30Directly use <sys/time.h> provided by NewlibSebastian Huber
2016-05-06Add sbin/sysctlChris Johns
2015-10-19NSDISPATCH(3): Add proper nsparser.hSebastian Huber
Update nsparser.h to fit with the files introduced via e35a65e99512000ab0107c4fc64f89aa84f7de38.
2015-06-16Provide the missing cdecl for _nsdispatch.Chris Johns
2015-05-27Regenerate with FreeBSD lex, yacc, and rpcgen tools.Chris Johns
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.
2015-05-20Update to FreeBSD Stable/9 2015-04-08Sebastian Huber
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.
2015-02-13Update to FreeBSD 9.3Sebastian Huber
2015-01-29LIBMEMSTAT(3): Disable malloc sysctlsSebastian Huber
2014-11-04NSDISPATCH(3): Add rtems_nss_register_module()Sebastian Huber