summaryrefslogtreecommitdiffstats
path: root/libbsd.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-10-23Add rtems_bsd_set_if_input()Sebastian Huber1-0/+1
2017-10-23Linux update to 4.11-rc5Sebastian Huber1-8/+24
Linux baseline a71c9a1c779f2499fb2afc0553e543f18aff6edf (4.11-rc5).
2017-10-23Import DPAA driver snapshotSebastian Huber1-0/+44
Imported from Freescale Linux repository git://git.freescale.com/ppc/upstream/linux.git commit 2774c204cd8bfc56a200ff4dcdfc9cdf5b6fc161. Linux compatibility layer is partly from FreeBSD.
2017-10-20Import CRC32 support from FreeBSDSebastian Huber1-0/+1
2017-10-20blist: Import from FreeBSDSebastian Huber1-0/+2
2017-10-20scripts: Generalize namesSebastian Huber1-8/+8
2017-10-11tcpdump: Update to FreeBSD head 2017-04-04Sebastian Huber1-48/+40
Update tcpdump from Git mirror commit 99a648a912e81e29d9c4c159cbbe263462f2d719 to 642b174daddbd0efd9bb5f242c43f4ab4db6869f.
2017-10-09Update libpcap to FreeBSD head 2017-04-04Sebastian Huber1-0/+7
Update libpcap from Git mirror commit 99a648a912e81e29d9c4c159cbbe263462f2d719 to 642b174daddbd0efd9bb5f242c43f4ab4db6869f.
2017-09-27ffec: Port to RTEMSSebastian Huber1-0/+2
2017-09-22if_atsam: Allow fixed MII settings.Christian Mauderer1-0/+1
2017-09-22if-atsam: Port to rtems-libbsd.Christian Mauderer1-0/+1
2017-08-22Remove strtoimax() and strtoumax()Sebastian Huber1-2/+0
This is now provided by Newlib.
2017-08-20Port openssl to RTEMS.Sichen Zhao1-0/+952
2017-08-02Port rtl8188eu driver to RTEMS.Sichen Zhao1-0/+1
Now USB dongle rtl8188eu can work as wlan client device. It can scan wifi, connect unencrypted wifi.
2017-07-17dev/rtwn: Import new files from FreeBSD.Christian Mauderer1-5/+23
2017-07-13Port am335x usb driver to RTEMS.Sichen Zhao1-0/+34
Add FDT and umass support for am335x USB driver. Now RTEMS can mount and open USB disk.
2017-06-08Update due to Newlib 2017-06-07 changesSebastian Huber1-12/+0
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-05-19Update scripts to include support for input devices - USB Keyboard, USB ↵Kevin Kirspel1-21/+58
mouse, touch, and EVDEV
2017-05-12Updating scripts for USB Serial DriversKevin Kirspel1-1/+5
2017-05-11Updating scripts for FREEBSD TTY supportKevin Kirspel1-11/+66
2017-04-04Update to FreeBSD head 2017-04-04Sebastian Huber1-10/+20
Git mirror commit 642b174daddbd0efd9bb5f242c43f4ab4db6869f.
2017-03-08if_tsec: Enable FDT supportSebastian Huber1-0/+1
2017-03-08FDT(4): Port to RTEMSSebastian Huber1-0/+41
2017-02-28Add poll() and select() support for TermiosSebastian Huber1-1/+2
2017-02-14Port LPC32XX Ethernet and USB OHCI to RTEMSKevin Kirspel1-0/+6
2017-01-17freebsd/wlanstats: Port to FreeBSD.Christian Mauderer1-0/+23
2017-01-17wlan/run: Add firmware.Christian Mauderer1-0/+6
2017-01-17rtwn: Port to RTEMSChristian Mauderer1-0/+172
2017-01-17lib80211/regdomain: Port to RTEMS.Christian Mauderer1-0/+11
2017-01-17ifconfig/wlan, expat, lib80211: Port to RTEMS.Christian Mauderer1-0/+45
2017-01-17Port USB and USB WLAN.Christian Mauderer1-4/+35
2017-01-17firmware: Port to RTEMS.Christian Mauderer1-0/+2
2017-01-17Port IEEE 802.11.Christian Mauderer1-2/+5
2017-01-13Use thread name supportSebastian Huber1-1/+0
Update #2858.
2017-01-10ARP(8): Port to RTEMSSebastian Huber1-0/+2
2017-01-10Update to FreeBSD head 2017-01-09Sebastian Huber1-0/+1
Git mirror commit 1f8e4a995a6ede4bdb24e6d335ccda2bdb0175ab.
2017-01-10VMSTAT(8): Port to RTEMSSebastian Huber1-0/+2
2017-01-10Update to FreeBSD head 2016-08-23Sebastian Huber1-116/+203
Git mirror commit 9fe7c416e6abb28b1398fd3e5687099846800cfd.
2016-12-23PIPE(2): Port to RTEMSKevin Kirspel1-0/+2
2016-11-29Add a RTEMS Debugger TCP remote transport.Chris Johns1-0/+8
The patch also adds support to libbsd's build system making source conditional on a configure check. The debugger support is not available on all architectures and this feature lets us test if is avaliable.
2016-11-09SDHCI(4): DeleteSebastian Huber1-2/+0
Delete heavily modified SDHCI(4) support. It must be re-imported from a later FreeBSD version on demand.
2016-10-13Remove AppleTalk supportSebastian Huber1-19/+0
Prepare update to FreeBSD 11.
2016-09-28usb01: Simplify test programSebastian Huber1-1/+1
2016-09-28Split rtemsbsd/rtems/rtems-program.cSebastian Huber1-0/+1
This improves garbage collection by the linker.
2016-09-28Split rtems-bsd-kernel-program.cSebastian Huber1-0/+1
Separate kernel and user space parts.
2016-09-28Build rtems-bsd-shell-pfctl.cSebastian Huber1-0/+1
2016-09-28Split rtems-bsd-shell-netcmds.cSebastian Huber1-1/+6
This improves garbage collection by the linker.
2016-09-07Port getdomainname() to RTEMSSebastian Huber1-0/+1
2016-08-08pf: Add configuration via rc.conf.Christian Mauderer1-0/+1
2016-08-04freebsd: Add constant ipv6 addresses from vars.c.Christian Mauderer1-0/+1
This is necessary for a configuration without IPv6.