DragonFly BSD
DragonFly commits List (threaded) for 2004-05
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

cvs commit: src/sys/kern kern_lockf.c kern_prot.c


From: Joerg Sonnenberger <joerg@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Sun, 9 May 2004 04:51:10 -0700 (PDT)

joerg       2004/05/09 04:51:10 PDT

DragonFly src repository

  Modified files:
    sys/kern             kern_lockf.c kern_prot.c 
  Log:
  Fix two bugs in the lockf code. The first one is a missing reinitialization
  of the type field if an existing lock is extended to cover a bigger range
  with a different type. The second is related to the problem reported by
  Joerg Anslik <joerg@xxxxxxxxx> and comes from capturing real uid changes,
  but using the effective uid userinfo structure for the accounting.
  
  Revision  Changes    Path
  1.12      +1 -0      src/sys/kern/kern_lockf.c
  1.18      +2 -2      src/sys/kern/kern_prot.c


http://www.dragonflybsd.org/cvsweb/src/sys/kern/kern_lockf.c.diff?r1=1.11&r2=1.12&f=h
http://www.dragonflybsd.org/cvsweb/src/sys/kern/kern_prot.c.diff?r1=1.17&r2=1.18&f=h



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]