cvs commit: doc/en_US.ISO8859-1/share/sgml authors.ent doc/en_US.ISO8859-1/articles/contributors contrib.committers.sgml doc/share/pgpkeys kib.key pgpkeys-developers.sgml pgpkeys.ent

2006-06-03 Thread Konstantin Belousov
kib 2006-06-04 02:55:46 UTC FreeBSD doc repository (src committer) Modified files: en_US.ISO8859-1/share/sgml authors.ent en_US.ISO8859-1/articles/contributors contrib.committers.sgml share/pgpkeyspgpkeys-developers.sgml pgpkeys.ent Added files: share/pgpk

cvs commit: src/sys/nfsserver nfs_serv.c nfs_srvsubs.c

2006-06-05 Thread Konstantin Belousov
kib 2006-06-05 14:48:02 UTC FreeBSD src repository Modified files: sys/nfsservernfs_serv.c nfs_srvsubs.c Log: Temporary workaround to prevent leak of Giant from nfsd when calling lookup(). Reviewed by:tegge Tested by: "Arno J. Klaassen" , "Rong-en F

cvs commit: src/lib/libc/i386/gen _ctx_start.S

2006-06-05 Thread Konstantin Belousov
kib 2006-06-05 14:59:33 UTC FreeBSD src repository Modified files: lib/libc/i386/gen_ctx_start.S Log: Replace absolute addressing in the call instructions with position-independend calls. This eliminates TEXTREL from libc, making its text segment relocatable. PR:

cvs commit: www/en/news news.xml

2006-06-05 Thread Konstantin Belousov
kib 2006-06-05 15:00:31 UTC FreeBSD doc repository (src committer) Modified files: en/news news.xml Log: Provide the news about myself. Approved by:kan (mentor) Revision ChangesPath 1.406 +7 -1 www/en/news/news.xml __

cvs commit: src/sys/kern vfs_subr.c

2006-06-08 Thread Konstantin Belousov
kib 2006-06-08 07:55:11 UTC FreeBSD src repository Modified files: sys/kern vfs_subr.c Log: Fix the LOR that occurs when the MAC compiled into the kernel and vnode is destroyed. Reviewed by:rwatson LOR:189 MFC after: 2 weeks Appro

cvs commit: src/sbin/init init.c

2006-06-08 Thread Konstantin Belousov
kib 2006-06-08 14:04:36 UTC FreeBSD src repository Modified files: sbin/initinit.c Log: Reparent the process that executes the window= command from the ttys to the init. This prevents zombies from being accumulated. PR: bin/64198 Tested by:

cvs commit: src/bin/setfacl setfacl.c

2006-06-09 Thread Konstantin Belousov
kib 2006-06-09 16:09:26 UTC FreeBSD src repository Modified files: bin/setfacl setfacl.c Log: Copy filename read from the stdin into the private buffer. Otherwise, next read filename overwrite previous one, resulting in acl being applied only to the last name in

cvs commit: src/bin/setfacl setfacl.1

2006-06-09 Thread Konstantin Belousov
kib 2006-06-09 16:11:24 UTC FreeBSD src repository Modified files: bin/setfacl setfacl.1 Log: Document the way to get list of files to process from the stdin. MFC after: 1 week Approved by:kan (mentor) Revision ChangesPath 1.15 +3 -1

cvs commit: src/share/man/man9 lock.9

2006-08-21 Thread Konstantin Belousov
kib 2006-08-21 12:45:20 UTC FreeBSD src repository Modified files: share/man/man9 lock.9 Log: Note that LK_UPGRADE may drop the shared lock before taking the exclusive one. Reviewed and edited by: tegge MFC after: 3 days Approved by:pjd (mentor)

cvs commit: src/sys/ufs/ffs ffs_snapshot.c

2006-08-21 Thread Konstantin Belousov
kib 2006-08-21 17:20:19 UTC FreeBSD src repository Modified files: sys/ufs/ffs ffs_snapshot.c Log: While checking for update of snapshot file in the ffs_copyonwrite, first filter out metadata update. Otherwise, devfs vnode could be erronously interpreted as ufs o

cvs commit: src/sys/compat/linprocfs linprocfs.c

2006-08-22 Thread Konstantin Belousov
kib 2006-08-22 11:04:01 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/compat/linprocfs linprocfs.c Log: MFC rev. 1.97: Lock the vnode around the call to VOP_GETATTR. Move the locked code and vn_fullpath (that call malloc(..., M_WAITOK)) from und

cvs commit: src/share/man/man9 lock.9

2006-08-24 Thread Konstantin Belousov
kib 2006-08-24 10:16:01 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) share/man/man9 lock.9 Log: MFC rev.1.14: Note that LK_UPGRADE may drop the shared lock before taking the exclusive one. Reviewed and edited by: tegge Approved by:

cvs commit: src/sys/ufs/ffs ffs_snapshot.c

2006-09-04 Thread Konstantin Belousov
kib 2006-09-04 13:55:32 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/ufs/ffs ffs_snapshot.c Log: While checking for update of snapshot file in the ffs_copyonwrite, first filter out metadata update. Otherwise, devfs vnode could be erron

cvs commit: src/libexec/rtld-elf rtld.c

2006-09-08 Thread Konstantin Belousov
kib 2006-09-08 14:59:55 UTC FreeBSD src repository Modified files: libexec/rtld-elf rtld.c Log: When looking up the symbol by dlsym, look it not only in the object given as dso handle, but also in the implicit dependencies of that dso. Also, const-ify the read-only

cvs commit: src/sys/sys param.h

2006-09-08 Thread Konstantin Belousov
kib 2006-09-09 04:41:40 UTC FreeBSD src repository Modified files: sys/sys param.h Log: Bump __FreeBSD_version for rev. 1.117 of libexec/rtld-elf/rtld.c. Requested by: jkim Approved by:kan (mentor) Revision ChangesPath 1.274 +1 -1

cvs commit: doc/en_US.ISO8859-1/books/porters-handbook book.sgml

2006-09-09 Thread Konstantin Belousov
kib 2006-09-09 16:41:17 UTC FreeBSD doc repository (src committer) Modified files: en_US.ISO8859-1/books/porters-handbook book.sgml Log: Document _FreeBSD_version 700021 and 700022. Approved by:kan (mentor) Revision ChangesPath 1.751 +11 -0 doc/en

cvs commit: src/sys/fs/devfs devfs.h devfs_devs.c devfs_vfsops.c devfs_vnops.c

2006-09-18 Thread Konstantin Belousov
kib 2006-09-18 13:23:08 UTC FreeBSD src repository Modified files: sys/fs/devfs devfs.h devfs_devs.c devfs_vfsops.c devfs_vnops.c Log: Resolve the devfs deadlock caused by LOR between devfs_mount->dm_lock and vnode lock in devfs_allocv. Do

cvs commit: src/sys/kern vfs_mount.c

2006-09-18 Thread Konstantin Belousov
kib 2006-09-18 15:35:22 UTC FreeBSD src repository Modified files: sys/kern vfs_mount.c Log: Fix the race while waiting for coveredvp lock during unmount. The vnode may be recycled during the sleep, wrap the vn_lock with vhold/vdrop. Check that coveredvp still

cvs commit: src/libexec/rtld-elf rtld.c

2006-09-19 Thread Konstantin Belousov
kib 2006-09-19 12:47:13 UTC FreeBSD src repository Modified files: libexec/rtld-elf rtld.c Log: Fix the buggy rev. 1.117. dagmembers are only initialized for dlopen'ed dso that are actually loading. If dso a.so depends on b.so, then dlsym with handle from dlopen("b.so

cvs commit: src/sys/fs/devfs devfs_vnops.c

2006-09-19 Thread Konstantin Belousov
kib 2006-09-19 14:03:02 UTC FreeBSD src repository Modified files: sys/fs/devfs devfs_vnops.c Log: Fix the bug in rev. 1.134. In devfs_allocv_drop_refs(), when not_found == 2 and drop_dm_lock is true, no unlocking shall be attempted. The lock is already dropped an

cvs commit: src/sys/kern vfs_mount.c

2006-09-19 Thread Konstantin Belousov
kib 2006-09-19 14:04:12 UTC FreeBSD src repository Modified files: sys/kern vfs_mount.c Log: Fix the bug in rev. 1.232. If vfs_suser returned false, coveredvp shall be unlocked only if it really exists. Found with: Coverity Prevent(tm) CID:1535

cvs commit: src/sys/ufs/ffs ffs_softdep.c

2006-09-20 Thread Konstantin Belousov
kib 2006-09-20 07:49:28 UTC FreeBSD src repository Modified files: sys/ufs/ffs ffs_softdep.c Log: Fix the glitch introduced in rev. 1.93. In softdep_sync_metadata(), switch by worklist type contains two for() loops, for D_INDIRDEP and D_PAGEDEP. On error, these l

cvs commit: src/sys/kern vfs_subr.c

2006-10-02 Thread Konstantin Belousov
kib 2006-10-02 07:25:58 UTC FreeBSD src repository Modified files: sys/kern vfs_subr.c Log: Correct the comment: numvnodes is decreased on vdestroying the vnode. OKed by:tegge Approved by:pjd (mentor) MFC after: 1 week Revision Chan

cvs commit: src/share/man/man9 zone.9

2006-10-02 Thread Konstantin Belousov
kib 2006-10-02 07:27:01 UTC FreeBSD src repository Modified files: share/man/man9 zone.9 Log: Remove long untrue note about storing state information inside free items. OKed by:rwatson, tegge Approved by:pjd (mentor) MFC after: 1 week Revi

cvs commit: src/sys/sys mount.h src/sys/kern vfs_mount.c

2006-10-03 Thread Konstantin Belousov
kib 2006-10-03 10:47:04 UTC FreeBSD src repository Modified files: sys/sys mount.h sys/kern vfs_mount.c Log: Fix the remaining race in the revs. 1.232, 1,233 that could occur during unmount when mp structure is reused while waiting for coveredv

cvs commit: src/sys/ufs/ffs ffs_softdep.c

2006-10-05 Thread Konstantin Belousov
kib 2006-10-06 05:06:58 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/ufs/ffs ffs_softdep.c Log: MFC rev. 1.198: Fix the glitch introduced in rev. 1.93. In softdep_sync_metadata(), switch by worklist type contains two for() loops, for D

cvs commit: src/sys/kern vfs_subr.c

2006-10-09 Thread Konstantin Belousov
kib 2006-10-09 14:17:30 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/kern vfs_subr.c Log: MFC rev. 1.685: Correct the comment: numvnodes is decreased on vdestroying the vnode. Approved by:re (hrs), pjd (mentor) Revisi

cvs commit: src/share/man/man9 zone.9

2006-10-09 Thread Konstantin Belousov
kib 2006-10-09 14:18:26 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) share/man/man9 zone.9 Log: MFC rev. 1.27: Remove long untrue note about storing state information inside free items. Approved by:re (hrs), pjd (mentor) Revision

cvs commit: src/sys/ufs/ffs ffs_inode.c ffs_snapshot.c ffs_vnops.c src/sys/ufs/ufs inode.h ufs_vnops.c

2006-10-10 Thread Konstantin Belousov
kib 2006-10-10 09:20:54 UTC FreeBSD src repository Modified files: sys/ufs/ffs ffs_inode.c ffs_snapshot.c ffs_vnops.c sys/ufs/ufs inode.h ufs_vnops.c Log: Do not translate the IN_ACCESS inode flag into the IN_MODIFIED while filesystem is suspending/s

cvs commit: src/sys/fs/devfs devfs.h devfs_devs.c devfs_int.h devfs_vnops.c

2006-10-18 Thread Konstantin Belousov
kib 2006-10-18 11:17:15 UTC FreeBSD src repository Modified files: sys/fs/devfs devfs.h devfs_devs.c devfs_int.h devfs_vnops.c Log: Properly lock the vnode around vgone() calls. Unlock the vnode in devfs_close() while calling into the dr

cvs commit: src/sys/kern kern_conf.c src/sys/sys conf.h src/sys/fs/devfs devfs_vnops.c

2006-10-20 Thread Konstantin Belousov
kib 2006-10-20 07:59:50 UTC FreeBSD src repository Modified files: sys/kern kern_conf.c sys/sys conf.h sys/fs/devfs devfs_vnops.c Log: Fix the race between devfs_fp_check and devfs_reclaim. Derefence the vnode' v_rdev and increment

cvs commit: src/sys/fs/devfs devfs_vnops.c

2006-10-20 Thread Konstantin Belousov
kib 2006-10-20 08:03:42 UTC FreeBSD src repository Modified files: sys/fs/devfs devfs_vnops.c Log: Update the access and modification times for dev while still holding thread reference on it. Reviewed by:tegge Approved by:pjd (mentor) Revision C

cvs commit: src/lib/libc/stdio xprintf.c

2006-10-21 Thread Konstantin Belousov
kib 2006-10-21 11:49:07 UTC FreeBSD src repository Modified files: lib/libc/stdio xprintf.c Log: Workaround for (what seems to be) compiler error for gcc 3.4.6. On i386 with default optimization level (-O2), va_list pointer ap in the __v2printf function is advanced

cvs commit: src/lib/libc/stdio xprintf.c

2006-10-23 Thread Konstantin Belousov
kib 2006-10-23 07:25:25 UTC FreeBSD src repository Modified files: lib/libc/stdio xprintf.c Log: Revert the rev. 1.4, it causes breakage on most arches except i386. Remove the const qualifier from ap argument for __v2printf, that induced that breakage, and seems

cvs commit: src/sys/kern vfs_mount.c src/sys/sys mount.h

2006-10-24 Thread Konstantin Belousov
kib 2006-10-24 15:02:40 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/kern vfs_mount.c sys/sys mount.h Log: MFC rev. 1.232, 1.233, 1.240 of the src/sys/kern/vfs_mount.c, and rev. 1.215 of src/sys/sys/mount.h (with c

cvs commit: src/sys/nfsserver nfs_serv.c

2006-10-26 Thread Konstantin Belousov
kib 2006-10-26 12:41:53 UTC FreeBSD src repository Modified files: sys/nfsservernfs_serv.c Log: Fix leak in NAMEI zone caused by nfs server when VOP_RENAME fails. Submitted by: Padma Bhooma Reviewed by:bde Approved by:pjd (mentor) MFC after:

cvs commit: src/sys/kern vfs_syscalls.c

2006-10-26 Thread Konstantin Belousov
kib 2006-10-26 13:20:29 UTC FreeBSD src repository Modified files: sys/kern vfs_syscalls.c Log: The attempt to rename "." with MAC framework compiled in would cause attempt to twice unlock the vnode. Check that ni_vp and ni_dvp are different before doing secon

cvs commit: src/lib/libc/stdio xprintf.c

2006-10-30 Thread Konstantin Belousov
kib 2006-10-30 13:55:25 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) lib/libc/stdio xprintf.c Log: MFC rev. 1.4, 1.5. Remove the const qualifier from ap argument for __v2printf. Approved by:re (kensmith) Revision ChangesPath

cvs commit: src/sys/fs/devfs devfs.h

2006-10-30 Thread Konstantin Belousov
kib 2006-10-30 15:23:00 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/fs/devfs devfs.h Log: MFC rev. 1.29. Remove unused prototypes. Approved by:re (hrs) Revision ChangesPath 1.22.2.3 +0 -2 src/sys/fs/devfs/devfs

cvs commit: src/sys/fs/devfs devfs_vnops.c

2006-10-30 Thread Konstantin Belousov
kib 2006-10-30 15:24:28 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/fs/devfs devfs_vnops.c Log: MFC rev. 1.130. Add a bogus vhold/vdrop around vgone() in devfs_revoke. Approved by:re (hrs) Revision ChangesPath 1.114

cvs commit: src/sys/fs/devfs devfs_vnops.c

2006-10-30 Thread Konstantin Belousov
kib 2006-10-30 15:27:57 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/fs/devfs devfs_vnops.c Log: MFC rev. 1.132. Add vnode interlocking to devfs. Approved by:re (hrs) Revision ChangesPath 1.114.2.9 +33 -16src/sy

cvs commit: src/sys/fs/devfs devfs.h devfs_devs.c devfs_vfsops.c devfs_vnops.c

2006-10-30 Thread Konstantin Belousov
kib 2006-10-30 15:33:38 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/fs/devfs devfs.h devfs_devs.c devfs_vfsops.c devfs_vnops.c Log: MFC: rev. 1.30 src/sys/fs/devfs/devfs.h rev. 1.47 src/sys/fs/devfs/devfs_

cvs commit: src/sys/fs/devfs devfs_vnops.c

2006-10-30 Thread Konstantin Belousov
kib 2006-10-30 15:36:31 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/fs/devfs devfs_vnops.c Log: MFC rev. 1.135. Fix the bug in rev. 1.134 (unlocking of not locked dm_lock). Approved by:re (hrs) RevisionChangesPath

cvs commit: src/sys/fs/devfs devfs.h devfs_devs.c devfs_int.h devfs_vnops.c

2006-10-30 Thread Konstantin Belousov
kib 2006-10-30 15:40:53 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/fs/devfs devfs.h devfs_devs.c devfs_int.h devfs_vnops.c Log: MFC rev. 1.31 src/sys/fs/devfs/devfs.h rev. 1.48 src/sys/fs/devfs/devfs_devs.c

cvs commit: src/sys/fs/devfs devfs_vnops.c src/sys/sys conf.h src/sys/kern kern_conf.c

2006-10-30 Thread Konstantin Belousov
kib 2006-10-30 15:43:56 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/fs/devfs devfs_vnops.c sys/sys conf.h sys/kern kern_conf.c Log: MFC rev. 1.137 src/sys/fs/devfs/devfs_vnops.c rev. 1.200 src/sys/ker

cvs commit: src/sys/fs/devfs devfs_vnops.c

2006-10-30 Thread Konstantin Belousov
kib 2006-10-30 15:46:29 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/fs/devfs devfs_vnops.c Log: MFC rev. 1.138. Update the access and modification times for dev while still holding thread reference on it. Approved by: re (hrs)

cvs commit: src/sys/amd64/linux32 linux32_sysvec.c

2006-10-31 Thread Konstantin Belousov
kib 2006-10-31 17:53:02 UTC FreeBSD src repository Modified files: sys/amd64/linux32linux32_sysvec.c Log: Fix a typo resulting in truncated linux32 signal trampoline code copied to the usermode. Usually, signal handler segfaulted on return. Reviewed by:jhb MF

Re: cvs commit: src/sys/dev/sk if_sk.c if_skreg.h xmaciireg.h yukonreg.h

2006-06-12 Thread Konstantin Belousov
On Tue, Jun 13, 2006 at 12:41:28PM +0900, Pyun YongHyeon wrote: > On Tue, Jun 13, 2006 at 06:14:46AM +0300, Kostik Belousov wrote: > > skc0: [GIANT-LOCKED] > > ^ Is it right ? > > Maybe debug.mpsafenet=0 due to the instability of the driver? Yes, I have IPSEC in the kernel

cvs commit: doc/en_US.ISO8859-1/books/developers-handbook/kerneldebug chapter.sgml

2006-06-13 Thread Konstantin Belousov
kib 2006-06-13 10:48:58 UTC FreeBSD doc repository (src committer) Modified files: en_US.ISO8859-1/books/developers-handbook/kerneldebug chapter.sgml Log: Document the procedure to obtain the debugging information w

cvs commit: src/sys/nfsserver nfs_serv.c nfs_srvsubs.c

2006-06-13 Thread Konstantin Belousov
kib 2006-06-13 10:50:29 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/nfsservernfs_serv.c nfs_srvsubs.c Log: MFC of the temporary fix for nfsd leaking GIANT. src/sys/nfsserver/nfs_serv.c rev. 1.165 src/sys/nfsserver/nfs_srvsubs.c rev.

cvs commit: src/sys/modules Makefile src/sys/modules/ppc Makefile

2006-06-16 Thread Konstantin Belousov
kib 2006-06-16 11:44:55 UTC FreeBSD src repository Modified files: sys/modules Makefile Added files: sys/modules/ppc Makefile Log: Allow for ppc(4) to be built as module, initially only for i386 and amd64. MFC after: 1 month Approved by:

cvs commit: src/bin/setfacl setfacl.1 setfacl.c

2006-06-16 Thread Konstantin Belousov
kib 2006-06-16 13:33:03 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) bin/setfacl setfacl.1 setfacl.c Log: MFC rev. 1.12 of setfacl.c, rev. 1.15,1.16 of setfacl.1. Copy filename read from the stdin into the private buffer. Document the way

cvs commit: src/sys/ddb db_sym.c

2006-06-16 Thread Konstantin Belousov
kib 2006-06-16 16:17:52 UTC FreeBSD src repository Modified files: sys/ddb db_sym.c Log: Never zero-out db_last_symtab. Whan backtraces are done in parallel in several threads, one symbol lookup could clear db_last_symtab when another one going to use it as

cvs commit: ports/lang/icc Makefile distinfo

2006-06-21 Thread Konstantin Belousov
kib 2006-06-21 12:28:56 UTC FreeBSD ports repository (src committer) Modified files: lang/icc Makefile distinfo Log: Update to 8.1.038. PR: 91998 Approved by:netchild (maintainer) Approved by:kan (mentor) Revision ChangesPath 1.90

cvs commit: ports/lang/icc Makefile distinfo

2006-06-21 Thread Konstantin Belousov
kib 2006-06-21 12:51:01 UTC FreeBSD ports repository (src committer) Modified files: lang/icc Makefile distinfo Log: Forced commit: correct PR number for previous commit is 99198. Pointy hat to: kib Approved by:kan (mentor) Revision ChangesPa

cvs commit: src/lib/libc/sys mincore.2 src/sys/vm vm_mmap.c

2006-06-21 Thread Konstantin Belousov
kib 2006-06-21 12:59:05 UTC FreeBSD src repository Modified files: lib/libc/sys mincore.2 sys/vm vm_mmap.c Log: Make the mincore(2) return ENOMEM when requested range is not fully mapped. Requested by: Bruno Haible Reviewed by:alc Ap

Re: cvs commit: src/lib/libc/sys mincore.2 src/sys/vm vm_mmap.c

2006-06-21 Thread Konstantin Belousov
gt; > > John-Mark Gurney wrote: > > > > > > > > >Konstantin Belousov wrote this message on Wed, Jun 21, 2006 at 12:59 > > +: > > > > > > > > > >> Modified files: > > > > >> lib/libc/sys mincore

cvs commit: ports/java/jfreechart Makefile distinfo

2006-06-23 Thread Konstantin Belousov
kib 2006-06-23 17:22:47 UTC FreeBSD ports repository (src committer) Modified files: java/jfreechart Makefile distinfo Log: Update to 1.0.1. PR: ports/99253 Approved by:pav Approved by:pjd (mentor) Revision ChangesPath 1.8 +1 -1

cvs commit: src/lib/libc/i386/gen _ctx_start.S

2006-07-05 Thread Konstantin Belousov
kib 2006-07-05 12:43:13 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) lib/libc/i386/gen_ctx_start.S Log: MFC rev. 1.4. Replace absolute addressing in the call instructions with position-independend calls. This eliminates TEXTREL from libc, makin

cvs commit: src/sys/kern vfs_subr.c

2006-07-05 Thread Konstantin Belousov
kib 2006-07-05 16:33:25 UTC FreeBSD src repository Modified files: sys/kern vfs_subr.c Log: Back out my rev. 1.674. The better fix (rev. 1.637) is already in tree. Approved by:kan (mentor) Revision ChangesPath 1.677 +3 -3 src/sys/kern

cvs commit: src/sys/kern vfs_subr.c

2006-07-05 Thread Konstantin Belousov
kib 2006-07-05 16:34:16 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/kern vfs_subr.c Log: MFC rev. 1.637: Fix the LOR that occurs when the MAC compiled into the kernel and vnode is destroyed. LOR:189 Approved by:

cvs commit: src/sbin/init init.c

2006-07-08 Thread Konstantin Belousov
kib 2006-07-08 15:34:27 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sbin/initinit.c Log: MFC rev. 1.62: Reparent the process that executes the window= command from the ttys to the init. This prevents zombies from being accumulated.

cvs commit: src/sys/nfsclient nfs_vnops.c

2006-07-08 Thread Konstantin Belousov
kib 2006-07-08 15:36:51 UTC FreeBSD src repository Modified files: sys/nfsclientnfs_vnops.c Log: Always supply curthread as argument to nfs_asyncio and nfs_doio in nfs_strategy. Otherwise, for some buffers, signals would be ignored at the intr mounts. Reviewe

cvs commit: src/sys/nfsclient nfs_socket.c

2006-07-08 Thread Konstantin Belousov
kib 2006-07-08 15:39:11 UTC FreeBSD src repository Modified files: sys/nfsclientnfs_socket.c Log: Signals may be delivered to process as well as to the thread. Check the thread-delivered signals in addition to the process one. Reviewed by:mohan MFC after:

cvs commit: src/usr.bin/kdump mksubr

2006-07-12 Thread Konstantin Belousov
kib 2006-07-12 09:13:34 UTC FreeBSD src repository Modified files: usr.bin/kdumpmksubr Log: Check that the signal number is in range. Submitted by: Michiel Boland MFC after: 1 week Approved by:pjd (mentor) Revision ChangesPath 1.2

cvs commit: src/sys/nfs4client nfs4_vnops.c

2006-07-12 Thread Konstantin Belousov
kib 2006-07-12 09:16:35 UTC FreeBSD src repository Modified files: sys/nfs4client nfs4_vnops.c Log: Always supply curthread as argument to nfs_asyncio and nfs_doio in nfs_strategy. Otherwise, for some buffers, signals would be ignored at the intr mounts. Review

cvs commit: src/sys/kern sysv_sem.c

2006-07-12 Thread Konstantin Belousov
kib 2006-07-12 11:41:54 UTC FreeBSD src repository Modified files: sys/kern sysv_sem.c Log: Use proper format specifier for pointers in debug printfs (turned off by default). Approved by:pjd (mentor) MFC after: 2 weeks Revision ChangesP

cvs commit: src/usr.bin/kdump kdump.c

2006-07-12 Thread Konstantin Belousov
kib 2006-07-12 12:41:56 UTC FreeBSD src repository Modified files: usr.bin/kdumpkdump.c Log: Check that the signal number is in range. Submitted by: maxim MFC after: 1 week Approved by:pjd (mentor) Revision ChangesPath 1.30 +4 -1

cvs commit: src/usr.bin/kdump mksubr

2006-07-12 Thread Konstantin Belousov
kib 2006-07-12 12:42:47 UTC FreeBSD src repository Modified files: usr.bin/kdumpmksubr Log: Remove slipped in spaces. Pointed out by: maxim Approved by:pjd (mentor) Revision ChangesPath 1.3 +3 -3 src/usr.bin/kdump/mksubr _

cvs commit: src/sys/ddb db_sym.c

2006-07-17 Thread Konstantin Belousov
kib 2006-07-17 15:01:40 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/ddb db_sym.c Log: MFC rev. 1.37: Never zero-out db_last_symtab. Whan backtraces are done in parallel in several threads, one symbol lookup could clear db_last_s

cvs commit: src/usr.bin/kdump kdump.c

2006-07-19 Thread Konstantin Belousov
kib 2006-07-19 14:49:20 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) usr.bin/kdumpkdump.c Log: MFC rev. 1.30, 1.31 Check that the signal number is in range. Approved by:pjd (mentor) Revision ChangesPath 1.26.2.3 +4 -1

cvs commit: src/sys/modules Makefile src/sys/modules/ppc Makefile src/sys/dev/ppc ppc.c src/sys/dev/ppbus if_plip.c lpbb.c lpt.c ppi.c pps.c

2006-07-19 Thread Konstantin Belousov
kib 2006-07-19 16:31:12 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/modules Makefile sys/dev/ppc ppc.c sys/dev/ppbusif_plip.c lpbb.c lpt.c ppi.c pps.c Added files: (Branch: RELENG_6) sys/modules/ppc

cvs commit: src/sys/vm vm_mmap.c

2006-07-20 Thread Konstantin Belousov
kib 2006-07-21 05:54:25 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/vm vm_mmap.c Log: MFC rev. 1.206 Make the mincore(2) return ENOMEM when requested range is not fully mapped. Approved by: pjd (mentor) Revision Chang

cvs commit: src/lib/libc/sys mincore.2

2006-07-20 Thread Konstantin Belousov
kib 2006-07-21 06:29:32 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) lib/libc/sys mincore.2 Log: MFC rev. 1.25 Document new mincore behaviour, the mincore(2) returns ENOMEM when requested range is not fully mapped. Reminded by:pjd

cvs commit: src/sys/nfsclient nfs_socket.c

2006-08-07 Thread Konstantin Belousov
kib 2006-08-07 12:32:11 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/nfsclientnfs_socket.c Log: MFC rev. 1.142: Signals may be delivered to process as well as to the thread. Check the thread-delivered signals in addition to the process

cvs commit: src/sys/nfsclient nfs_vnops.c

2006-08-07 Thread Konstantin Belousov
kib 2006-08-07 12:33:25 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/nfsclientnfs_vnops.c Log: MFC rev. 1.267: Always supply curthread as argument to nfs_asyncio and nfs_doio in nfs_strategy. Otherwise, for some buffers, signals would b

cvs commit: src/sys/compat/linprocfs linprocfs.c

2006-08-08 Thread Konstantin Belousov
kib 2006-08-08 12:29:27 UTC FreeBSD src repository Modified files: sys/compat/linprocfs linprocfs.c Log: Lock the vnode around the call to VOP_GETATTR. Move the locked code and vn_fullpath (that call malloc(..., M_WAITOK)) from under the vm object lock, since sleep is not

cvs commit: src/sys/nfs4client nfs4_vnops.c

2006-08-14 Thread Konstantin Belousov
kib 2006-08-14 09:52:25 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/nfs4client nfs4_vnops.c Log: MFC rev. 1.33: Always supply curthread as argument to nfs_asyncio and nfs_doio in nfs_strategy. Otherwise, for some buffers, signals would b

cvs commit: www/en/news/status report-2011-10-2011-12.xml

2012-01-25 Thread Konstantin Belousov
kib 2012-01-25 17:47:51 UTC FreeBSD doc repository (src committer) Modified files: en/news/status report-2011-10-2011-12.xml Log: Typos Revision ChangesPath 1.7 +2 -2 www/en/news/status/report-2011-10-2011-12.xml __

cvs commit: doc/en_US.ISO8859-1/books/porters-handbook book.sgml

2010-09-06 Thread Konstantin Belousov
kib 2010-09-06 08:42:23 UTC FreeBSD doc repository (src committer) Modified files: en_US.ISO8859-1/books/porters-handbook book.sgml Log: Document __FreeBSD_versions 900018 and 900019. Revision ChangesPath 1.1075+13 -0 doc/en_US.ISO8859-1/books/porters-han

cvs commit: www/share/sgml events.xml

2010-09-06 Thread Konstantin Belousov
kib 2010-09-06 09:49:30 UTC FreeBSD doc repository (src committer) Modified files: share/sgml events.xml Log: Add KyivBSD 2010 Revision ChangesPath 1.89 +22 -1 www/share/sgml/events.xml ___ cvs-all@fre

cvs commit: doc/en_US.ISO8859-1/books/porters-handbook book.sgml

2010-11-03 Thread Konstantin Belousov
kib 2010-11-03 21:54:27 UTC FreeBSD doc repository (src committer) Modified files: en_US.ISO8859-1/books/porters-handbook book.sgml Log: Document __FreeBSD_version 801501. Revision ChangesPath 1.1078+7 -0 doc/en_US.ISO8859-1/books/porters-handbook/book.s

cvs commit: doc/en_US.ISO8859-1/books/porters-handbook book.sgml

2009-03-12 Thread Konstantin Belousov
kib 2009-03-12 14:09:26 UTC FreeBSD doc repository (src committer) Modified files: en_US.ISO8859-1/books/porters-handbook book.sgml Log: Document __FreeBSD_version 701105. Revision ChangesPath 1.986 +8 -0 doc/en_US.ISO8859-1/books/porters-handbook/book.s

cvs commit: www/en/projects/ideas ideas.xml

2009-03-12 Thread Konstantin Belousov
kib 2009-03-12 14:33:29 UTC FreeBSD doc repository (src committer) Modified files: en/projects/ideasideas.xml Log: CPP -m32 on amd64 #include handling project. Revision ChangesPath 1.106 +25 -1 www/en/projects/ideas/ideas.xml _

cvs commit: doc/en_US.ISO8859-1/books/porters-handbook book.sgml

2009-03-22 Thread Konstantin Belousov
kib 2009-03-22 15:03:32 UTC FreeBSD doc repository (src committer) Modified files: en_US.ISO8859-1/books/porters-handbook book.sgml Log: Document __FreeBSD_version 800073. Revision ChangesPath 1.994 +6 -0 doc/en_US.ISO8859-1/books/porters-handbook/book.s

cvs commit: doc/en_US.ISO8859-1/books/porters-handbook book.sgml

2009-01-10 Thread Konstantin Belousov
kib 2009-01-10 16:52:19 UTC FreeBSD doc repository (src committer) Modified files: en_US.ISO8859-1/books/porters-handbook book.sgml Log: Document __FreeBSD_version 701101. Revision ChangesPath 1.967 +6 -0 doc/en_US.ISO8859-1/books/porters-handbook/book.s

cvs commit: doc/en_US.ISO8859-1/books/porters-handbook book.sgml

2009-02-15 Thread Konstantin Belousov
kib 2009-02-15 13:19:16 UTC FreeBSD doc repository (src committer) Modified files: en_US.ISO8859-1/books/porters-handbook book.sgml Log: Document the __FreeBSD_version 701104. Revision ChangesPath 1.976 +7 -0 doc/en_US.ISO8859-1/books/porters-handbook/boo

cvs commit: doc/en_US.ISO8859-1/books/porters-handbook book.sgml

2009-12-02 Thread Konstantin Belousov
kib 2009-12-02 16:56:05 UTC FreeBSD doc repository (src committer) Modified files: en_US.ISO8859-1/books/porters-handbook book.sgml Log: Document __FreeBSD_version 93. Revision ChangesPath 1.1036+7 -0 doc/en_US.ISO8859-1/books/porters-handbook/book.s

cvs commit: doc/en_US.ISO8859-1/books/porters-handbook book.sgml

2010-01-04 Thread Konstantin Belousov
kib 2010-01-04 16:12:05 UTC FreeBSD doc repository (src committer) Modified files: en_US.ISO8859-1/books/porters-handbook book.sgml Log: Document __FreeBSD_version 96. Revision ChangesPath 1.1044+8 -0 doc/en_US.ISO8859-1/books/porters-handbook/book.s

cvs commit: doc/en_US.ISO8859-1/books/porters-handbook book.sgml

2010-01-24 Thread Konstantin Belousov
kib 2010-01-24 13:20:05 UTC FreeBSD doc repository (src committer) Modified files: en_US.ISO8859-1/books/porters-handbook book.sgml Log: Document __FreeBSD_versions 800500 and 800501. Revision ChangesPath 1.1049+15 -0 doc/en_US.ISO8859-1/books/porters-han

cvs commit: doc/en_US.ISO8859-1/books/porters-handbook book.sgml

2010-01-31 Thread Konstantin Belousov
kib 2010-01-31 19:26:03 UTC FreeBSD doc repository (src committer) Modified files: en_US.ISO8859-1/books/porters-handbook book.sgml Log: Document __FreeBSD_version 800502. Revision ChangesPath 1.1051+6 -0 doc/en_US.ISO8859-1/books/porters-handbook/book.s

cvs commit: doc/en_US.ISO8859-1/books/porters-handbook book.sgml

2011-07-19 Thread Konstantin Belousov
kib 2011-07-19 11:18:24 UTC FreeBSD doc repository (src committer) Modified files: en_US.ISO8859-1/books/porters-handbook book.sgml Log: Document __FreeBSD_versions 802503-802510. Revision ChangesPath 1.1112+48 -0 doc/en_US.ISO8859-1/books/porters-handbook

cvs commit: www/share/sgml events2011.xml

2011-08-12 Thread Konstantin Belousov
kib 2011-08-12 12:16:21 UTC FreeBSD doc repository (src committer) Modified files: share/sgml events2011.xml Log: Announce KyivBSD 2011 Revision ChangesPath 1.3 +22 -1 www/share/sgml/events2011.xml __

cvs commit: www/share/sgml events.xml

2009-08-20 Thread Konstantin Belousov
kib 2009-08-20 19:57:47 UTC FreeBSD doc repository (src committer) Modified files: share/sgml events.xml Log: Add KyivBSD 2009 Revision ChangesPath 1.75 +22 -1 www/share/sgml/events.xml ___ cvs-all@fre

cvs commit: src/sys/kern kern_conf.c

2008-05-14 Thread Konstantin Belousov
kib 2008-05-14 14:29:54 UTC FreeBSD src repository Modified files: sys/kern kern_conf.c Log: Add the devctl notifications for the cdev create/destroy events. Based on the submission by: Andriy Gapon MFC after: 2 weeks Revision ChangesPath

cvs commit: src/sys/fs/devfs devfs_rule.c src/sys/vm vm_mmap.c

2008-05-16 Thread Konstantin Belousov
kib 2008-05-16 10:35:16 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/fs/devfs devfs_rule.c sys/vm vm_mmap.c Log: MFC rev. 1.24 of the sys/fs/devfs/devfs_rule.c, rev. 1.218 of the sys/vm/vm_mmap.c Do not derefer

cvs commit: src/sys/dev/fdc fdc.c

2008-05-16 Thread Konstantin Belousov
kib 2008-05-16 10:32:52 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/fdc fdc.c Log: MFC rev. 1.320: The wakeup() line from the rev. 1.319 is wrong and reintroduces a panic race on module unload. The wakeup() is internal to kpr

cvs commit: src/sys/kern kern_conf.c

2008-05-16 Thread Konstantin Belousov
kib 2008-05-16 11:41:51 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/kern kern_conf.c Log: MFC part of the rev. 1.210, and the rev. 1.211. In the giant_XXX wrappers for the device methods of the D_NEEDGIANT drivers, do not derefe

cvs commit: src/sys/kern vfs_syscalls.c src/sys/ufs/ffs ffs_softdep.c ffs_vfsops.c src/sys/ufs/ufs quota.h ufs_lookup.c ufs_quota.c ufs_vnops.c

2008-05-17 Thread Konstantin Belousov
kib 2008-05-17 12:46:24 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/kern vfs_syscalls.c sys/ufs/ffs ffs_softdep.c ffs_vfsops.c sys/ufs/ufs quota.h ufs_lookup.c ufs_quota.c ufs_vnops.c

cvs commit: src/sys/kern vfs_subr.c

2008-05-17 Thread Konstantin Belousov
kib 2008-05-18 05:05:33 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/kern vfs_subr.c Log: MFC rev. 1.724: Only return 1 from sync_vnode() in cases where the vnode is still at the head of the sync list. This prevents sched_sync() fro

  1   2   3   4   5   6   >