Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Feb 2003 02:32:41 -0800 (PST)
From:      Poul-Henning Kamp <phk@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/geom geom_disk.c src/sys/kern kern_conf.c src/sys/sys conf.h
Message-ID:  <200302041032.h14AWf2H048544@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
phk         2003/02/04 02:32:41 PST

  Modified files:
    sys/geom             geom_disk.c 
    sys/kern             kern_conf.c 
    sys/sys              conf.h 
  Log:
  Pave the road to removing the fixed size limit on device nodes:
  
  Change the si_name of dev_t's to be a char * and put a private buffer for
  holding the name at then end of the struct.
  
  Initialize si_name to point to the private buffer.
  
  Put a KASSERT in geom_disk to prevent overrun on the fake dev_t we still
  have to generate for the disk_drivers.
  
  Revision  Changes    Path
  1.43      +2 -0      src/sys/geom/geom_disk.c
  1.119     +2 -0      src/sys/kern/kern_conf.c
  1.158     +2 -1      src/sys/sys/conf.h

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200302041032.h14AWf2H048544>