Searched hist:1.637 (Results 1 - 23 of 23) sorted by relevance
| /src/share/man/man4/ | ||
| H A D | Makefile | 1.637 Sat May 27 21:02:55 GMT 2017 bouyer branches: 1.637.2; 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. 1.637 Sat May 27 21:02:55 GMT 2017 bouyer branches: 1.637.2; 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. |
| /src/sys/arch/i386/i386/ | ||
| H A D | machdep.c | 1.637 Wed Jul 02 17:28:55 GMT 2008 ad branches: 1.637.2; Replce exec_map with a pool. Proposed on tech-kern@, reviewed by chs@. 1.637 Wed Jul 02 17:28:55 GMT 2008 ad branches: 1.637.2; Replce exec_map with a pool. Proposed on tech-kern@, reviewed by chs@. |
| /src/sys/dev/usb/ | ||
| H A D | usbdevs | 1.637 Sun Jan 27 01:35:28 GMT 2013 jakllsch Remove duplicate Quanta product. Add Ralink RT5370. |
| H A D | usbdevs.h | 1.637 Sat Mar 30 02:59:19 GMT 2013 christos regen |
| H A D | usbdevs_data.h | 1.637 Sat Mar 30 02:42:20 GMT 2013 christos regen |
| /src/sys/dev/pci/ | ||
| H A D | pcidevs.h | 1.637 Tue Jul 27 01:01:17 GMT 2004 christos regen |
| H A D | pcidevs_data.h | 1.637 Mon Aug 02 17:58:51 GMT 2004 mycroft Regen. |
| H A D | pcidevs | 1.637 Thu Jul 29 00:11:31 GMT 2004 cube Add a bunch of devices that are in the Dell Dimension 8400 sitting on my desk: ATI Radeon X300, Broadcom BMC5751, Intel 915 chipset family (ICH6). |
| /src/usr.bin/xlint/lint1/ | ||
| H A D | tree.c | 1.637 Sat Apr 27 00:46:37 GMT 2024 rillig lint: converting a null pointer to another pointer type is not narrowing |
| /src/distrib/sets/lists/base/ | ||
| H A D | shl.mi | 1.637 Sun Sep 16 18:59:25 GMT 2012 tls *Sigh* provide, by default, the dumb "allocate 64K on the stack" variant of the lzf_compress API by default. This is because there is evidently code floating around out there in the world with broken autoconf scripts that don't check for LZF_STATE_ARG in the lzf header files and just assume the dumb version of the API. We rename the sane API to lzf_compress_r and implement the dumb API in terms of it. Consequently, bump liblzf major version number. This is fine because nothing used our liblzf with the old API. Add lzf(1) utility from LZF distribution. Add manual page for lzf(1). |
| H A D | mi | 1.637 Tue Jul 11 23:18:33 GMT 2006 peter Fix MKNLS=no. |
| /src/doc/ | ||
| H A D | 3RDPARTY | 1.637 Sat Sep 13 07:03:21 GMT 2008 apb tzcode2008e / tzdata2008e are available |
| H A D | CHANGES | 1.637 Fri Jun 23 22:49:50 GMT 2006 christos new cvs. 1.637 Fri Jun 23 22:49:50 GMT 2006 christos new cvs. |
| /src/usr.bin/make/ | ||
| H A D | main.c | 1.637 Sun Jan 19 10:57:10 GMT 2025 rillig make: fix code coverage counts See tests/usr.bin/gcov/t_gcov.sh. |
| H A D | parse.c | 1.637 Fri Jan 07 22:08:09 GMT 2022 rillig make: remove redundant condition in ParseRawLine The input buffer is guaranteed to be terminated by '\n'. This means that after a '\\', there is no need to check for the end of that buffer. While here, condense ReadLowLevelLine. No functional change. |
| H A D | var.c | 1.637 Sun Nov 01 18:48:13 GMT 2020 rillig make(1): revert unintended change from previous commit |
| /src/sys/sys/ | ||
| H A D | param.h | 1.637 Fri Jan 10 09:47:19 GMT 2020 ad NetBSD 9.99.36 - scheduler changes |
| /src/sys/arch/i386/conf/ | ||
| H A D | GENERIC | 1.637 Tue Oct 26 19:52:23 GMT 2004 perry replace a tab with a space so commenting out auacer is more aesthetically acceptable. |
| /src/distrib/sets/lists/man/ | ||
| H A D | mi | 1.637 Sun Dec 21 11:35:36 GMT 2003 agc Add bpm and its manual page. |
| /src/distrib/sets/lists/tests/ | ||
| H A D | mi | 1.637 Thu Jul 30 02:52:53 GMT 2015 ozaki-r Add tests for IPv4 DAD |
| /src/share/mk/ | ||
| H A D | bsd.own.mk | 1.637 Sat Jul 31 16:23:15 GMT 2010 tsutsui Cleanup and sort if-clause lines for X11FLAVOUR per ${MACHINE}. |
| /src/sys/conf/ | ||
| H A D | files | 1.637 Wed Oct 08 10:58:12 GMT 2003 bouyer Make the ATA mid-layer appears as atabus, as proposed in http://mail-index.netbsd.org/tech-kern/2003/09/25/0006.html This adds a device (atabus) between IDE controllers and wd or atapibus, to have each ATA channel show up in the device tree. Later there will be atabus devices in /dev, so that we can do IOCTL on them. Each atabus has its own kernel thread, to handle operations that needs polling, e.g. reset and others. Device probing on each bus it defered to the atabus thread creation. This allows to do the reset and basic device probes in parallel, which reduce boot time on systems with several pciide controllers. |
| /src/distrib/sets/lists/comp/ | ||
| H A D | mi | 1.637 Sun Oct 26 20:51:10 GMT 2003 kleink Add <sys/ieee754.h>. |
Completed in 1523 milliseconds