History log of /src/sys/modules/examples/ping |
Revision | Date | Author | Comments |
1.1 | 13-May-2015 |
pgoyette | branches: 1.1.2; 1.1.4; 1.1.20; A set of more comprehensive example kernel modules to replace our previous single example.
These examples were provided by Kamil Rytarowski.
XXX These modules are built as part of a system build, but they XXX are NOT installed in $DESTDIR.
|
1.1.20.2 | 03-Dec-2017 |
jdolecek | update from HEAD
|
1.1.20.1 | 13-May-2015 |
jdolecek | file Makefile was added on branch tls-maxphys on 2017-12-03 11:38:53 +0000
|
1.1.4.2 | 06-Jun-2015 |
skrll | Sync with HEAD
|
1.1.4.1 | 13-May-2015 |
skrll | file Makefile was added on branch nick-nhusb on 2015-06-06 14:40:23 +0000
|
1.1.2.2 | 03-Jun-2015 |
snj | Pull up following revision(s) (requested by pgoyette in ticket #752): sys/modules/example/Makefile: file removal sys/modules/example/example.c: file removal sys/modules/examples/Makefile: revision 1.1 sys/modules/examples/Makefile.inc: revision 1.1 sys/modules/examples/README: revisions 1.1-1.3 sys/modules/examples/hello/Makefile: revision 1.1 sys/modules/examples/hello/hello.c: revision 1.1 sys/modules/examples/luahello/luahello.lua: revisions 1.1, 1.2 sys/modules/examples/ping/Makefile: revision 1.1 sys/modules/examples/ping/cmd_ping.c: revisions 1.1, 1.2 sys/modules/examples/ping/ping.c: revision 1.1 sys/modules/examples/ping/ping.h: revision 1.1 sys/modules/examples/properties/Makefile: revision 1.1 sys/modules/examples/properties/properties.c: revision 1.1 sys/modules/examples/readhappy/Makefile: revision 1.1 sys/modules/examples/readhappy/readhappy.c: revision 1.1 Soon to be replaced with a more comprehensive set of examples. -- A set of more comprehensive example kernel modules to replace our previous single example. These examples were provided by Kamil Rytarowski. XXX These modules are built as part of a system build, but they XXX are NOT installed in $DESTDIR. -- Fix instructions to match reality. (I renamed the example from the original submitter, but didn't catch all internal references.) -- Fix up another internal reference to renamed module, and adjust some English grammar. -- Even though this isn't a man page, it looks like one. So sort the SEE ALSO section accordingly. -- Fix RCS ID.
|
1.1.2.1 | 13-May-2015 |
snj | file Makefile was added on branch netbsd-7 on 2015-06-03 06:51:40 +0000
|
1.2 | 13-May-2015 |
joerg | branches: 1.2.2; 1.2.4; 1.2.20; Fix RCS ID.
|
1.1 | 13-May-2015 |
pgoyette | A set of more comprehensive example kernel modules to replace our previous single example.
These examples were provided by Kamil Rytarowski.
XXX These modules are built as part of a system build, but they XXX are NOT installed in $DESTDIR.
|
1.2.20.2 | 03-Dec-2017 |
jdolecek | update from HEAD
|
1.2.20.1 | 13-May-2015 |
jdolecek | file cmd_ping.c was added on branch tls-maxphys on 2017-12-03 11:38:53 +0000
|
1.2.4.2 | 06-Jun-2015 |
skrll | Sync with HEAD
|
1.2.4.1 | 13-May-2015 |
skrll | file cmd_ping.c was added on branch nick-nhusb on 2015-06-06 14:40:23 +0000
|
1.2.2.2 | 03-Jun-2015 |
snj | Pull up following revision(s) (requested by pgoyette in ticket #752): sys/modules/example/Makefile: file removal sys/modules/example/example.c: file removal sys/modules/examples/Makefile: revision 1.1 sys/modules/examples/Makefile.inc: revision 1.1 sys/modules/examples/README: revisions 1.1-1.3 sys/modules/examples/hello/Makefile: revision 1.1 sys/modules/examples/hello/hello.c: revision 1.1 sys/modules/examples/luahello/luahello.lua: revisions 1.1, 1.2 sys/modules/examples/ping/Makefile: revision 1.1 sys/modules/examples/ping/cmd_ping.c: revisions 1.1, 1.2 sys/modules/examples/ping/ping.c: revision 1.1 sys/modules/examples/ping/ping.h: revision 1.1 sys/modules/examples/properties/Makefile: revision 1.1 sys/modules/examples/properties/properties.c: revision 1.1 sys/modules/examples/readhappy/Makefile: revision 1.1 sys/modules/examples/readhappy/readhappy.c: revision 1.1 Soon to be replaced with a more comprehensive set of examples. -- A set of more comprehensive example kernel modules to replace our previous single example. These examples were provided by Kamil Rytarowski. XXX These modules are built as part of a system build, but they XXX are NOT installed in $DESTDIR. -- Fix instructions to match reality. (I renamed the example from the original submitter, but didn't catch all internal references.) -- Fix up another internal reference to renamed module, and adjust some English grammar. -- Even though this isn't a man page, it looks like one. So sort the SEE ALSO section accordingly. -- Fix RCS ID.
|
1.2.2.1 | 13-May-2015 |
snj | file cmd_ping.c was added on branch netbsd-7 on 2015-06-03 06:51:40 +0000
|
1.5 | 30-Apr-2020 |
christos | remove debugging stuff accidentally committed.
|
1.4 | 30-Apr-2020 |
christos | New kernel example module written by Ayushi Sharma
|
1.3 | 05-Feb-2020 |
pgoyette | Use ENOTTY as error for an unrecognized ioctl() code, rather than "magic number" 1.
ok kamil@
|
1.2 | 30-Jan-2020 |
kamil | Align major numbers in example modules with sys/conf/majors
Patch submitted by: Aditya Vardhan Padala (silv3r)
|
1.1 | 13-May-2015 |
pgoyette | branches: 1.1.2; 1.1.4; 1.1.20; 1.1.24; 1.1.30; A set of more comprehensive example kernel modules to replace our previous single example.
These examples were provided by Kamil Rytarowski.
XXX These modules are built as part of a system build, but they XXX are NOT installed in $DESTDIR.
|
1.1.30.1 | 29-Feb-2020 |
ad | Sync with head.
|
1.1.24.1 | 08-Apr-2020 |
martin | Merge changes from current as of 20200406
|
1.1.20.2 | 03-Dec-2017 |
jdolecek | update from HEAD
|
1.1.20.1 | 13-May-2015 |
jdolecek | file ping.c was added on branch tls-maxphys on 2017-12-03 11:38:53 +0000
|
1.1.4.2 | 06-Jun-2015 |
skrll | Sync with HEAD
|
1.1.4.1 | 13-May-2015 |
skrll | file ping.c was added on branch nick-nhusb on 2015-06-06 14:40:23 +0000
|
1.1.2.2 | 03-Jun-2015 |
snj | Pull up following revision(s) (requested by pgoyette in ticket #752): sys/modules/example/Makefile: file removal sys/modules/example/example.c: file removal sys/modules/examples/Makefile: revision 1.1 sys/modules/examples/Makefile.inc: revision 1.1 sys/modules/examples/README: revisions 1.1-1.3 sys/modules/examples/hello/Makefile: revision 1.1 sys/modules/examples/hello/hello.c: revision 1.1 sys/modules/examples/luahello/luahello.lua: revisions 1.1, 1.2 sys/modules/examples/ping/Makefile: revision 1.1 sys/modules/examples/ping/cmd_ping.c: revisions 1.1, 1.2 sys/modules/examples/ping/ping.c: revision 1.1 sys/modules/examples/ping/ping.h: revision 1.1 sys/modules/examples/properties/Makefile: revision 1.1 sys/modules/examples/properties/properties.c: revision 1.1 sys/modules/examples/readhappy/Makefile: revision 1.1 sys/modules/examples/readhappy/readhappy.c: revision 1.1 Soon to be replaced with a more comprehensive set of examples. -- A set of more comprehensive example kernel modules to replace our previous single example. These examples were provided by Kamil Rytarowski. XXX These modules are built as part of a system build, but they XXX are NOT installed in $DESTDIR. -- Fix instructions to match reality. (I renamed the example from the original submitter, but didn't catch all internal references.) -- Fix up another internal reference to renamed module, and adjust some English grammar. -- Even though this isn't a man page, it looks like one. So sort the SEE ALSO section accordingly. -- Fix RCS ID.
|
1.1.2.1 | 13-May-2015 |
snj | file ping.c was added on branch netbsd-7 on 2015-06-03 06:51:40 +0000
|
1.1 | 13-May-2015 |
pgoyette | branches: 1.1.2; 1.1.4; 1.1.20; A set of more comprehensive example kernel modules to replace our previous single example.
These examples were provided by Kamil Rytarowski.
XXX These modules are built as part of a system build, but they XXX are NOT installed in $DESTDIR.
|
1.1.20.2 | 03-Dec-2017 |
jdolecek | update from HEAD
|
1.1.20.1 | 13-May-2015 |
jdolecek | file ping.h was added on branch tls-maxphys on 2017-12-03 11:38:53 +0000
|
1.1.4.2 | 06-Jun-2015 |
skrll | Sync with HEAD
|
1.1.4.1 | 13-May-2015 |
skrll | file ping.h was added on branch nick-nhusb on 2015-06-06 14:40:23 +0000
|
1.1.2.2 | 03-Jun-2015 |
snj | Pull up following revision(s) (requested by pgoyette in ticket #752): sys/modules/example/Makefile: file removal sys/modules/example/example.c: file removal sys/modules/examples/Makefile: revision 1.1 sys/modules/examples/Makefile.inc: revision 1.1 sys/modules/examples/README: revisions 1.1-1.3 sys/modules/examples/hello/Makefile: revision 1.1 sys/modules/examples/hello/hello.c: revision 1.1 sys/modules/examples/luahello/luahello.lua: revisions 1.1, 1.2 sys/modules/examples/ping/Makefile: revision 1.1 sys/modules/examples/ping/cmd_ping.c: revisions 1.1, 1.2 sys/modules/examples/ping/ping.c: revision 1.1 sys/modules/examples/ping/ping.h: revision 1.1 sys/modules/examples/properties/Makefile: revision 1.1 sys/modules/examples/properties/properties.c: revision 1.1 sys/modules/examples/readhappy/Makefile: revision 1.1 sys/modules/examples/readhappy/readhappy.c: revision 1.1 Soon to be replaced with a more comprehensive set of examples. -- A set of more comprehensive example kernel modules to replace our previous single example. These examples were provided by Kamil Rytarowski. XXX These modules are built as part of a system build, but they XXX are NOT installed in $DESTDIR. -- Fix instructions to match reality. (I renamed the example from the original submitter, but didn't catch all internal references.) -- Fix up another internal reference to renamed module, and adjust some English grammar. -- Even though this isn't a man page, it looks like one. So sort the SEE ALSO section accordingly. -- Fix RCS ID.
|
1.1.2.1 | 13-May-2015 |
snj | file ping.h was added on branch netbsd-7 on 2015-06-03 06:51:40 +0000
|