summaryrefslogtreecommitdiffstats
path: root/src/kernel/core.c
Commit message (Collapse)AuthorAgeFilesLines
* [BUILD] rewrite CMake build system to track changes of source filesManuel Bentele2020-10-161-91/+0Star
| | | | | | | | | | This change restructures the source code directories, separates shared form non-shared application code and adds CMake dependencies. These dependencies allow the tracking of changes and trigger a rebuild of those build targets where changed files are involved. WARNING: Note that the support of the DNBD3_SERVER_AFL build option is not supported yet. Thus, the option should be never turned on.
* [KERNEL] convert debug messages and clean up codeManuel Bentele2020-08-281-13/+23
| | | | | | | | | | | | This change converts all debug messages to support the Linux kernel's dynamic debug feature. Debug messages can be enabled or disabled by the debug feature if the - kernel module is built in debug mode (EXTRA_CFLAGS=-g -DDEBUG) - Linux kernel supports dynamic debug (CONFIG_DYNAMIC_DEBUG is set) This patch removes outdated kernel compatibility macros (used for Linux kernels in version 4.x) and cleans up the kernel module's code.
* [*] Continue splitting #defines to clientconfig.h etc.Simon Rettberg2017-09-021-0/+1
|
* [*] Fixed and unified formattingsr2012-09-031-30/+30
|
* fix complile errorsr2012-09-011-1/+1
|
* [*] Fix bug in serializer_get_*sr2012-08-251-0/+2
| | | | | | [CLIENT/KERNEL] Change ioctl to handle volume names instead if vids [*] Make protocol endian safe [CLIENT] Display ioctl errorcode on failure
* [KERNEL] set dev number on module loadJohann Latocha2012-06-141-4/+13
|
* [KERNEL] Major bug fixesJohann Latocha2012-02-161-3/+3
|
* [SERVER] Parsing config file with glibJohann Latocha2012-02-021-0/+5
| | | | | [KERNEL] Bugfixes [CLIENT] Using vid and rid
* [ALL] Some refactoringJohann Latocha2012-01-311-1/+1
|
* [ALL] Reformat (line wrapping, indent)Johann Latocha2012-01-301-25/+25
|
* [SERVER] Timeout for client socketsJohann Latocha2012-01-301-3/+1Star
| | | | [KERNEL] Send keep alive
* [KERNEL] Multi device supportJohann Latocha2012-01-251-47/+18Star
|
* Serving more than one image.Johann Latocha2012-01-241-2/+3
|
* First working version :)Johann Latocha2012-01-191-0/+94