From c4e082378b4430a6a86ee5100742f4386121d1a2 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Tue, 1 Apr 2014 15:48:47 +0200 Subject: Update README.md --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 40a61b3..ae2812d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ -cppsnippets -=========== +cppsnippets - nice C++ code snippets +==================================== -nice C++ code snippets +This repository contains a collection of C++ code snippets to be used as part of +various other software. + +All code is licensed under the permissive MIT license, see the file LICENSE for details. -- cgit v1.2.3-54-g00ecf n='2'>cgit logo index : net-next.git
net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2017-02-03 14:50:42 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2017-02-03 14:50:42 -0800
commit7a92cc6bcbc90bf72e57eff2dc29900a636c2d0d (patch)
tree1c0524a39a06e72fc13489441f44a65e7c2dfefb
parent3f67790d2b7e322bcf363ec717085dd78c3ea7cd (diff)
parent5abf186a30a89d5b9c18a6bf93a2c192c9fd52f6 (diff)
Merge branch 'akpm' (patches from Andrew)
Merge fixes from Andrew Morton: "8 fixes" * emailed patches from Andrew Morton <akpm@linux-foundation.org>: mm, fs: check for fatal signals in do_generic_file_read() fs: break out of iomap_file_buffered_write on fatal signals base/memory, hotplug: fix a kernel oops in show_valid_zones() mm/memory_hotplug.c: check start_pfn in test_pages_in_a_zone() jump label: pass kbuild_cflags when checking for asm goto support shmem: fix sleeping from atomic context kasan: respect /proc/sys/kernel/traceoff_on_warning zswap: disable changing params if init fails