History log of /netbsd-src/sys/modules/examples/README (Results 1 – 15 of 15)
Revision Date Author Comments
# b902ab58 30-Apr-2020 christos <christos@NetBSD.org>

New kernel example module written by Ayushi Sharma


# 068c592b 04-Apr-2020 kamil <kamil@NetBSD.org>

Add new example kernel module: current_time

Submitted by Apurva Nandan.


# 2c306a0e 01-Apr-2020 kamil <kamil@NetBSD.org>

Import a new example kernel module fopsmapper

fopsmapper - basic implementation of mmap with fileops fo_mmap

Submitted by Aditya Vardhan Padala.


# 987836cb 07-Feb-2020 pgoyette <pgoyette@NetBSD.org>

Improve wording


# 920eeb12 06-Feb-2020 kamil <kamil@NetBSD.org>

Document what does ping_block.


# 9ecc7056 05-Feb-2020 kamil <kamil@NetBSD.org>

Import new example kernel module ping_block

Subbmitted by Nisarg Joshi.


# 1514387a 17-Jan-2019 kamil <kamil@NetBSD.org>

Add a new example kernel module: mapper

Basic implementation of mmap.

Submitted by Akul Pillai.


# 926e9b7f 29-May-2018 kamil <kamil@NetBSD.org>

Introduce new example kernel module: panic_string

The panic_string module accepts input from a device file over the write(2)
system call.

It prints panic(9) message passed from user space, e.g.:

Introduce new example kernel module: panic_string

The panic_string module accepts input from a device file over the write(2)
system call.

It prints panic(9) message passed from user space, e.g.:

echo "Hello world" > /dev/panic

If a string is empty or contain only whitespaces it's ignored and panic(9)
is not triggered. If a non printable character is passed within the input
buffer, the rest of the string is ignored.

This module performs the sync(8) operation before panic(9) to flush cache.

Submitted by Harry Pantazis.
Simplified and cleaned up by myself.

show more ...


# 6a0b9e97 20-Apr-2018 kamil <kamil@NetBSD.org>

Add new example loadable kernel module: readhappy_mpsafe

readhappy_mpsafe - demonstrates how to make a module MPSAFE

This module contains an additional helper program test_readhappy.c,
that is desi

Add new example loadable kernel module: readhappy_mpsafe

readhappy_mpsafe - demonstrates how to make a module MPSAFE

This module contains an additional helper program test_readhappy.c,
that is designed to exercise the kernel module with multiple threads.

Submitted by <Siddharth Muralee>

show more ...


# bfd0ff91 13-Apr-2018 kamil <kamil@NetBSD.org>

Add a new example kernel module

executor - basic implementation of callout and RUN_ONCE

While there, perform a small cleanup in README.

Patch by <Siddharth Muralee>
Polishing by myself.


# e5c3c7a7 13-Apr-2018 kamil <kamil@NetBSD.org>

Add new example kernel module: sysctl

sysctl - demonstrates adding a sysctl handle dynamically.

Patch by <Siddharth Muralee>
Polishing by myself.


# 3906dcf3 23-Apr-2017 sevan <sevan@NetBSD.org>

Add luareadhappy to the list.


# 75463389 15-May-2015 pgoyette <pgoyette@NetBSD.org>

Even though this isn't a man page, it looks like one. So sort the
SEE ALSO section accordingly.


# 1afdfaef 13-May-2015 pgoyette <pgoyette@NetBSD.org>

Fix up another internal reference to renamed module, and adjust some
English grammar.


# 14e25719 13-May-2015 pgoyette <pgoyette@NetBSD.org>

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, b

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.

show more ...