newlib-cygwin/newlib/libc/sys/linux
Jeff Johnston 34e666798a 2006-04-11 Jeff Johnston <jjohnstn@redhat.com>
* acinclude.m4: Properly add square brackets for
        AC_DEFUN macros.  Rewrite LIB_AC_PROG_CC to remove
        macros no longer available.  Add LIB_AM_PROG_AS to
        remove prereq of AC_PROG_CC.  Add LIB_AC_PROG_CC_GNU
        macro.  Substitute lpfx (library object prefix).
        * configure.host: Set lpfx depending on whether
        libtool is used or not.
        * configure.in: Individually specify libc and libm
        to AC_CONFIG_SUBDIRS.  Add square bracket quoting as
        necessary.
        * Makefile.am: Use $(lpfx) to get object names for
        math-library functions that should also be in libc.
        * libc/machine/configure.in: Use case statement to determine
        AC_CONFIG_SUBDIRS statement.
        * libc/sys/linux/linuxthreads/machine/configure.in: Ditto.
        * libc/sys/linux/machine/configure.in: Ditto.
        * libc/sys/configure.in: Ditto.
        * libm/machine/configure.in: Ditto.
        * libc/sys/linux/configure.in: Fix up AC_CONFIG_SUBDIRS.
        * libm/configure.in: Add AM_CONDITIONAL statement
        for HAVE_LIBM_MACHINE_DIR.
        * libc/machine/a29k/Makefile.am: Modified to work with
        latest automake.  Change includes setting AM_CCASFLAGS
        so building .S files will properly pick up flags used
        to build C files.
        * libc/machine/arm/Makefile.am: Ditto.
        * libc/machine/crx/Makefile.am: Ditto.
        * libc/machine/d10v/Makefile.am: Ditto.
        * libc/machine/d30v/Makefile.am: Ditto.
        * libc/machine/fr30/Makefile.am: Ditto.
        * libc/machine/frv/Makefile.am: Ditto.
        * libc/machine/h8300/Makefile.am: Ditto.
        * libc/machine/h8500/Makefile.am: Ditto.
        * libc/machine/hppa/Makefile.am: Ditto.
        * libc/machine/i386/Makefile.am: Ditto.
        * libc/machine/iq2000/Makefile.am: Ditto.
        * libc/machine/m32c/Makefile.am: Ditto.
        * libc/machine/m32r/Makefile.am: Ditto.
        * libc/machine/m68hc11/Makefile.am: Ditto.
        * libc/machine/m68k/Makefile.am: Ditto.
        * libc/machine/m88k/Makefile.am: Ditto.
        * libc/machine/mips/Makefile.am: Ditto.
        * libc/machine/mn10200/Makefile.am: Ditto.
        * libc/machine/mn10300/Makefile.am: Ditto.
        * libc/machine/mt/Makefile.am: Ditto.
        * libc/machine/necv70/Makefile.am: Ditto.
        * libc/machine/powerpc/Makefile.am: Ditto.
        * libc/machine/sh/Makefile.am: Ditto.
        * libc/machine/sparc/Makefile.am: Ditto.
        * libc/machine/tic4x/Makefile.am: Ditto.
        * libc/machine/tic80/Makefile.am: Ditto.
        * libc/machine/v850/Makefile.am: Ditto.
        * libc/machine/w65/Makefile.am: Ditto.
        * libc/machine/xscale/Makefile.am: Ditto.
        * libc/machine/xstormy16/Makefile.am: Ditto.
        * libc/machine/z8k/Makefile.am: Ditto.
        * libc/sys/a29khif/Makefile.am: Ditto.
        * libc/sys/arc/Makefile.am: Ditto.
        * libc/sys/arm/Makefile.am: Ditto.
        * libc/sys/d10v/Makefile.am: Ditto.
        * libc/sys/decstation/Makefile.am: Ditto.
        * libc/sys/h8300hms/Makefile.am: Ditto.
        * libc/sys/h8500hms/Makefile.am: Ditto.
        * libc/sys/linux/linuxthreads/machine/i386/Makefile.am: Ditto.
        * libc/sys/linux/machine/i386/Makefile.am: Ditto.
        * libc/sys/m88kbug/Makefile.am: Ditto.
        * libc/sys/mmixware/Makefile.am: Ditto.
        * libc/sys/netware/Makefile.am: Ditto.
        * libc/sys/rdos/Makefile.am: Ditto.
        * libc/sys/rtems/Makefile.am: Ditto.
        * libc/sys/sh/Makefile.am: Ditto.
        * libc/sys/sparc64/Makefile.am: Ditto.
        * libc/sys/sysmec/Makefile.am: Ditto.
        * libc/sys/sysnec810/Makefile.am: Ditto.
        * libc/sys/sysnecv850/Makefile.am: Ditto.
        * libc/sys/sysvi386/Makefile.am: Ditto.
        * libc/sys/sysvnecv70/Makefile.am: Ditto.
        * libc/sys/tic80/Makefile.am: Ditto.
        * libc/sys/w65/Makefile.am: Ditto.
        * libc/sys/z8ksim/Makefile.am: Ditto.
        * libm/machine/i386/Makefile.am: Ditto.
        * libc/sys/arm/Makefile.am: Ditto plus add EXTRA sources including
        trap.S so that automake will generate a .S.o suffix rule.
        * libc/argz/Makefile.am: Modified to work with
        latest automake.  Change includes adding lib_a_CFLAGS
        so automake doesn't complain about libtool and non-libtool
        libraries sharing objects.
        * libc/ctype/Makefile.am: Ditto.
        * libc/errno/Makefile.am: Ditto.
        * libc/iconv/ccs/Makefile.am: Ditto.
        * libc/iconv/ces/Makefile.am: Ditto.
        * libc/iconv/lib/Makefile.am: Ditto.
        * libc/locale/Makefile.am: Ditto.
        * libc/misc/Makefile.am: Ditto.
        * libc/posix/Makefile.am: Ditto.
        * libc/reent/Makefile.am: Ditto.
        * libc/search/Makefile.am: Ditto.
        * libc/signal/Makefile.am: Ditto.
        * libc/stdio/Makefile.am: Ditto.
        * libc/stdio64/Makefile.am: Ditto.
        * libc/stdlib/Makefile.am: Ditto.
        * libc/string/Makefile.am: Ditto.
        * libc/sys/linux/Makefile.am: Ditto.
        * libc/sys/linux/argp/Makefile.am: Ditto.
        * libc/sys/linux/cmath/Makefile.am: Ditto.
        * libc/sys/linux/dl/Makefile.am: Ditto.
        * libc/sys/linux/iconv/Makefile.am: Ditto.
        * libc/sys/linux/intl/Makefile.am: Ditto.
        * libc/sys/linux/linuxthreads/Makefile.am: Ditto.
        * libc/sys/linux/net/Makefile.am: Ditto.
        * libc/sys/linux/stdlib/Makefile.am: Ditto.
        * libc/syscalls/Makefile.am: Ditto.
        * libc/time/Makefile.am: Ditto.
        * libc/unix/Makefile.am: Ditto.
        * libm/Makefile.am: Ditto.
        * libm/common/Makefile.am: Ditto.
        * libm/math/Makefile.am: Ditto.
        * libm/mathfp/Makefile.am: Ditto.
        * Regenerate all aclocal.m4, Makefile.in, and configure files.
2006-04-11 19:02:16 +00:00
..
argp 2006-04-11 Jeff Johnston <jjohnstn@redhat.com> 2006-04-11 19:02:16 +00:00
bits 2005-09-08 Jeff Johnston <jjohnstn@redhat.com> 2005-09-08 22:45:53 +00:00
cmath 2006-04-11 Jeff Johnston <jjohnstn@redhat.com> 2006-04-11 19:02:16 +00:00
dl 2006-04-11 Jeff Johnston <jjohnstn@redhat.com> 2006-04-11 19:02:16 +00:00
iconv 2006-04-11 Jeff Johnston <jjohnstn@redhat.com> 2006-04-11 19:02:16 +00:00
include 2006-03-29 Shaun Jackman <sjackman@gmail.com> 2006-03-29 22:38:46 +00:00
intl 2006-04-11 Jeff Johnston <jjohnstn@redhat.com> 2006-04-11 19:02:16 +00:00
linuxthreads 2006-04-11 Jeff Johnston <jjohnstn@redhat.com> 2006-04-11 19:02:16 +00:00
machine 2006-04-11 Jeff Johnston <jjohnstn@redhat.com> 2006-04-11 19:02:16 +00:00
net 2006-04-11 Jeff Johnston <jjohnstn@redhat.com> 2006-04-11 19:02:16 +00:00
stdlib 2006-04-11 Jeff Johnston <jjohnstn@redhat.com> 2006-04-11 19:02:16 +00:00
sys 2006-03-29 Shaun Jackman <sjackman@gmail.com> 2006-03-29 22:09:56 +00:00
Makefile.am 2006-04-11 Jeff Johnston <jjohnstn@redhat.com> 2006-04-11 19:02:16 +00:00
Makefile.in 2006-04-11 Jeff Johnston <jjohnstn@redhat.com> 2006-04-11 19:02:16 +00:00
aclocal.m4 2006-04-11 Jeff Johnston <jjohnstn@redhat.com> 2006-04-11 19:02:16 +00:00
aio.c 2006-02-16 Jeff Johnston <jjohnstn@redhat.com> 2006-02-16 21:25:45 +00:00
aio64.c 2002-07-29 Jeff Johnston <jjohnstn@redhat.com> 2002-07-29 17:40:10 +00:00
bp-checks.h 2002-07-15 Jeff Johnston <jjohnstn@redhat.com> 2002-07-15 20:16:32 +00:00
brk.c 2002-08-17 Jeff Johnston <jjohnstn@redhat.com> 2002-08-17 05:19:18 +00:00
calloc.c 2002-07-15 Jeff Johnston <jjohnstn@redhat.com> 2002-07-15 20:16:32 +00:00
callocr.c 2002-07-15 Jeff Johnston <jjohnstn@redhat.com> 2002-07-15 21:13:32 +00:00
cfreer.c 2002-07-15 Jeff Johnston <jjohnstn@redhat.com> 2002-07-15 20:16:32 +00:00
cfspeed.c 2002-05-28 Jeff Johnston <jjohnstn@redhat.com> 2002-05-28 22:26:36 +00:00
clock_getres.c 2002-06-27 Jeff Johnston <jjohnstn@redhat.com> 2002-06-27 20:09:26 +00:00
clock_gettime.c 2002-06-27 Jeff Johnston <jjohnstn@redhat.com> 2002-06-27 20:09:26 +00:00
clock_settime.c 2002-06-27 Jeff Johnston <jjohnstn@redhat.com> 2002-06-27 20:09:26 +00:00
config.h 2002-07-25 Jeff Johnston <jjohnstn@redhat.com> 2002-07-25 17:59:48 +00:00
configure 2006-04-11 Jeff Johnston <jjohnstn@redhat.com> 2006-04-11 19:02:16 +00:00
configure.in 2006-04-11 Jeff Johnston <jjohnstn@redhat.com> 2006-04-11 19:02:16 +00:00
confstr.c 2002-07-25 Jeff Johnston <jjohnstn@redhat.com> 2002-07-25 18:41:15 +00:00
confstr.h 2002-07-25 Jeff Johnston <jjohnstn@redhat.com> 2002-07-25 18:41:15 +00:00
crt1.c 2002-04-04 Jeff Johnston <jjohnstn@redhat.com> 2002-04-04 22:41:11 +00:00
ctermid.c 2002-07-23 Jeff Johnston <jjohnstn@redhat.com> 2002-07-23 19:40:45 +00:00
fclean.c 2002-07-25 Jeff Johnston <jjohnstn@redhat.com> 2002-07-25 20:09:20 +00:00
flockfile.c 2002-05-17 Jeff Johnston <jjohnstn@redhat.com> 2002-05-17 23:39:39 +00:00
fpathconf.c * libc/include/langinfo.h: New file. 2002-08-23 01:56:05 +00:00
free.c 2002-07-15 Jeff Johnston <jjohnstn@redhat.com> 2002-07-15 20:16:32 +00:00
freer.c 2002-07-15 Jeff Johnston <jjohnstn@redhat.com> 2002-07-15 20:16:32 +00:00
fstab.c 2002-07-24 Jeff Johnston <jjohnstn@redhat.com> 2002-07-24 20:38:32 +00:00
fstatvfs.c 2002-07-24 Jeff Johnston <jjohnstn@redhat.com> 2002-07-24 20:38:32 +00:00
fstatvfs64.c 2002-07-24 Jeff Johnston <jjohnstn@redhat.com> 2002-07-24 20:38:32 +00:00
ftok.c 2002-08-26 Jeff Johnston <jjohnstn@redhat.com> 2002-08-26 18:56:09 +00:00
ftw.c 2002-07-26 Jeff Johnston <jjohnstn@redhat.com> 2002-07-26 21:44:34 +00:00
ftw64.c 2002-07-26 Jeff Johnston <jjohnstn@redhat.com> 2002-07-26 21:44:34 +00:00
funlockfile.c 2002-05-17 Jeff Johnston <jjohnstn@redhat.com> 2002-05-17 23:39:39 +00:00
getdate.c 2002-08-26 Jeff Johnston <jjohnstn@redhat.com> 2002-08-26 18:56:09 +00:00
getdate_err.c 2002-06-21 Jeff Johnston <jjohnstn@redhat.com> 2002-06-21 18:29:23 +00:00
gethostid.c 2003-05-28 Jeff Johnston <jjohnstn@redhat.com> 2003-05-28 22:04:40 +00:00
gethostname.c 2002-06-24 Jeff Johnston <jjohnstn@redhat.com> 2002-06-24 21:46:06 +00:00
getlogin.c 2003-11-07 Jeff Johnston <jjohnstn@redhat.com> 2003-11-07 23:47:05 +00:00
getopt.c * libc/sys/linux/argp: New directory. 2002-08-29 23:53:06 +00:00
getopt1.c * libc/sys/linux/argp: New directory. 2002-08-29 23:53:06 +00:00
getpwent.c 2005-05-12 Jeff Johnston <jjohnstn@redhat.com> 2005-05-12 22:06:26 +00:00
getreent.c 2002-05-17 Jeff Johnston <jjohnstn@redhat.com> 2002-05-17 23:39:39 +00:00
getrlimit64.c 2002-07-19 Jeff Johnston <jjohnstn@redhat.com> 2002-07-19 23:21:43 +00:00
getwd.c 2002-07-26 Jeff Johnston <jjohnstn@redhat.com> 2002-07-26 21:44:34 +00:00
hp-timing.h 2002-06-27 Jeff Johnston <jjohnstn@redhat.com> 2002-06-27 20:09:26 +00:00
ids.c 2002-08-26 Jeff Johnston <jjohnstn@redhat.com> 2002-08-26 18:56:09 +00:00
inode.c 2005-04-07 Shaun Jackman <sjackman@gmail.com> 2005-04-07 23:40:42 +00:00
internal_statvfs.c 2002-07-24 Jeff Johnston <jjohnstn@redhat.com> 2002-07-24 20:38:32 +00:00
io.c Fix reference to __mknod syscall to pass proper third argument. 2006-03-29 21:50:52 +00:00
io64.c 2002-07-25 Jeff Johnston <jjohnstn@redhat.com> 2002-07-25 21:07:08 +00:00
ipc.c 2002-06-19 Jeff Johnston <jjohnstn@redhat.com> 2002-06-19 22:17:33 +00:00
kernel_sigaction.h 2002-05-30 Jeff Johnston <jjohnstn@redhat.com> 2002-05-30 20:51:03 +00:00
libc-internal.h 2002-07-25 Jeff Johnston <jjohnstn@redhat.com> 2002-07-25 17:59:48 +00:00
libc-symbols.h 2002-07-15 Jeff Johnston <jjohnstn@redhat.com> 2002-07-15 20:16:32 +00:00
libc-tsd.h 2002-07-15 Jeff Johnston <jjohnstn@redhat.com> 2002-07-15 20:16:32 +00:00
libintl.h 2002-07-15 Jeff Johnston <jjohnstn@redhat.com> 2002-07-15 20:16:32 +00:00
linux.c 2002-04-03 Jeff Johnston <jjohnstn@redhat.com> 2002-04-03 22:46:21 +00:00
linux_fsinfo.h 2002-07-19 Jeff Johnston <jjohnstn@redhat.com> 2002-07-20 01:03:08 +00:00
malign.c 2002-07-15 Jeff Johnston <jjohnstn@redhat.com> 2002-07-15 20:16:32 +00:00
malignr.c 2002-07-15 Jeff Johnston <jjohnstn@redhat.com> 2002-07-15 20:16:32 +00:00
mallinfor.c 2002-07-15 Jeff Johnston <jjohnstn@redhat.com> 2002-07-15 20:16:32 +00:00
malloc.c 2003-06-20 Jeff Johnston <jjohnstn@redhat.com> 2003-06-20 23:57:48 +00:00
mallocr.c 2002-07-15 Jeff Johnston <jjohnstn@redhat.com> 2002-07-15 20:16:32 +00:00
malloptr.c 2002-07-15 Jeff Johnston <jjohnstn@redhat.com> 2002-07-15 20:16:32 +00:00
mallstatsr.c 2002-07-15 Jeff Johnston <jjohnstn@redhat.com> 2002-07-15 20:16:32 +00:00
mcheck.c 2003-06-20 Jeff Johnston <jjohnstn@redhat.com> 2003-06-20 23:57:48 +00:00
mhooks.h 2002-07-15 Jeff Johnston <jjohnstn@redhat.com> 2002-07-15 20:16:32 +00:00
mmap.c 2002-07-15 Jeff Johnston <jjohnstn@redhat.com> 2002-07-15 20:16:32 +00:00
mntent.c 2003-06-20 Jeff Johnston <jjohnstn@redhat.com> 2003-06-20 23:57:48 +00:00
mntent_r.c 2002-07-24 Jeff Johnston <jjohnstn@redhat.com> 2002-07-24 20:38:32 +00:00
mq_close.c 2002-07-15 Jeff Johnston <jjohnstn@redhat.com> 2002-07-15 20:16:32 +00:00
mq_getattr.c 2002-07-15 Jeff Johnston <jjohnstn@redhat.com> 2002-07-15 20:16:32 +00:00
mq_notify.c 2002-06-19 Jeff Johnston <jjohnstn@redhat.com> 2002-06-19 22:17:33 +00:00
mq_open.c 2003-06-27 Jose Goncalves <jose.goncalves@inov.pt> 2003-06-27 21:25:19 +00:00
mq_receive.c 2002-07-15 Jeff Johnston <jjohnstn@redhat.com> 2002-07-15 20:16:32 +00:00
mq_send.c 2002-07-15 Jeff Johnston <jjohnstn@redhat.com> 2002-07-15 20:16:32 +00:00
mq_setattr.c 2002-07-15 Jeff Johnston <jjohnstn@redhat.com> 2002-07-15 20:16:32 +00:00
mq_unlink.c 2002-07-15 Jeff Johnston <jjohnstn@redhat.com> 2002-07-15 20:16:32 +00:00
mqlocal.h 2002-06-19 Jeff Johnston <jjohnstn@redhat.com> 2002-06-19 22:17:33 +00:00
msize.c 2002-07-15 Jeff Johnston <jjohnstn@redhat.com> 2002-07-15 20:16:32 +00:00
msizer.c 2002-07-15 Jeff Johnston <jjohnstn@redhat.com> 2002-07-15 20:16:32 +00:00
mstats.c 2002-07-15 Jeff Johnston <jjohnstn@redhat.com> 2002-07-15 20:16:32 +00:00
mtrim.c 2002-07-15 Jeff Johnston <jjohnstn@redhat.com> 2002-07-15 20:16:32 +00:00
mtrimr.c 2002-07-15 Jeff Johnston <jjohnstn@redhat.com> 2002-07-15 20:16:32 +00:00
ntp_gettime.c 2002-06-21 Jeff Johnston <jjohnstn@redhat.com> 2002-06-21 18:29:23 +00:00
pathconf.c * libc/include/langinfo.h: New file. 2002-08-23 01:56:05 +00:00
pread.c 2002-05-17 Jeff Johnston <jjohnstn@redhat.com> 2002-05-17 23:39:39 +00:00
pread64.c 2002-05-17 Jeff Johnston <jjohnstn@redhat.com> 2002-05-17 23:39:39 +00:00
process.c 2002-08-26 Jeff Johnston <jjohnstn@redhat.com> 2002-08-26 18:56:09 +00:00
prof-freq.c * libc/include/langinfo.h: New file. 2002-08-23 01:56:05 +00:00
profile.c * libc/include/langinfo.h: New file. 2002-08-23 01:56:05 +00:00
psignal.c 2002-06-05 Jeff Johnston <jjohnstn@redhat.com> 2002-06-05 20:58:59 +00:00
pvallocr.c 2002-07-15 Jeff Johnston <jjohnstn@redhat.com> 2002-07-15 20:16:32 +00:00
pwrite.c 2002-05-17 Jeff Johnston <jjohnstn@redhat.com> 2002-05-17 23:39:39 +00:00
pwrite64.c 2002-05-17 Jeff Johnston <jjohnstn@redhat.com> 2002-05-17 23:39:39 +00:00
raise.c 2002-05-17 Jeff Johnston <jjohnstn@redhat.com> 2002-05-17 23:39:39 +00:00
readdir64.c 2002-07-23 Jeff Johnston <jjohnstn@redhat.com> 2002-07-23 19:40:45 +00:00
realloc.c 2002-07-15 Jeff Johnston <jjohnstn@redhat.com> 2002-07-15 20:16:32 +00:00
reallocr.c 2002-07-15 Jeff Johnston <jjohnstn@redhat.com> 2002-07-15 20:16:32 +00:00
realpath.c 2000-12-08 Werner Almesberger <Werner.Almesberger@epfl.ch> 2000-12-09 01:20:32 +00:00
rename.c 2002-05-24 Jeff Johnston <jjohnstn@redhat.com> 2002-05-24 23:44:39 +00:00
resource.c 2002-08-26 Jeff Johnston <jjohnstn@redhat.com> 2002-08-26 18:56:09 +00:00
scandir64.c 2002-07-26 Jeff Johnston <jjohnstn@redhat.com> 2002-07-26 21:44:34 +00:00
sched.c 2002-08-26 Jeff Johnston <jjohnstn@redhat.com> 2002-08-26 18:56:09 +00:00
select.c 2002-04-03 Jeff Johnston <jjohnstn@redhat.com> 2002-04-03 22:46:21 +00:00
seteuid.c * libc/sys/linux/sys/cdefs.h: Add __weak_reference macros. 2002-05-24 18:50:29 +00:00
sethostid.c 2003-05-28 Jeff Johnston <jjohnstn@redhat.com> 2003-05-28 22:04:40 +00:00
sethostname.c 2002-06-25 Jeff Johnston <jjohnstn@redhat.com> 2002-06-25 18:05:31 +00:00
setrlimit64.c 2002-07-19 Jeff Johnston <jjohnstn@redhat.com> 2002-07-19 23:21:43 +00:00
shared.ld 2005-12-16 Jeff Johnston <jjohnstn@redhat.com> 2005-12-16 20:49:42 +00:00
shm_open.c 2002-05-22 Jeff Johnston <jjohnstn@redhat.com> 2002-05-22 20:26:28 +00:00
shm_unlink.c 2002-05-22 Jeff Johnston <jjohnstn@redhat.com> 2002-05-22 20:26:28 +00:00
sig.c 2002-08-26 Jeff Johnston <jjohnstn@redhat.com> 2002-08-26 18:56:09 +00:00
sigaction.c 2002-05-31 Jeff Johnston <jjohnstn@redhat.com> 2002-05-31 20:18:59 +00:00
siglongjmp.c 2002-05-17 Jeff Johnston <jjohnstn@redhat.com> 2002-05-17 23:39:39 +00:00
signal.c 2002-05-31 Jeff Johnston <jjohnstn@redhat.com> 2002-05-31 20:18:59 +00:00
sigqueue.c 2002-05-30 Jeff Johnston <jjohnstn@redhat.com> 2002-05-30 20:51:03 +00:00
sigset.c 2002-05-31 Jeff Johnston <jjohnstn@redhat.com> 2002-05-31 20:18:59 +00:00
sigwait.c 2002-05-30 Jeff Johnston <jjohnstn@redhat.com> 2002-05-30 20:51:03 +00:00
sleep.c 2002-04-03 Jeff Johnston <jjohnstn@redhat.com> 2002-04-03 22:46:21 +00:00
socket.c 2002-05-17 Jeff Johnston <jjohnstn@redhat.com> 2002-05-17 23:39:39 +00:00
sockops.h 2002-04-03 Jeff Johnston <jjohnstn@redhat.com> 2002-04-03 22:46:21 +00:00
stack.c 2002-04-03 Jeff Johnston <jjohnstn@redhat.com> 2002-04-03 22:46:21 +00:00
statvfs.c 2002-07-24 Jeff Johnston <jjohnstn@redhat.com> 2002-07-24 20:38:32 +00:00
statvfs64.c 2002-07-24 Jeff Johnston <jjohnstn@redhat.com> 2002-07-24 20:38:32 +00:00
strsignal.c 2002-06-05 Jeff Johnston <jjohnstn@redhat.com> 2002-06-05 20:58:59 +00:00
strverscmp.c 2002-07-26 Jeff Johnston <jjohnstn@redhat.com> 2002-07-26 21:44:34 +00:00
sysconf.c 2002-06-27 Jeff Johnston <jjohnstn@redhat.com> 2002-06-27 20:09:26 +00:00
sysctl.c * libc/sys/linux/sys/cdefs.h: Add __weak_reference macros. 2002-05-24 18:50:29 +00:00
systat.c 2002-04-03 Jeff Johnston <jjohnstn@redhat.com> 2002-04-03 22:46:21 +00:00
system.c 2002-05-17 Jeff Johnston <jjohnstn@redhat.com> 2002-05-17 23:39:39 +00:00
tcdrain.c 2002-05-17 Jeff Johnston <jjohnstn@redhat.com> 2002-05-17 23:39:39 +00:00
tcsendbrk.c 2002-05-28 Jeff Johnston <jjohnstn@redhat.com> 2002-05-28 22:26:36 +00:00
termios.c 2002-08-26 Jeff Johnston <jjohnstn@redhat.com> 2002-08-26 18:56:09 +00:00
thread-m.h 2002-07-15 Jeff Johnston <jjohnstn@redhat.com> 2002-07-15 20:16:32 +00:00
time.c 2002-06-21 Jeff Johnston <jjohnstn@redhat.com> 2002-06-21 18:29:23 +00:00
ttyname_r.c 2002-07-25 Jeff Johnston <jjohnstn@redhat.com> 2002-07-25 17:59:48 +00:00
usleep.c 2002-04-03 Jeff Johnston <jjohnstn@redhat.com> 2002-04-03 22:46:21 +00:00
utimes.c 2002-07-04 Jeff Johnston <jjohnstn@redhat.com> 2002-07-04 22:51:08 +00:00
vallocr.c 2002-07-15 Jeff Johnston <jjohnstn@redhat.com> 2002-07-15 20:16:32 +00:00
versionsort.c 2002-07-26 Jeff Johnston <jjohnstn@redhat.com> 2002-07-26 21:44:34 +00:00
versionsort64.c 2002-07-26 Jeff Johnston <jjohnstn@redhat.com> 2002-07-26 21:44:34 +00:00
wait.c 2002-08-26 Jeff Johnston <jjohnstn@redhat.com> 2002-08-26 18:56:09 +00:00