aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2016-09-20 23:31:56 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2016-09-22 11:25:02 +0200
commitd526b118977808c773dcb876368e4a440f74b62f (patch)
treef83d8e20c113e881e89d03282e2f066b9dc8fad4
parentb3f29b452a660a7293162897424bed205f7f9147 (diff)
downloadbusybox-w32-d526b118977808c773dcb876368e4a440f74b62f.tar.gz
busybox-w32-d526b118977808c773dcb876368e4a440f74b62f.tar.bz2
busybox-w32-d526b118977808c773dcb876368e4a440f74b62f.zip
AUTHORS: Add myself to AUTHORS
Instead of complaining that my authorship of the rewrite of the mdev to use /sys/dev is totally gone from the git history I bravely take credit by adding myself to the AUTHORS file instead, he he. Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r--AUTHORS4
1 files changed, 4 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index 0908fc719..fa58697f7 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -146,6 +146,10 @@ Rob Sullivan <cogito.ergo.cogito@gmail.com>
146Linus Torvalds 146Linus Torvalds
147 mkswap, fsck.minix, mkfs.minix 147 mkswap, fsck.minix, mkfs.minix
148 148
149Linus Walleij
150 fbset and fbsplash config RGBA parsing
151 rewrite of mdev helper to create devices from /sys/dev
152
149Mark Whitley <markw@codepoet.org> 153Mark Whitley <markw@codepoet.org>
150 grep, sed, cut, xargs(previous), 154 grep, sed, cut, xargs(previous),
151 style-guide, new-applet-HOWTO, bug fixes, etc. 155 style-guide, new-applet-HOWTO, bug fixes, etc.