NetBSD-Bugs archive

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

PR/54875 CVS commit: src



The following reply was made to PR kern/54875; it has been noted by GNATS.

From: "Paul Goyette" <pgoyette%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/54875 CVS commit: src
Date: Tue, 21 Jan 2020 02:37:17 +0000

 Module Name:	src
 Committed By:	pgoyette
 Date:		Tue Jan 21 02:37:17 UTC 2020
 
 Modified Files:
 	src/distrib/sets/lists/modules: mi
 	src/sys/compat/common: files.common vfs_syscalls_50.c
 	src/sys/kern: syscalls.master
 	src/sys/modules: Makefile
 	src/sys/modules/compat_50: Makefile
 	src/sys/sys: param.h
 Added Files:
 	src/sys/compat/common: compat_50_quota.c
 	src/sys/modules/compat_50_quota: Makefile
 
 Log Message:
 Split the compat_50 module into two, separating the QUOTA-related
 stuff from the rest of the module.  This allows loading of the
 (main) compat_50 module on kernels that don't include ``options
 QUOTA''.
 
 Welcome to 9.99.40 !
 
 Addresses PR kern/54875
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.130 -r1.131 src/distrib/sets/lists/modules/mi
 cvs rdiff -u -r0 -r1.1 src/sys/compat/common/compat_50_quota.c
 cvs rdiff -u -r1.5 -r1.6 src/sys/compat/common/files.common
 cvs rdiff -u -r1.24 -r1.25 src/sys/compat/common/vfs_syscalls_50.c
 cvs rdiff -u -r1.296 -r1.297 src/sys/kern/syscalls.master
 cvs rdiff -u -r1.236 -r1.237 src/sys/modules/Makefile
 cvs rdiff -u -r1.6 -r1.7 src/sys/modules/compat_50/Makefile
 cvs rdiff -u -r0 -r1.1 src/sys/modules/compat_50_quota/Makefile
 cvs rdiff -u -r1.642 -r1.643 src/sys/sys/param.h
 
 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