summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 2001-11-12 Hans-Peter Nilsson <hp@bitrange.com>Jeff Johnston2001-11-1239-0/+3471
* * cygcheck.cc (dump_sysinfo): Add some more details.Corinna Vinschen2001-11-122-4/+22
* Add missing ChangeLog entry.Christopher Faylor2001-11-121-0/+4
* * cygcheck.cc (dump_sysinfo): Print more detailed OS information stringCorinna Vinschen2001-11-122-12/+39
* * include/winbase.h (OSVERSIONINFOEX): Add definition.Corinna Vinschen2001-11-123-0/+43
* * fhandler_console.cc (fhandler_console::read): Revert 2001-10-23 change toChristopher Faylor2001-11-122-3/+5
* * include/cygwin/version.h: Bump version to 1.3.6.Christopher Faylor2001-11-122-2/+6
* * path.h: New file.Christopher Faylor2001-11-121-0/+11
* * cygcheck.cc (scan_registry): Open registry with read-only access.Christopher Faylor2001-11-125-16/+32
* Clarify length reference in commentTim Wall2001-11-112-2/+6
* fix typo.Christopher Faylor2001-11-111-1/+1
* * cygcheck.cc (main): Display package info when '-s' is specified.Christopher Faylor2001-11-113-6/+17
* * dump_setup.cc: New file.Christopher Faylor2001-11-115-25/+303
* * Makefile.in (cygcheck.exe): Compile as -mno-cygwin executable.Christopher Faylor2001-11-114-13/+423
* * dtable.cc (dtable::build_fhandler): Don't increment console fd count if newChristopher Faylor2001-11-103-8/+11
* * avr.h: Update for new devices.Denis Chertykov2001-11-101-4/+8
* * cygcheck.cc (dump_sysinfo): Print more detailed OS information string.Corinna Vinschen2001-11-092-4/+25
* 2001-11-10 Robert Collins <rbtcollins@hotmail.com>Robert Collins2001-11-092-0/+10
* 2001-11-09 Robert Collins <rbtcollins@hotmail.com>Robert Collins2001-11-092-1/+7
* 2001-11-09 Robert Collins <rbtcollins@hotmail.com>Robert Collins2001-11-092-8/+11
* * configure.in (--enable-languages): Be more permissive aboutDJ Delorie2001-11-092-3/+14
* * checksignal.c: New testcase.Corinna Vinschen2001-11-082-0/+83
* * select.cc: Set errno using set_sig_errno() throughout.Corinna Vinschen2001-11-084-10/+18
* * select.cc (fhandler_tty_slave::ready_for_read): Return 0 on EBADF.Corinna Vinschen2001-11-083-1/+8
* 2001-11-08 Robert Collins <rbtcollins@hotmail.com>Robert Collins2001-11-072-7/+15
* 2001-11-08 Robert Collins <rbtcollins@hotmail.com>Robert Collins2001-11-072-1/+5
* * lib/getopt.c (getopt_internal): Reset optind to 1 only if optresetCorinna Vinschen2001-11-072-1/+6
* * select.cc (fhandler_tty_slave::ready_for_read): Correct inverted not_openChristopher Faylor2001-11-062-1/+6
* * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.Hans-Peter Nilsson2001-11-062-1/+9
* * include/cygwin/version.h: Bump version to 1.3.5.Christopher Faylor2001-11-052-2/+6
* * mmap.cc (mmap_record::find_empty): Add input parameter check.Corinna Vinschen2001-11-052-0/+6
* * libc/include/sys/unistd.h: Add prototypes for endusershell(),Corinna Vinschen2001-11-053-0/+24
* * Makefile.in: Delete unused executable after creating base-files.Egor Duda2001-11-052-3/+10
* Eliminate excess whitespace.Christopher Faylor2001-11-0538-184/+183
* Add strace debugging section.Christopher Faylor2001-11-051-6/+29
* 2001-11-04 Chris Demetriou <cgd@broadcom.com>Chris Demetriou2001-11-052-1/+5
* * dtable.cc (dtable::build_fhandler): Fix debug_printf to avoid SEGV due toChristopher Faylor2001-11-052-1/+6
* * fhandler.h (fhandler_pipe::broken_pipe): Renamed from saweof.Christopher Faylor2001-11-053-5/+13
* * pipe.cc (fhandler_pipe::read): Narrow eof return to just the "broken pipe"Christopher Faylor2001-11-052-1/+6
* * select.cc: Add more comments throughout. Use bool 'true' where appropriateChristopher Faylor2001-11-052-17/+34
* * lib/Makefile.in: Add .NOTPARALLEL target since dlltool cannot run in parallelChristopher Faylor2001-11-043-0/+12
* * getfacl.c (username): New function.Corinna Vinschen2001-11-043-51/+255
* * strace.cc (main): New option '-w'. Start traced process in separateEgor Duda2001-11-042-3/+31
* * Makefile.in: Force configure in testsuite directory if config.status does notChristopher Faylor2001-11-042-3/+8
* * Makefile.in: Oops. Revert previous change. Add Makefile/Makefile.inChristopher Faylor2001-11-042-1/+8
* * Makefile.in: Add check target.Christopher Faylor2001-11-042-1/+5
* * configure.in: Disable subauth directory test.Christopher Faylor2001-11-044-4/+10
* * Makefile.in: Add directory dependencies to ensure ordering when using 'makeChristopher Faylor2001-11-042-0/+21
* * select.cc (verify_console): New function.Christopher Faylor2001-11-042-2/+25
* * fhandler.h (fhandler_base::ready_for_read): Remove unused argument.Christopher Faylor2001-11-044-162/+128