Module Name:src
Committed By: thorpej
Date: Wed Jan 29 05:20:27 UTC 2020
Modified Files:
src/sys/netcan: can.c if_canloop.c
Log Message:
Adopt .
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/netcan/can.c src/sys/netcan/if_canloop.c
Please note that
Module Name:src
Committed By: pgoyette
Date: Sat Apr 27 08:49:19 UTC 2019
Modified Files:
src/sys/netcan: if_canloop.c
Log Message:
Semicolon not needed
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/netcan/if_canloop.c
Please note that diffs are no
Module Name:src
Committed By: pgoyette
Date: Sat Apr 27 08:48:31 UTC 2019
Modified Files:
src/sys/netcan: if_canloop.c
Log Message:
Oooppss - deleted too many chars. Put them back.
Should fix the build break.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7
Module Name:src
Committed By: bouyer
Date: Fri Jun 9 08:21:41 UTC 2017
Modified Files:
src/sys/netcan: can_pcb.c
Log Message:
Refuse to bind to a non-CAN interface.
Also release the lock in the error branch.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 sr
Module Name:src
Committed By: bouyer
Date: Tue May 30 13:33:16 UTC 2017
Modified Files:
src/sys/netcan: can_pcb.c
Log Message:
Forced commit for previous (1.2) rev commit message:
don't dereference a NULL pointer in can_setsockaddr() if we didn't bind
to an interface.
To
Module Name:src
Committed By: bouyer
Date: Tue May 30 13:30:51 UTC 2017
Modified Files:
src/sys/netcan: can.h can_pcb.c
Log Message:
Needs not
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/netcan/can.h src/sys/netcan/can_pcb.c
Please note that di