Source-Changes archive

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

CVS commit: src/sys



Module Name:    src
Committed By:   riastradh
Date:           Thu Nov  3 04:26:58 UTC 2016

Modified Files:
        src/sys/compat/common: Makefile
        src/sys/modules/compat: Makefile
        src/sys/modules/sysv_ipc: Makefile
Added Files:
        src/sys/compat/common: Makefile.sysio Makefile.sysv

Log Message:
Reorganize SRCS lists for libcompat, compat.kmod, sysv_ipc.kmod.

- Share lists between the libcompat and module makefiles.
- Include some omitted entries in compat.kmod:
  . if_43.c
  . kern_sa_60.c
  . kern_time_30.c
  . rndpseudo_50.c
  . rtsock_14.c
  . rtsock_50.c
  . rtsock_70.c
  . uipc_syscalls_40.c
  . uipc_syscalls_50.c
- Exclude a (harmless) spurious entry in sysv_ipc.kmod on LP64 systems:
  . kern_ipc_10.c

Should fix broken ifconfig on modular current kernels.

ok pgoyette


To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 src/sys/compat/common/Makefile
cvs rdiff -u -r0 -r1.1 src/sys/compat/common/Makefile.sysio \
    src/sys/compat/common/Makefile.sysv
cvs rdiff -u -r1.13 -r1.14 src/sys/modules/compat/Makefile
cvs rdiff -u -r1.2 -r1.3 src/sys/modules/sysv_ipc/Makefile

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