glibc/sysdeps/stub
Ulrich Drepper e7fd8a39ab Update.
1997-03-27 02:28  Ulrich Drepper  <drepper@cygnus.com>

	* gmon/gmon.c (monstartup): Mark all messages.
	(write_call_graph): Rewrite to use larger I/O vector for writev
	call to reduce syscall overhead.
	(write_bb_counts): Simplify writev handling.

	* inet/rexec.c: Make string parameters `const'.
	* resolv/netdb.h: Add prototypes for rcmd, rexec, ruserok, and
	rresvport.

	* math/Makefile: Don't define CFLAGS-* macros to prevent inlining
	in libm-test.
	* math/libm-test.c (this_does_nothing): Remove functions.  It's
	notuseful on any platform but ix86.
	(inverse_func_pair_test): Don't use this_does_nothing.  Use
	memory reference.
	(identities1_test): Likewise.
	(identities2_test): Likewise.
	(identities3_test): Likewise.
	(basic_test): Likewise.
	Patch by Andreas Schwab.
	(BUILD_COMPLEX): New macro.  Create complex number from real and
	imaginary parts.  This works around bugs/inefficiencies in current
	gcc.
	(cexp_test): Use BUILD_COMPLEX.  Add more tests.

	* nss/nsswitch.c: Fix typo.

	* posix/glob.h: Add declaration for glob_pattern_p.
	* posix/glob.c: Rename glob_pattern_p to __glob_pattern_p and
	make glob_pattern_p a weak alias.  This function is used in other
	packages (e.g. bash).

	* signal/Makefile (routines): Add sigisempty, sigandset, and
	sigorset.
	* signal/signal.h: Add prototypes for sigisempty, sigandset, and
	sigorset.
	* signal/sigisempty.c: New file.
	* signal/sigandset.c: New file.
	* signal/sigorset.c: New file.
	* sysdeps/generic/sigset.h: Define __sigisemptyset, __sigandset,
	and __sigorset.
	* sysdeps/unix/sysv/linux/sigset.h: Likewise.

	* stdlib/strtod.c: Handle `n-char-sequence' in NaN parsing.  It
	determines the bits in the mantissa part of the NaN.
	* stdlib/strtof.c: Define SET_MANTISSA for float type.
	* wcsmbs/wcstof.c: Define SET_MANTISSA for float type.
	* stdlib/strtold.c: Define SET_MANTISSA for long double type.
	* wcsmbs/wcstold.c: Define SET_MANTISSA for long double type.

	* sysdeps/libm-ieee754/s_cexp.c: Use explicit assignment to
	complex number components.  Some more corrects for special cases.
	* sysdeps/libm-ieee754/s_cexpf.c: Likewise.
	* sysdeps/libm-ieee754/s_cexpl.c: Likewise.

	* sysdeps/sparc/elf/start.S: Remove as per request of Miguel de Icaza.

	* sysdeps/unix/sysv/linux/netinet/icmp.h: Remove since we have
	ip_icmp.h.  Reported by HJ Lu.

1997-03-25 03:50  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>

	* sysdeps/m68k/Makefile (CFLAGS-rtld.c): Add -Wno-unused.

	* sysdeps/m68k/dl-machine.h (elf_machine_rela): Rewritten as for
	i386.
	(elf_machine_lookup_noexec_p, elf_machine_lookup_noplt_p,
	ELF_MACHINE_RELOC_NOPLT): Define.

1997-03-25 03:48  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>

	* grp/grp.h: Include <stddef.h> only once.

1997-03-25 09:38  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>

	* sysdeps/unix/sysv/linux/termbits.h (OXTABS): Don't define.
	* sysdeps/unix/sysv/linux/alpha/termbits.h (OXTABS): Likewise.

	* termios/sys/ttydefaults.h (TTYDEF_OFLAG): Use either OXTABS or
	TAB3, if one of them is defined.

1997-03-26 04:53  Ulrich Drepper  <drepper@cygnus.com>

	* posix/glob.c (next_brace_sub): Decrement depth counter when '}'
	is found.
	Patch by Dennis Henriksen <opus@flamingo.osrl.dk>.

1997-03-25  16:25  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>

	* sunrpc/Makefile: Comment gccwarn out.
	* sunrpc/auth_none.c: Fix prototypes and parameters for compiling
	with enabled warnings.
	* sunrpc/auth_unix.c: Likewise.
	* sunrpc/authuxprot.c: Likewise.
	* sunrpc/bindrsvprt.c: Likewise.
	* sunrpc/clnt_gen.c: Likewise.
	* sunrpc/clnt_perr.c: Likewise.
	* sunrpc/clnt_raw.c: Likewise.
	* sunrpc/clnt_simp.c: Likewise.
	* sunrpc/clnt_tcp.c: Likewise.
	* sunrpc/clnt_udp.c: Likewise.
	* sunrpc/get_myaddr.c: Likewise.
	* sunrpc/getrpcport.c: Likewise.
	* sunrpc/pm_getmaps.c: Likewise.
	* sunrpc/pm_getport.c: Likewise.
	* sunrpc/pmap_clnt.c: Likewise.
	* sunrpc/pmap_prot.c: Likewise.
	* sunrpc/pmap_prot2.c: Likewise.
	* sunrpc/pmap_rmt.c: Likewise.
	* sunrpc/rpc/auth.h: Likewise.
	* sunrpc/rpc/clnt.h: Likewise.
	* sunrpc/rpc/pmap_clnt.h: Likewise.
	* sunrpc/rpc/svc.h: Likewise.
	* sunrpc/rpc/svc_auth.h: Likewise.
	* sunrpc/rpc/types.h: Likewise.
	* sunrpc/rpc/xdr.h: Likewise.
	* sunrpc/rpc_clntout.c: Likewise.
	* sunrpc/rpc_cmsg.c: Likewise.
	* sunrpc/rpc_dtable.c: Likewise.
	* sunrpc/rpc_prot.c: Likewise.
	* sunrpc/svc.c: Likewise.
	* sunrpc/svc_auth.c: Likewise.
	* sunrpc/svc_authux.c: Likewise.
	* sunrpc/svc_raw.c: Likewise.
	* sunrpc/svc_run.c: Likewise.
	* sunrpc/svc_simple.c: Likewise.
	* sunrpc/svc_tcp.c: Likewise.
	* sunrpc/svc_udp.c: Likewise.
	* sunrpc/xdr.c: Likewise.
	* sunrpc/xdr_array.c: Likewise.
	* sunrpc/xdr_mem.c: Likewise.
	* sunrpc/xdr_rec.c: Likewise.
	* sunrpc/xdr_ref.c: Likewise.
	* sunrpc/xdr_stdio.c: Likewise.

1997-03-25 13:39  Ulrich Drepper  <drepper@cygnus.com>

	* math/libm-test.c (log2_test): Compile this function and call it.
	(exp2_test): Likewise, but check whether function really exists
	before testing.

	* math/Makefile (libm-calls): Add s_log2 and s_exp2.

1997-03-25 04:50  Ulrich Drepper  <drepper@cygnus.com>

	Implement exp2 function.
	* sysdeps/libm-i387/s_exp2.S: New file.
	* sysdeps/libm-i387/s_exp2f.S: New file.
	* sysdeps/libm-i387/s_exp2l.S: New file.

	Implement log2 function.
	* sysdeps/libm-i387/s_log2.S: New file.
	* sysdeps/libm-i387/s_log2f.S: New file.
	* sysdeps/libm-i387/s_log2l.S: New file.
	* sysdeps/libm-ieee754/s_log2.c: New file.
	* sysdeps/libm-ieee754/s_log2f.c: New file.
	* sysdeps/stub/s_log2.c: New file.  Stub version.
1997-03-27 01:59:53 +00:00
..
sys update from main archive 960105 1997-01-06 22:07:28 +00:00
__longjmp.c update from main archive 1996-09-27 03:45:24 +00:00
__math.h initial import 1995-02-18 01:27:10 +00:00
_exit.c Remade for alpha-1.93 1996-08-02 05:27:50 +00:00
accept.c update from main archive 1996-09-27 03:45:24 +00:00
access.c update from main archive 1996-09-27 03:45:24 +00:00
acct.c update from main archive 1996-09-27 03:45:24 +00:00
adjtime.c update from main archive 1996-09-27 03:45:24 +00:00
alarm.c update from main archive 1996-09-27 03:45:24 +00:00
asm-syntax.h initial import 1995-02-18 01:27:10 +00:00
bind.c update from main archive 1996-09-27 03:45:24 +00:00
brdinit.c initial import 1995-02-18 01:27:10 +00:00
brk.c update from main archive 1996-09-27 03:45:24 +00:00
bsd-_setjmp.c initial import 1995-02-18 01:27:10 +00:00
bsd-setjmp.c initial import 1995-02-18 01:27:10 +00:00
bytesex.h initial import 1995-02-18 01:27:10 +00:00
chdir.c update from main archive 1996-09-27 03:45:24 +00:00
chflags.c update from main archive 961001 1996-10-02 01:40:17 +00:00
chmod.c update from main archive 1996-09-27 03:45:24 +00:00
chown.c update from main archive 1996-09-27 03:45:24 +00:00
chroot.c update from main archive 1996-09-27 03:45:24 +00:00
clock.c update from main archive 1996-09-27 03:45:24 +00:00
close.c update from main archive 1996-09-27 03:45:24 +00:00
closedir.c update from main archive 1996-09-27 03:45:24 +00:00
confstr.h initial import 1995-02-18 01:27:10 +00:00
connect.c update from main archive 1996-09-27 03:45:24 +00:00
console.c initial import 1995-02-18 01:27:10 +00:00
ctermid.c update from main archive 1996-09-27 03:45:24 +00:00
cuserid.c update from main archive 1996-09-27 03:45:24 +00:00
dbl2mpn.c initial import 1995-02-18 01:27:10 +00:00
defs.c (__libc_argv, __libc_argc): Make extern. (__hurd_threadvar_max, __hurd_threadvar_stack_offset, __hurd_threadvar_stack_mask): New variables. 1997-02-23 22:09:31 +00:00
direntry.h update from main archive 961114 1996-11-15 04:08:00 +00:00
dirfd.c Update from main archive 961219 1996-12-20 01:39:50 +00:00
dirstream.h * sysdeps/mach/hurd/dirstream.h: Define `struct __dirstream' 1995-08-28 09:00:05 +00:00
dl-machine.h update from main archive 961203 1996-12-04 01:41:39 +00:00
dup.c update from main archive 1996-09-27 03:45:24 +00:00
dup2.c update from main archive 1996-09-27 03:45:24 +00:00
e_acoshl.c update from main archive 961005 1996-10-06 02:05:11 +00:00
e_acosl.c add missing files 1996-10-13 10:40:32 +00:00
e_asinl.c add missing files 1996-10-13 10:40:32 +00:00
e_atan2l.c add missing files 1996-10-13 10:40:32 +00:00
e_expl.c add missing files 1996-10-13 10:40:32 +00:00
e_fmodl.c update from main archvie 961013 1996-10-13 21:35:39 +00:00
e_j0l.c update from main archive 961008 1996-10-08 23:39:20 +00:00
e_j1l.c update from main archive 961008 1996-10-08 23:39:20 +00:00
e_jnl.c update from main archive 961008 1996-10-08 23:39:20 +00:00
e_lgammal_r.c update from main archive 961005 1996-10-06 02:05:11 +00:00
e_log10l.c update from main archive 961011 1996-10-12 00:56:05 +00:00
e_logl.c update from main archive 961011 1996-10-12 00:56:05 +00:00
e_powl.c update from main archive 961005 1996-10-06 02:05:11 +00:00
e_rem_pio2l.c update from main archive 961005 1996-10-06 02:05:11 +00:00
e_sqrtl.c update from main archive 961011 1996-10-12 00:56:05 +00:00
elfclass.h Sun Jun 16 03:22:49 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> 1996-06-18 02:41:29 +00:00
errlist.c initial import 1995-02-18 01:27:10 +00:00
errnos.h update from main archive 1996-09-27 03:45:24 +00:00
euidaccess.c Update. 1997-03-09 06:16:49 +00:00
exc2signal.c Thu Apr 27 01:24:09 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> 1995-04-27 05:47:52 +00:00
execve.c update from main archive 1996-09-27 03:45:24 +00:00
fchdir.c update from main archive 1996-09-27 03:45:24 +00:00
fchflags.c update from main archive 961001 1996-10-02 01:40:17 +00:00
fchmod.c update from main archive 1996-09-27 03:45:24 +00:00
fchown.c update from main archive 1996-09-27 03:45:24 +00:00
fcntl.c update from main archive 1996-09-27 03:45:24 +00:00
fcntlbits.h Update. 1997-03-16 20:28:07 +00:00
fdopen.c update from main archive 1996-09-27 03:45:24 +00:00
fexecve.c update from main archive 1996-09-27 03:45:24 +00:00
flock.c update from main archive 1996-09-27 03:45:24 +00:00
fork.c update from main archive 1996-09-27 03:45:24 +00:00
fpathconf.c update from main archive 1996-09-27 03:45:24 +00:00
fpu_control.h update from main archive 960919 1996-09-20 01:58:09 +00:00
fstatfs.c update from main archive 1996-09-27 03:45:24 +00:00
fsync.c update from main archive 1996-09-27 03:45:24 +00:00
ftruncate.c update from main archive 1996-09-27 03:45:24 +00:00
fxstat.c update from main archive 1996-09-27 03:45:24 +00:00
gai_strerror.c update from main archive 970218 1997-02-19 04:43:53 +00:00
getaddrinfo.c update from main archive 961020 1996-10-21 01:26:31 +00:00
getcwd.c update from main archive 1996-09-27 03:45:24 +00:00
getdents.c update from main archive 970121 1997-01-23 04:24:20 +00:00
getdomain.c update from main archive 1996-09-27 03:45:24 +00:00
getdtsz.c update from main archive 1996-09-27 03:45:24 +00:00
getegid.c update from main archive 1996-09-27 03:45:24 +00:00
getenv.c update from main archive 961207 1996-12-08 08:01:13 +00:00
geteuid.c update from main archive 1996-09-27 03:45:24 +00:00
getgid.c update from main archive 1996-09-27 03:45:24 +00:00
getgroups.c update from main archive 1996-09-27 03:45:24 +00:00
gethostid.c update from main archive 1996-09-27 03:45:24 +00:00
gethostname.c update from main archive 1996-09-27 03:45:24 +00:00
getitimer.c update from main archive 1996-09-27 03:45:24 +00:00
getlogin.c update from main archive 961126 1996-11-27 06:13:15 +00:00
getlogin_r.c Update from main archive 961219 1996-12-20 01:39:50 +00:00
getpagesize.c update from 961105, second try 1996-11-07 01:35:04 +00:00
getpeername.c update from main archive 1996-09-27 03:45:24 +00:00
getpgid.c update from main archive 1996-09-27 03:45:24 +00:00
getpid.c update from main archive 1996-09-27 03:45:24 +00:00
getppid.c update from main archive 1996-09-27 03:45:24 +00:00
getpriority.c update from main archive 1996-09-27 03:45:24 +00:00
getrlimit.c update from main archive 1996-09-27 03:45:24 +00:00
getrusage.c update from main archive 1996-09-27 03:45:24 +00:00
getsid.c update from main archive 1996-09-27 03:45:24 +00:00
getsockname.c update from main archive 1996-09-27 03:45:24 +00:00
getsockopt.c update from main archive 1996-09-27 03:45:24 +00:00
getsysstats.c update from main archive 1996-09-27 03:45:24 +00:00
gettimeofday.c update from main archive 1996-09-27 03:45:24 +00:00
getuid.c update from main archive 1996-09-27 03:45:24 +00:00
gtty.c update from main archive 1996-09-27 03:45:24 +00:00
huge_val.h update from main archive 961114 1996-11-15 04:08:00 +00:00
init-first.c update from main archive 970209 1997-02-10 03:19:57 +00:00
init-posix.c Removed stub warning. 1995-07-22 11:17:58 +00:00
intr-msg.h *** empty log message *** 1996-09-12 22:22:29 +00:00
ioctl.c update from main archive 1996-09-27 03:45:24 +00:00
ioctls.h initial import 1995-02-18 01:27:10 +00:00
isatty.c update from main archive 1996-09-27 03:45:24 +00:00
isfdtype.c update from main archive 1996-09-27 03:45:24 +00:00
jmp-unwind.c Mon Mar 27 02:23:15 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> 1995-03-27 10:00:09 +00:00
jmp_buf.h initial import 1995-02-18 01:27:10 +00:00
k_cosl.c update from main archive 961005 1996-10-06 02:05:11 +00:00
k_rem_pio2l.c update from main archive 961005 1996-10-06 02:05:11 +00:00
k_sinl.c update from main archive 961005 1996-10-06 02:05:11 +00:00
k_tanl.c update from main archive 961005 1996-10-06 02:05:11 +00:00
kill.c update from main archive 1996-09-27 03:45:24 +00:00
killpg.c update from main archive 1996-09-27 03:45:24 +00:00
lchown.c update from 961105, second try 1996-11-07 01:35:04 +00:00
ldbl2mpn.c initial import 1995-02-18 01:27:10 +00:00
libc-lock.h update from main archive 960105 1997-01-06 22:07:28 +00:00
libc_fatal.c Thu Apr 27 01:24:09 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> 1995-04-27 05:47:52 +00:00
link.c update from main archive 1996-09-27 03:45:24 +00:00
listen.c update from main archive 1996-09-27 03:45:24 +00:00
local_lim.h Update from main archive 961219 1996-12-20 01:39:50 +00:00
lockfile.c update from main archive 961113 1996-11-14 02:04:07 +00:00
longjmp-ts.c initial import 1995-02-18 01:27:10 +00:00
lseek.c update from main archive 1996-09-27 03:45:24 +00:00
lxstat.c update from main archive 1996-09-27 03:45:24 +00:00
machine-lock.h initial import 1995-02-18 01:27:10 +00:00
machine-sp.h initial import 1995-02-18 01:27:10 +00:00
madvise.c update from main archive 1996-09-27 03:45:24 +00:00
mkdir.c update from main archive 1996-09-27 03:45:24 +00:00
mkfifo.c update from main archive 1996-09-27 03:45:24 +00:00
mkstemp.c update from 961105, second try 1996-11-07 01:35:04 +00:00
mktemp.c update from 961105, second try 1996-11-07 01:35:04 +00:00
mmap.c update from main archive 1996-09-27 03:45:24 +00:00
morecore.c update from main archive 1996-09-27 03:45:24 +00:00
mpn2dbl.c initial import 1995-02-18 01:27:10 +00:00
mpn2flt.c initial import 1995-02-18 01:27:10 +00:00
mpn2ldbl.c initial import 1995-02-18 01:27:10 +00:00
mprotect.c update from main archive 1996-09-27 03:45:24 +00:00
msgctl.c update from main archive 1996-09-27 03:45:24 +00:00
msgget.c update from main archive 1996-09-27 03:45:24 +00:00
msgrcv.c update from main archive 1996-09-27 03:45:24 +00:00
msgsnd.c update from main archive 1996-09-27 03:45:24 +00:00
msync.c update from main archive 970218 1997-02-19 04:43:53 +00:00
munmap.c update from main archive 1996-09-27 03:45:24 +00:00
nan.h initial import 1995-02-18 01:27:10 +00:00
nanosleep.c update from main archive 960927 1996-09-28 03:24:10 +00:00
nice.c update from main archive 1996-09-27 03:45:24 +00:00
nlist.c update from main archive 1996-09-27 03:45:24 +00:00
open.c update from main archive 1996-09-27 03:45:24 +00:00
opendir.c update from main archive 1996-09-27 03:45:24 +00:00
pathconf.c update from main archive 1996-09-27 03:45:24 +00:00
pause.c update from main archive 1996-09-27 03:45:24 +00:00
pipe.c Update from main archive 961219 1996-12-20 01:39:50 +00:00
pipestream.c update from main archive 1996-09-27 03:45:24 +00:00
poll.c update from main archive 1996-09-27 03:45:24 +00:00
posix_opt.h initial import 1995-02-18 01:27:10 +00:00
profil.c update from main archive 1996-09-27 03:45:24 +00:00
ptrace.c update from main archive 1996-09-27 03:45:24 +00:00
putenv.c update from main archive 1996-09-27 03:45:24 +00:00
raise.c update from main archive 961229 1996-12-30 01:47:46 +00:00
read.c update from main archive 1996-09-27 03:45:24 +00:00
readdir.c update from main archive 1996-09-27 03:45:24 +00:00
readdir_r.c add missing files 1996-10-13 10:40:32 +00:00
readlink.c update from main archive 1996-09-27 03:45:24 +00:00
readv.c Update. 1997-03-21 20:00:48 +00:00
reboot.c update from main archive 1996-09-27 03:45:24 +00:00
recv.c update from main archive 1996-09-27 03:45:24 +00:00
recvfrom.c update from main archive 1996-09-27 03:45:24 +00:00
recvmsg.c update from main archive 1996-09-27 03:45:24 +00:00
remove.c update from main archive 1996-09-27 03:45:24 +00:00
rename.c update from main archive 1996-09-27 03:45:24 +00:00
revoke.c update from main archive 1996-09-27 03:45:24 +00:00
rewinddir.c update from main archive 1996-09-27 03:45:24 +00:00
rmdir.c update from main archive 1996-09-27 03:45:24 +00:00
s_atanl.c update from main archive 961011 1996-10-12 00:56:05 +00:00
s_erfl.c update from main archive 961005 1996-10-06 02:05:11 +00:00
s_expm1l.c update from main archive 961005 1996-10-06 02:05:11 +00:00
s_log1pl.c update from main archive 961011 1996-10-12 00:56:05 +00:00
s_log2l.c Update. 1997-03-27 01:59:53 +00:00
sbrk.c update from main archive 1996-09-27 03:45:24 +00:00
sched_getp.c update from main archive 1996-09-27 03:45:24 +00:00
sched_gets.c update from main archive 1996-09-27 03:45:24 +00:00
sched_primax.c update from main archive 1996-09-27 03:45:24 +00:00
sched_primin.c update from main archive 1996-09-27 03:45:24 +00:00
sched_rr_gi.c update from main archive 1996-09-27 03:45:24 +00:00
sched_setp.c update from main archive 1996-09-27 03:45:24 +00:00
sched_sets.c update from main archive 1996-09-27 03:45:24 +00:00
sched_yield.c update from main archive 1996-09-27 03:45:24 +00:00
seekdir.c update from main archive 1996-09-27 03:45:24 +00:00
select.c update from main archive 1996-09-27 03:45:24 +00:00
semctl.c update from main archive 1996-09-27 03:45:24 +00:00
semget.c update from main archive 1996-09-27 03:45:24 +00:00
semop.c update from main archive 1996-09-27 03:45:24 +00:00
send.c update from main archive 1996-09-27 03:45:24 +00:00
sendmsg.c update from main archive 1996-09-27 03:45:24 +00:00
sendto.c update from main archive 1996-09-27 03:45:24 +00:00
setdomain.c update from main archive 1996-09-27 03:45:24 +00:00
setegid.c update from main archive 1996-09-27 03:45:24 +00:00
setenv.c update from main archive 961109 1996-11-10 02:21:51 +00:00
seteuid.c update from main archive 1996-09-27 03:45:24 +00:00
setgid.c update from main archive 1996-09-27 03:45:24 +00:00
setgroups.c update from main archive 1996-09-27 03:45:24 +00:00
sethostid.c update from main archive 1996-09-27 03:45:24 +00:00
sethostname.c update from main archive 1996-09-27 03:45:24 +00:00
setitimer.c update from main archive 1996-09-27 03:45:24 +00:00
setjmp.c update from main archive 1996-09-27 03:45:24 +00:00
setlogin.c update from main archive 1996-09-27 03:45:24 +00:00
setpgid.c update from main archive 1996-09-27 03:45:24 +00:00
setpriority.c update from main archive 1996-09-27 03:45:24 +00:00
setregid.c update from main archive 1996-09-27 03:45:24 +00:00
setreuid.c update from main archive 1996-09-27 03:45:24 +00:00
setrlimit.c update from main archive 961030 1996-10-31 02:57:12 +00:00
setsid.c update from main archive 1996-09-27 03:45:24 +00:00
setsockopt.c update from main archive 1996-09-27 03:45:24 +00:00
settimeofday.c update from main archive 1996-09-27 03:45:24 +00:00
setuid.c update from main archive 1996-09-27 03:45:24 +00:00
shmat.c update from main archive 1996-09-27 03:45:24 +00:00
shmctl.c update from main archive 1996-09-27 03:45:24 +00:00
shmdt.c update from main archive 1996-09-27 03:45:24 +00:00
shmget.c update from main archive 1996-09-27 03:45:24 +00:00
shutdown.c update from main archive 1996-09-27 03:45:24 +00:00
sigaction.c update from main archive 1996-09-27 03:45:24 +00:00
sigaltstack.c update from main archive 1996-09-27 03:45:24 +00:00
sigblock.c update from main archive 1996-09-27 03:45:24 +00:00
sigcontext.h initial import 1995-02-18 01:27:10 +00:00
sigintr.c update from main archive 1996-09-27 03:45:24 +00:00
siglist.c initial import 1995-02-18 01:27:10 +00:00
signal.c update from main archive 961229 1996-12-30 01:47:46 +00:00
signum.h update from main archive 961114 1996-11-15 04:08:00 +00:00
sigpause.c update from main archive 960105 1997-01-06 22:07:28 +00:00
sigpending.c update from main archive 1996-09-27 03:45:24 +00:00
sigprocmask.c update from main archive 1996-09-27 03:45:24 +00:00
sigreturn.c update from main archive 1996-09-27 03:45:24 +00:00
sigsetmask.c update from main archive 1996-09-27 03:45:24 +00:00
sigstack.c update from main archive 1996-09-27 03:45:24 +00:00
sigsuspend.c update from main archive 1996-09-27 03:45:24 +00:00
sigvec.c update from main archive 1996-09-27 03:45:24 +00:00
sigwait.c update from main archive 961030 1996-10-31 02:57:12 +00:00
sleep.c Update to 2.1.x development version 1997-02-15 04:31:36 +00:00
socket.c update from main archive 1996-09-27 03:45:24 +00:00
socketpair.c update from main archive 1996-09-27 03:45:24 +00:00
sstk.c update from main archive 961001 1996-10-02 01:40:17 +00:00
start.c update from main archive 1996-09-27 03:45:24 +00:00
statbuf.h update from main archive 961114 1996-11-15 04:08:00 +00:00
statfs.c update from main archive 1996-09-27 03:45:24 +00:00
stdio_init.c initial import 1995-02-18 01:27:10 +00:00
stdio_lim.h Remade for alpha-1.93 1996-08-02 05:27:50 +00:00
stime.c update from main archive 1996-09-27 03:45:24 +00:00
strtsupp.c initial import 1995-02-18 01:27:10 +00:00
stty.c update from main archive 1996-09-27 03:45:24 +00:00
swapoff.c update from main archive 1996-09-27 03:45:24 +00:00
swapon.c update from main archive 1996-09-27 03:45:24 +00:00
symlink.c update from main archive 1996-09-27 03:45:24 +00:00
sync.c update from main archive 1996-09-27 03:45:24 +00:00
syscall.c update from main archive 1996-09-27 03:45:24 +00:00
sysconf.c update from 961105, second try 1996-11-07 01:35:04 +00:00
sysd-stdio.c update from main archive 1996-09-27 03:45:24 +00:00
sysdep.c initial import 1995-02-18 01:27:10 +00:00
sysdep.h initial import 1995-02-18 01:27:10 +00:00
system.c update from main archive 1996-09-27 03:45:24 +00:00
sysv_signal.c update from main archive 970120 1997-01-21 06:10:42 +00:00
tcdrain.c update from main archive 1996-09-27 03:45:24 +00:00
tcflow.c update from main archive 1996-09-27 03:45:24 +00:00
tcflush.c update from main archive 1996-09-27 03:45:24 +00:00
tcgetattr.c update from main archive 1996-09-27 03:45:24 +00:00
tcgetpgrp.c update from main archive 1996-09-27 03:45:24 +00:00
tcsendbrk.c update from main archive 1996-09-27 03:45:24 +00:00
tcsetattr.c Update from main archive 961219 1996-12-20 01:39:50 +00:00
tcsetpgrp.c update from main archive 1996-09-27 03:45:24 +00:00
telldir.c update from main archive 1996-09-27 03:45:24 +00:00
tempname.c Update from main archive 961219 1996-12-20 01:39:50 +00:00
thread_state.h initial import 1995-02-18 01:27:10 +00:00
time.c update from main archive 1996-09-27 03:45:24 +00:00
timebits.h update from main archive 961101 1996-11-02 01:28:01 +00:00
times.c update from main archive 1996-09-27 03:45:24 +00:00
trampoline.c initial import 1995-02-18 01:27:10 +00:00
truncate.c update from main archive 1996-09-27 03:45:24 +00:00
ttyname.c update from main archive 1996-09-27 03:45:24 +00:00
ttyname_r.c update from main archive 1996-09-27 03:45:24 +00:00
ualarm.c update from main archive 1996-09-27 03:45:24 +00:00
udiv_qrnnd.c initial import 1995-02-18 01:27:10 +00:00
ulimit.c update from main archive 1996-09-27 03:45:24 +00:00
umask.c update from main archive 1996-09-27 03:45:24 +00:00
unlink.c update from main archive 1996-09-27 03:45:24 +00:00
usleep.c update from main archive 1996-09-27 03:45:24 +00:00
ustat.c update from main archive 1996-09-27 03:45:24 +00:00
utime.c update from main archive 1996-09-27 03:45:24 +00:00
utimes.c update from main archive 1996-09-27 03:45:24 +00:00
vdprintf.c update from main archive 970118 1997-01-19 04:54:28 +00:00
vhangup.c update from main archive 1996-09-27 03:45:24 +00:00
wait.c update from main archive 1996-09-27 03:45:24 +00:00
wait3.c update from main archive 1996-09-27 03:45:24 +00:00
wait4.c update from main archive 1996-09-27 03:45:24 +00:00
waitflags.h update from main archive 961114 1996-11-15 04:08:00 +00:00
waitpid.c update from main archive 1996-09-27 03:45:24 +00:00
write.c update from main archive 1996-09-27 03:45:24 +00:00
writev.c Update. 1997-03-21 20:00:48 +00:00
xmknod.c update from main archive 1996-09-27 03:45:24 +00:00
xstat.c update from main archive 1996-09-27 03:45:24 +00:00