Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-10-24 | Remove duplicate check that strsubmatch() already does; while here, fix a | Okan Demirmen | |
comment. | |||
2016-10-24 | Sprinkle __func__ in appropriate error messages. | Okan Demirmen | |
2016-10-24 | Get rid of 'matchname'; it's too surprising to have the menu change during | Okan 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-23 | Don't try to find an interpreter to execute the Xsession file if | Matthieu Herrb | |
it's not executable. | |||
2016-10-23 | Mark some functions as __dead | Matthieu Herrb | |
2016-10-23 | endpwent() is not needed after getpwnam() | Matthieu Herrb | |
2016-10-23 | Augment 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-23 | Oops a typo crept in | Matthieu Herrb | |
2016-10-23 | Use xenodm where applicable in comments | Matthieu Herrb | |
2016-10-23 | Use explicit_bzero() to wipe the password | Matthieu Herrb | |
2016-10-23 | greet->password is wiped after handling it to auth_setdata(). | Matthieu Herrb | |
No need to wipe again it later. | |||
2016-10-23 | Remove out-dated comment | Matthieu Herrb | |
2016-10-23 | remove unused parameter passwd in StartClient(). | Matthieu Herrb | |
2016-10-23 | Generate autotools build system | Matthieu Herrb | |
2016-10-23 | Add xenodm a stripped down xdm (X Display Manager) for OpenBSD. | Matthieu Herrb | |
2016-10-23 | binutils on powerpc now ignores --gc-sections. Remove the local patch | Jonathan Gray | |
to avoid using it on powerpc from Mesa. Tested by matthieu@ on macppc. | |||
2016-10-22 | clean up search_match_client(); no behaviour change | Okan Demirmen | |
2016-10-21 | add NetWM-compliant fullscreen support | Dmitrij Czarkoff | |
OK jung@ | |||
2016-10-18 | Refactor callbacks to take a void * so as to not try and generalize into | Okan 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-17 | sync | Theo de Raadt | |
2016-10-16 | update | Jonathan Gray | |
2016-10-16 | sync | Jonathan Gray | |
2016-10-16 | Merge libdrm 2.4.71 | Jonathan Gray | |
2016-10-16 | Import libdrm 2.4.71 | Jonathan Gray | |
2016-10-14 | Update build instructions | Matthieu Herrb | |
2015-08-21 | Import libdrm 2.4.64 | Jonathan Gray | |
2016-10-14 | Port the de-escalation mechanism we have in src to xenocara's make | Martin Natano | |
bootstrap/obj/build. This is now possible due to a normal build not writing to the source tree anymore. ok deraadt | |||
2016-10-12 | remove another unused proto | Okan Demirmen | |
2016-10-11 | sync | Matthieu Herrb | |
2016-10-11 | Remove 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-11 | regen | Matthieu Herrb | |
2016-10-11 | Force AM_MAINTAINER_MODE in all Xenocara packages built by autotools | Matthieu 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-10 | Remove 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-14 | Import xcb-util-wm 0.4.1 | Matthieu Herrb | |
2009-11-22 | Re-import the wscons pointer input driver using the correct name. | Matthieu Herrb | |
2009-11-22 | Re-import the usbtablet driver using the correct name. | Matthieu Herrb | |
2006-11-26 | Importing xf86-input-penmount 1.1.0 | Matthieu Herrb | |
2006-11-26 | Importing xf86-input-mutouch 1.1.0 | Matthieu Herrb | |
2006-11-26 | Importing xf86-input-hyperpen 1.1.0 | Matthieu Herrb | |
2006-11-26 | Importing xf86-input-fpit 1.1.0 | Matthieu Herrb | |
2006-11-26 | Importing encodings 1.0.2 | Matthieu Herrb | |
2006-11-26 | Importing from X.Org indiviual releases | Matthieu Herrb | |
2006-11-26 | Importing from X.Org indiviual releases | Matthieu Herrb | |
2006-11-25 | import from X.Org 7.2RC2 | Matthieu Herrb | |
2006-11-25 | import from X.Org 7.2RC2 | Matthieu Herrb | |
2006-11-25 | import from X.Org 7.2RC1 | Matthieu Herrb | |
2006-11-25 | import from X.Org 7.2RC1 | Matthieu Herrb | |
2016-10-10 | Move headers files to 'GL/' so that the library can be built | Matthieu Herrb | |
without installed headers. | |||
2016-10-10 | sync | Theo de Raadt | |
2016-10-09 | update | Alexandr Shadchin | |