summaryrefslogtreecommitdiffstats
path: root/freebsd/sys/netinet (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-12-20Update to FreeBSD head 2018-12-20Sebastian Huber16-70/+88
Git mirror commit 19a6ceb89dbacf74697d493e48c388767126d418. It includes an update of wpa_supplicant to version 2.7. It includes an update of the OpenSSL baseline to version 1.1.1a. Update #3472.
2018-11-15Update to FreeBSD head 2018-11-15Sebastian Huber12-75/+121
Git mirror commit a18b0830c4be01b39489a891b63d6023ada6358a. Update #3472.
2018-10-25Update to FreeBSD head 2018-10-23Sebastian Huber22-193/+463
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 Huber76-1991/+4060
Git mirror commit 6c2192b1ef8c50788c751f878552526800b1e319. Update #3472.
2018-09-21Update to FreeBSD head 2018-06-01Sebastian Huber43-710/+1779
Git mirror commit fb63610a69b0eb7f69a201ba05c4c1a7a2739cf9. Update #3472.
2018-09-21Update to FreeBSD head 2018-04-01Sebastian Huber25-230/+1184
Git mirror commit 8dfb1ccc26d1cea7e2529303003ff61f9f1784c4. Update #3472.
2018-09-21Update to FreeBSD head 2018-02-01Sebastian Huber21-554/+513
Git mirror commit d079ae0442af8fa3cfd6d7ede190d04e64a2c0d4. Update #3472.
2018-09-21Update to FreeBSD head 2017-12-01Sebastian Huber130-669/+908
Git mirror commit e724f51f811a4b2bd29447f8b85ab5c2f9b88266. Update #3472.
2018-09-21Update to FreeBSD head 2017-10-01Sebastian Huber24-264/+243
Git mirror commit b2f0376b45428f13151d229c5ae9d4d8f74acbd1. Update #3472.
2018-09-21Update to FreeBSD head 2017-08-01Sebastian Huber22-565/+783
Git mirror commit f5002f5e5f78cae9f0269d812dc0aedb0339312c. Update #3472.
2018-09-21Update to FreeBSD head 2017-06-01Sebastian Huber30-204/+358
Git mirror commit dfb26efac4ce9101dda240e94d9ab53f80a9e131. Update #3472.
2017-06-08Use <sys/lock.h> provided by NewlibSebastian Huber29-29/+29
2017-06-08Update due to Newlib 2017-06-07 changesSebastian Huber62-1002/+65
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 Huber68-1999/+1342
Git mirror commit 642b174daddbd0efd9bb5f242c43f4ab4db6869f.
2017-01-10Update to FreeBSD head 2017-01-09Sebastian Huber33-973/+1406
Git mirror commit 1f8e4a995a6ede4bdb24e6d335ccda2bdb0175ab.
2017-01-10Update to FreeBSD head 2016-12-10Sebastian Huber53-1587/+1436
Git mirror commit 80c55f08a05ab3b26a73b226ccb56adc3122a55c.
2017-01-10Update to FreeBSD head 2016-08-23Sebastian Huber119-14487/+19900
Git mirror commit 9fe7c416e6abb28b1398fd3e5687099846800cfd.
2016-06-10Remove unused filesSebastian Huber19-14007/+0
Files moved in FreeBSD to "sys/netpfil/ipfw".
2016-05-30Directly use <machine/endian.h> provided by NewlibSebastian Huber1-1/+1
2016-05-30Directly use <sys/_types.h> provided by NewlibSebastian Huber1-1/+1
2016-05-30Directly use <sys/types.h> provided by NewlibSebastian Huber20-21/+21
2016-05-30Directly use <sys/time.h> provided by NewlibSebastian Huber13-13/+13
2015-05-20Update to FreeBSD Stable/9 2015-04-08Sebastian Huber15-106/+242
2015-02-13Update to FreeBSD 9.3Sebastian Huber32-1346/+1231
2013-11-11Update to FreeBSD 9.2Sebastian Huber70-2974/+4015
2013-11-11Reduce divergence from FreeBSD sourcesSebastian Huber25-138/+139
2013-11-11Rename rtems-bsd-config.hSebastian Huber85-85/+85
Rename rtems-bsd-config.h in rtems-bsd-kernel-space.h.
2013-11-04Update to FreeBSD 8.4Sebastian Huber102-11411/+17007
2013-10-31Hide global TCP debug variablesSebastian Huber1-0/+2
2013-10-31Revert superfluous changesSebastian Huber2-5/+9
2013-10-31Fix errno conflictSebastian Huber6-24/+23
Newlib defines errno as #define errno (*__errno()) In case this is expanded in a function parameter, e.g. void f(int errno) { ... } then we have a function pointer parameter instead of the integer scalar.
2013-10-31Disable user credentials and use default valuesSebastian Huber3-2/+22
2013-10-10Update files to match FreeBSD layoutSebastian Huber145-2479/+5377
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.
2013-10-10Move files to match FreeBSD layoutSebastian Huber154-0/+140097