dt
7d58f8f534
Add wrappers for pread and pwrite syscalls.
1999-04-04 21:46:24 +00:00
dfr
fc3a150520
Rename when building libc_r.
1999-03-25 18:43:17 +00:00
dfr
164a41ac4c
[This is a null commit to supply the correct log entry]
...
Rename 'cerror' to '.cerror' so that programs which have a function or
global variable named 'cerror' don't completely break the syscall error
reporting mechanism.
1998-12-23 11:55:42 +00:00
dfr
0d57a81a8b
Implement fpsetmask() and other fp*() functions. Programs should use
...
#include <ieeefp.h>
to access these functions instead of the i386 specific
#include <machine/floatingpoint.h>
Submitted by: Hidetoshi Shimokawa <simokawa@sat.t.u-tokyo.ac.jp>
1998-12-23 11:50:52 +00:00
jb
fd263f3ca2
CALL -> PCALL for sigaltstack for libc_r.
1998-12-10 20:36:24 +00:00
dt
613a2bdfde
In libc_r, rename vfork syscall to _thread_sys_vfork and make vfork an alias
...
to fork. It is difficult to do real vfork in libc_r, since almost every
operation with file descriptsor changes _thread_fd_table and friends.
popen(3) works much better with this change.
1998-09-12 22:03:20 +00:00
jb
542d7ab6fb
Remove support for NetBSD syscalls.
1998-08-17 03:46:10 +00:00
jb
87c7d8300d
Remove the comment about how to get NetBSD syscalls since there are
...
now programs built on alpha that _must_ use FreeBSD syscalls to work.
1998-08-17 03:35:09 +00:00
jb
f1b6bb19f5
If using FreeBSD syscalls, handle the syscalls that don't require
...
default asm code the same way as on i386.
1998-08-08 02:25:46 +00:00
jb
28e246e358
Include FreeBSD's syscall.h if not using NetBSD syscalls.
1998-08-08 02:24:03 +00:00
jb
931e9bbff0
Allow for the fact that NetBSD syscalls are no longer the default. Call
...
sigaltstack by default if using FreeBSD syscalls.
1998-08-08 02:20:24 +00:00
jb
559e45b44f
Make NetBSD compatibility conditional on NETBSD_SYSCALLS being defined.
...
This is no longer the default.
1998-08-08 02:18:07 +00:00
jb
f5eb9db9bd
References to NetBSD syscalls changed to just a comment about what to
...
add to /etc/make.conf to use FreeBSD's libc with a NetBSD/Alpha kernel.
From now on, FreeBSD/Alpha is just FreeBSD.
1998-08-08 02:14:45 +00:00
jb
44521e5a33
Remove __NETBSD_SYSCALLS from CFLAGS now that it is set in sys.mk.
1998-06-09 22:59:16 +00:00
jb
dd948fe380
Rename calls when building libc_r.
1998-06-09 22:57:34 +00:00
jb
14b9607019
Make this thread-safe in both libc as well as libc_r.
1998-06-09 22:56:24 +00:00
jb
2f5fa8684d
Rename when building libc_r.
1998-06-09 22:45:39 +00:00
jb
47cdbd2757
Add rename support for libc_r.
1998-06-09 22:43:34 +00:00
jb
8c501829fc
Remove a big hack after adding a small one to libc/gen/getcwd.c to
...
handle the lack of __getcwd syscall in NetBSD.
1998-05-15 12:01:06 +00:00
jb
0e724de2cf
Oops, we don't need NetBSD's malloc 'cause we can turn off utrace
...
in phk's malloc.
1998-03-09 07:03:06 +00:00
jb
044863dc35
Import sources from NetBSD, tweaked for building in FreeBSD.
1998-03-09 06:34:43 +00:00