freebsd_amp_hwpstate/include
Peter Wemm 253fafca68 Add a prototype for rfork_thread().
pid_t rfork_thread(int forkflags, void *stack, int (*func)(void *arg),
                   void *arg);
A new process is created, presumably using RFMEM shared address space.
The child process switches to the supplied stack, which is set up with a
function call frame.  The function is called with the supplied arguement.
If the function returns, the return value will be used with _exit(2).
2000-07-29 11:53:35 +00:00
..
arpa
protocols
rpc Back out 1.15. It caused more harm than good. Something, however, 2000-07-21 14:49:09 +00:00
rpcsvc
Makefile Backout addition of -L switch to mtree. Using -L breaks the 2000-07-23 16:33:00 +00:00
_ctype.h There is a problem in that one cannot use ctype.h at the same time as parts 2000-02-08 07:43:26 +00:00
a.out.h
ar.h
assert.h
bitstring.h
ctype.h There is a problem in that one cannot use ctype.h at the same time as parts 2000-02-08 07:43:26 +00:00
db.h
dirent.h Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL" 1999-12-29 05:07:58 +00:00
disktab.h
dlfcn.h Add a #define for RTLD_LOCAL as required by the Single Unix 2000-01-29 01:53:35 +00:00
elf-hints.h
elf.h
err.h
fnmatch.h
fstab.h
fts.h
glob.h
grp.h
histedit.h
ieeefp.h Finish moving all IEEE fp types to be the same on all arch's. 2000-05-10 19:41:40 +00:00
ifaddrs.h add getifaddrs(3) from bsdi. this is a magic function which lets you grab 2000-07-05 02:13:17 +00:00
iso646.h
limits.h
link.h
locale.h
malloc.h
math.h
memory.h
mpool.h Back out the previous change to the queue(3) interface. 2000-05-26 02:09:24 +00:00
ndbm.h
netdb.h Change IPv6 address scope delimeter from '@' to '%' as recent KAME change. 2000-02-08 05:12:45 +00:00
nl_types.h
nlist.h
objformat.h
paths.h
pthread.h Fixed missing consts for function parameters, so that the code matches 2000-05-11 15:57:17 +00:00
pthread_np.h
pwd.h
ranlib.h
regex.h
regexp.h
resolv.h Getaddrinfo(), getnameinfo(), and etc support in libc/net. 1999-12-28 02:37:14 +00:00
rune.h
runetype.h
search.h fix spelling errors. 2000-07-07 16:52:24 +00:00
setjmp.h
sgtty.h
signal.h
stab.h
stddef.h
stdio.h Fixed missing declaration of ctermid_r(3). 1999-12-23 16:33:12 +00:00
stdlib.h Fixed missing declaration of rand_r(3). 1999-12-23 15:58:20 +00:00
strhash.h
string.h
stringlist.h
strings.h
struct.h
sysexits.h
tar.h
time.h
timers.h
ttyent.h
unistd.h Add a prototype for rfork_thread(). 2000-07-29 11:53:35 +00:00
utime.h
utmp.h
vis.h Add URI encoding to the vis/unvis routines courtesy of VIS_HTTPSTYLE. 2000-07-01 15:55:49 +00:00