search for: inkernel

Displaying 3 results from an estimated 3 matches for "inkernel".

Did you mean: ikernel
2005 Jul 26
1
Linux in-kernel keys support
...de "pathnames.h" #include "misc.h" +#ifdef HAVE_LIBKEYUTIL +#include "keyutil.h" +#endif /* argv0 */ extern char *__progname; @@ -66,6 +69,9 @@ /* User has to confirm key use */ static int confirm = 0; +/* Should we work on the in-kernel keyring */ +static int inkernel = 0; + /* we keep a cache of one passphrases */ static char *pass = NULL; static void @@ -85,6 +91,26 @@ char *comment = NULL; int ret = -1; +#ifdef HAVE_LIBKEYUTIL + if (inkernel) { + char buf[MAXPATHLEN + 5]; + + sprintf(buf, "ssh:%s", filename); + ret = keyctl_search(KEY_...
2009 Apr 21
4
RELENG_7 crash
...0xe766ec24, arg2=2, req=0xe766eba4) at /usr/src/sys/net/if_mib.c:127 #8 0xc059fd77 in sysctl_root (oidp=Variable "oidp" is not available. ) at /usr/src/sys/kern/kern_sysctl.c:1413 #9 0xc059ff14 in userland_sysctl (td=0xc5374460, name=0xe766ec14, namelen=6, old=0x0, oldlenp=0xbfbf8478, inkernel=0, new=0x0, newlen=0, retval=0xe766ec10, flags=0) at /usr/src/sys/kern/kern_sysctl.c:1506 #10 0xc05a0064 in __sysctl (td=0xc5374460, uap=0xe766ecfc) at /usr/src/sys/kern/kern_sysctl.c:1443 #11 0xc07f6a85 in syscall (frame=0xe766ed38) at /usr/src/sys/i386/i386/trap.c:1090 #12 0xc07db850 in X...
2006 Jun 26
1
[klibc 00/43] klibc as a historyless patchset
...-to-build-kinit.patch 13-uml-the-klibc-architecture-is-the-underlying-architecture.patch 14-remove-in-kernel-nfsroot-code.patch 15-default-klibcarch--arch.patch 16-sparc64-transmit-arch-specific-options-to-kinit-via-arch-cmd.patch 17-sparc32-transfer-arch-specific-options-to-arch-cmd.patch 18-klibc-inkernel-merge-s390s390x-4.patch The following represent klibc itself: 19-klibc-basic-build-infrastructure.patch 20-core-klibc-code.patch 21-alpha-support-for-klibc.patch 22-arm-support-for-klibc.patch 23-cris-support-for-klibc.patch 24-i386-support-for-klibc.patch 25-ia64-support-for-klibc.patch 26-m32r-...