]> andersk Git - openssh.git/commit - Makefile.in
- (bal) Reorder. Move all bsd-*, fake-*, next-*, and cygwin* stuff to
authormouring <mouring>
Wed, 31 Jan 2001 21:52:01 +0000 (21:52 +0000)
committermouring <mouring>
Wed, 31 Jan 2001 21:52:01 +0000 (21:52 +0000)
commit9c8dbb1bfa2808826bc9154227521315d4c0c5ee
tree34dc7b3d4a8aecbc90f753f41adee8504f80ddeb
parentc59dc6bdf51924101f1e28ee0846ef32fdc98f5f
 - (bal) Reorder.  Move all bsd-*, fake-*, next-*, and cygwin* stuff to
   openbsd-compat/.  And resolve all ./configure and Makefile.in issues
   assocated.

Logic:

* All OpenBSD functions should have the same filename as in the OpenBSD
  tree

* All 'home brew' functions have bsd-* infront of them.

* All 'not really implemented' functions have fake-* infront of them.
64 files changed:
ChangeLog
Makefile.in
configure.in
includes.h
openbsd-compat/Makefile.in [new file with mode: 0644]
openbsd-compat/base64.c [moved from bsd-base64.c with 99% similarity]
openbsd-compat/base64.h [moved from bsd-base64.h with 100% similarity]
openbsd-compat/bindresvport.c [moved from bsd-bindresvport.c with 100% similarity]
openbsd-compat/bindresvport.h [moved from bsd-bindresvport.h with 100% similarity]
openbsd-compat/bsd-arc4random.c [moved from bsd-arc4random.c with 100% similarity]
openbsd-compat/bsd-arc4random.h [moved from bsd-arc4random.h with 100% similarity]
openbsd-compat/bsd-cygwin_util.c [moved from cygwin_util.c with 100% similarity]
openbsd-compat/bsd-cygwin_util.h [moved from cygwin_util.h with 100% similarity]
openbsd-compat/bsd-misc.c [moved from bsd-misc.c with 100% similarity]
openbsd-compat/bsd-misc.h [moved from bsd-misc.h with 100% similarity]
openbsd-compat/bsd-nextstep.c [moved from next-posix.c with 100% similarity]
openbsd-compat/bsd-nextstep.h [moved from next-posix.h with 100% similarity]
openbsd-compat/bsd-snprintf.c [moved from bsd-snprintf.c with 100% similarity]
openbsd-compat/bsd-snprintf.h [moved from bsd-snprintf.h with 100% similarity]
openbsd-compat/bsd-waitpid.c [moved from bsd-waitpid.c with 100% similarity]
openbsd-compat/bsd-waitpid.h [moved from bsd-waitpid.h with 100% similarity]
openbsd-compat/daemon.c [moved from bsd-daemon.c with 100% similarity]
openbsd-compat/daemon.h [moved from bsd-daemon.h with 100% similarity]
openbsd-compat/fake-gai-errnos.h [moved from fake-gai-errnos.h with 100% similarity]
openbsd-compat/fake-getaddrinfo.c [moved from fake-getaddrinfo.c with 100% similarity]
openbsd-compat/fake-getaddrinfo.h [moved from fake-getaddrinfo.h with 100% similarity]
openbsd-compat/fake-getnameinfo.c [moved from fake-getnameinfo.c with 100% similarity]
openbsd-compat/fake-getnameinfo.h [moved from fake-getnameinfo.h with 100% similarity]
openbsd-compat/fake-regex.h [moved from fake-regex.h with 100% similarity]
openbsd-compat/fake-socket.h [moved from fake-socket.h with 100% similarity]
openbsd-compat/getcwd.c [moved from bsd-getcwd.c with 100% similarity]
openbsd-compat/getcwd.h [moved from bsd-getcwd.h with 100% similarity]
openbsd-compat/getgrouplist.c [moved from bsd-getgrouplist.c with 100% similarity]
openbsd-compat/getgrouplist.h [moved from bsd-getgrouplist.h with 100% similarity]
openbsd-compat/inet_aton.c [moved from bsd-inet_aton.c with 100% similarity]
openbsd-compat/inet_aton.h [moved from bsd-inet_aton.h with 100% similarity]
openbsd-compat/inet_ntoa.c [moved from bsd-inet_ntoa.c with 100% similarity]
openbsd-compat/inet_ntoa.h [moved from bsd-inet_ntoa.h with 100% similarity]
openbsd-compat/mktemp.c [moved from bsd-mktemp.c with 100% similarity]
openbsd-compat/mktemp.h [moved from bsd-mktemp.h with 100% similarity]
openbsd-compat/openbsd-compat.h [new file with mode: 0644]
openbsd-compat/queue.h [moved from bsd-queue.h with 100% similarity]
openbsd-compat/realpath.c [moved from bsd-realpath.c with 100% similarity]
openbsd-compat/realpath.h [moved from bsd-realpath.h with 100% similarity]
openbsd-compat/rresvport.c [moved from bsd-rresvport.c with 100% similarity]
openbsd-compat/rresvport.h [moved from bsd-rresvport.h with 100% similarity]
openbsd-compat/setenv.c [moved from bsd-setenv.c with 100% similarity]
openbsd-compat/setenv.h [moved from bsd-setenv.h with 100% similarity]
openbsd-compat/setproctitle.c [moved from bsd-setproctitle.c with 100% similarity]
openbsd-compat/setproctitle.h [moved from bsd-setproctitle.h with 100% similarity]
openbsd-compat/sigaction.c [moved from bsd-sigaction.c with 99% similarity]
openbsd-compat/sigaction.h [moved from bsd-sigaction.h with 100% similarity]
openbsd-compat/strlcat.c [moved from bsd-strlcat.c with 100% similarity]
openbsd-compat/strlcat.h [moved from bsd-strlcat.h with 100% similarity]
openbsd-compat/strlcpy.c [moved from bsd-strlcpy.c with 100% similarity]
openbsd-compat/strlcpy.h [moved from bsd-strlcpy.h with 100% similarity]
openbsd-compat/strmode.c [moved from bsd-strmode.c with 100% similarity]
openbsd-compat/strmode.h [moved from bsd-strmode.h with 100% similarity]
openbsd-compat/strsep.c [moved from bsd-strsep.c with 100% similarity]
openbsd-compat/strsep.h [moved from bsd-strsep.h with 100% similarity]
openbsd-compat/strtok.c [moved from bsd-strtok.c with 100% similarity]
openbsd-compat/strtok.h [moved from bsd-strtok.h with 100% similarity]
openbsd-compat/vis.c [moved from bsd-vis.c with 100% similarity]
openbsd-compat/vis.h [moved from bsd-vis.h with 100% similarity]
This page took 0.703535 seconds and 5 git commands to generate.