Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Mar 1997 12:08:29 -0800 (PST)
From:      Guido van Rooij <guido>
To:        CVS-committers, cvs-all, cvs-sys, cvs-sbin
Subject:   cvs commit:  src/sbin/fsirand Makefile fsirand.8 fsirand.c src/sys/kern vfs_syscalls.c src/sys/ufs/ffs ffs_alloc.c ffs_vfsops.c fs.h src/sbin Makefile src/sbin/newfs Makefile mkfs.c
Message-ID:  <199703232008.MAA25285@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
guido       97/03/23 12:08:27

  Modified:    sbin      Makefile
               sbin/newfs  Makefile mkfs.c
               sys/kern  vfs_syscalls.c
               sys/ufs/ffs  ffs_alloc.c ffs_vfsops.c fs.h
  Added:       sbin/fsirand  Makefile fsirand.8 fsirand.c
  Log:
  Add generation number randomization. Newly created filesystems wil now
  automatically have random generation numbers. The kenel way of handling those
  also changed. Further it is advised to run fsirand on all your nfs exported
  filesystems. the code is mostly copied from OpenBSD, with the randomization
  chanegd to use /dev/urandom
  Reviewed by:	Garrett
  Obtained from: OpenBSD
  
  Revision  Changes    Path
  1.38      +1 -1      src/sbin/Makefile
  1.5       +1 -1      src/sbin/newfs/Makefile
  1.15      +38 -5     src/sbin/newfs/mkfs.c
  1.61      +13 -1     src/sys/kern/vfs_syscalls.c
  1.33      +3 -6      src/sys/ufs/ffs/ffs_alloc.c
  1.51      +6 -7      src/sys/ufs/ffs/ffs_vfsops.c
  1.11      +2 -3      src/sys/ufs/ffs/fs.h



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