Searched hist:71770 (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/lib/libc/amd64/sys/
H A DMakefile.incdiff 71770 Mon Jan 29 01:23:46 MST 2001 deischen Clean up syscall generation in libc by removing HIDDEN_SYSCALLS
and treating (almost) all system calls the same way:

__sys_foo - actual syscall
foo, _foo - weak definitions to __sys_foo

Change PSEUDO syscalls (currently only _exit and _getlogin) to
be __sys_foo (T) and _foo (W).

Add $FreeBSD$ to a few files to satisfy commitprep.

Suggested by: bde
/freebsd-11-stable/lib/libc/
H A DMakefilediff 71770 Mon Jan 29 01:23:46 MST 2001 deischen Clean up syscall generation in libc by removing HIDDEN_SYSCALLS
and treating (almost) all system calls the same way:

__sys_foo - actual syscall
foo, _foo - weak definitions to __sys_foo

Change PSEUDO syscalls (currently only _exit and _getlogin) to
be __sys_foo (T) and _foo (W).

Add $FreeBSD$ to a few files to satisfy commitprep.

Suggested by: bde
/freebsd-11-stable/lib/libc/sys/
H A DMakefile.incdiff 71770 Mon Jan 29 01:23:46 MST 2001 deischen Clean up syscall generation in libc by removing HIDDEN_SYSCALLS
and treating (almost) all system calls the same way:

__sys_foo - actual syscall
foo, _foo - weak definitions to __sys_foo

Change PSEUDO syscalls (currently only _exit and _getlogin) to
be __sys_foo (T) and _foo (W).

Add $FreeBSD$ to a few files to satisfy commitprep.

Suggested by: bde

Completed in 103 milliseconds