glibc/sysdeps/stub
Ulrich Drepper 1f205a479b Update.
1997-05-21 02:49  Ulrich Drepper  <drepper@cygnus.com>

	* gnu-versions.h (_GNU_OBSTACK_INTERFACE_VERSION): Set to 2 since
	interface was changed with addition of _obstack_memory_used.
	Suggested by Ian Taylor <ian@cygnus.com>.

	* malloc/obstack.c: Include <config.h>.  Include <stdlib.h> only
	if __GNU_LIBRARY__ or HAVE_STDLIB_H is defined.
	Reported by Ian Taylor <ian@cygnus.com>.

	* dirent/Makefile (routines): Add versionsort.
	* dirent/dirent.h: Add prototype for versionsort.
	* dirent/versionsort.c: New file.
	* manual/filesys.texi: Add documentation for versionsort.
	* manual/string.texi: Add documentation for strverscmp.
	* string/Makefile (routines): Add strverscmp.
	(tests): Add tst-svc.
	* string/string.h: Add prototype for strverscmp.
	* string/strverscmp.c: New file.
	* string/tst-svc.c: New file.  Test for strverscmp.
	* string/tst-svc.input: New file.  Input data for tst-svc.
	* string/tst-svc.expect: New file.  Expected out from tst-svc.

	* math/Makefile (calls): Add s_signbit.

	* po/sv.po: Update.

	* resolv/nss_dns/dns-host.c: Add casts to prevent warnings.
	* sunrpc/pmap_rmt.c: Likewise.

	* string/basename.c: Don't use ISO C definition style.
	Include <config.h> is HAVE_CONFIG_H is defined.

	* sunrpc/proto.h: Add `const' wherever possible.
	* sunrpc/rpc_cout.c: Likewise.
	* sunrpc/rpc_svcout.c: Likewise.
	* sunrpc/xdr_mem.c: Likewise.
	* sunrpc/xdr_rec.c: Likewise.
	* sunrpc/xdr_stdio.c: Likewise.
	* sunrpc/rpc_parse.c: Delete comma from end of enum definition.
	* sunrpc/xdr.c: Little code cleanups.
	* sunrpc/xdr_flaot.c: Likewise.
	Patches by Matthew Wilcox <matthew.wilcox@chbs.mhs.ciba.com>.

	* sysdeps/i386/fpu/__math.h (__finite): Fix typo.

	* sysdeps/unix/sysv/linux/shmdt.c: Add cast to prevent warning.

	* time/europe: Update from tzdata1997f.
	* time/zic.c: Update from tzcode1997e.

1997-05-20 19:20  Miguel de Icaza <miguel@athena.nuclecu.unam.mx>

	* sysdeps/sparc/setjmp.S: Flush windows.
	Bug found by Richard Henderson.

1997-05-19 12:54  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>

	* misc/efgcvt_r.c (fcvt_r, ecvt_r): Rewritten as to fit the specs.

1997-05-19 18:41  Thorsten Kukuk  <kukuk@uni-paderborn.de>

	* nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_parse_spent): Use
	atol instead of atoi.

1997-05-18 00:22  Philip Blundell <pjb27@cam.ac.uk>

	* inet/Makefile (routines): Add if_index.
	* sysdeps/unix/sysv/linux/if_index.c: New file.
	* sysdeps/stub/if_index.c: New file.
	* sysdeps/unix/sysv/linux/net/if.h: Add prototypes for routines in
	if_index.c (required by IPv6 basic API).
	* sysdeps/unix/sysv/linux/netinet/in.h: Add struct ipv6_pktinfo.

1997-05-17 23:29  Philip Blundell  <pjb27@cam.ac.uk>

	* sysdeps/unix/sysv/linux/netinet/in.h: Update IPv6 definitions
	for new advanced API draft.

1997-05-13 21:33  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>

	* stdio-common/printf_fp.c: Only use the field width for deciding
	on padding when printing special values.
	* stdio-common/printf_fphex.c: Likewise.

1997-05-15 13:14  Miles Bader  <miles@gnu.ai.mit.edu>

	Changes by Thomas Bushnell <thomas@gnu.ai.mit.edu>:
	* hurd/hurdauth.c (_S_msg_add_auth): Implement correctly.

1997-05-12 14:50  Thomas Bushnell, n/BSG  <thomas@gnu.ai.mit.edu>

	* hurd/hurdsig.c (_hurdsig_init): Double size of sigthread stack;
	msg_add_auth was overflowing it.

1997-05-12 21:20  Richard Henderson  <rth@tamu.edu>

	* elf/dl-lookup.c (_dl_lookup_symbol_skip): Call _dl_signal_error
	when we can't find the symbol.

1997-05-12 16:54  Ulrich Drepper  <drepper@cygnus.com>

	* posix/regex.c: Fix handling of 32-bit Windog environments.
	Patch by Arnold Robbins <arnold@skeeve.atl.ga.us>.

1997-05-10 23:26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>

	* sysdeps/unix/sysv/linux/m68k/syscalls.list: Add cacheflush.

1997-05-10 11:40  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>

	* elf/ldd.bash.in: Remove spurious quote character from version
	message.

1997-05-10 08:49  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>

	* locale/programs/locale.c (write_charmaps): Don't get stuck in a
	loop if the file ends in a long line without newline.
	* locale/programs/charmap.c (charmap_read): Likewise.

1997-05-12 03:47  Ulrich Drepper  <drepper@cygnus.com>

	* sunrpc/rpc/xdr.h: Include more headers to be self-contained.
	* sunrpc/rpc/svc_auth.h: Likewise.
	* sunrpc/rpc/svc.h: Likewise.
	* sunrpc/rpc/rpc_msg.h: Likewise.
	* sunrpc/rpc/pmap_rmt.h: Likewise.
	* sunrpc/rpc/pmap_clnt.h: Likewise.
	* sunrpc/rpc/clnt.h: Likewise.
	* sunrpc/rpc/auth_unix.h: Likewise.
	* sysdeps/generic/rpc/auth.h: Likewise.
	Patches by Michael Deutschmann <ldeutsch@mail.netshop.net>.

1997-05-11 15:29  Philip Blundell  <pjb27@cam.ac.uk>

	* sysdeps/stub/sigaction.c (__sigaction): Correct typo.
	* sysdeps/standalone/arm/errnos.h: New file.
	* sysdeps/stub/sys/param.h: Add dummy definition of MAXSYMLINKS.
	* sysdeps/unix/arm/fork.S: New file.
	* sysdeps/unix/sysv/linux/arm/sysdep.h: New file.
	* sysdeps/stub/tempname.c (__stdio_gen_tempname): Add missing
	`streamptr' argument.
	* sysdeps/stub/vdprintf.c: Remove second copy of file (!), include
	<stdarg.h> to get va_list defined, return 0 not NULL.
	* sysdeps/unix/sysv/linux/statfsbuf.h: Include <gnu/types.h>.
	* sysdeps/unix/sysv/linux/arm/syscall.S: New file.
	* sysdeps/stub/direntry.h (struct dirent): Add missing ';'.
	* sysdeps/stub/seekdir.c (seekdir): Likewise.
	* sysdeps/stub/dirfd.c (dirfd): Argument dirp is DIR*, not FILE*.
	* sysdeps/standalone/dirstream.h: Define struct __dirstream
	not DIR; <dirent.h> provides typedef.
	* sysdeps/unix/sysv/linux/arm/clone.S: New file.
	* sysdeps/unix/sysv/linux/arm/socket.S: New file.
	* sysdeps/stub/sysconf.c (__sysconf): Fix typos.

1997-05-01 06:35  Geoff Keating  <geoffk@ozemail.com.au>

	* sysdeps/powerpc/Dist: New file.
	* sysdeps/powerpc/Makefile: New file.
	* sysdeps/powerpc/fclrexcpt.c: New file.
	* sysdeps/powerpc/fegetenv.c: New file.
	* sysdeps/powerpc/fegetround.c: New file.
	* sysdeps/powerpc/feholdexcpt.c: New file.
	* sysdeps/powerpc/fenvbits.h: New file.
	* sysdeps/powerpc/fenv_const.c: New file.
	* sysdeps/powerpc/fenv_libc.h: New file.
	* sysdeps/powerpc/fesetenv.c: New file.
	* sysdeps/powerpc/fesetround.c: New file.
	* sysdeps/powerpc/feupdateenv.c: New file.
	* sysdeps/powerpc/fgetexcptflg.c: New file.
	* sysdeps/powerpc/fraiseexcpt.c: New file.
	* sysdeps/powerpc/fsetexcptflg.c: New file.
	* sysdeps/powerpc/ftestexcept.c: New file.
	* sysdeps/powerpc/mathbits.h: New file.

	* sysdeps/powerpc/dl-machine.h: Wrap in #ifndef dl_machine_h;
	define elf_machine_lookup_noexec_p, elf_machine_lookup_noplt_p,
	ELF_MACHINE_RELOC_NOPLT; consequent changes to elf_machine_rela.

	* sysdeps/powerpc/__math.h: Remove definition for hypot and __sgn.

	* sysdep/powerpc/fpu_control.h: Correct IEEE default mode.

	* sysdeps/unix/sysv/linux/powerpc/sysdep.h: Don't use .text, but
	instead .section ".text".

1997-04-25 05:06  Geoff Keating  <geoffk@ozemail.com.au>

	* sysdeps/powerpc/__longjmp.S: Use symbolic register numbering.
	* sysdeps/powerpc/bsd-_setjmp.S: Likewise.
	* sysdeps/powerpc/bsd-setjmp.S: Likewise.
	* sysdeps/powerpc/setjmp.S: Likewise.

	* sysdeps/unix/sysv/linux/clone.S: Likewise.
	* sysdeps/unix/sysv/linux/socket.S: Likewise.
	* sysdeps/unix/sysv/linux/syscall.S: Likewise.

1997-04-20 04:37  Geoff Keating  <geoffk@ozemail.com.au>

	* sysdeps/powerpc/strchr.s: New file.
	* sysdeps/powerpc/strcmp.s: New (ugly) file.
	* sysdeps/powerpc/memset.s: New file.
	* string/tester.c: Include prototype and _GNU_SOURCE to make
	standalone compilation possible. Give strcmp a better
	test. Give memset a better test.

1997-04-05 06:34  Geoff Keating  <geoffk@ozemail.com.au>

	* sysdeps/powerpc/strlen.s: Fixed bugs (how did it ever pass its
	tests before?). Changed to symbolic register numbering as an
	experiment.
	* sysdeps/powerpc/ffs.c: Don't include bstring.h, it doesn't
	exist.
	* sysdeps/rs6000/ffs.c: Likewise.

1997-05-12 02:28  Ulrich Drepper  <drepper@cygnus.com>

	* time/sys/time.h: Make second argument of setitimer const.
	Patch by Michael Deutschmann <ldeutsch@mail.netshop.net>.
	* sysdeps/stub/setitimer.c: Likewise.
	* sysdeps/mach/hurd/setitimer.c: Likewise.
1997-05-21 01:48:59 +00:00
..
sys Update. 1997-05-21 01:48:59 +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
abi-tag.h Update. 1997-04-30 15:51:34 +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. 1997-05-21 01:48:59 +00:00
dirfd.c Update. 1997-05-21 01:48:59 +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
dup2.c update from main archive 1996-09-27 03:45:24 +00:00
dup.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. 1997-04-02 14:47:34 +00:00
fchflags.c update from main archive 961001 1996-10-02 01:40:17 +00:00
fchmod.c Update. 1997-04-02 14:47:34 +00:00
fchown.c update from main archive 1996-09-27 03:45:24 +00:00
fclrexcpt.c Update. 1997-04-12 23:41:36 +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
fegetenv.c Update. 1997-04-12 23:41:36 +00:00
fegetround.c Update. 1997-04-12 23:41:36 +00:00
feholdexcpt.c Update. 1997-04-12 23:41:36 +00:00
fenvbits.h Update. 1997-04-12 23:41:36 +00:00
fesetenv.c Update. 1997-04-12 23:41:36 +00:00
fesetround.c Update. 1997-04-12 23:41:36 +00:00
feupdateenv.c Update. 1997-04-12 23:41:36 +00:00
fexecve.c update from main archive 1996-09-27 03:45:24 +00:00
fgetexcptflg.c Update. 1997-04-12 23:41:36 +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
fraiseexcpt.c Update. 1997-04-12 23:41:36 +00:00
fsetexcptflg.c Update. 1997-04-12 23:41:36 +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
ftestexcept.c Update. 1997-04-12 23:41:36 +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_r.c Update from main archive 961219 1996-12-20 01:39:50 +00:00
getlogin.c update from main archive 961126 1996-11-27 06:13:15 +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
if_index.c Update. 1997-05-21 01:48:59 +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_buf.h initial import 1995-02-18 01:27:10 +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
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_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
libc-lock.h update from main archive 960105 1997-01-06 22:07:28 +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_r.c add missing files 1996-10-13 10:40:32 +00:00
readdir.c update from main archive 1996-09-27 03:45:24 +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_exp2.c Update. 1997-03-31 22:56:24 +00:00
s_exp2f.c Update. 1997-03-31 22:56:24 +00:00
s_exp2l.c Update. 1997-03-31 22:56:24 +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-31 22:56:24 +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. 1997-05-21 01:48:59 +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. 1997-05-21 01:48:59 +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. 1997-04-21 11:38:46 +00:00
shmctl.c update from main archive 1996-09-27 03:45:24 +00:00
shmdt.c Update. 1997-04-21 11:38:46 +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. 1997-05-21 01:48:59 +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. 1997-05-21 01:48:59 +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. 1997-05-21 01:48:59 +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_r.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
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. 1997-05-21 01:48:59 +00:00
vhangup.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
wait.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