summaryrefslogtreecommitdiffstats
path: root/lib/libc/alpha/sys/fork.S
Commit message (Collapse)AuthorAgeFilesLines
* Remove alpha left-overs.ru2006-08-221-38/+0
|
* Fix wrong identifier on .end directive. The SYSCALL macro does namemarcel2003-08-161-1/+1
| | | | mangling and creates an .ent directive with the mangled name.
* Use __FBSDID.obrien2003-01-191-2/+3
|
* Clean up syscall generation in libc by removing HIDDEN_SYSCALLSdeischen2001-01-291-2/+4
| | | | | | | | | | | | | | 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
* Rename when building libc_r.jb1998-06-091-2/+2
|
* Import sources from NetBSD, tweaked for building in FreeBSD.jb1998-03-091-0/+35
OpenPOWER on IntegriCloud