xfs: Changes to 'refs/tags/xfs-1.1.0'

Alan Coopersmith alanc at kemper.freedesktop.org
Thu Jun 18 14:04:07 PDT 2009


Tag 'xfs-1.1.0' created by Alan Coopersmith <alan.coopersmith at sun.com> at 2009-06-18 22:01 -0700

xfs 1.1.0

Changes since xfs-1.0.8:
Ademar de Souza Reis Jr (1):
      Bug #11567: Fix handling of invalid, non-path FPE

Alan Coopersmith (37):
      Use configure to determine font path to put into xfs config file
      Use cpp instead of sed for processing man page & sample config file
      Don't overcalculate size of authentication packets with no data
      When byte swapping authentication data, try to workaround bad X servers
      os/daemon.c:100: warning: old-style parameter declaration
      Clear warnings about redefining command-line -D values in xfstrans.c
      Use XORG_CWARNFLAGS & XORG_CHANGELOG from xorg-macros 1.2
      Clear many sparse warnings: Using plain integer as NULL pointer
      `ReadConfigFile': 'fp' might be used uninitialized in this function
      Remove #ifdef Lynx code
      Remove X_NOT_POSIX #ifdefs
      Coalesce PATH_MAX ifdefs into a single copy in osdep.h
      Delete #ifdef MEMBUG code
      Server miscounts clients who exit before finishing handshake
      Fix definition of WRITES macro for debug messages in os/utils.c
      Convert to POSIX standard signal handling
      Remove unused HostAddress list manipulation code
      Remove more #if 0 bits
      Crash in CloseSockets() after StopListening()
      Simplify OPEN_MAX #ifdefs down to POSIX standard sysconf(_SC_OPEN_MAX)
      xfs shouldn't re-create the log file every time it clones
      Update AC_DEFINE_DIR to latest version from Autoconf Archive
      Move design.ms from xorg-docs/specs/xfs/design.ms to this module
      Remove include/accstr.h from Makefile.am
      Convert xfs design doc from troff/.ms to docbook/xml
      Add #includes of access.h to clear prototype warnings
      Make sure all source files #include "xfs-config.h"
      Use AC_SYSTEM_EXTENSIONS instead of maintaining _GNU_SOURCE OS list
      Remove leftover includes that should have gone away with c47d3d3795c8d
      daemon(): use configure to see if it exists, FatalError on failure
      Bug 22084: XFS server crash with many dropped connections
      Add --enable-syslog (on by default) to configure for use-syslog option
      Add support for starting xfs from inetd
      Update README and COPYING files and man page
      Add --disable-devel-docs flag to configure to skip xfs-design doc conversion
      remove SCCS ids
      xfs 1.1.0

Matthieu Herrb (1):
      remove RCS Ids

Paulo Cesar Pereira de Andrade (1):
      Correct all sparse warnings.

---
 .gitignore           |    9 
 COPYING              |  150 ++++
 Makefile.am          |   89 ++
 README               |   55 +
 acinclude.m4         |   32 -
 config.cpp           |    6 
 configure.ac         |   80 ++
 difs/atom.c          |   10 
 difs/cache.c         |    9 
 difs/charinfo.c      |   18 
 difs/difsutils.c     |   84 --
 difs/dispatch.c      |   28 
 difs/events.c        |    4 
 difs/extensions.c    |    6 
 difs/fontinfo.c      |   12 
 difs/fonts.c         |   29 
 difs/globals.c       |    8 
 difs/initfonts.c     |    5 
 difs/main.c          |    8 
 difs/resource.c      |    9 
 difs/swaprep.c       |    4 
 difs/swapreq.c       |   87 ++
 difs/tables.c        |   30 
 doc/xfs-design.css   |   31 +
 doc/xfs-design.xml   | 1551 +++++++++++++++++++++++++++++++++++++++++++++++++++
 doc/xfs-design.xsl   |   38 +
 include/access.h     |    9 
 include/accstr.h     |   76 --
 include/assert.h     |    3 
 include/auth.h       |    4 
 include/authstr.h    |    3 
 include/cache.h      |    4 
 include/cachestr.h   |    3 
 include/client.h     |    2 
 include/clientstr.h  |    2 
 include/closestr.h   |    3 
 include/closure.h    |    3 
 include/difs.h       |    1 
 include/difsfn.h     |    2 
 include/difsfnst.h   |    2 
 include/difsutils.h  |   10 
 include/dispatch.h   |    7 
 include/extentst.h   |    4 
 include/fsevents.h   |    4 
 include/fsresource.h |    4 
 include/globals.h    |   45 +
 include/misc.h       |    5 
 include/os.h         |   21 
 include/osstruct.h   |    4 
 include/servermd.h   |    2 
 include/site.h       |    3 
 include/swaprep.h    |    4 
 include/swapreq.h    |    4 
 os/access.c          |   53 -
 os/config.c          |   23 
 os/config.h          |    3 
 os/configstr.h       |    4 
 os/connection.c      |   45 -
 os/daemon.c          |  106 +--
 os/error.c           |   51 -
 os/io.c              |   22 
 os/osdep.h           |   61 --
 os/osglue.c          |   28 
 os/osinit.c          |    9 
 os/utils.c           |  151 +---
 os/waitfor.c         |   61 --
 os/xfstrans.c        |   79 ++
 xfs.man              |   36 -
 68 files changed, 2475 insertions(+), 883 deletions(-)
---


More information about the xorg-commit mailing list