OSDN Git Service

Initial revision
authorErik Andersen <andersen@codepoet.org>
Sun, 14 May 2000 04:16:35 +0000 (04:16 -0000)
committerErik Andersen <andersen@codepoet.org>
Sun, 14 May 2000 04:16:35 +0000 (04:16 -0000)
commit64bc6412188b141c010ac3b8e813b837dd991e80
treeffa12b79ea4b13191754f54b872eb1a4f9e3a04b
Initial revision
202 files changed:
COPYING.LIB [new file with mode: 0644]
Makefile [new file with mode: 0644]
include/a.out.h [new file with mode: 0644]
include/ar.h [new file with mode: 0644]
include/arpa/inet.h [new file with mode: 0644]
include/arpa/nameser.h [new file with mode: 0644]
include/arpa/telnet.h [new file with mode: 0644]
include/arpa/tftp.h [new file with mode: 0644]
include/assert.h [new file with mode: 0644]
include/cfgfile.h [new file with mode: 0644]
include/ctype.h [new file with mode: 0644]
include/dirent.h [new file with mode: 0644]
include/endian.h [new file with mode: 0644]
include/err.h [new file with mode: 0644]
include/errno.h [new file with mode: 0644]
include/fcntl.h [new file with mode: 0644]
include/features.h [new file with mode: 0644]
include/getopt.h [new file with mode: 0644]
include/grp.h [new file with mode: 0644]
include/limits.h [new file with mode: 0644]
include/malloc.h [new file with mode: 0644]
include/math.h [new file with mode: 0644]
include/memory.h [new file with mode: 0644]
include/mntent.h [new file with mode: 0644]
include/netdb.h [new file with mode: 0644]
include/netinet/igmp.h [new file with mode: 0644]
include/netinet/in.h [new file with mode: 0644]
include/netinet/in_systm.h [new file with mode: 0644]
include/netinet/ip.h [new file with mode: 0644]
include/netinet/ip_fw.h [new file with mode: 0644]
include/netinet/ip_icmp.h [new file with mode: 0644]
include/netinet/ip_tcp.h [new file with mode: 0644]
include/netinet/ip_udp.h [new file with mode: 0644]
include/netinet/protocols.h [new file with mode: 0644]
include/netinet/tcp.h [new file with mode: 0644]
include/netinet/udp.h [new file with mode: 0644]
include/paths.h [new file with mode: 0644]
include/pwd.h [new file with mode: 0644]
include/regexp.h [new file with mode: 0644]
include/resolv.h [new file with mode: 0644]
include/rpc/auth.h [new file with mode: 0644]
include/rpc/auth_des.h [new file with mode: 0644]
include/rpc/auth_unix.h [new file with mode: 0644]
include/rpc/clnt.h [new file with mode: 0644]
include/rpc/pmap_clnt.h [new file with mode: 0644]
include/rpc/pmap_prot.h [new file with mode: 0644]
include/rpc/pmap_rmt.h [new file with mode: 0644]
include/rpc/rpc.h [new file with mode: 0644]
include/rpc/rpc_msg.h [new file with mode: 0644]
include/rpc/svc.h [new file with mode: 0644]
include/rpc/svc_auth.h [new file with mode: 0644]
include/rpc/types.h [new file with mode: 0644]
include/rpc/xdr.h [new file with mode: 0644]
include/search.h [new file with mode: 0644]
include/setjmp.h [new file with mode: 0644]
include/signal.h [new file with mode: 0644]
include/stdarg.h [new file with mode: 0644]
include/stdio.h [new file with mode: 0644]
include/stdlib.h [new file with mode: 0644]
include/string.h [new file with mode: 0644]
include/strings.h [new file with mode: 0644]
include/sys/bitypes.h [new file with mode: 0644]
include/sys/cdefs.h [new file with mode: 0644]
include/sys/dir.h [new file with mode: 0644]
include/sys/errno.h [new file with mode: 0644]
include/sys/fcntl.h [new file with mode: 0644]
include/sys/file.h [new file with mode: 0644]
include/sys/ioctl.h [new file with mode: 0644]
include/sys/mman.h [new file with mode: 0644]
include/sys/mount.h [new file with mode: 0644]
include/sys/param.h [new file with mode: 0644]
include/sys/resource.h [new file with mode: 0644]
include/sys/signal.h [new file with mode: 0644]
include/sys/socket.h [new file with mode: 0644]
include/sys/socketcall.h [new file with mode: 0644]
include/sys/socketio.h [new file with mode: 0644]
include/sys/socketvar.h [new file with mode: 0644]
include/sys/stat.h [new file with mode: 0644]
include/sys/syscall.h [new file with mode: 0644]
include/sys/syslog.h [new file with mode: 0644]
include/sys/termios.h [new file with mode: 0644]
include/sys/time.h [new file with mode: 0644]
include/sys/times.h [new file with mode: 0644]
include/sys/types.h [new file with mode: 0644]
include/sys/uio.h [new file with mode: 0644]
include/sys/un.h [new file with mode: 0644]
include/sys/utsname.h [new file with mode: 0644]
include/sys/vfs.h [new file with mode: 0644]
include/sys/vm86.h [new file with mode: 0644]
include/sys/wait.h [new file with mode: 0644]
include/syscall.h [new file with mode: 0644]
include/syslog.h [new file with mode: 0644]
include/termcap.h [new file with mode: 0644]
include/termio.h [new file with mode: 0644]
include/termios.h [new file with mode: 0644]
include/time.h [new file with mode: 0644]
include/unistd.h [new file with mode: 0644]
include/utime.h [new file with mode: 0644]
include/utmp.h [new file with mode: 0644]
include/wait.h [new file with mode: 0644]
libc/inet/Makefile [new file with mode: 0644]
libc/inet/addr.c [new file with mode: 0644]
libc/inet/resolv.c [new file with mode: 0644]
libc/inet/rpc/Makefile [new file with mode: 0644]
libc/inet/rpc/auth_none.c [new file with mode: 0644]
libc/inet/rpc/auth_unix.c [new file with mode: 0644]
libc/inet/rpc/authunix_prot.c [new file with mode: 0644]
libc/inet/rpc/bindresvport.c [new file with mode: 0644]
libc/inet/rpc/clnt_generic.c [new file with mode: 0644]
libc/inet/rpc/clnt_perror.c [new file with mode: 0644]
libc/inet/rpc/clnt_raw.c [new file with mode: 0644]
libc/inet/rpc/clnt_simple.c [new file with mode: 0644]
libc/inet/rpc/clnt_tcp.c [new file with mode: 0644]
libc/inet/rpc/clnt_udp.c [new file with mode: 0644]
libc/inet/rpc/get_myaddress.c [new file with mode: 0644]
libc/inet/rpc/getrpcent.c [new file with mode: 0644]
libc/inet/rpc/getrpcport.c [new file with mode: 0644]
libc/inet/rpc/pmap_clnt.c [new file with mode: 0644]
libc/inet/rpc/pmap_getmaps.c [new file with mode: 0644]
libc/inet/rpc/pmap_getport.c [new file with mode: 0644]
libc/inet/rpc/pmap_prot.c [new file with mode: 0644]
libc/inet/rpc/pmap_prot2.c [new file with mode: 0644]
libc/inet/rpc/pmap_rmt.c [new file with mode: 0644]
libc/inet/rpc/rpc_callmsg.c [new file with mode: 0644]
libc/inet/rpc/rpc_commondata.c [new file with mode: 0644]
libc/inet/rpc/rpc_dtablesize.c [new file with mode: 0644]
libc/inet/rpc/rpc_prot.c [new file with mode: 0644]
libc/inet/rpc/svc.c [new file with mode: 0644]
libc/inet/rpc/svc_auth.c [new file with mode: 0644]
libc/inet/rpc/svc_auth_unix.c [new file with mode: 0644]
libc/inet/rpc/svc_raw.c [new file with mode: 0644]
libc/inet/rpc/svc_run.c [new file with mode: 0644]
libc/inet/rpc/svc_simple.c [new file with mode: 0644]
libc/inet/rpc/svc_tcp.c [new file with mode: 0644]
libc/inet/rpc/svc_udp.c [new file with mode: 0644]
libc/inet/rpc/xdr.c [new file with mode: 0644]
libc/inet/rpc/xdr_array.c [new file with mode: 0644]
libc/inet/rpc/xdr_float.c [new file with mode: 0644]
libc/inet/rpc/xdr_mem.c [new file with mode: 0644]
libc/inet/rpc/xdr_rec.c [new file with mode: 0644]
libc/inet/rpc/xdr_reference.c [new file with mode: 0644]
libc/inet/rpc/xdr_stdio.c [new file with mode: 0644]
libc/misc/time/Makefile [new file with mode: 0644]
libc/misc/time/README [new file with mode: 0644]
libc/misc/time/asc_conv.c [new file with mode: 0644]
libc/misc/time/asctime.c [new file with mode: 0644]
libc/misc/time/asctime_r.c [new file with mode: 0644]
libc/misc/time/ctime.c [new file with mode: 0644]
libc/misc/time/ctime_r.c [new file with mode: 0644]
libc/misc/time/gmtime.c [new file with mode: 0644]
libc/misc/time/gmtime_r.c [new file with mode: 0644]
libc/misc/time/localtime.c [new file with mode: 0644]
libc/misc/time/localtime_r.c [new file with mode: 0644]
libc/misc/time/mktime.c [new file with mode: 0644]
libc/misc/time/tm_conv.c [new file with mode: 0644]
libc/pwd_grp/Makefile [new file with mode: 0644]
libc/pwd_grp/__getgrent.c [new file with mode: 0644]
libc/pwd_grp/config.h [new file with mode: 0644]
libc/pwd_grp/fgetgrent.c [new file with mode: 0644]
libc/pwd_grp/fgetpwent.c [new file with mode: 0644]
libc/pwd_grp/getgrgid.c [new file with mode: 0644]
libc/pwd_grp/getgrnam.c [new file with mode: 0644]
libc/pwd_grp/getpw.c [new file with mode: 0644]
libc/pwd_grp/getpwnam.c [new file with mode: 0644]
libc/pwd_grp/getpwuid.c [new file with mode: 0644]
libc/pwd_grp/grent.c [new file with mode: 0644]
libc/pwd_grp/initgroups.c [new file with mode: 0644]
libc/pwd_grp/putpwent.c [new file with mode: 0644]
libc/pwd_grp/pwent.c [new file with mode: 0644]
libc/stdio/Makefile [new file with mode: 0644]
libc/stdio/printf.c [new file with mode: 0644]
libc/stdio/scanf.c [new file with mode: 0644]
libc/stdio/stdio.c [new file with mode: 0644]
libc/stdlib/Makefile [new file with mode: 0644]
libc/stdlib/atexit.c [new file with mode: 0644]
libc/stdlib/bsearch.c [new file with mode: 0644]
libc/stdlib/getenv.c [new file with mode: 0644]
libc/stdlib/malloc/Makefile [new file with mode: 0644]
libc/stdlib/malloc/alloc.c [new file with mode: 0644]
libc/stdlib/mkstemp.c [new file with mode: 0644]
libc/stdlib/mktemp.c [new file with mode: 0644]
libc/stdlib/putenv.c [new file with mode: 0644]
libc/stdlib/qsort.c [new file with mode: 0644]
libc/stdlib/rand.c [new file with mode: 0644]
libc/stdlib/setenv.c [new file with mode: 0644]
libc/stdlib/strtod.c [new file with mode: 0644]
libc/stdlib/system.c [new file with mode: 0644]
libc/string/Makefile [new file with mode: 0644]
libc/string/config.c [new file with mode: 0644]
libc/string/strcasecmp.c [new file with mode: 0644]
libc/string/strcspn.c [new file with mode: 0644]
libc/string/string.c [new file with mode: 0644]
libc/string/strncasecmp.c [new file with mode: 0644]
libc/string/strpbrk.c [new file with mode: 0644]
libc/string/strsep.c [new file with mode: 0644]
libc/string/strspn.c [new file with mode: 0644]
libc/string/strstr.c [new file with mode: 0644]
libc/string/strtok.c [new file with mode: 0644]
libc/sysdeps/linux/i386/bits/setjmp.h [new file with mode: 0644]
libc/termios/Makefile [new file with mode: 0644]
libc/termios/termios.c [new file with mode: 0644]
libc/termios/ttyname.c [new file with mode: 0644]