I'm trying to write pam module, which uses libs from /usr/local/lib (lber
and lsap). What should i put in Makefile in order to link module with this
libs?
LIBLDAP= /usr/local/lib/ldap.a
LDADD+= -L/usr/local/lib -lldap
LDFLAGS += -L/usr/local/lib -lldap
DPADD= ${LIBCRYPT} ${LIBLDAP}
doesn't help
On Thu, 25 Oct 2001, Terry Lambert wrote:
> To do what you want, which is to clean the backing pages, you
Yes, i mean cleaning pages in the backing storage.
> are better off doing it for all freed blocks, not just swap
> blocks (if someone can read your swap, they can read other data
> off you
I'm trying to implement wiping of freed swap pages inside swap_pager.
I'm using 2.2-branch, here is my thoughts and steps:
I have a (starting) block number of swapped page, i know page size, and i
know that i have to use some pool of buffers inside kernel. So i get
buffer with getpbuf(), then f
3 matches
Mail list logo