Displaying 4 results from an estimated 4 matches for "oidp".
Did you mean:
oid
2009 Apr 21
4
RELENG_7 crash
...p.c:939
#4 0xc07f6730 in trap_pfault (frame=0xe766ea6c, usermode=0, eva=104)
at /usr/src/sys/i386/i386/trap.c:852
#5 0xc07f70dc in trap (frame=0xe766ea6c) at /usr/src/sys/i386/i386/trap.c:530
#6 0xc07db7eb in calltrap () at /usr/src/sys/i386/i386/exception.s:159
#7 0xc0637146 in sysctl_ifdata (oidp=0xc08816a0, arg1=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, ol...
2003 May 24
1
ipfirewall(4)) cannot be changed
root@vigilante /root cuaa1# man init |tail -n 130 |head -n 5
3 Network secure mode - same as highly secure mode, plus IP packet
filter rules (see ipfw(8) and ipfirewall(4)) cannot be changed and
dummynet(4) configuration cannot be adjusted.
root@vigilante /root cuaa1# sysctl -a |grep secure
kern.securelevel: 3
root@vigilante /root cuaa1# ipfw show
00100 0 0 allow
2007 May 09
5
Refactor zfs_zget()
Hi,
Since almost all operations in the FUSE low-level API identify files by inode
number, I''ve been using zfs_zget() to get the corresponding znode/vnode in
order to call the corresponding VFS function in zfs_vnops.c.
However, there are some cases when zfs_zget() behaves slightly different than
I need:
1) If zp->z_unlinked != 0 then zfs_zget() returns ENOENT. I need it to return
2006 Nov 17
1
gjournal on 6.x wont build
Hi all,
I was intending on trying out gjournal on a new disk i've added in my
desktop. I had a look to see what the most recent patch provided by
Pawel and found
http://people.freebsd.org/~pjd/patches/gjournal6_20061024.patch
I created the directories as per Pawel's original post
(http://lists.freebsd.org/pipermail/freebsd-fs/2006-June/001962.html)
and the patch succeeded with no failed