cvs commit: src/sys/kern kern_conf.c kern_device.c

Matthew Dillon dillon at crater.dragonflybsd.org
Tue Mar 22 18:52:44 PST 2005


dillon      2005/03/22 18:50:53 PST

DragonFly src repository

  Modified files:
    sys/kern             kern_conf.c kern_device.c 
  Log:
  Because destroy_all_dev() checks the mask/match against the device's si_udev,
  which is a field combining both major and minor numbers, we must mask off the
  major bits (to retain only the minor bits) from the 'mask' variable in order
  to allow a generic -1 to be passed as the mask.  Otherwise we will not match
  anything.
  
  Revamp a good chunk of the documentation to try to make the major/minor
  number masking issues clear.
  
  Bug-found-by: Chuck Tuffli <chuck_tuffli at xxxxxxxxxxx>
  
  Revision  Changes    Path
  1.11      +11 -1     src/sys/kern/kern_conf.c
  1.15      +18 -3     src/sys/kern/kern_device.c


http://www.dragonflybsd.org/cvsweb/src/sys/kern/kern_conf.c.diff?r1=1.10&r2=1.11&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/kern/kern_device.c.diff?r1=1.14&r2=1.15&f=u





More information about the Commits mailing list