NetBSD/share
bouyer 6e4cb2b9ab merge the bouyer-socketcan branch to HEAD.
CAN stands for Controller Area Network, a broadcast network used
in automation and automotive fields. For example, the NMEA2000 standard
developped for marine devices uses a CAN network as the link layer.

This is an implementation of the linux socketcan API:
https://www.kernel.org/doc/Documentation/networking/can.txt
you can also see can(4).

This adds a new socket family (AF_CAN) and protocol (PF_CAN),
as well as the canconfig(8) utility, used to set timing parameter of
CAN hardware. Also inclued is a driver for the CAN controller
found in the allwinner A20 SoC (I tested it with an Olimex lime2 board,
connected with PIC18-based CAN devices).

There is also the canloop(4) pseudo-device, which allows to use
the socketcan API without CAN hardware.

At this time the CANFD part of the linux socketcan API is not implemented.
Error frames are not implemented either. But I could get the cansend and
canreceive utilities from the canutils package to build and run with minimal
changes. tcpudmp(8) can also be used to record frames, which can be
decoded with etherreal.
2017-05-27 21:02:54 +00:00
..
dict Add ``cooperate'' 2017-04-24 18:18:15 +00:00
doc Hardcode some dates to make this more MKREPRO safe. 2015-12-23 10:43:35 +00:00
examples Remove MKCRYPTO option. 2017-05-21 15:28:36 +00:00
i18n
legal Split case folding table into separate source file and add full 2016-02-06 10:40:58 +00:00
locale Remove duplicate zh entry. 2013-08-19 22:34:41 +00:00
man merge the bouyer-socketcan branch to HEAD. 2017-05-27 21:02:54 +00:00
me Remove a spurious '%' in "tech%nical" 2013-02-12 20:50:22 +00:00
misc Fix typo in "Interrupt" 2017-05-12 21:14:47 +00:00
mk XXX: Remove -fPIE for profiled libraries because this breaks relocations for 2017-05-23 00:54:13 +00:00
nls
tabset
terminfo Remove kLFT and kRIT from putty. 2017-02-23 13:22:53 +00:00
tmac Add entry for pthread_dbg in share/tmac/doc2html 2016-11-22 00:36:49 +00:00
wscons Put them one file per line. 2014-07-14 12:21:56 +00:00
xml Do not bother installing any XML calatog when MKKYUA!=no. We won't need 2013-02-25 00:23:01 +00:00
Makefile Hook external/public-domain/tz into the build, and unhook share/zoneinfo. 2014-08-08 09:34:10 +00:00
Makefile.inc