History log of /drivers/staging/android/logger.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
19cada644d55214b6d08e4a8b2345eac1c479167 23-Feb-2012 Nick Kralevich <nnk@google.com> android: logger: Allow a UID to read it's own log entries

Modify the kernel logger to record the UID associated with
the log entries. Always allow the same UID which generated a
log message to read the log message.

Allow anyone in the logs group, or anyone with CAP_SYSLOG, to
read all log entries.

In addition, allow the client to upgrade log formats, so they
can get additional information from the kernel.

Change-Id: Ie48fb614b43c9302a07ad2673b78dd8749b492b6
Signed-off-by: Nick Kralevich <nnk@google.com>
/drivers/staging/android/logger.c
277cdd01d6e831e2168cb3f2c082eecd7fcaac06 15-Dec-2011 Marco Navarra <fromenglish@gmail.com> Staging: android: fixed white spaces coding style issue in logger.c

This patch fixes some space-before-tabs warnings found by checkpatch tool on the staging android driver file logger.c

Signed-off-by: Marco Navarra <fromenglish@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
/drivers/staging/android/logger.c
2b374956f3afee5857c85b073d726be11f4d2e9b 12-Aug-2011 JP Abgrall <jpa@google.com> android: logger: bump up the logger buffer sizes

(port from common android-2.6.39
commit: 11430f16545205c614dd5bd58e4a7ee630fc0f9f)

events: (no change, 256)
main: 64 -> 256
radio: 64 -> 256
system: 64 -> 256

Signed-off-by: JP Abgrall <jpa@google.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
/drivers/staging/android/logger.c
3537cdaa16205d2af7e1195276c786f22bada574 24-Feb-2010 San Mehat <san@google.com> android: logger: Add new system log for framework/system log messages

Signed-off-by: San Mehat <san@google.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
/drivers/staging/android/logger.c
c11a166cd4c19664355e0e3d9c04cfa7ee4aa9f4 16-Apr-2010 Colin Cross <ccross@android.com> android-common: Fix slab.h includes for 2.6.34-rc4

Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
/drivers/staging/android/logger.c
23687af9317c9c01d4609667d3566af7f5e71e65 28-Nov-2009 Corentin Chary <corentincj@iksaif.net> staging/android: fix build issues

Signed-off-by: Corentin Chary <corentincj@iksaif.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
/drivers/staging/android/logger.c
355b0502f6efea0ff9492753888772c96972d2a3 30-Nov-2011 Greg Kroah-Hartman <gregkh@suse.de> Revert "Staging: android: delete android drivers"

This reverts commit b0a0ccfad85b3657fe999805df65f5cfe634ab8a.

Turns out I was wrong, we want these in the tree.

Note, I've disabled the drivers from the build at the moment, so other
patches can be applied to fix some build issues due to internal api
changes since the code was removed from the tree.

Cc: Arve Hjønnevåg <arve@android.com>
Cc: Brian Swetland <swetland@google.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
/drivers/staging/android/logger.c
b0a0ccfad85b3657fe999805df65f5cfe634ab8a 06-Oct-2009 Greg Kroah-Hartman <gregkh@suse.de> Staging: android: delete android drivers

These drivers are no longer being developed and the original authors
seem to have abandonded them and hence, do not want them in the mainline
kernel tree.

So sad :(

Cc: Brian Swetland <swetland@google.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
/drivers/staging/android/logger.c
66b20608c9e98a0a29806bd47b30565927fdbbd8 12-May-2009 Greg Kroah-Hartman <gregkh@suse.de> Staging: android: logger: fix up remaining checkpatch warnings

This cleans up the last of the checkpatch warnings in the android logger
driver.


Cc: San Mehat <san@android.com>
Cc: Arve Hjønnevåg <arve@android.com>
Cc: David Rientjes <rientjes@google.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
/drivers/staging/android/logger.c
875f194c48ddae3797f8d61e98aacd8a8ecef927 20-Dec-2008 Robert Love <rlove@google.com> Staging: android: add logging driver

Signed-off-by: Robert Love <rlove@google.com>
Signed-off-by: Brian Swetland <swetland@google.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
/drivers/staging/android/logger.c