Source-Changes-HG archive

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

[xsrc/trunk]: xsrc/external/mit/xfs/dist initial import of xfs-1.2.1



details:   https://anonhg.NetBSD.org/xsrc/rev/9e5f98fd10ba
branches:  trunk
changeset: 7017:9e5f98fd10ba
user:      mrg <mrg%NetBSD.org@localhost>
date:      Mon Jul 11 08:40:16 2022 +0000

description:
initial import of xfs-1.2.1

diffstat:

 external/mit/xfs/dist/ChangeLog          |    120 +-
 external/mit/xfs/dist/Makefile.am        |      2 +
 external/mit/xfs/dist/Makefile.in        |    207 +-
 external/mit/xfs/dist/README.md          |     55 +
 external/mit/xfs/dist/aclocal.m4         |   2963 ++++----
 external/mit/xfs/dist/compile            |     12 +-
 external/mit/xfs/dist/config.guess       |   1604 ++-
 external/mit/xfs/dist/config.h.in        |    104 +-
 external/mit/xfs/dist/config.sub         |   2932 ++++----
 external/mit/xfs/dist/config/Makefile.in |     19 +-
 external/mit/xfs/dist/configure          |  10079 +++++++++++++++-------------
 external/mit/xfs/dist/configure.ac       |      6 +-
 external/mit/xfs/dist/depcomp            |      8 +-
 external/mit/xfs/dist/difs/dispatch.c    |     14 +-
 external/mit/xfs/dist/difs/fonts.c       |     12 +-
 external/mit/xfs/dist/difs/main.c        |      4 +-
 external/mit/xfs/dist/difs/swaprep.c     |      6 +-
 external/mit/xfs/dist/doc/Makefile.in    |     19 +-
 external/mit/xfs/dist/doc/xfs-design.xml |     16 +-
 external/mit/xfs/dist/install-sh         |    170 +-
 external/mit/xfs/dist/man/Makefile.in    |     19 +-
 external/mit/xfs/dist/missing            |     14 +-
 external/mit/xfs/dist/os/config.c        |      4 +-
 external/mit/xfs/dist/os/osglue.c        |     21 +-
 external/mit/xfs/dist/os/utils.c         |      2 +-
 25 files changed, 9806 insertions(+), 8606 deletions(-)

diffs (truncated from 24966 to 300 lines):

diff -r 936237d62ff1 -r 9e5f98fd10ba external/mit/xfs/dist/ChangeLog
--- a/external/mit/xfs/dist/ChangeLog   Mon Jul 11 08:40:14 2022 +0000
+++ b/external/mit/xfs/dist/ChangeLog   Mon Jul 11 08:40:16 2022 +0000
@@ -1,3 +1,107 @@
+commit 6e84cb7dcdccdc8059aca0bfe52837b6624a3a96
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Sun Jul 10 15:24:00 2022 -0700
+
+    xfs 1.2.1
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit ab6e5cc9f27109b72462073f03b4268dddbeac6d
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Sat Apr 16 10:00:16 2022 -0700
+
+    gitlab CI: stop requiring Signed-off-by in commits
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit cdb536d65f1898ecbd2d9ae13058703063e715f9
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Sat Apr 16 09:59:02 2022 -0700
+
+    Use memcpy() instead of memmove() when buffers are known not to overlap
+    
+    Most of these came from a mass bcopy() -> memmove() substitution
+    in 1993 with a commit comment of "ANSIfied for R6".
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 431588f8103a886de68a7ae3fcb8cc36974ed3c5
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Sat Apr 16 09:37:59 2022 -0700
+
+    SetAlternateServers(): avoid memory leak on allocation failure
+    
+    Reported by Oracle Parfait static analyzer:
+    
+       Memory leak [memory-leak] (CWE 401):
+          Memory leak of pointer alts allocated with FSalloc((16 * num))
+            at line 229 of app/xfs/os/osglue.c in function 'SetAlternateServers'.
+            malloc called at line 372 of app/xfs/os/utils.c in function 'FSalloc'
+            Allocated value returned to caller at line 373
+              alts allocated at line 218 of app/xfs/os/osglue.c in function 'SetAlternateServers' with FSalloc((16 * num))
+              alts leaks when (*t) == 44 at line 225.
+    
+       Memory leak [memory-leak] (CWE 401):
+          Memory leak of pointer alts allocated with FSalloc((16 * num))
+            at line 245 of app/xfs/os/osglue.c in function 'SetAlternateServers'.
+            malloc called at line 372 of app/xfs/os/utils.c in function 'FSalloc'
+            Allocated value returned to caller at line 373
+              alts allocated at line 218 of app/xfs/os/osglue.c in function 'SetAlternateServers' with FSalloc((16 * num))
+              alts leaks when (*(list + <pointer arithmetic>)) == 0 at line 224.
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 01a36ae3d97e01e5c3ae3cf730fceabb66a9f235
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Sun Jan 9 13:33:58 2022 -0800
+
+    Fix spelling/wording issues
+    
+    Found by using:
+        codespell --builtin clear,rare,usage,informal,code,names
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit fe06632d4126013747e896df4528537fc7136396
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Mon Dec 6 12:32:58 2021 -0800
+
+    Build xz tarballs instead of bzip2
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 65e5c8764ac0c00f8d3750db5eb4c90dda4c37da
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Mon Dec 6 12:32:55 2021 -0800
+
+    gitlab CI: add a basic build test
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit f759842e8f6dc1ab296d75ec9e4fc108b2ee9a43
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Wed Nov 21 17:03:55 2018 -0800
+
+    Update configure.ac bug URL for gitlab migration
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit a0585a3aa4ded660a3415893d052f57b5524b8e9
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Fri Nov 16 22:03:53 2018 -0800
+
+    Update README for gitlab migration
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 490b589ea68479bd389e6fce3ba3c203b228f615
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Sat Nov 10 12:52:42 2018 -0800
+
+    doc/xfs-design.xml: Remove obsolete B16 tags in struct definition
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
 commit c0ff087474db78b91241c31c00a501782a3da31b
 Author: Adam Jackson <ajax%redhat.com@localhost>
 Date:   Tue Nov 28 12:16:13 2017 -0500
@@ -1601,7 +1705,7 @@
     Bump to 1.0.3
 
 commit d68ce54e725aa332c0c74e1aa2e7e59b079fb5fe
-Author: Kristian Høgsberg <krh%redhat.com@localhost>
+Author: Kristian Høgsberg  <krh%redhat.com@localhost>
 Date:   Mon Sep 25 18:01:48 2006 -0400
 
     Substitute config dir into man page.
@@ -1748,26 +1852,26 @@
     - Update modular Xorg version
 
 commit 9a118fcc0ce0e202d31fcf579daf0dc03fc2f6bb
-Author: Søren Sandmann Pedersen <sandmann%daimi.au.dk@localhost>
+Author: Søren Sandmann Pedersen  <sandmann%daimi.au.dk@localhost>
 Date:   Thu Jul 28 22:43:18 2005 +0000
 
     Thu Jul 28 18:29:06 2005 Søren Sandmann <sandmann%redhat.com@localhost>
     Fix double free when there no valid paths.
 
 commit 9c9f67e12450035b7997c2c3bb3700ea51d8b3d2
-Author: Søren Sandmann Pedersen <sandmann%daimi.au.dk@localhost>
+Author: Søren Sandmann Pedersen  <sandmann%daimi.au.dk@localhost>
 Date:   Thu Jul 28 22:28:21 2005 +0000
 
     Add flags to make xfs actually load fonts
 
 commit fc670eef6a29564aeddcb2e8f6b6a3fdb791b7f5
-Author: Søren Sandmann Pedersen <sandmann%daimi.au.dk@localhost>
+Author: Søren Sandmann Pedersen  <sandmann%daimi.au.dk@localhost>
 Date:   Thu Jul 28 20:46:54 2005 +0000
 
     Create and install a config file Fix xfs DEFAULT_CONFIG_FILE
 
 commit b7901095f14ec2ea00f1cbeb57952957e9f0d5aa
-Author: Søren Sandmann Pedersen <sandmann%daimi.au.dk@localhost>
+Author: Søren Sandmann Pedersen  <sandmann%daimi.au.dk@localhost>
 Date:   Wed Jul 27 22:48:39 2005 +0000
 
     Add -D_XOPEN_SOURCE on Linux
@@ -1799,19 +1903,19 @@
         4496504)
 
 commit f638b9c31aab9b90b8b9b4dbea79f8a588037498
-Author: Søren Sandmann Pedersen <sandmann%daimi.au.dk@localhost>
+Author: Søren Sandmann Pedersen  <sandmann%daimi.au.dk@localhost>
 Date:   Thu Jul 14 22:40:15 2005 +0000
 
     Add _BSD_SOURCE to lots of applications - patch from Stefan Dirsch
 
 commit 61c45e7ae8cdcead33392c0a2affc63a00b284c3
-Author: Søren Sandmann Pedersen <sandmann%daimi.au.dk@localhost>
+Author: Søren Sandmann Pedersen  <sandmann%daimi.au.dk@localhost>
 Date:   Tue Jul 12 18:49:12 2005 +0000
 
     Add include files to sources, so it will distcheck
 
 commit 2ac8a668c645746430031f7f2776e98dc0cf0b98
-Author: Søren Sandmann Pedersen <sandmann%daimi.au.dk@localhost>
+Author: Søren Sandmann Pedersen  <sandmann%daimi.au.dk@localhost>
 Date:   Tue Jul 12 18:45:48 2005 +0000
 
     - lib/lbxutil/lbxutil.pc.in: link to lbxutil, not Xfixes
diff -r 936237d62ff1 -r 9e5f98fd10ba external/mit/xfs/dist/Makefile.am
--- a/external/mit/xfs/dist/Makefile.am Mon Jul 11 08:40:14 2022 +0000
+++ b/external/mit/xfs/dist/Makefile.am Mon Jul 11 08:40:16 2022 +0000
@@ -105,3 +105,5 @@
 lint:
        $(LINT) $(ALL_LINT_FLAGS) $(xfs_SOURCES)
 endif LINT
+
+EXTRA_DIST = README.md
diff -r 936237d62ff1 -r 9e5f98fd10ba external/mit/xfs/dist/Makefile.in
--- a/external/mit/xfs/dist/Makefile.in Mon Jul 11 08:40:14 2022 +0000
+++ b/external/mit/xfs/dist/Makefile.in Mon Jul 11 08:40:16 2022 +0000
@@ -1,7 +1,7 @@
-# Makefile.in generated by automake 1.15.1 from Makefile.am.
+# Makefile.in generated by automake 1.16.5 from Makefile.am.
 # @configure_input@
 
-# Copyright (C) 1994-2017 Free Software Foundation, Inc.
+# Copyright (C) 1994-2021 Free Software Foundation, Inc.
 
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -156,7 +156,21 @@
 am__v_at_1 = 
 DEFAULT_INCLUDES = -I.@am__isrc@
 depcomp = $(SHELL) $(top_srcdir)/depcomp
-am__depfiles_maybe = depfiles
+am__maybe_remake_depfiles = depfiles
+am__depfiles_remade = difs/$(DEPDIR)/atom.Po \
+       difs/$(DEPDIR)/charinfo.Po difs/$(DEPDIR)/difsutils.Po \
+       difs/$(DEPDIR)/dispatch.Po difs/$(DEPDIR)/events.Po \
+       difs/$(DEPDIR)/extensions.Po difs/$(DEPDIR)/fontinfo.Po \
+       difs/$(DEPDIR)/fonts.Po difs/$(DEPDIR)/globals.Po \
+       difs/$(DEPDIR)/initfonts.Po difs/$(DEPDIR)/main.Po \
+       difs/$(DEPDIR)/resource.Po difs/$(DEPDIR)/swaprep.Po \
+       difs/$(DEPDIR)/swapreq.Po difs/$(DEPDIR)/tables.Po \
+       os/$(DEPDIR)/access.Po os/$(DEPDIR)/config.Po \
+       os/$(DEPDIR)/connection.Po os/$(DEPDIR)/daemon.Po \
+       os/$(DEPDIR)/error.Po os/$(DEPDIR)/io.Po \
+       os/$(DEPDIR)/osglue.Po os/$(DEPDIR)/osinit.Po \
+       os/$(DEPDIR)/utils.Po os/$(DEPDIR)/waitfor.Po \
+       os/$(DEPDIR)/xfstrans.Po
 am__mv = mv -f
 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
@@ -192,9 +206,9 @@
   $(RECURSIVE_CLEAN_TARGETS) \
   $(am__extra_recursive_targets)
 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
-       cscope distdir dist dist-all distcheck
-am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
-       $(LISP)config.h.in
+       cscope distdir distdir-am dist dist-all distcheck
+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) \
+       config.h.in
 # Read a list of newline-separated strings from the standard input,
 # and print each of them once, without duplicates.  Input order is
 # *not* preserved.
@@ -211,12 +225,9 @@
   unique=`for i in $$list; do \
     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
   done | $(am__uniquify_input)`
-ETAGS = etags
-CTAGS = ctags
-CSCOPE = cscope
 DIST_SUBDIRS = $(SUBDIRS)
 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in COPYING \
-       ChangeLog INSTALL README compile config.guess config.sub \
+       ChangeLog INSTALL README.md compile config.guess config.sub \
        depcomp install-sh missing
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 distdir = $(PACKAGE)-$(VERSION)
@@ -253,9 +264,11 @@
     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
   done; \
   reldir="$$dir2"
-DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
+DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.xz
 GZIP_ENV = --best
-DIST_TARGETS = dist-bzip2 dist-gzip
+DIST_TARGETS = dist-xz dist-gzip
+# Exists only to be overridden by the user if desired.
+AM_DISTCHECK_DVI_TARGET = dvi
 distuninstallcheck_listfiles = find . -type f -print
 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
   | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
@@ -278,8 +291,9 @@
 CHANGELOG_CMD = @CHANGELOG_CMD@
 CONFIG_FILE_DESC = @CONFIG_FILE_DESC@
 CONFIG_FILE_PATH = @CONFIG_FILE_PATH@
-CPP = @CPP@
 CPPFLAGS = @CPPFLAGS@
+CSCOPE = @CSCOPE@
+CTAGS = @CTAGS@
 CWARNFLAGS = @CWARNFLAGS@
 CYGPATH_W = @CYGPATH_W@
 DEFAULT_CONFIG_FILE = @DEFAULT_CONFIG_FILE@
@@ -290,7 +304,7 @@
 ECHO_C = @ECHO_C@
 ECHO_N = @ECHO_N@
 ECHO_T = @ECHO_T@
-EGREP = @EGREP@
+ETAGS = @ETAGS@
 EXEEXT = @EXEEXT@
 FILE_MAN_DIR = @FILE_MAN_DIR@
 FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
@@ -303,7 +317,6 @@
 FONTTTFDIR = @FONTTTFDIR@
 FONTTYPE1DIR = @FONTTYPE1DIR@
 FOP = @FOP@
-GREP = @GREP@
 INSTALL = @INSTALL@
 INSTALL_CMD = @INSTALL_CMD@
 INSTALL_DATA = @INSTALL_DATA@
@@ -390,6 +403,7 @@
 prefix = @prefix@
 program_transform_name = @program_transform_name@
 psdir = @psdir@
+runstatedir = @runstatedir@
 sbindir = @sbindir@
 sharedstatedir = @sharedstatedir@
 srcdir = @srcdir@
@@ -463,6 +477,7 @@
 @LINT_TRUE@ALL_LINT_FLAGS = $(LINT_FLAGS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 @LINT_TRUE@           $(AM_CPPFLAGS) $(CPPFLAGS)
 



Home | Main Index | Thread Index | Old Index