summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * new-features.sgml (ov-new1.7.10): Document ppoll.Corinna Vinschen2011-04-182-0/+8
* * cygwin.din (ppoll): Export.Corinna Vinschen2011-04-186-2/+40
* * fhandler_socket.cc (fhandler_socket::evaluate_events): Handle theCorinna Vinschen2011-04-183-19/+57
* * Fix various copyrights.Corinna Vinschen2011-04-186-5/+9
* * setfacl.c (getaclentry): Allow extra colon in mask and other entries.Corinna Vinschen2011-04-182-1/+9
* * * signal.cc (_pinfo::kill): Set this_process_state when process exists.Christopher Faylor2011-04-182-0/+6
* * signal.cc (_pinfo::kill): Return 0 when attempting to test for existence ofChristopher Faylor2011-04-172-21/+34
* * cygheap.h (init_cygheap::ctty): Use base class so that console can join inChristopher Faylor2011-04-1710-34/+67
* strchrnul: avoid segvEric Blake2011-04-152-3/+5
* gdb: sim: add style fixes lost between git->cvsMichael Frysinger2011-04-151-0/+1
* * elf-bfd.h (struct sdt_note): New struct.Nick Clifton2011-04-152-1/+7
* * thread.cc (pthread_setschedprio): New function.Yaakov Selkowitz2011-04-156-2/+25
* gdb: sim: add command line completionMichael Frysinger2011-04-152-0/+8
* 2011-04-12 Jon TURNEY <jon.turney@dronecode.org.uk>Jon TURNEY2011-04-132-1/+5
* PR gas/12296Nick Clifton2011-04-112-3/+9
* * new-features.sgml (ov-new1.7.10): Document /proc/swaps.Yaakov Selkowitz2011-04-112-0/+8
* * fhandler_proc.cc (proc_tab): Add /proc/swaps virtual file.Yaakov Selkowitz2011-04-112-0/+68
* * Makefile.in: Move srcdir definition before others which uses it.Christopher Faylor2011-04-072-4/+8
* * dll_init.cc (reserve_at, release_at): New functions.Christopher Faylor2011-04-062-11/+68
* * configure.ac (build_tools): Remove build-byacc.Joseph Myers2011-04-065-17677/+29
* Sync config.sub from upstream.Ralf Wildenhues2011-04-052-0/+6
* * include/cygwin/types.h: Move #include <sys/sysmacros.h> toYaakov Selkowitz2011-04-053-5/+37
* * include/cygwin/types.h: Move multiple inclusion guards toYaakov Selkowitz2011-04-052-4/+10
* * Makefile.in: Move Makefile.common include earlier to fix problems withChristopher Faylor2011-04-042-9/+14
* * new-features.sgml (ov-new1.7.10): Document dropped NT4 support.Corinna Vinschen2011-04-042-0/+8
* Drop NT4 support.Corinna Vinschen2011-04-0418-288/+98
* * dtable.cc (dtable::init_std_file_from_handle): Fix a comment toCorinna Vinschen2011-04-042-2/+8
* * new-features.sgml (ov-new1.7.10): Document additional informationYaakov Selkowitz2011-04-042-0/+10
* * Makefile.in (fhandler_proc_CFLAGS): Define USERNAME, HOSTNAME,Yaakov Selkowitz2011-04-043-6/+20
* * devices.h (fh_devices): Define FH_PROC_MIN_MINOR.Yaakov Selkowitz2011-04-043-17/+27
* * include/winnt.h (DOMAIN_ALIAS_RID_REMOTE_DESKTOP_USERS): Add.Corinna Vinschen2011-04-042-0/+5
* * passwd.c (main): Add the ability to specify a username for the -RCorinna Vinschen2011-04-043-12/+38
* * cygserver_setpwd.h (setlsapwd): Add username parameter to declaration.Corinna Vinschen2011-04-044-9/+32
* Add ChangeLog missing in previous checkinCorinna Vinschen2011-04-041-0/+9
* * sec_auth.cc (get_user_groups): Mark well-known groups as well-known.Corinna Vinschen2011-04-043-9/+29
* * autoload.cc (FindFirstVolumeA): Remove.Corinna Vinschen2011-04-024-67/+56
* * fhandler_proc.cc (format_proc_partitions): Express length in WCHARCorinna Vinschen2011-04-022-1/+6
* * autoload.cc (GetExtendedTcpTable): Remove.Corinna Vinschen2011-04-026-145/+15
* update copyrightChristopher Faylor2011-04-011-1/+1
* * new-features.sgml (ov-new1.7.10): Document /proc/sysvipc/.Yaakov Selkowitz2011-04-012-0/+10
* Implement /proc/sysvipc/*Yaakov Selkowitz2011-04-0110-7/+392
* * configure.ac (avr-*-*): Add comment about why libssp is disabled.Joseph Myers2011-04-013-6/+8
* * configure.ac: Remove code setting CONFIG_SHELL, config_shell andJoseph Myers2011-04-015-77/+10
* * configure.ac (*-*-sysv4*): Don't enable libgomp.Joseph Myers2011-04-013-72/+15
* * Makefile.in (DLL_OFILES): Add avapi32.o.Corinna Vinschen2011-04-014-12/+355
* * configure.ac: Separate cases disabling target-libssp,Joseph Myers2011-04-013-46/+189
* * configure.ac (*-*-chorusos): Don't disable libgcj.Joseph Myers2011-04-013-148/+89
* * new-features.sgml (ov-new1.7.10): /proc/loadavg now showsYaakov Selkowitz2011-04-012-0/+10
* * fhandler_proc.cc (format_proc_loadavg): Add running/totalYaakov Selkowitz2011-04-013-5/+24
* * fhandler_random.cc (fhandler_dev_random::crypt_gen_random):Corinna Vinschen2011-04-014-35/+51