summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-10-24Remove duplicate check that strsubmatch() already does; while here, fix aOkan Demirmen
comment.
2016-10-24Sprinkle __func__ in appropriate error messages.Okan Demirmen
2016-10-24Get rid of 'matchname'; it's too surprising to have the menu change duringOkan Demirmen
client search as different potential str matches are cycled through. If there's interest, the only string that doesn't exist in the listing is the window's class - that can be added of course, but it makes the line too long imho.
2016-10-23Don't try to find an interpreter to execute the Xsession file ifMatthieu Herrb
it's not executable.
2016-10-23Mark some functions as __deadMatthieu Herrb
2016-10-23endpwent() is not needed after getpwnam()Matthieu Herrb
2016-10-23Augment the chances LogOutOfMem() works in out-of-memory conditions.Matthieu Herrb
All instances are called with only one constant string so no need for varargs dance.
2016-10-23Oops a typo crept inMatthieu Herrb
2016-10-23Use xenodm where applicable in commentsMatthieu Herrb
2016-10-23Use explicit_bzero() to wipe the passwordMatthieu Herrb
2016-10-23greet->password is wiped after handling it to auth_setdata().Matthieu Herrb
No need to wipe again it later.
2016-10-23Remove out-dated commentMatthieu Herrb
2016-10-23remove unused parameter passwd in StartClient().Matthieu Herrb
2016-10-23Generate autotools build systemMatthieu Herrb
2016-10-23Add xenodm a stripped down xdm (X Display Manager) for OpenBSD.Matthieu Herrb
2016-10-23binutils on powerpc now ignores --gc-sections. Remove the local patchJonathan Gray
to avoid using it on powerpc from Mesa. Tested by matthieu@ on macppc.
2016-10-22clean up search_match_client(); no behaviour changeOkan Demirmen
2016-10-21add NetWM-compliant fullscreen supportDmitrij Czarkoff
OK jung@
2016-10-18Refactor callbacks to take a void * so as to not try and generalize intoOkan Demirmen
client_ctx in keypress and buttonpress event handlers; pass appropriate *ctx's based on context. While here, limit some globals, replace defines with appropriate variables and fix some naming.
2016-10-17syncTheo de Raadt
2016-10-16updateJonathan Gray
2016-10-16syncJonathan Gray
2016-10-16Merge libdrm 2.4.71Jonathan Gray
2016-10-16Import libdrm 2.4.71Jonathan Gray
2016-10-14Update build instructionsMatthieu Herrb
2015-08-21Import libdrm 2.4.64Jonathan Gray
2016-10-14Port the de-escalation mechanism we have in src to xenocara's makeMartin Natano
bootstrap/obj/build. This is now possible due to a normal build not writing to the source tree anymore. ok deraadt
2016-10-12remove another unused protoOkan Demirmen
2016-10-11syncMatthieu Herrb
2016-10-11Remove the REORDER_DEPENDENCIES mechanism.Matthieu Herrb
The xenocara build process is not writing in the source tree. This and previous commits was done in cooperation with natano@ and deraadt@
2016-10-11regenMatthieu Herrb
2016-10-11Force AM_MAINTAINER_MODE in all Xenocara packages built by autotoolsMatthieu Herrb
This prevents autotools to try to rebuild themselve automagically if configure.ac, Makefile.am or a few other have more recent time stamps than the generated files. It will allows to get rid of the NO_REORDER mechanism that touches files in the source tree to ensure nothing gets rebuilt.
2016-10-10Remove the global 'make includes' step from 'make build'.Matthieu Herrb
This is no longer needed and gets in the way of tightening permission used during build. ok and suggestions natano@
2014-04-14Import xcb-util-wm 0.4.1Matthieu Herrb
2009-11-22Re-import the wscons pointer input driver using the correct name.Matthieu Herrb
2009-11-22Re-import the usbtablet driver using the correct name.Matthieu Herrb
2006-11-26Importing xf86-input-penmount 1.1.0Matthieu Herrb
2006-11-26Importing xf86-input-mutouch 1.1.0Matthieu Herrb
2006-11-26Importing xf86-input-hyperpen 1.1.0Matthieu Herrb
2006-11-26Importing xf86-input-fpit 1.1.0Matthieu Herrb
2006-11-26Importing encodings 1.0.2Matthieu Herrb
2006-11-26Importing from X.Org indiviual releasesMatthieu Herrb
2006-11-26Importing from X.Org indiviual releasesMatthieu Herrb
2006-11-25import from X.Org 7.2RC2Matthieu Herrb
2006-11-25import from X.Org 7.2RC2Matthieu Herrb
2006-11-25import from X.Org 7.2RC1Matthieu Herrb
2006-11-25import from X.Org 7.2RC1Matthieu Herrb
2016-10-10Move headers files to 'GL/' so that the library can be builtMatthieu Herrb
without installed headers.
2016-10-10syncTheo de Raadt
2016-10-09updateAlexandr Shadchin