summaryrefslogtreecommitdiff
path: root/gnome-pty-helper
AgeCommit message (Expand)AuthorFilesLines
2009-04-26Add chaining git.mkBehdad Esfahbod1-0/+1
2009-04-17Add git.mkBehdad Esfahbod1-0/+8
2009-04-17Remove ChangeLog, and auto-generate changelog on make distChristian Persch1-1/+0
2009-03-23 Bug 574491 – gnome-pty-helper can prevent volumes from being unmountedChristian Persch1-0/+6
2009-01-20Use ttyname() as recommended in the glibc manual. Bug #565688.Christian Persch1-25/+3
2008-12-26Bug 565679 - alloca is discouragedHalton Huo1-1/+4
2008-11-29 Bug 465036 – gnome-pty-helper locks /var/run/utmpChristian Persch1-0/+2
2008-11-27 Bug 562385 – gnome-pty-helper goes to 100% cpu usageChristian Persch1-32/+16
2008-11-26 Bug 488960 – gnome-terminal on Solaris 10 does not clean up utmpx onChristian Persch2-1/+9
2008-11-18Remove glib from gnome-pty-helper. Bug #560977.Christian Persch3-14/+12
2007-01-09Remove .cvsignore files (moved to svn:ignore prop)Behdad Esfahbod1-19/+0
2006-12-20Bug 387482 – Variable modified in signal handler should be volatileBehdad Esfahbod1-1/+1
2006-12-08Red Hat Bug 218626: "last -ad" print junk in last columnBehdad Esfahbod1-2/+8
2006-07-11Bug 339983 – gnome-pty-helper should log username Patch from BrianBehdad Esfahbod3-5/+14
2006-06-29moap ignoreThomas Vander Stichele1-0/+5
2006-06-12Bug 344666 – Problems with *_CFLAGS and *_LDFLAGS in makefiles PatchBehdad Esfahbod1-2/+2
2006-04-23Bug 126376 # Uncoinditional definition of _XOPEN_SOURCE breaks build onBehdad Esfahbod1-3/+9
2006-02-14Use getpwnam to correctly log multiple users with the same UID. (bugBehdad Esfahbod1-1/+15
2006-02-13Fix race condition when shutdown_helper may be called again from theBehdad Esfahbod2-7/+12
2006-02-11Added MAINTAINERCLEANFILES.Behdad Esfahbod1-0/+9
2006-02-11Update the build infrastructure. make distcheck works now!Behdad Esfahbod1-0/+2
2005-08-13Make VTE work on NetBSD, OpenBSD (sparc and macppc). Reported by AdrianKjartan Maraas1-2/+3
2005-08-04Clean up utmp/wtmp under vncserver if things fall apart under theKjartan Maraas1-0/+11
2004-05-30add ignore filesThomas Vander Stichele1-0/+12
2004-05-01add a parameter to control whether or not trailing whitespace is trimmedNalin Dahyabhai3-68/+68
2004-04-20call GtkWidget's key_press_event callback for keys, in case GtkWidget hasNalin Dahyabhai1-1/+1
2003-08-13don't create an accessible peer at init() time in debug mode. add a fieldNalin Dahyabhai1-4/+5
2003-07-21define _XOPEN_SOURCE_EXTENDED, _XOPEN_SOURCE, and __EXTENSIONS__ forNalin Dahyabhai1-0/+15
2003-07-16check for grantpt in libc and then in libpt. Check for openpty in libcNalin Dahyabhai1-10/+3
2003-05-19remove comma from end of enum declaration (#111925). don't useNalin Dahyabhai2-2/+9
2003-05-05if ERESTART is defined, treat it like EINTR and EAGAIN. if ERESTART isNalin Dahyabhai1-0/+6
2003-04-22add missing check for recvmsg. formatting and spelling fixes. reorganize.Nalin Dahyabhai4-60/+90
2003-04-21don't bail out if read() returns -1 and errno is either EINTR or EAGAIN,Nalin Dahyabhai1-3/+6
2003-04-21don't depend on PATH_MAX being available and correct (#109805). don'tNalin Dahyabhai1-14/+26
2003-04-15make row_data a structure containing an array instead of a simple array.Nalin Dahyabhai1-1/+1
2003-03-27- more automake-1.7 changes, should properly accept 1.7, 1.6 or 1.5 nowNalin Dahyabhai1-2/+2
2002-10-10fix the bits I missed when fixing #95085.Nalin Dahyabhai1-2/+2
2002-10-10allow specifying the scrollback buffer size. if we don't have <wchar.h>,Nalin Dahyabhai2-5/+3
2002-09-24Fix HAVE_UT_UT_TV for cases where the static initializer might not workNalin Dahyabhai1-1/+2
2002-09-24Doc fixups (mention gnome-terminal instead of profterm, note the properNalin Dahyabhai1-0/+6
2002-09-12only use MSG_NOSIGNAL if it's definedjacob berkman2-17/+9
2002-09-11Reorder definitions to avoid implicit declaration warnings. Check forNalin Dahyabhai1-0/+5
2002-09-11Test for sendmsg() with AC_CHECK_FUNCS instead of AC_TRY_COMPILE. Removed.Nalin Dahyabhai1-14/+0
2002-09-11Added check for socket library and SendMsg check. Added this file with aBrian Cameron1-1/+23
2002-09-11Update from libzvt CVS. Fix some automake breakage.Nalin Dahyabhai5-50/+47
2002-09-11build fixesvte_0_9_0Nalin Dahyabhai2-71/+0
2002-09-11Skip lookups for padding information if we're pretty sure we're using aNalin Dahyabhai13-0/+2329