Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-09-03 | proto bcrypt_gensalt() | Theo de Raadt | |
1999-09-01 | proto bcrypt_gensalt() | Theo de Raadt | |
1999-08-16 | prototype mismatch for RMD160Update() | Todd C. Miller | |
1999-07-03 | proto net_addrcmp() | Theo de Raadt | |
1999-07-01 | install miscfs includes too | Theo de Raadt | |
1999-06-24 | Slight goof, repair symlinks target (noted by David Leonard) | Marc Espie | |
1999-06-23 | Added some protocol independent interfaces (supposedly IPv6 support APIs, but | cmetz | |
ones that are useful for all protocols, not just IPv6). | |||
1999-06-22 | install uvm includes | Artur Grabowski | |
1999-06-11 | Define 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-05 | getaddrinfo() info prototypes and such; cmetz | Theo de Raadt | |
1999-05-29 | Add libkeynote target for includes | Angelos D. Keromytis | |
1999-05-28 | proper const semantics for dirname & basename. | Marc Espie | |
(this follows FreeBSD and Linux. Single Unix 2 is still illogical) | |||
1999-05-26 | Link in egcs, kill gcc and libg++ | Marc Espie | |
1999-05-22 | Add swapctl(2) prototype. | Tobias Weingartner | |
1999-05-18 | typo | Marc Espie | |
1999-05-18 | Change 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-14 | use UTC when abbreviating Coordinated Universal Time, not CUT | Aaron Campbell | |
1999-05-14 | appropiate -> appropriate | Aaron Campbell | |
1999-05-09 | c++ clasess for ncurses | Todd C. Miller | |
1999-04-21 | mention that strings in lastlog and utmp are not guaranteed to be NUL-terminated | Todd C. Miller | |
1999-03-29 | powerpc does not support shared libraries and thus should not ship | Dale S. Rahn | |
link.h or dlfcn.h | |||
1999-03-10 | Daylight Saving Time, not savings | Paul Janzen | |
1999-03-09 | Some 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-02 | Provide a method to do prerequisites needed before | Niklas Hallqvist | |
installation of includes can happen. Do these before and not run via ${SUDO}. | |||
1999-02-26 | skipjack in libc; isakmpd and such will want it | Theo de Raadt | |
1999-02-25 | constify getcap(3). This fixes a warning in libcurses and doesn't | Todd C. Miller | |
really change the API since those parameters that was been constified really are not modified by getcap(3) routines. | |||
1999-02-16 | real dbm_rdonly | Todd C. Miller | |
1999-02-15 | Update 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-15 | missed this in the libc/db update | Todd C. Miller | |
1999-02-15 | o Minor changes from db.1.86 (sleepycat). Does not include the new hash | Todd 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-12 | add old dbm-compatible interface from db-1.86 with minor changes by me ↵ | Todd C. Miller | |
(needs a man page) | |||
1999-02-03 | Add syslogd's paths. | Angelos D. Keromytis | |
1999-02-03 | Add some useful defines (used by ssyslog). | Angelos D. Keromytis | |
1999-02-01 | add libc_r | David Leonard | |
1999-01-08 | install netinet6 include files | Theo de Raadt | |
1999-01-07 | move uint*_t to machine/types.h | Todd C. Miller | |
1998-12-20 | pull in rpc/pmap_clnt.h to silence gcc and prototype xdr_opaque_auth for the ↵ | Todd C. Miller | |
same reason | |||
1998-11-20 | Add 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-19 | add getpgid() proto; form | Theo de Raadt | |
1998-11-04 | protos for strlcat, strlcpy | Todd C. Miller | |
1998-10-08 | add a path to afsd | Artur Grabowski | |
1998-10-07 | install /usr/include/ssl/ | Theo de Raadt | |
1998-09-07 | install the xfs includes | Artur Grabowski | |
1998-08-29 | change pmap_set() protocol to u_int, similar to solaris; ref: casper | Theo de Raadt | |
1998-08-19 | make errors unsigned | Theo de Raadt | |
1998-08-17 | add _PATH_KSYMS | Todd C. Miller | |
1998-08-16 | remove bogus ifdef PERL5 | Artur Grabowski | |
1998-08-10 | add ECB and CBC encryption for octet streams | Niels Provos | |
1998-07-23 | curses.h frontend | Todd C. Miller | |
1998-07-21 | s/u8/u_int8_t/, s/u32/u_int32_t, put castsb.h into cast.c and include | Niels Provos | |
header files from the correct path. |