Source-Changes archive

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

CVS commit: basesrc/usr.sbin/installboot



Module Name:    basesrc
Committed By:   lukem
Date:           Wed May 15 02:18:24 UTC 2002

Modified Files:
        basesrc/usr.sbin/installboot: installboot.c installboot.h
        basesrc/usr.sbin/installboot/arch: alpha.c pmax.c sparc.c sparc64.c
            sun68k.c vax.c

Log Message:
- add fsstat (fstat(2) on fsfd) and s1stat (fstat(2) on s1fd) in ib_params,
  and use instead of replicating the effort in various locations
- if filesystem is not a regular file, use sync(2) instead of fsync(2)
  after the bootstrap has been written
- move <sys/stat.h> and <stdint.h> into "installboot.h"


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 basesrc/usr.sbin/installboot/installboot.c
cvs rdiff -r1.10 -r1.11 basesrc/usr.sbin/installboot/installboot.h
cvs rdiff -r1.10 -r1.11 basesrc/usr.sbin/installboot/arch/alpha.c
cvs rdiff -r1.8 -r1.9 basesrc/usr.sbin/installboot/arch/pmax.c
cvs rdiff -r1.3 -r1.4 basesrc/usr.sbin/installboot/arch/sparc.c
cvs rdiff -r1.12 -r1.13 basesrc/usr.sbin/installboot/arch/sparc64.c
cvs rdiff -r1.14 -r1.15 basesrc/usr.sbin/installboot/arch/sun68k.c
cvs rdiff -r1.7 -r1.8 basesrc/usr.sbin/installboot/arch/vax.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index