xserver/os
Peter Harris 5eb77697ea Avoid starting a comment with */*
Even though -Wcomment doesn't mind it (in gcc or clang), the appearance
of */* confuses the syntax highlighter of some editors (eg. vim), and
causes warnings in MSVC.

Signed-off-by: Peter Harris <pharris@opentext.com>
Reviewed-by: Keith Packard <keithp@keithp.com>
Signed-off-by: Keith Packard <keithp@keithp.com>
2014-07-17 10:19:52 -07:00
..
.gitignore
Makefile.am Trap SIGBUS to handle truncated shared memory segments 2013-11-11 15:16:07 -08:00
WaitFor.c Replace 'pointer' type with 'void *' 2014-01-12 10:24:11 -08:00
access.c Avoid starting a comment with */* 2014-07-17 10:19:52 -07:00
auth.c os: Clean up warnings 2014-01-12 10:14:49 -08:00
backtrace.c
busfault.c os: Initialize the set of signals to be suppressed during our handler. 2014-04-21 22:05:00 -07:00
client.c
connection.c os: FatalError if -displayfd writes fail 2014-04-18 16:30:17 -07:00
io.c If EAGAIN == EWOULDBLOCK, only need to check errno for one of them 2014-01-22 11:30:27 -08:00
log.c os: prevent negative array index access (#80890) 2014-07-10 10:24:04 +10:00
mitauth.c
oscolor.c
osdep.h
osinit.c darwin: Don't leave stdin/stdout closed 2013-12-12 01:30:04 -08:00
rpcauth.c Replace 'pointer' type with 'void *' 2014-01-12 10:24:11 -08:00
strcasecmp.c
strcasestr.c
strlcat.c
strlcpy.c
strndup.c
utils.c os: Add -displayfd into -help text 2014-04-30 10:23:54 -07:00
xdmauth.c os: Fix -Wshadow errors 2014-01-22 19:56:31 -08:00
xdmcp.c os: Fix -Wshadow errors 2014-01-22 19:56:31 -08:00
xprintf.c
xsha1.c
xstrans.c