summaryrefslogtreecommitdiff
path: root/crypto/dist/ipsec-tools/src/racoon/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/dist/ipsec-tools/src/racoon/main.c')
0 files changed, 0 insertions, 0 deletions
ges. - Debugger/procfs locking fixes. - Other minor changes. 2007-08-18Remove obsolete comments.ad 2007-02-15Replace some uses of lockmgr() / simplelocks.ad 2007-01-25Fix tyop in comment: specifidata -> specificdata.elad 2006-11-01remove some __unused from function parameters.yamt 2006-10-24Remove specificdata_setspecific_nowait() as result of discussion on tech-kern.hannken Add _lwp_getspecific_by_lwp() to get lwp specific data from other lwp's. Protected by #ifdef _LWP_API_PRIVATE. Approved by: Jason Thorpe <thorpej@netbsd.org> 2006-10-12- sprinkle __unused on function decls.christos - fix a couple of unused bugs - no more -Wno-unused for i386 2006-10-11nuke unused variable to make compilepooka 2006-10-11- Add specificdata_setspecific_nowait(). Not exposed by the wrappers yetthorpej pending discussion on tech-kern. - Re-enable the SLEEPABLE assertion in specificdata_fini(). 2006-10-08XXX: FIXME: Cannot assert sleepable here; called from lwp_exit2 which is not.christos 2006-10-08Add subroutines for maintaining object-specific data for arbitrarythorpej subsystems, based on work by YAMAMOTO Takashi. This is intended to be used by other subsystems (such as the proc_*() or lwp_*() routines) rather than directly by consumers.