Linux Kernel
3.7.1
|
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <errno.h>
#include <signal.h>
#include <string.h>
#include <termios.h>
#include <wait.h>
#include <sys/mman.h>
#include <sys/utsname.h>
#include <os.h>
Go to the source code of this file.
Functions | |
void | stack_protections (unsigned long address) |
int | raw (int fd) |
void | setup_machinename (char *machine_out) |
void | setup_hostinfo (char *buf, int len) |
void | os_dump_core (void) |
void | um_early_printk (const char *s, unsigned int n) |