summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)Author
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
1998-12-20pull in rpc/pmap_clnt.h to silence gcc and prototype xdr_opaque_auth for the ↵Todd C. Miller
same reason
1998-11-20Add thread-safety to libc, so that libc_r will build (on i386 at least).David Leonard
All POSIX libc api now there (to P1003.1c/D10) (more md stuff is needed for other libc/arch/*) (setlogin is no longer a special syscall) Add -pthread option to gcc (that makes it use -lc_r and -D_POSIX_THREADS). Doc some re-entrant routines Add libc_r to intro(3) dig() uses some libc srcs and an extra -I was needed there. Add more md stuff to libc_r. Update includes for the pthreads api Update libc_r TODO
1998-11-19add getpgid() proto; formTheo de Raadt
1998-11-04protos for strlcat, strlcpyTodd C. Miller
1998-10-08add a path to afsdArtur Grabowski
1998-10-07install /usr/include/ssl/Theo de Raadt
1998-09-07install the xfs includesArtur Grabowski
1998-08-29change pmap_set() protocol to u_int, similar to solaris; ref: casperTheo de Raadt
1998-08-19make errors unsignedTheo de Raadt
1998-08-17add _PATH_KSYMSTodd C. Miller
1998-08-16remove bogus ifdef PERL5Artur Grabowski
1998-08-10add ECB and CBC encryption for octet streamsNiels Provos
1998-07-23curses.h frontendTodd C. Miller
1998-07-21s/u8/u_int8_t/, s/u32/u_int32_t, put castsb.h into cast.c and includeNiels Provos
header files from the correct path.
1998-07-21Add CAST encryption, implementation by Steve Reid <sreid@sea-to-sky.net>.Niels Provos
Man pages will come soon, I hope.
1998-07-17. is a regex.Marc Espie
1998-07-15pw_uid is uid_t, pw_gid is gid_tTodd C. Miller
1998-07-11provide TMP_MAX like stdio.h; kleinkTheo de Raadt
1998-07-07change _PATH_KVMDB to be the same name as the db created by kvm_mkdbMarco S Hyman
1998-07-07do not install includes from libssArtur Grabowski
1998-06-30add mkstemp(char *template, int suffixlen) interfaceTheo de Raadt
1998-06-25install isofs headers, we need themTheo de Raadt
1998-06-21Remove the advertising clause in my old license, it impedes free useTodd C. Miller
of the code as a large number of similar clauses makes it impossible to write an ad for a product using the code...
1998-06-07add gnu/lib/libgmp to WDIR for includesTodd C. Miller
1998-05-13change size parameter to size_tTheo de Raadt
1998-05-13provide time_t without sys/types.h; kleinkTheo de Raadt
1998-05-04make includes for libossaudioNiels Provos
1998-04-30make ctype macros on char 0x82 and such workTheo de Raadt
1998-04-25readlink() 3rd param is size_t; XPGTheo de Raadt
1998-03-31add X11 and local bins to std pathsTheo de Raadt
1998-03-30Wall; Andreas.Gunnarsson@emw.ericsson.seTheo de Raadt
1998-03-23teach rmd160 not to throw leftovers out the windowjanjaap
1998-03-19Some -WallTodd C. Miller
1998-03-03Dive into libg++ and gcc on includesNiklas Hallqvist
1998-03-02We don't need two math.h headers incvs server: nothing known aboutTodd C. Miller
`math.h'. The one in libm is more up to date but the one in the include dir is what gets installed.
1998-02-16be more careful for _XOPEN_SOURCETheo de Raadt
1998-02-10pretty some types, real minorTheo de Raadt
1998-02-10more explicit protosTheo de Raadt