summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)Author
1999-12-09dlopen and dlsym take const char * parameters.Marc Espie
Fix prototypes, propagate const where applicable.
1999-11-27In ANSI C++, wchar_t is a builtin. gcc 2.95.1 handles that correctly.Marc Espie
Redefining it as a typedef is an error, as it prevents overloading on e.g., int/wchar_t separately.
1999-11-20Generate g2c.h at prereq stage.Marc Espie
Install it under /usr/include
1999-11-15Typo in comment.Aaron Campbell
1999-10-05get httpd in WDIRS as well as the prereq dirs.Bob Beck
1999-10-05add httpd to includes target so apache includes get grabbed.Bob Beck
1999-10-04put sbin:/usr/sbin in default pathTheo de Raadt
1999-10-03put back FTS_CHDIRROOT until next library major number crankTodd C. Miller
1999-10-03kill FTS_CHDIRROOT flag, it is broken beyond repair and no longer usedTodd C. Miller
1999-09-27remove /usr/include/openssl link before making it.Bob Beck
1999-09-27openssl -> sslTheo de Raadt
1999-09-24Copyright...Marc Espie
1999-09-24stdbool.h conforming to C9XMarc Espie
1999-09-17Be thorough about NULL as __null for C++.Marc Espie
1999-09-03proto bcrypt_gensalt()Theo de Raadt
1999-09-01proto bcrypt_gensalt()Theo de Raadt
1999-08-16prototype mismatch for RMD160Update()Todd C. Miller
1999-07-03proto net_addrcmp()Theo de Raadt
1999-07-01install miscfs includes tooTheo de Raadt
1999-06-24Slight goof, repair symlinks target (noted by David Leonard)Marc Espie
1999-06-23Added some protocol independent interfaces (supposedly IPv6 support APIs, butcmetz
ones that are useful for all protocols, not just IPv6).
1999-06-22install uvm includesArtur Grabowski
1999-06-11Define NULL to be __null for C++: better quality of implementation.Marc Espie
__null is a magic constant of integral type that converts to a null pointer as should be, but warns for ambiguity when used to resolved an overload between an integral type and a pointer type.
1999-06-05getaddrinfo() info prototypes and such; cmetzTheo de Raadt
1999-05-29Add libkeynote target for includesAngelos D. Keromytis
1999-05-28proper const semantics for dirname & basename.Marc Espie
(this follows FreeBSD and Linux. Single Unix 2 is still illogical)
1999-05-26Link in egcs, kill gcc and libg++Marc Espie
1999-05-22Add swapctl(2) prototype.Tobias Weingartner
1999-05-18typoMarc Espie
1999-05-18Change include links shennannigans to make more sense,Marc Espie
so that machine -> i386, and not the other way around, or, for arches such as amiga/m68k, make amiga & m68k true directories and let machine -> amiga.
1999-05-14use UTC when abbreviating Coordinated Universal Time, not CUTAaron Campbell
1999-05-14appropiate -> appropriateAaron Campbell
1999-05-09c++ clasess for ncursesTodd C. Miller
1999-04-21mention that strings in lastlog and utmp are not guaranteed to be NUL-terminatedTodd C. Miller
1999-03-29powerpc does not support shared libraries and thus should not shipDale S. Rahn
link.h or dlfcn.h
1999-03-10Daylight Saving Time, not savingsPaul Janzen
1999-03-09Some style issues, make stuff neded before depend be built by beforedepend.Niklas Hallqvist
Also make them prereq in the case of make includes
1999-03-02Provide a method to do prerequisites needed beforeNiklas Hallqvist
installation of includes can happen. Do these before and not run via ${SUDO}.
1999-02-26skipjack in libc; isakmpd and such will want itTheo de Raadt
1999-02-25constify getcap(3). This fixes a warning in libcurses and doesn'tTodd C. Miller
really change the API since those parameters that was been constified really are not modified by getcap(3) routines.
1999-02-16real dbm_rdonlyTodd C. Miller
1999-02-15Update HASHKEY macro from db 1.8.6. I didn't update that initially as I ↵Todd C. Miller
thought it related to the new hash code--it does not
1999-02-15missed this in the libc/db updateTodd C. Miller
1999-02-15 o Minor changes from db.1.86 (sleepycat). Does not include the new hashTodd C. Miller
routines since they cannot read a hashed .db file from the old code. Most of these files just have their RCS/SCCS tags standardized. Note that mpool.3 has not been updated to reflect the new mpool interface. o Add a real dbm(3) manpage
1999-02-12add old dbm-compatible interface from db-1.86 with minor changes by me ↵Todd C. Miller
(needs a man page)
1999-02-03Add syslogd's paths.Angelos D. Keromytis
1999-02-03Add some useful defines (used by ssyslog).Angelos D. Keromytis
1999-02-01add libc_rDavid Leonard
1999-01-08install netinet6 include filesTheo de Raadt
1999-01-07move uint*_t to machine/types.hTodd C. Miller