glibc/sysdeps/stub
Ulrich Drepper ba1ffaa1c6 update from main archive 961030
Thu Oct 31 00:01:39 1996  Ulrich Drepper  <drepper@cygnus.com>

	* signal/Makefile (routines): Add sigwait.
	* signal/signal.h: Add prototype for sigwait.
	* sysdeps/posix/sigwait.c: New file.  Implementation of sigwait
	function from POSIX.1c.
	* sysdeps/stub/sigwait.c: New file.  Stub version of sigwait.

Wed Oct 30 02:01:17 1996  Richard Henderson  <rth@tamu.edu>

	* sunrpc/xdr_float.c (xdr_float): Handle sizeof(float)!=sizeof(long),
	but don't bother going farther than sizeof(float)==sizeof(int).
	(xdr_double): Handle little-endian machines!  Handle sizeof(double)
	!= 2*sizeof(long), though again don't bother with more than int.

Thu Oct 29 16:09:42 1996  Craig Metz  <cmetz@inner.net>

	* sysdeps/posix/getaddrinfo.c: Use buffer limits for inet_ntop
	function.

Tue Oct 29 12:37:22 1996  Ulrich Drepper  <drepper@cygnus.com>

	* Makerules: Create symbolic links for linking in $(libdir).
	(make-link): Use absolute path for destination if this is not in
	the same directory.

	* elf/rtld.c (dl_main): When verifying don't check the name of
	the dynamic linker.

	* shlib-versions: Change entries for Hurd specific libs from
	*-*-gnu* to *-*-gnu?* so that i586-pc-linux-gnu does not match
	these entries.

	* assert/assert.h: Reformat copyright.
	Change reference to ANSI into reference to ISO C.
	* ctype/ctype.h: Likewise.
	* errno.h: Likewise.
	* limits.h: Likewise.
	* math/math.h: Likewise.
	* setjmp/setjmp.h: Likewise.
	* stdio/stdio.h: Likewise.
	* libio/stdio.h: Likewise.
	* stdlib/stdlib.h: Likewise.
	* string/string.h: Likewise.
	* time/time.h: Likewise.

	* string/argz.h: Use __const is definitions.

	* elf/dlfcn.h: Use __const and __P.  Reformat copyright.
	* misc/err.h: Likewise.

	* wctype/wctype.h (wctrans_t): Use __const instead of const.

	* Makeconfig ($(common-objpfx)soversions.mk): Generate list of
	sonames for versioned libraries.
	* Makefile: Remove code to generate libc-version.h.
	Generate gnu/lib-names.h with info from soversions.mk.
	* features.h: Define __GLIBC__ and __GLIBC_MINOR__.

	* dirent/tst-seekdir.c: Initialize save3.
	* grp/testgrp.c: Initialize my_group.

	* grp/fgetgrent_r.c: Change interface to follow POSIX.1c.
	* grp/grp.h: Likewise.
	* nss/getXXbyYY.c: Likewise.
	* nss/getXXbyYY_r.c: Likewise.
	* nss/getXXent.c: Likewise.
	* nss/getXXent_r.c: Likewise.
	* pwd/fgetpwent_r.c: Likewise.
	* pwd/pwd.h: Likewise.
	* shadow/fgetspent_r.c: Likewise.
	* shadow/sgetspent.c: Likewise.
	* shadow/sgetspent_r.c: Likewise.
	* grp/fgetgrent.c: Adapt for change in interface of fgetgrent_r.
	* pwd/fgetpwent.c: Likewise, for fgetpwent_r.c.
	* shadow/fgetspent.c: Likewise, for fgetpwent_r.c.
	* resolv/netdb.h: Adapt prototypes for reentrant functions to
	follow POSIX.1c.
	* sunrpc/rpc/netdb.h: Likewise,
	* shadow/shadow.h: Likewise.

	* inet/getnetgrent_r.c: Follow change in pwd/grp function interface.

	* sysdeps/unix/getlogin_r.c: Return ERANGE when buffer is too small.

	* inet/herrno.c: Don't define __h_errno.  Only h_errno otherwise the
	ELF aliasing creates strange situations.
	* sysdeps/unix/sysv/linux/errnos.H: Define __set_errno as inline
	function.
	* sysdeps/unix/sysv/linux/i386/sysdep.S: Don't define __errno.
	* sysdeps/unix/sysv/linux/m68k/sysdep.S: Likewise.

	* libio/libio.h: Don't declare _IO_flockfile and _IO_funlockfile
	weak.

	* locale/programs/charmap.c: Add casts to prevent warnings.
	* locale/programs/linereader.h: Likewise.
	* locale/programs/ld-collate.c: Likewise.
	* locale/programs/stringtrans.c: Likewise.
	Change types for various variables to prevent warnings.
	* locale/programs/ld-ctype.c: Likewise.
	* locale/programs/linereader.h (lr_ungetc): Likewise.
	* locale/programs/charset.h (struct charset): Use `unsigned int'
	as type for width_default.
	* posix/regex.c: Change type of `this_reg' variables.
	* stdio-common/Makefile: Use -Wno-format for tstdiomisc.c.
	* stdio-common/bug5.c: De-ANSI-fy.  Use correct types for
	variables.
	* stdio-common/printf_fp.c: Initialize to_shift.
	* stdio-common/test_rdwr.c: Add cast.
	* stdio-common/vfprintf.c: Add casts and use correct types to
	prevent warnings.
	* stdio-common/vfscanf.c: Initialize str and strptr.
	* sysdeps/libm-ieee754/e_jnf.c: Use correct types to prevent warnings.
	* sysdeps/libm-ieee754/e_pow.c: Likewise.
	* sysdeps/libm-ieee754/e_powf.c: Likewise.
	* sysdeps/libm-ieee754/e_rem_pio2f.c: Likewise.
	* time/test-tz.c: Likewise.

	* manual/creature.texi: Document _REENTRANT and _THREAD_SAFE.
	* manual/libc.texinfo: Prevent makeinfo failure by avoiding
	libc.cp index.  This must be fixed.
	* manual/nss.texi: Adapt for correct POSIX.1c interface of
	reentrant functions.
	* manual/users.texi: Document netgroup functions.

	* po/es.po: Updated.
	* po/fr.po: Updated.

	* posix/fnmatch.c: Change to match libit version.

	* posix/unistd.h: Change prototype for ttyname_r to match POSIX.1c.
	* sysdep/posix/ttyname_r.c: Likewise.

	* stdlib/atexit.h (__new_exitfn): Add internal locking.
	* stdlib/exit.c: De-ANSI-fy.  Handle new ef_us value for flavor.
	* stdlib/exit.h: De-ANSI-fy.  Define new ef_us value for flavor.
	* stdlib/random.c (__srandom): Add internal locking.
	(__initstate): Likewise.
	(__setstate): Likewise.
	(__random): Likewise.

Mon Oct 28 22:28:37 1996  NIIBE Yutaka  <gniibe@mri.co.jp>

	* sysdeps/generic/crypt-entry.c (crypt_r): Use __set_errno.
	(crypt): Likewise.
	* resolv/gethnamaddr.c (gethostbyname2): Likewise.
	* sysdeps/generic/uname.c: Likewise.
	* sysdeps/posix/rename.c: Likewise.
	* sysdeps/stub/setrlimit.c: Likewise.

	* nss/nss_db/db-netgrp.c (_nss_db_setnetgrent): Fix typo.

Sun Oct 27 11:12:50 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>

	* locale/programs/ld-collate.c (collate_order_elem): Fix format
	string.
	(collate_element_to): Cast field width argument to `int' for
	format string.
	(collate_symbol): Likewise.
	(collate_order_elem): Likewise.
	(collate_weight_bsymbol): Likewise.
	(collate_simple_weight): Likewise.

	* locale/programs/ld-time.c (STRARR_ELEM): Fix format string.

	* locale/programs/ld-ctype.c (ctype_class_newP): Add missing
	argument for format string.
	(ctype_map_newP): Likewise.
	(set_class_defaults): Fix format string.

	* locale/programs/localedef.c (construct_output_path): Putting an
	explicit \0 into the format string does not work, use %c.

Sat Oct 26 20:38:36 1996  Richard Henderson  <rth@tamu.edu>

	* Makerules: Install all shared libraries in $(slibdir).

	* login/Makefile: Build libutil.so in others pass after
	libc.so is created.

	* misc/mntent.h: Include <paths.h> for _PATH_MNTTAB & _PATH_MOUNTED.

	* string/stratcliff.c: Allocate 3 pages instead of one, then use
	mprotect so that we know that the adjacent pages are inaccessible.

	* resource/sys/resource.h: Move all structures and enums to ...
	* sysdeps/generic/resourcebits.h: ... here ...
	* sysdeps/unix/bsd/sun/sunos4/resourcebits.h: ... and here.
	* sysdeps/unix/sysv/linux/alpha/resourcebits.h: Remove.
	* sysdeps/unix/sysv/linux/i386/resourcebits.h: Remove.
	* sysdeps/unix/sysv/linux/m68k/resourcebits.h: Remove.
	* sysdeps/unix/sysv/linux/mips/resourcebits.h: Remove.
	* sysdeps/unix/sysv/linux/resourcebits.h: New file.  Use kernel
	header for RLIMIT_* definitions.  The members of struct rlimit
	are longs.


Thu Oct 24 17:43:34 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>

	* MakeTAGS (sysdep-dirs): Fix typo.

Wed Oct 23 03:45:22 1996  Ulrich Drepper  <drepper@cygnus.com>

	* Makefile (headers): Don't mention libc-version.h.
	(install-others): ...but here.

	* time/strptime.c: Recognize %s, %u, %g, and %G format.
 	nothing is found.  This guarantees all subsequent calls behave
	* sysdeps/unix/sysv/linux/syscalls.list: Change function name for
	* io/getwd.c (getwd) [! PATH_MAX]: Don't assume that the user's
	buffer is any longer than the amount necessary to hold the
	filename; the Hurd getcwd uses the *entire* contents of the
	buffer, however long it is specified to be.
	* posix/getconf.c: De-ANSI-fy.  Recognize POSIX.2 constant names.
	since these do not depend on the platform.
1996-10-31 02:57:12 +00:00
..
sys Thu Sep 21 00:03:53 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> 1995-09-21 06:24:21 +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 * sysdeps/unix/i386/sysdep.h [HAVE_ELF] (ASM_TYPE_DIRECTIVE): 1995-09-27 16:05:25 +00:00
direntry.h Mon Feb 26 10:22:30 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu> 1996-02-27 00:55:03 +00:00
dirfd.c update from main archive 1996-09-27 03:45:24 +00:00
dirstream.h * sysdeps/mach/hurd/dirstream.h: Define `struct __dirstream' 1995-08-28 09:00:05 +00:00
dl-machine.h Mon Jun 3 00:30:35 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> 1996-06-03 04:46:40 +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_hypotl.c update from main archive 961005 1996-10-06 02:05:11 +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_sinhl.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 from main archive 1996-09-27 03:45:24 +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 initial import 1995-02-18 01:27:10 +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
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 1996-09-27 03:45:24 +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 960927 1996-09-28 03:24:10 +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 1996-09-27 03:45:24 +00:00
getlogin.c update from main archive 1996-09-27 03:45:24 +00:00
getpagesize.c update from main archive 1996-09-27 03:45:24 +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 initial import 1995-02-18 01:27:10 +00:00
init-first.c *** empty log message *** 1996-08-26 17:39:10 +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
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 1996-09-27 03:45:24 +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 initial import 1995-02-18 01:27:10 +00:00
lockfile.c update from main archive 961020 1996-10-21 01:26:31 +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 main archive 1996-09-27 03:45:24 +00:00
mktemp.c update from main archive 1996-09-27 03:45:24 +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 1996-09-27 03:45:24 +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 1996-09-27 03:45:24 +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 1996-09-27 03:45:24 +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 from main archive 1996-09-27 03:45:24 +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
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 1996-09-27 03:45:24 +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 1996-09-27 03:45:24 +00:00
signum.h initial import 1995-02-18 01:27:10 +00:00
sigpause.c update from main archive 1996-09-27 03:45:24 +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 from main archive 1996-09-27 03:45:24 +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 initial import 1995-02-18 01:27:10 +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
syscall.h initial import 1995-02-18 01:27:10 +00:00
sysconf.c update from main archive 1996-09-27 03:45:24 +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
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 1996-09-27 03:45:24 +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 960927 1996-09-28 03:24:10 +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 Fri May 10 18:36:14 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> 1996-05-10 22:55:26 +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
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 initial import 1995-02-18 01:27:10 +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 from main archive 1996-09-27 03:45:24 +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