added watt32 headers and brought the DOS version up to parity with UNIX
authorJohn Tsiombikas <nuclear@member.fsf.org>
Thu, 26 Jan 2023 12:18:01 +0000 (14:18 +0200)
committerJohn Tsiombikas <nuclear@member.fsf.org>
Thu, 26 Jan 2023 12:18:01 +0000 (14:18 +0200)
commit214a070238552de6167bbf506cbc23006969a182
tree895a2a0270495ba4b0c4c7a5f5938ac6c4c324ea
parentd3c8a942b99443abf0c11d9759994022ed6da597
added watt32 headers and brought the DOS version up to parity with UNIX
156 files changed:
.gitignore
Makefile
libs/watt32/arpa/ftp.h [new file with mode: 0644]
libs/watt32/arpa/inet.h [new file with mode: 0644]
libs/watt32/arpa/nameser.h [new file with mode: 0644]
libs/watt32/arpa/telnet.h [new file with mode: 0644]
libs/watt32/arpa/tftp.h [new file with mode: 0644]
libs/watt32/copying.bsd [new file with mode: 0644]
libs/watt32/err.h [new file with mode: 0644]
libs/watt32/net/bpf.h [new file with mode: 0644]
libs/watt32/net/bpfdesc.h [new file with mode: 0644]
libs/watt32/net/ethertyp.h [new file with mode: 0644]
libs/watt32/net/if.h [new file with mode: 0644]
libs/watt32/net/if_arc.h [new file with mode: 0644]
libs/watt32/net/if_arp.h [new file with mode: 0644]
libs/watt32/net/if_atm.h [new file with mode: 0644]
libs/watt32/net/if_dl.h [new file with mode: 0644]
libs/watt32/net/if_ether.h [new file with mode: 0644]
libs/watt32/net/if_fddi.h [new file with mode: 0644]
libs/watt32/net/if_llc.h [new file with mode: 0644]
libs/watt32/net/if_media.h [new file with mode: 0644]
libs/watt32/net/if_packe.h [new file with mode: 0644]
libs/watt32/net/if_ppp.h [new file with mode: 0644]
libs/watt32/net/if_pppva.h [new file with mode: 0644]
libs/watt32/net/if_slvar.h [new file with mode: 0644]
libs/watt32/net/if_strip.h [new file with mode: 0644]
libs/watt32/net/if_tun.h [new file with mode: 0644]
libs/watt32/net/if_types.h [new file with mode: 0644]
libs/watt32/net/netisr.h [new file with mode: 0644]
libs/watt32/net/pfil.h [new file with mode: 0644]
libs/watt32/net/ppp-comp.h [new file with mode: 0644]
libs/watt32/net/ppp_defs.h [new file with mode: 0644]
libs/watt32/net/radix.h [new file with mode: 0644]
libs/watt32/net/raw_cb.h [new file with mode: 0644]
libs/watt32/net/route.h [new file with mode: 0644]
libs/watt32/net/slcompre.h [new file with mode: 0644]
libs/watt32/net/slip.h [new file with mode: 0644]
libs/watt32/netdb.h [new file with mode: 0644]
libs/watt32/netinet/icmp6.h [new file with mode: 0644]
libs/watt32/netinet/icmp_var.h [new file with mode: 0644]
libs/watt32/netinet/if_ether.h [new file with mode: 0644]
libs/watt32/netinet/if_fddi.h [new file with mode: 0644]
libs/watt32/netinet/igmp.h [new file with mode: 0644]
libs/watt32/netinet/igmp_var.h [new file with mode: 0644]
libs/watt32/netinet/in.h [new file with mode: 0644]
libs/watt32/netinet/in_pcb.h [new file with mode: 0644]
libs/watt32/netinet/in_systm.h [new file with mode: 0644]
libs/watt32/netinet/in_var.h [new file with mode: 0644]
libs/watt32/netinet/ip.h [new file with mode: 0644]
libs/watt32/netinet/ip6.h [new file with mode: 0644]
libs/watt32/netinet/ip_fw.h [new file with mode: 0644]
libs/watt32/netinet/ip_icmp.h [new file with mode: 0644]
libs/watt32/netinet/ip_mrout.h [new file with mode: 0644]
libs/watt32/netinet/ip_var.h [new file with mode: 0644]
libs/watt32/netinet/ipv6.h [new file with mode: 0644]
libs/watt32/netinet/tcp.h [new file with mode: 0644]
libs/watt32/netinet/tcp_debu.h [new file with mode: 0644]
libs/watt32/netinet/tcp_fsm.h [new file with mode: 0644]
libs/watt32/netinet/tcp_scor.h [new file with mode: 0644]
libs/watt32/netinet/tcp_seq.h [new file with mode: 0644]
libs/watt32/netinet/tcp_time.h [new file with mode: 0644]
libs/watt32/netinet/tcp_var.h [new file with mode: 0644]
libs/watt32/netinet/tcpip.h [new file with mode: 0644]
libs/watt32/netinet/udp.h [new file with mode: 0644]
libs/watt32/netinet/udp_var.h [new file with mode: 0644]
libs/watt32/netinet6/ah.h [new file with mode: 0644]
libs/watt32/netinet6/ah6.h [new file with mode: 0644]
libs/watt32/netinet6/esp.h [new file with mode: 0644]
libs/watt32/netinet6/esp6.h [new file with mode: 0644]
libs/watt32/netinet6/esp_rijn.h [new file with mode: 0644]
libs/watt32/netinet6/in6.h [new file with mode: 0644]
libs/watt32/netinet6/in6_gif.h [new file with mode: 0644]
libs/watt32/netinet6/in6_ifat.h [new file with mode: 0644]
libs/watt32/netinet6/in6_pcb.h [new file with mode: 0644]
libs/watt32/netinet6/in6_pref.h [new file with mode: 0644]
libs/watt32/netinet6/in6_var.h [new file with mode: 0644]
libs/watt32/netinet6/ip6.h [new file with mode: 0644]
libs/watt32/netinet6/ip6_ecn.h [new file with mode: 0644]
libs/watt32/netinet6/ip6_fw.h [new file with mode: 0644]
libs/watt32/netinet6/ip6_mrou.h [new file with mode: 0644]
libs/watt32/netinet6/ip6_var.h [new file with mode: 0644]
libs/watt32/netinet6/ip6proto.h [new file with mode: 0644]
libs/watt32/netinet6/ipcomp.h [new file with mode: 0644]
libs/watt32/netinet6/ipcomp6.h [new file with mode: 0644]
libs/watt32/netinet6/ipsec.h [new file with mode: 0644]
libs/watt32/netinet6/ipsec6.h [new file with mode: 0644]
libs/watt32/netinet6/mld6_var.h [new file with mode: 0644]
libs/watt32/netinet6/nd6.h [new file with mode: 0644]
libs/watt32/netinet6/pim6.h [new file with mode: 0644]
libs/watt32/netinet6/pim6_var.h [new file with mode: 0644]
libs/watt32/netinet6/raw_ip6.h [new file with mode: 0644]
libs/watt32/netinet6/scope6_v.h [new file with mode: 0644]
libs/watt32/netinet6/tcp6_var.h [new file with mode: 0644]
libs/watt32/netinet6/udp6_var.h [new file with mode: 0644]
libs/watt32/protocol/dumprest.h [new file with mode: 0644]
libs/watt32/protocol/routed.h [new file with mode: 0644]
libs/watt32/protocol/rwhod.h [new file with mode: 0644]
libs/watt32/protocol/talkd.h [new file with mode: 0644]
libs/watt32/protocol/timed.h [new file with mode: 0644]
libs/watt32/resolv.h [new file with mode: 0644]
libs/watt32/rpc/auth.h [new file with mode: 0644]
libs/watt32/rpc/auth_des.h [new file with mode: 0644]
libs/watt32/rpc/auth_uni.h [new file with mode: 0644]
libs/watt32/rpc/clnt.h [new file with mode: 0644]
libs/watt32/rpc/key_prot.h [new file with mode: 0644]
libs/watt32/rpc/pmap_cln.h [new file with mode: 0644]
libs/watt32/rpc/pmap_pro.h [new file with mode: 0644]
libs/watt32/rpc/pmap_rmt.h [new file with mode: 0644]
libs/watt32/rpc/rpc.h [new file with mode: 0644]
libs/watt32/rpc/rpc_msg.h [new file with mode: 0644]
libs/watt32/rpc/svc.h [new file with mode: 0644]
libs/watt32/rpc/svc_auth.h [new file with mode: 0644]
libs/watt32/rpc/types.h [new file with mode: 0644]
libs/watt32/rpc/xdr.h [new file with mode: 0644]
libs/watt32/rpcsvc/yp_prot.h [new file with mode: 0644]
libs/watt32/rpcsvc/ypclnt.h [new file with mode: 0644]
libs/watt32/sys/borlandc.err [new file with mode: 0644]
libs/watt32/sys/cdefs.h [new file with mode: 0644]
libs/watt32/sys/digmars.err [new file with mode: 0644]
libs/watt32/sys/djgpp.err [new file with mode: 0644]
libs/watt32/sys/errno.h [new file with mode: 0644]
libs/watt32/sys/highc.err [new file with mode: 0644]
libs/watt32/sys/ioctl.h [new file with mode: 0644]
libs/watt32/sys/ladsoft.err [new file with mode: 0644]
libs/watt32/sys/lcc.err [new file with mode: 0644]
libs/watt32/sys/mingw32.err [new file with mode: 0644]
libs/watt32/sys/packoff.h [new file with mode: 0644]
libs/watt32/sys/packon.h [new file with mode: 0644]
libs/watt32/sys/param.h [new file with mode: 0644]
libs/watt32/sys/pellesc.err [new file with mode: 0644]
libs/watt32/sys/poll.h [new file with mode: 0644]
libs/watt32/sys/queue.h [new file with mode: 0644]
libs/watt32/sys/quickc.err [new file with mode: 0644]
libs/watt32/sys/select.h [new file with mode: 0644]
libs/watt32/sys/so_ioctl.h [new file with mode: 0644]
libs/watt32/sys/socket.h [new file with mode: 0644]
libs/watt32/sys/swap.h [new file with mode: 0644]
libs/watt32/sys/syslog.h [new file with mode: 0644]
libs/watt32/sys/turboc.err [new file with mode: 0644]
libs/watt32/sys/uio.h [new file with mode: 0644]
libs/watt32/sys/visualc.err [new file with mode: 0644]
libs/watt32/sys/w32api.h [new file with mode: 0644]
libs/watt32/sys/watcom.err [new file with mode: 0644]
libs/watt32/sys/werrno.h [new file with mode: 0644]
libs/watt32/sys/wtime.h [new file with mode: 0644]
libs/watt32/sys/wtypes.h [new file with mode: 0644]
libs/watt32/syslog.h [new file with mode: 0644]
libs/watt32/tcp.h [new file with mode: 0644]
libs/watt32/winsock.h [new file with mode: 0644]
libs/watt32/winsock2.h [new file with mode: 0644]
libs/watt32/ws2tcpip.h [new file with mode: 0644]
src/dos/input.c
src/dos/tgfx.c
src/ftp.c
src/ftp.h
src/main.c