freebsd_amp_hwpstate/gnu/usr.sbin
Bill Paul 336844dba4 phkmalloc strikes!
#ifdef out a number of calls to free() left over from the original
GNU ypserv implementation. As near as I can tell, the Berkeley DB
package does its own garbage collection, hence the caller doesn't
have to worry about free()ing the memory returned in the DBT
structures during lookups (I'm still not 1005 sure about this:
the DB code is very hard to follow. I must use dynamically
allocated memory since you can retreive arbitrarily large records
from a database, but I'm not sure where it ends up letting go
of it). This was not true with GDBM; you had
to do your own garbage collection.

The general rule is that if you allocate memory inside an RPC
service routine, you have to free() it the next time the routine is
called since the underlying XDR routines won't do it for you.
But if the DB package does this itself, then we don't need to do
it in the main program.

Note that with the original malloc(), there were never any errors
flagged. phkmalloc complained quite loudly.
1995-09-24 17:21:52 +00:00
..
isdn Install source files with the -c flag, not with the optional flag ${COPY}. 1995-08-06 12:37:41 +00:00
yp_mkdb Remove trailing whitespace. 1995-05-30 05:05:38 +00:00
yppasswdd Change `install' to `${INSTALL}' so that default install flags can be 1995-07-25 00:37:58 +00:00
ypserv phkmalloc strikes! 1995-09-24 17:21:52 +00:00
Makefile New Makefiles for YP server stuff. 1995-01-31 09:14:03 +00:00
Makefile.inc New Makefiles for YP server stuff. 1995-01-31 09:14:03 +00:00