Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-06-29 | - (bal) Removed net_aton() since we don't use it any more | Ben Lindstrom | |
2001-06-28 | You know I really should wake up. <sigh> Stop those 3 files from files from | Ben Lindstrom | |
being compiled since we removed them. =) | |||
2001-06-25 | - (djm) Bring in readpassphrase() from OpenBSD libc. Compiles OK on Linux and | Damien Miller | |
Solaris | |||
2001-06-10 | - (bal) NeXT/MacOS X lack libgen.h and dirname(). Patch by Mark Miller | Ben Lindstrom | |
<markm@swoon.net> | |||
2001-04-12 | - (bal) Added openbsd-compat/inet_ntop.[ch] since HP/UX (and others) | Ben Lindstrom | |
lack it. | |||
2001-03-19 | - (djm) Add getusershell() functions from OpenBSD CVS | Damien Miller | |
2001-03-14 | - (djm) Add replacement glob() from OpenBSD libc if the system glob is | Damien Miller | |
missing or lacks the GLOB_ALTDIRFUNC extension - (djm) Remove -I$(srcdir)/openbsd-compat from CFLAGS, refer to headers relatively. Avoids conflict between glob.h and /usr/include/glob.h | |||
2001-02-24 | - (bal) Renamed sigaction.[ch] to sigact.[ch]. Causes problems with | Ben Lindstrom | |
some platforms. | |||
2001-02-09 | - (djm) Add CVS Id's to files that we have missed | Damien Miller | |
2001-01-31 | - (bal) Reorder. Move all bsd-*, fake-*, next-*, and cygwin* stuff to | Ben Lindstrom | |
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. |