Date: Fri, 30 Jan 1998 03:34:11 -0800 (PST) From: Poul-Henning Kamp <phk@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/conf files options src/sys/i386/conf LINT src/sys/i386/i386 autoconf.c src/sys/kern init_main.c init_sysent.c syscalls.c syscalls.master src/sys/sys syscall-hide.h syscall.h sysproto.h src/sys/ufs/lfs README TODO ... Message-ID: <199801301134.DAA12318@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
phk 1998/01/30 03:34:09 PST Modified files: sys/conf files options sys/i386/conf LINT sys/i386/i386 autoconf.c sys/kern init_main.c init_sysent.c syscalls.c syscalls.master sys/sys syscall-hide.h syscall.h sysproto.h sys/ufs/ufs inode.h ufs_readwrite.c ufsmount.h Removed files: sys/ufs/lfs README TODO lfs.h lfs_alloc.c lfs_balloc.c lfs_bio.c lfs_cksum.c lfs_debug.c lfs_extern.h lfs_inode.c lfs_segment.c lfs_subr.c lfs_syscalls.c lfs_vfsops.c lfs_vnops.c Log: Retire LFS. If you want to play with it, you can find the final version of the code in the repository the tag LFS_RETIREMENT. If somebody makes LFS work again, adding it back is certainly desireable, but as it is now nobody seems to care much about it, and it has suffered considerable bitrot since its somewhat haphazard integration. R.I.P Revision Changes Path 1.122 +0 -11 src/sys/conf/files 1.51 +1 -3 src/sys/conf/options 1.397 +3 -5 src/sys/i386/conf/LINT 1.85 +1 -20 src/sys/i386/i386/autoconf.c 1.81 +2 -3 src/sys/kern/init_main.c 1.54 +5 -12 src/sys/kern/init_sysent.c 1.47 +5 -12 src/sys/kern/syscalls.c 1.47 +5 -18 src/sys/kern/syscalls.master 1.41 +1 -8 src/sys/sys/syscall-hide.h 1.45 +1 -5 src/sys/sys/syscall.h 1.34 +9 -40 src/sys/sys/sysproto.h 1.20 +1 -3 src/sys/ufs/ufs/inode.h 1.41 +1 -30 src/sys/ufs/ufs/ufs_readwrite.c 1.13 +1 -3 src/sys/ufs/ufs/ufsmount.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199801301134.DAA12318>