summaryrefslogtreecommitdiffstats
path: root/freebsd/lib (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* NSDISPATCH(3): Fix for small-data areaSebastian Huber2013-12-041-2/+2
|
* DISPATCH(3): Assume static linkingSebastian Huber2013-12-041-0/+4
|
* Update to FreeBSD 9.2Sebastian Huber2013-11-1121-218/+347
|
* Reduce divergence from FreeBSD sourcesSebastian Huber2013-11-1110-44/+21
|
* Move content to <machine/rtems-bsd-user-space.h>Sebastian Huber2013-11-111-7/+0
|
* Add and use <machine/rtems-bsd-user-space.h>Sebastian Huber2013-11-11109-0/+218
|
* Update to FreeBSD 8.4Sebastian Huber2013-11-049-46/+140
|
* lib/libc/net/ip6opt.c: Add from FreeBSDSebastian Huber2013-10-311-0/+593
|
* lib/libc/net/rthdr.c: Add from FreeBSDSebastian Huber2013-10-311-0/+450
|
* Revert superfluous changesSebastian Huber2013-10-3175-153/+5
|
* Use unmodified FreeBSD versions for port_*.hSebastian Huber2013-10-313-1/+57
|
* Add MAC support functionsSebastian Huber2013-10-311-0/+449
| | | | WARNING: They are not thread-safe! This is a known FreeBSD issue.
* Move program control to thread structureSebastian Huber2013-10-311-0/+12
|