!C99Shell v. 1.0 pre-release build #16!

Software: Apache/2.0.54 (Fedora). PHP/5.0.4 

uname -a: Linux mina-info.me 2.6.17-1.2142_FC4smp #1 SMP Tue Jul 11 22:57:02 EDT 2006 i686 

uid=48(apache) gid=48(apache) groups=48(apache)
context=system_u:system_r:httpd_sys_script_t
 

Safe-mode: OFF (not secure)

/usr/include/linux/   drwxr-xr-x
Free 3.33 GB of 27.03 GB (12.34%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     irq.h (999 B)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
#ifndef __irq_h
#define __irq_h

/*
* Please do not include this file in generic code.  There is currently
* no requirement for any architecture to implement anything held
* within this file.
*
* Thanks. --rmk
*/

#include <linux/config.h>

#if !defined(CONFIG_ARCH_S390)

#include <linux/spinlock.h>

#include <asm/irq.h>
#include <asm/ptrace.h>

/*
* IRQ line status.
*/
#define IRQ_INPROGRESS    1    /* IRQ handler active - do not enter! */
#define IRQ_DISABLED    2    /* IRQ disabled - do not enter! */
#define IRQ_PENDING    4    /* IRQ pending - replay on enable */
#define IRQ_REPLAY    8    /* IRQ has been replayed but not acked yet */
#define IRQ_AUTODETECT    16    /* IRQ is being autodetected */
#define IRQ_WAITING    32    /* IRQ not yet seen - for autodetection */
#define IRQ_LEVEL    64    /* IRQ level triggered */
#define IRQ_MASKED    128    /* IRQ masked - shouldn't be seen again */
#define IRQ_PER_CPU    256    /* IRQ is per CPU */

#include <asm/hw_irq.h> /* the arch dependent stuff */

#endif

#endif /* __asm_h */

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 1.0 pre-release build #16 powered by Captain Crunch Security Team | http://ccteam.ru | Generation time: 0.0076 ]--