Re: sysctl filesystem ?

2012-06-25 Thread Boris Popov
changes in the VFS subsystem. Here is the link: http://www.vertex.kz/scfs.tgz -- Boris Popov ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to freebsd-hackers

Re: NULLFS-related possible deadlock + fix proposal

2002-05-13 Thread Boris Popov
null_inactive() performs its own management on the lower vnode locking. -- Boris Popov http://rbp.euro.ru To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-hackers in the body of the message

Re: Junior Kernel Hacker task: improve vnode-v_tag

2001-09-04 Thread Boris Popov
list from the IS_LOCKING_VFS macro. I can produce a patch if it sounds reasonably. I'm not sure if this a right thing to do. Under SMPng each filesystem is ought to implement correct vnode locking, i.e. vop_nolock() and friends shouldn't exist. -- Boris Popov http://rbp.euro.ru

Re: What is VT_TFS?

2001-09-02 Thread Boris Popov
can be safely removed. -- Boris Popov http://rbp.euro.ru To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-hackers in the body of the message

Re: Data corruption in 4.3-STABLE (a long standing bug)

2001-06-18 Thread Boris Popov
to the latest 4.3-STABLE and noticed that nullfs actually works, but I get a lot of errors, similar to these: Not all of nullfs fixes MFCed to -stable. Please wait a little bit more. -- Boris Popov http://www.butya.kz/~bp/ To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe

Re: vm balance

2001-04-18 Thread Boris Popov
ode1 vnode2 | | +---+ | device1 -- Boris Popov http://www.butya.kz/~bp/ To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: Modules with INVARIANTS

2001-04-18 Thread Boris Popov
On Thu, 19 Apr 2001, Brian Somers wrote: Does anyone know of a clean way to have module builds detect that INVARIANTS is defined in opt_global.h ? Peter Wemm working on this. -- Boris Popov http://www.butya.kz/~bp/ To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubs

Re: New DDB commands

2001-04-06 Thread Boris Popov
ll, when I manage my kernel to boot with witness, spinlock list will be a big help. -- Boris Popov http://www.butya.kz/~bp/ To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: Displaying options for current NFS mounts

2001-03-25 Thread Boris Popov
face to do this. Use VFSs/VOPs instead. This isn't a big problem with passing string from kernel to userland. -- Boris Popov http://www.butya.kz/~bp/ To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: Displaying options for current NFS mounts

2001-03-24 Thread Boris Popov
the definitions of fs_args into mount.h (the only other way I can think of is to just move all of them from fs/fs.h to mount.h permamently), I'll implement this stuff in the other filesystems. Think about third party filesystems :) -- Boris Popov http://www.butya.kz/~bp/ To Unsubscribe: send mail

Re: smbfs-1.3.3 released

2001-02-09 Thread Boris Popov
On Sun, 28 Jan 2001, Boris Popov wrote: Well, next version of smbfs for FreeBSD released today. It includes minor bug fixes and significantly reworked connection engine. As usually, major rewrites tends to introduce some bugs. So, I've released 1.3.5 as update: 09.02.2001

smbfs-1.3.3 released

2001-01-27 Thread Boris Popov
against latest version of smbfs, so I can take them into account for future releases. -- Boris Popov http://www.butya.kz/~bp/ To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: [PATCH] Fix for panics in lookup() after forced unmount

2000-11-26 Thread Boris Popov
I think they might have the same problem. Is there any standard channel to pass bug reports to them from FreeBSD, or should I just use the normal submit procedure? Good work Thomas! I think patch can be committed as is. -- Boris Popov http://www.butya.kz/~bp/ To Unsubscribe: send mail

Re: smbfs-1.3.0 released

2000-10-27 Thread Boris Popov
. Incidentally, under smbfs-1.2.7, the above scenario only caused 'ls' to display 'broken pipe' and I could remount that share and things Yes, 'broken pipe' was a bug and now it should work properly. -- Boris Popov http://www.butya.kz/~bp/ To Unsubscribe: send mail to [EMAIL

Re: smbfs-1.3.0 released

2000-10-27 Thread Boris Popov
upcoming smbfs-1.3.1. On a side note I'm unsure why NT server drops the connection if client doesn't send any request in XX minutes (for example Samba uses NetBIOS keepalive packets). -- Boris Popov http://www.butya.kz/~bp/ To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: smbfs-1.3.0 released

2000-10-26 Thread Boris Popov
, future smbfs releases will support 4.x and recent -current. p.s. Sorry for delay but I'm overloaded with my primary work and a little bit behind my mail :( -- Boris Popov http://www.butya.kz/~bp/ To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" i

smbfs-1.3.0 released

2000-10-19 Thread Boris Popov
. New version can be downloaded from: ftp://ftp.butya.kz/pub/smbfs/smbfs.tar.gz -- Boris Popov http://www.butya.kz/~bp/ To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

NetBIOS name resolver for smbfs

2000-07-25 Thread Boris Popov
be omitted. Please note, that the network with Win9X machines only will require WINS server. An updated version can be downloaded from ftp://ftp.butya.kz/pub/smbfs/smbfs.tar.gz -- Boris Popov http://www.butya.kz/~bp/ To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe fr

Re: DEVFS

2000-07-15 Thread Boris Popov
. Again, wrong. If you disagree on what I've proposed it doesn't mean that it didn't work. It is _necessary_ to fix make_dev() usage/implementation to make cloning code clean. -- Boris Popov http://www.butya.kz/~bp/ To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe fr

Re: struct proc

2000-06-26 Thread Boris Popov
to clean this up ? Eg., change the policy to either pass p as parameter or use curproc, but not both. As example of curproc/p mess I can point to VFS_ROOT() call which misses p parameter, but obviously needs it. -- Boris Popov http://www.butya.kz/~bp/ To Unsubscribe: send mail to [EMAIL PROTECTED

Re: disassembling

2000-06-25 Thread Boris Popov
. -- Boris Popov http://www.butya.kz/~bp/ To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: ether_output() : WIERD PROBLEM

2000-06-13 Thread Boris Popov
it still doesn't commited :) -- Boris Popov http://www.butya.kz/~bp/ To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

RE: kerneld for FreeBSD

2000-06-05 Thread Boris Popov
completely unneeded for servers and may have only limited use for FreeBSD based workstations. More to the point - for some machines I'm compile all required modules into a single (or two) KLDs - in this case kerneld will not be helpful at all. Remember, KLD != module. -- Boris Popov htt

Re: DDB is not setting break points...

2000-06-02 Thread Boris Popov
want to use DDB because I want to debug online. G.B.Naidu, since you're ingnore private email, I'm asking you again - please do not crosspost questions into several lists at a time. freebsd-net is not for this kind of questions. Thank you. -- Boris Popov http

Re: Generic config file parser?

2000-05-28 Thread Boris Popov
discussed there was no consensus on this topic. -- Boris Popov http://www.butya.kz/~bp/ To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: Native SMBFS for FreeBSD

2000-05-15 Thread Boris Popov
On Sun, 14 May 2000, Boris Popov wrote: I'm glad to announce first public release of SMB/CIFS filesystem for FreeBSD. The primary goal is to test compatibilty with various SMB servers. This version should run on FreeBSD-current and 4.0. It will not run on 3.x. As always I've

Re: Native SMBFS for FreeBSD

2000-05-14 Thread Boris Popov
don't complain :). -- Boris Popov http://www.butya.kz/~bp/ To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Native SMBFS for FreeBSD

2000-05-14 Thread Boris Popov
send all comments to [EMAIL PROTECTED] Sources can be taken from ftp://ftp.butya.kz/pub/smbfs/smbfs-1.0.2.tar.gz -- Boris Popov http://www.butya.kz/~bp/ To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Request for the major device number

2000-04-24 Thread Boris Popov
unhappy :). -- Boris Popov To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: Request for the major device number

2000-04-24 Thread Boris Popov
conventions with Poul-Henning and lack of spare time). -- Boris Popov To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: Request for the major device number

2000-04-24 Thread Boris Popov
, but there is some unnegotiated conventions with Poul-Henning and lack of spare time). it would be nice of these convensions were shared with the rest of us :-) Let me finish this task and then move to another :) -- Boris Popov To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubs

Re: image_params.fname

2000-04-13 Thread Boris Popov
annoying when you run an obfuscated shell-installer for a Linux application. Anyway this code always ends up with nonsense in the path; what am I doing wrong? fname field is never filled in the code. Field 'uap' can be more useful. -- Boris Popov http://www.butya.kz/~bp

Re: Is FreeBSD dead? Well, not in theory...

2000-03-13 Thread Boris Popov
n to truck, it is not too hard to track related source code changes and keep your code synched up. -- Boris Popov http://www.butya.kz/~bp/ To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: Lodable kernel modules

2000-03-08 Thread Boris Popov
?? Because your kernel doesn't have an IPX support compiled in, and ncp.ko module requires it by default. -- Boris Popov http://www.butya.kz/~bp/ To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: Chosing a value for VT_XXXX (enum vtagtype)

2000-01-26 Thread Boris Popov
pick any VT_ tag that unused on your system: #define VT_MYGREATFSVT_TFS later, when filesystem became useful a new tag can be added to vtagtype enum. -- Boris Popov http://www.butya.kz/~bp/ To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-ha

Re: UNILOAD v.1.2 (boot loader/manager) is ready

1999-10-27 Thread Boris Popov
? Regarding to UNILOAD - it is possible to remove unbootable partitions from boot menu ? -- Boris Popov http://www.butya.kz/~bp/ To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: UNILOAD v.1.2 (boot loader/manager) is ready

1999-10-27 Thread Boris Popov
an 'intellect' mode as default ? It would be much less confusing :). In any way, thanks for a good program. -- Boris Popov http://www.butya.kz/~bp/ To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: KLD dependencies

1999-09-29 Thread Boris Popov
On Wed, 29 Sep 1999, Brian Mitchell wrote: How do I specify dependencies in modules? I can find no documentation on this, is it done automatically (doubtful)? You need to add variable KMODDEPS=modulename to KLD makefile. This will generate dependency on 'modulename'. -- Boris Popov

Re: what is devfs?

1999-09-20 Thread Boris Popov
o register all important events and pass them to devfsd. -- Boris Popov http://www.butya.kz/~bp/ To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

NetWare client in -current

1999-09-10 Thread Boris Popov
with appropriate makefiles in usr.bin and usr.sbin. And kernel module can go into sys/contrib/[ncplib|nwfs]. This will help to keep sources in synch with original ncplib source tree. I will appreciate all questions, suggestions and recommendations. Thanks in advance. -- Boris Popov http

RE: NetWare client in -current

1999-09-10 Thread Boris Popov
:) Yes, that's acceptable. But mount_nwfs require libncp.so and this means that ncp library sources will be also required. So KLD, mount_nwfs and libncp should go into source tree and other utilities can be a port. Other thoughts ? -- Boris Popov http://www.butya.kz/~bp/ To Unsubscribe

Re: NetWare client in -current

1999-09-10 Thread Boris Popov
year made it more or less functional. -- Boris Popov http://www.butya.kz/~bp/ To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: NetWare client in -current

1999-09-10 Thread Boris Popov
file and work on both -current and -stable. -- Boris Popov http://www.butya.kz/~bp/ To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: NetWare client in -current

1999-09-10 Thread Boris Popov
version skew is going to be a hassle while it's under development. Thats why I suggested an original scheme... -- Boris Popov http://www.butya.kz/~bp/ To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: NetWare client in -current

1999-09-10 Thread Boris Popov
trying to get Novell to respond on my query about source code for 'filer' utility but they keeps quiet at the moment. -- Boris Popov http://www.butya.kz/~bp/ To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

NetWare client in -current

1999-09-10 Thread Boris Popov
with appropriate makefiles in usr.bin and usr.sbin. And kernel module can go into sys/contrib/[ncplib|nwfs]. This will help to keep sources in synch with original ncplib source tree. I will appreciate all questions, suggestions and recommendations. Thanks in advance. -- Boris Popov http

RE: NetWare client in -current

1999-09-10 Thread Boris Popov
:) Yes, that's acceptable. But mount_nwfs require libncp.so and this means that ncp library sources will be also required. So KLD, mount_nwfs and libncp should go into source tree and other utilities can be a port. Other thoughts ? -- Boris Popov http://www.butya.kz/~bp/ To Unsubscribe

Re: NetWare client in -current

1999-09-10 Thread Boris Popov
year made it more or less functional. -- Boris Popov http://www.butya.kz/~bp/ To Unsubscribe: send mail to majord...@freebsd.org with unsubscribe freebsd-hackers in the body of the message

Re: NetWare client in -current

1999-09-10 Thread Boris Popov
and work on both -current and -stable. -- Boris Popov http://www.butya.kz/~bp/ To Unsubscribe: send mail to majord...@freebsd.org with unsubscribe freebsd-hackers in the body of the message

Re: NetWare client in -current

1999-09-10 Thread Boris Popov
version skew is going to be a hassle while it's under development. Thats why I suggested an original scheme... -- Boris Popov http://www.butya.kz/~bp/ To Unsubscribe: send mail to majord...@freebsd.org with unsubscribe freebsd-hackers in the body of the message

Re: NetWare client in -current

1999-09-10 Thread Boris Popov
trying to get Novell to respond on my query about source code for 'filer' utility but they keeps quiet at the moment. -- Boris Popov http://www.butya.kz/~bp/ To Unsubscribe: send mail to majord...@freebsd.org with unsubscribe freebsd-hackers in the body of the message

Re: [mount.c]: Option user-patch

1999-09-02 Thread Boris Popov
code. -- Boris Popov http://www.butya.kz/~bp/ To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: [mount.c]: Option user-patch

1999-09-02 Thread Boris Popov
code. -- Boris Popov http://www.butya.kz/~bp/ To Unsubscribe: send mail to majord...@freebsd.org with unsubscribe freebsd-hackers in the body of the message

Re: NSS Project update

1999-08-04 Thread Boris Popov
). How does this sound? Sounds reasonable. If functions that works with local files compiled statically we also not loose perfomance with plain setup. -- Boris Popov http://www.butya.kz/~bp/ To Unsubscribe: send mail to majord...@freebsd.org with unsubscribe freebsd-hackers in the body

Re: NSS Project

1999-08-03 Thread Boris Popov
be constructed (or extended) dynamically, based on configuration file and _*_getpw() functions can be placed in shared libraries (just like PAM modules). In this case it is possible to extend NSS space without disturbing libc code. -- Boris Popov http://www.butya.kz/~bp/ To Unsubscribe: send mail

Re: NSS Project

1999-08-03 Thread Boris Popov
be constructed (or extended) dynamically, based on configuration file and _*_getpw() functions can be placed in shared libraries (just like PAM modules). In this case it is possible to extend NSS space without disturbing libc code. -- Boris Popov http://www.butya.kz/~bp/ To Unsubscribe: send mail

Re: Proposing argv for klds and preloaded modules

1999-08-02 Thread Boris Popov
the administrator not use sysctl instead? It is not always possible. Some device drivers (both hardware and software) require an arguments that needed at init/attach time. IMO, args should be passed in usual manner via argv[] and argc with plain get_opt() in libkern. -- Boris

Re: Proposing argv for klds and preloaded modules

1999-08-02 Thread Boris Popov
the administrator not use sysctl instead? It is not always possible. Some device drivers (both hardware and software) require an arguments that needed at init/attach time. IMO, args should be passed in usual manner via argv[] and argc with plain get_opt() in libkern. -- Boris

Re: USFS (User Space File System)

1999-07-17 Thread Boris Popov
') with unified interface and mount command like this: # mount_user /mydaemon /mountpoint so, all that I need to create a new file system is to write 'mydaemon' program. -- Boris Popov http://www.butya.kz/~bp/ To Unsubscribe: send mail to majord...@freebsd.org with unsubscribe

Re: tcpdump(1) additions.

1999-06-29 Thread Boris Popov
for FreeBSD doesn't contain any GPLd code from Linux's smbfs. BTW, does anybody have objections about name of this file system in FreeBSD ? -- Boris Popov http://www.butya.kz/~bp/ To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: tcpdump(1) additions.

1999-06-29 Thread Boris Popov
doesn't contain any GPLd code from Linux's smbfs. BTW, does anybody have objections about name of this file system in FreeBSD ? -- Boris Popov http://www.butya.kz/~bp/ To Unsubscribe: send mail to majord...@freebsd.org with unsubscribe freebsd-hackers in the body of the message

execve and VOP_CLOSE

1999-05-21 Thread Boris Popov
-ni_cnd.cn_pnbuf); -- Boris Popov To Unsubscribe: send mail to majord...@freebsd.org with unsubscribe freebsd-hackers in the body of the message