summaryrefslogtreecommitdiff
path: root/README
blob: 5010178004abb9578334c79f962409502ebd6089 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
 inotail - inotify enhanced tail
o===============================o

inotail is a drop-in replacement for the 'tail' program found in the base
installation of every Linux/UNIX system. It makes use of the Inotify
infrastructure in recent version of the Linux kernel to speed up tailing files
in the follow mode (the '-f' option). Currently inotail is not fully compatible
to neither POSIX or GNU tail but might be in the future.

Requirements
------------
- Linux kernel 2.6.13 or higher with CONFIG_INOTIFY enabled
- Future versions will require a version of the glibc shipping with inotify
  support

License
-------
inotail is licensed under the terms of the GNU General Public License Version 2.
You can find the full text in the file LICENSE in the source tree of inotail.

-- Tobias Klauser <tklauser@distanz.ch>
tion>
authorThomas Gleixner <tglx@linutronix.de>2011-03-25 16:23:57 +0100
committerThomas Gleixner <tglx@linutronix.de>2011-03-29 14:48:10 +0200
commit1ac06cdadf3f6e9c52cf87304238bffdf4c71566 (patch)
treedab5adc13900cea9ed20c239ff2f6581cb3e0c73 /arch/powerpc/sysdev/uic.c
parent24a3f2e82bc8cf7ed05294008794f842cf170ea2 (diff)
powerpc: uic: Cleanup flow type handling
The core irq_set_type() function updates the flow type when the chip callback returns 0. So setting the type is bogus. The core also updates IRQ_LEVEL. Use irq_data to get the level type information in the chip functions. Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch/powerpc/sysdev/uic.c')