46951 | 03-Mar-1991 |
bostic |
DBT data changed to be unsigned |
46950 | 03-Mar-1991 |
bostic |
DBT data changed to be unsigned, fix routines that take flags |
46949 | 03-Mar-1991 |
bostic |
convert from ndbm(3) to db(3) interface |
46945 | 03-Mar-1991 |
bostic |
forgot to switch the include file from ndbm.h to db.h |
46943 | 03-Mar-1991 |
bostic |
convert from ndbm(3) to db(3) interface |
46926 | 02-Mar-1991 |
bostic |
4th arg to dn_expand is a pointer |
46925 | 02-Mar-1991 |
bostic |
get declarations right |
46924 | 02-Mar-1991 |
bostic |
p_class, p_type, and fp_query are exported to named |
46919 | 02-Mar-1991 |
karels |
document use of null status pointer, distinguish between ptr and value |
46742 | 28-Feb-1991 |
bostic |
pcc (dammit!) |
46660 | 25-Feb-1991 |
bostic |
missed a sizeof when fixed the last one |
46659 | 25-Feb-1991 |
bostic |
Databases don't like it when the sizes of their keys change based on the compiler they're using. Also, might as well leave the secure db open the fd's are marked close-on-exec. |
46646 | 24-Feb-1991 |
donn |
Fix __STDC__ version of C-shell printf() to be more like Classic C version. |
46645 | 24-Feb-1991 |
bostic |
off-by-one in path termination |
46644 | 24-Feb-1991 |
bostic |
There was a reason they included <sys/param.h> (MIN, MAX) |
46629 | 24-Feb-1991 |
bostic |
date and time created 91/02/24 15:16:07 by bostic |
46627 | 24-Feb-1991 |
bostic |
add ANSI prototypes |
46615 | 24-Feb-1991 |
bostic |
don't use syslog, application may have already used it. Add include files to get prototype declarations, and fix bugs found. |
46613 | 24-Feb-1991 |
bostic |
Add include files to get prototype declarations, and fix bugs found. |
46612 | 24-Feb-1991 |
bostic |
typo |
46611 | 24-Feb-1991 |
bostic |
Add include files to get prototype declarations, and fix bugs found. |
46610 | 24-Feb-1991 |
bostic |
bcmp, bzero take void *, not char * |
46609 | 24-Feb-1991 |
bostic |
bcopy takes a void *, not a char * |
46608 | 24-Feb-1991 |
bostic |
exec family (except for exect) are now machine-independent |
46607 | 24-Feb-1991 |
bostic |
lots of minor changes |