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

Software: Apache/2.0.54 (Unix) mod_perl/1.99_09 Perl/v5.8.0 mod_ssl/2.0.54 OpenSSL/0.9.7l DAV/2 FrontPage/5.0.2.2635 PHP/4.4.0 mod_gzip/2.0.26.1a 

uname -a: Linux snow.he.net 4.4.276-v2-mono-1 #1 SMP Wed Jul 21 11:21:17 PDT 2021 i686 

uid=99(nobody) gid=98(nobody) groups=98(nobody) 

Safe-mode: OFF (not secure)

/usr/src/linux-2.4.18-xfs-1.1/arch/mips/gt64120/momenco_ocelot/   drwxr-xr-x
Free 318.37 GB of 458.09 GB (69.5%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     reset.c (1.31 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
/*
 * This program is free software; you can redistribute  it and/or modify it
 * under  the terms of  the GNU General  Public License as published by the
 * Free Software Foundation;  either version 2 of the  License, or (at your
 * option) any later version.
 *
 * Copyright (C) 1997, 2001 Ralf Baechle
 * Copyright 2001 MontaVista Software Inc.
 * Author: jsun@mvista.com or jsun@junsun.net
 */
#include <linux/sched.h>
#include <linux/mm.h>
#include <asm/io.h>
#include <asm/pgtable.h>
#include <asm/processor.h>
#include <asm/reboot.h>
#include <asm/system.h>

void momenco_ocelot_restart(char *command)
{
    *(volatile char *) 0xbc000000 = 0x0f;

    /*
     * Ouch, we're still alive ... This time we take the silver bullet ...
     * ... and find that we leave the hardware in a state in which the
     * kernel in the flush locks up somewhen during of after the PCI
     * detection stuff.
     */
    clear_cp0_status(ST0_BEV | ST0_ERL);
    change_cp0_config(CONF_CM_CMASK, CONF_CM_UNCACHED);
    flush_cache_all();
    write_32bit_cp0_register(CP0_WIRED, 0);
    __asm__ __volatile__("jr\t%0"::"r"(0xbfc00000));
}

void momenco_ocelot_halt(void)
{
    printk(KERN_NOTICE "\n** You can safely turn off the power\n");
    while (1)
        __asm__(".set\tmips3\n\t"
                    "wait\n\t"
            ".set\tmips0");
}

void momenco_ocelot_power_off(void)
{
    momenco_ocelot_halt();
}

:: 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 #13 powered by Captain Crunch Security Team | http://ccteam.ru | Generation time: 0.0047 ]--