Age | Commit message (Collapse) | Author |
|
|
|
|
|
being compiled since we removed them. =)
|
|
|
|
|
|
- (djm) Sync openbsd-compat with -current libc
|
|
|
|
- djm@cvs.openbsd.org 2001/06/27 13:23:30
typo, spotted by Tom Holroyd <tomh@po.crl.go.jp>; ok deraadt@
|
|
Solaris
|
|
<markm@swoon.net>
|
|
|
|
|
|
Vinschen <vinschen@redhat.com>
|
|
<vinschen@redhat.com>
|
|
|
|
lack it.
|
|
|
|
|
|
|
|
Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
stuff. Change suggested by Mark Miller <markm@swoon.net>
|
|
|
|
|
|
do it implicitly.
|
|
openbsd-compat/glob.[ch] support if it does not exist.
|
|
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
|
|
|
|
|
|
|
|
some platforms.
|
|
getcwd.c.
|
|
<vinschen@redhat.com> and myself.
|
|
Mark Miller <markm@swoon.net>
|
|
I did a base KNF over the whe whole file to make it more acceptable.
(backed out of original patch and removed it from ChangeLog)
This has been a long time coming. If we decide that we need VARARGS support
we should do it at a higher level, since no where else do we support VARARGS
in the code base.
|
|
- (bal) added TODO item to clean up and sort out 'varargs' from 'stdargs'
|
|
|
|
main tree while porting forward. Pointed out by Lutz Jaenicke
<Lutz.Jaenicke@aet.TU-Cottbus.DE>
|
|
<rjmooney@mediaone.net>
|
|
|
|
right.
|
|
|
|
based file) to ensure #include space does not get confused.
|
|
<vinschen@redhat.com>
|
|
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.
|