summaryrefslogtreecommitdiffstats
path: root/libbsd.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Linux update to 4.11-rc5Sebastian Huber2017-10-231-8/+24
| | | | Linux baseline a71c9a1c779f2499fb2afc0553e543f18aff6edf (4.11-rc5).
* Import DPAA driver snapshotSebastian Huber2017-10-231-0/+44
| | | | | | | | | | Imported from Freescale Linux repository git://git.freescale.com/ppc/upstream/linux.git commit 2774c204cd8bfc56a200ff4dcdfc9cdf5b6fc161. Linux compatibility layer is partly from FreeBSD.
* Import CRC32 support from FreeBSDSebastian Huber2017-10-201-0/+1
|
* blist: Import from FreeBSDSebastian Huber2017-10-201-0/+2
|
* scripts: Generalize namesSebastian Huber2017-10-201-8/+8
|
* tcpdump: Update to FreeBSD head 2017-04-04Sebastian Huber2017-10-111-48/+40
| | | | | | Update tcpdump from Git mirror commit 99a648a912e81e29d9c4c159cbbe263462f2d719 to 642b174daddbd0efd9bb5f242c43f4ab4db6869f.
* Update libpcap to FreeBSD head 2017-04-04Sebastian Huber2017-10-091-0/+7
| | | | | | Update libpcap from Git mirror commit 99a648a912e81e29d9c4c159cbbe263462f2d719 to 642b174daddbd0efd9bb5f242c43f4ab4db6869f.
* ffec: Port to RTEMSSebastian Huber2017-09-271-0/+2
|
* if_atsam: Allow fixed MII settings.Christian Mauderer2017-09-221-0/+1
|
* if-atsam: Port to rtems-libbsd.Christian Mauderer2017-09-221-0/+1
|
* Remove strtoimax() and strtoumax()Sebastian Huber2017-08-221-2/+0
| | | | This is now provided by Newlib.
* Port openssl to RTEMS.Sichen Zhao2017-08-201-0/+952
|
* Port rtl8188eu driver to RTEMS.Sichen Zhao2017-08-021-0/+1
| | | | | Now USB dongle rtl8188eu can work as wlan client device. It can scan wifi, connect unencrypted wifi.
* dev/rtwn: Import new files from FreeBSD.Christian Mauderer2017-07-171-5/+23
|
* Port am335x usb driver to RTEMS.Sichen Zhao2017-07-131-0/+34
| | | | | | Add FDT and umass support for am335x USB driver. Now RTEMS can mount and open USB disk.
* Update due to Newlib 2017-06-07 changesSebastian Huber2017-06-081-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.
* Update scripts to include support for input devices - USB Keyboard, USB ↵Kevin Kirspel2017-05-191-21/+58
| | | | mouse, touch, and EVDEV
* Updating scripts for USB Serial DriversKevin Kirspel2017-05-121-1/+5
|
* Updating scripts for FREEBSD TTY supportKevin Kirspel2017-05-111-11/+66
|
* Update to FreeBSD head 2017-04-04Sebastian Huber2017-04-041-10/+20
| | | | Git mirror commit 642b174daddbd0efd9bb5f242c43f4ab4db6869f.
* if_tsec: Enable FDT supportSebastian Huber2017-03-081-0/+1
|
* FDT(4): Port to RTEMSSebastian Huber2017-03-081-0/+41
|
* Add poll() and select() support for TermiosSebastian Huber2017-02-281-1/+2
|
* Port LPC32XX Ethernet and USB OHCI to RTEMSKevin Kirspel2017-02-141-0/+6
|
* freebsd/wlanstats: Port to FreeBSD.Christian Mauderer2017-01-171-0/+23
|
* wlan/run: Add firmware.Christian Mauderer2017-01-171-0/+6
|
* rtwn: Port to RTEMSChristian Mauderer2017-01-171-0/+172
|
* lib80211/regdomain: Port to RTEMS.Christian Mauderer2017-01-171-0/+11
|
* ifconfig/wlan, expat, lib80211: Port to RTEMS.Christian Mauderer2017-01-171-0/+45
|
* Port USB and USB WLAN.Christian Mauderer2017-01-171-4/+35
|
* firmware: Port to RTEMS.Christian Mauderer2017-01-171-0/+2
|
* Port IEEE 802.11.Christian Mauderer2017-01-171-2/+5
|
* Use thread name supportSebastian Huber2017-01-131-1/+0
| | | | Update #2858.
* ARP(8): Port to RTEMSSebastian Huber2017-01-101-0/+2
|
* Update to FreeBSD head 2017-01-09Sebastian Huber2017-01-101-0/+1
| | | | Git mirror commit 1f8e4a995a6ede4bdb24e6d335ccda2bdb0175ab.
* VMSTAT(8): Port to RTEMSSebastian Huber2017-01-101-0/+2
|
* Update to FreeBSD head 2016-08-23Sebastian Huber2017-01-101-116/+203
| | | | Git mirror commit 9fe7c416e6abb28b1398fd3e5687099846800cfd.
* PIPE(2): Port to RTEMSKevin Kirspel2016-12-231-0/+2
|
* Add a RTEMS Debugger TCP remote transport.Chris Johns2016-11-291-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.
* SDHCI(4): DeleteSebastian Huber2016-11-091-2/+0
| | | | | Delete heavily modified SDHCI(4) support. It must be re-imported from a later FreeBSD version on demand.
* Remove AppleTalk supportSebastian Huber2016-10-131-19/+0
| | | | Prepare update to FreeBSD 11.
* usb01: Simplify test programSebastian Huber2016-09-281-1/+1
|
* Split rtemsbsd/rtems/rtems-program.cSebastian Huber2016-09-281-0/+1
| | | | This improves garbage collection by the linker.
* Split rtems-bsd-kernel-program.cSebastian Huber2016-09-281-0/+1
| | | | Separate kernel and user space parts.
* Build rtems-bsd-shell-pfctl.cSebastian Huber2016-09-281-0/+1
|
* Split rtems-bsd-shell-netcmds.cSebastian Huber2016-09-281-1/+6
| | | | This improves garbage collection by the linker.
* Port getdomainname() to RTEMSSebastian Huber2016-09-071-0/+1
|
* pf: Add configuration via rc.conf.Christian Mauderer2016-08-081-0/+1
|
* freebsd: Add constant ipv6 addresses from vars.c.Christian Mauderer2016-08-041-0/+1
| | | | This is necessary for a configuration without IPv6.
* testsuite/pf02: Add interactive pf test.Christian Mauderer2016-08-031-0/+1
|