Home | History | Annotate | Download | only in common
History log of /src/sys/compat/common/compat_sysctl_09_43.c
RevisionDateAuthorComments
 1.6  26-Mar-2020  pgoyette When using SYSCTL_SETUP there is no guarantee of the order in which
the set-up functions will be called, so it is perfectly acceptable
for a compat code's routine to be called ahead of the code in other
parts of the kernel.

So make sure that the 2nd level sysctl node ``vfs.generic'' exists
before trying to add the 3rd level entries.

XXX Rather than creating the 2nd level node in two places, we could
XXX add the shared ``vfs.generic'' node to sysctl_init_base.c but
XXX this is left for another day.
 1.5  27-Feb-2020  pgoyette Ooppss - SYSCTL_SETUP() functions return void.
 1.4  27-Feb-2020  pgoyette Remove explicit calls to the sysctl setup routines, since this is now
handled by the module infrastructure.
 1.3  06-Dec-2019  maxv branches: 1.3.2;
Fix a bunch of unimportant "Local variable hides global variable" warnings
from the LGTM bot.
 1.2  27-Jan-2019  pgoyette branches: 1.2.4;
Merge the [pgoyette-compat] branch
 1.1  17-Apr-2018  pgoyette branches: 1.1.2;
file compat_sysctl_09_43.c was initially added on branch pgoyette-compat.
 1.1.2.2  10-Sep-2018  pgoyette Remove the monolithic compat and compat_sysv modules. Now that we
don't have aliases, we need to use only the version-specific module
names when resolving dependencies.
 1.1.2.1  17-Apr-2018  pgoyette Finish separating the compat_09 and compat_43 stuff
 1.2.4.3  08-Apr-2020  martin Merge changes from current as of 20200406
 1.2.4.2  10-Jun-2019  christos Sync with HEAD
 1.2.4.1  27-Jan-2019  christos file compat_sysctl_09_43.c was added on branch phil-wifi on 2019-06-10 22:06:58 +0000
 1.3.2.1  29-Feb-2020  ad Sync with head.

RSS XML Feed