summaryrefslogtreecommitdiffstats
path: root/freebsd/lib (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to FreeBSD head 2018-11-15Sebastian Huber2018-11-152-0/+40
| | | | | | Git mirror commit a18b0830c4be01b39489a891b63d6023ada6358a. Update #3472.
* Update to FreeBSD head 2018-10-23Sebastian Huber2018-10-253-28/+53
| | | | | | | | | | | 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.
* Update to FreeBSD head 2018-09-17Sebastian Huber2018-09-2113-22/+167
| | | | | | Git mirror commit 6c2192b1ef8c50788c751f878552526800b1e319. Update #3472.
* Update to FreeBSD head 2018-06-01Sebastian Huber2018-09-213-2/+1
| | | | | | Git mirror commit fb63610a69b0eb7f69a201ba05c4c1a7a2739cf9. Update #3472.
* Update to FreeBSD head 2018-04-01Sebastian Huber2018-09-214-18/+58
| | | | | | Git mirror commit 8dfb1ccc26d1cea7e2529303003ff61f9f1784c4. Update #3472.
* Update to FreeBSD head 2018-02-01Sebastian Huber2018-09-2143-50/+138
| | | | | | Git mirror commit d079ae0442af8fa3cfd6d7ede190d04e64a2c0d4. Update #3472.
* Update to FreeBSD head 2017-12-01Sebastian Huber2018-09-21170-82/+812
| | | | | | Git mirror commit e724f51f811a4b2bd29447f8b85ab5c2f9b88266. Update #3472.
* Update to FreeBSD head 2017-10-01Sebastian Huber2018-09-212-5/+5
| | | | | | Git mirror commit b2f0376b45428f13151d229c5ae9d4d8f74acbd1. Update #3472.
* Update to FreeBSD head 2017-08-01Sebastian Huber2018-09-2110-41/+111
| | | | | | Git mirror commit f5002f5e5f78cae9f0269d812dc0aedb0339312c. Update #3472.
* Update to FreeBSD head 2017-06-01Sebastian Huber2018-09-217-21/+24
| | | | | | Git mirror commit dfb26efac4ce9101dda240e94d9ab53f80a9e131. Update #3472.
* Update yacc and lex generated filesSebastian Huber2018-08-282-73/+70
| | | | | | Use the FreeBSD 11.1 yacc and lex tools to generate the files. Update #3472.
* kvaddr_t is now provided by <sys/types.h>Sebastian Huber2018-08-281-0/+2
| | | | Update #3472.
* ipsec-tools: Port libipsec, setkey and racoon.Christian Mauderer2018-08-0212-7099/+0
| | | | | Note that this replaces the libipsec from FreeBSD with the one provided by ipsec-tools.
* buildset: Add minimal and everything config.Christian Mauderer2018-05-031-1/+0
| | | | | | | | | | | | 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.
* Remove strtoimax() and strtoumax()Sebastian Huber2017-08-222-308/+0
| | | | This is now provided by Newlib.
* Remove unused inet_* weak referencesSebastian Huber2017-06-221-0/+2
| | | | This change requires a Newlib from 2017-06-12 or later.
* Remove unused inet_* weak referencesSebastian Huber2017-06-1611-0/+22
| | | | This change requires a Newlib from 2017-06-12 or later.
* Update due to Newlib 2017-06-07 changesSebastian Huber2017-06-0873-75/+75
| | | | | | | | | | | | | | | | | 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-0467-102/+144
| | | | Git mirror commit 642b174daddbd0efd9bb5f242c43f4ab4db6869f.
* freebsd/wlanstats: Import from FreeBSD.Christian Mauderer2017-01-172-0/+336
|
* lib80211/regdomain: Port to RTEMS.Christian Mauderer2017-01-171-0/+19
|
* lib80211/regdomain: Import from FreeBSD.Christian Mauderer2017-01-171-9/+0
|
* ifconfig/wlan, expat, lib80211: Port to RTEMS.Christian Mauderer2017-01-171-0/+9
|
* ifconfig/wlan, expat, lib80211: Import from FreeBSD.Christian Mauderer2017-01-174-0/+1096
|
* Update to FreeBSD head 2017-01-09Sebastian Huber2017-01-106-86/+69
| | | | Git mirror commit 1f8e4a995a6ede4bdb24e6d335ccda2bdb0175ab.
* Update to FreeBSD head 2016-12-10Sebastian Huber2017-01-109-27/+87
| | | | Git mirror commit 80c55f08a05ab3b26a73b226ccb56adc3122a55c.
* Update to FreeBSD head 2016-08-23Sebastian Huber2017-01-10152-2551/+2571
| | | | Git mirror commit 9fe7c416e6abb28b1398fd3e5687099846800cfd.
* Port getdomainname() to RTEMSSebastian Huber2016-09-071-0/+4
|
* Import getdomainname()Sebastian Huber2016-09-071-0/+57
|
* freebsd: Add constant ipv6 addresses from vars.c.Christian Mauderer2016-08-041-0/+2
| | | | This is necessary for a configuration without IPv6.
* freebsd: Don't use new wrappers for old ports.Christian Mauderer2016-08-021-0/+9
| | | | | | 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.
* reentrant.h: There is no main thread in RTEMSSebastian Huber2016-06-151-0/+4
|
* XDR(3): Port to RTEMSSebastian Huber2016-06-104-6/+8
|
* XDR(3): Import from FreeBSDSebastian Huber2016-06-108-0/+3017
|
* RPC(3): Port to RTEMSSebastian Huber2016-06-102-1/+6
|
* RPC(3): Import from FreeBSDSebastian Huber2016-06-1057-0/+19078
|
* Directly use <sys/_types.h> provided by NewlibSebastian Huber2016-05-303-4/+4
|
* Directly use <sys/types.h> provided by NewlibSebastian Huber2016-05-3076-76/+76
|
* Directly use <sys/time.h> provided by NewlibSebastian Huber2016-05-307-7/+7
|
* Add sbin/sysctlChris Johns2016-05-062-0/+308
|
* NSDISPATCH(3): Add proper nsparser.hSebastian Huber2015-10-191-102/+16
| | | | | Update nsparser.h to fit with the files introduced via e35a65e99512000ab0107c4fc64f89aa84f7de38.
* Provide the missing cdecl for _nsdispatch.Chris Johns2015-06-161-0/+3
|
* Regenerate with FreeBSD lex, yacc, and rpcgen tools.Chris Johns2015-05-275-3705/+1513
| | | | | | | | | | | | | 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-2033-201/+885
|
* Add generated filesSebastian Huber2015-04-086-0/+8049
| | | | | | 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-132-30/+82
|
* LIBMEMSTAT(3): Disable malloc sysctlsSebastian Huber2015-01-291-0/+2
|
* NSDISPATCH(3): Add rtems_nss_register_module()Sebastian Huber2014-11-041-6/+52
|
* Support sethostname() and gethostname()Sebastian Huber2014-10-241-0/+57
|
* Changes due to <sys/cpuset.h> from latest NewlibSebastian Huber2013-12-041-1/+1
|