aboutsummaryrefslogtreecommitdiff
path: root/winsup
AgeCommit message (Expand)AuthorFilesLines
2012-11-07Add missing ChangeLog entryCorinna Vinschen1-0/+19
2012-11-07winsup:Corinna Vinschen6-62/+21
2012-11-05 * Makefile.in (MINGW_CXX): Attach $(CFLAGS) to allow providingCorinna Vinschen2-1/+6
2012-11-05 * include/sys/termios.h (CBRK): Define as alias of CEOL.Yaakov Selkowitz2-0/+16
2012-10-31Fix copyrightCorinna Vinschen1-1/+1
2012-10-31 * include/sys/param.h: Include stddef.h to define NULL.Corinna Vinschen2-4/+7
2012-10-31 * fhandler_disk_file.cc (fhandler_disk_file::rewinddir): Fix usingCorinna Vinschen2-1/+6
2012-10-30 * include/sys/cygwin.h: Add missing defines for CW_ALLOC_DRIVE_MAP,Corinna Vinschen2-0/+8
2012-10-27 * dcrt0.cc (quoted): Renamed strechr to strchrnul.Kai Tietz7-10/+19
2012-10-26 * string.h (strechr): Replace assembler byKai Tietz2-60/+37
2012-10-26 * dir.cc (closedir): Fix syscall_printf.Corinna Vinschen2-1/+5
2012-10-26 * include/cygwin/signal.h (sigset_t): Define here.Corinna Vinschen2-0/+6
2012-10-25 * bsd_helper.cc (adjust_identity_info): Fix typo in log message.Corinna Vinschen2-2/+6
2012-10-24 * configure.in: Add AC_NO_EXECUTABLES.Corinna Vinschen3-13/+97
2012-10-24Add missing ChangeLog entry.Christopher Faylor1-0/+4
2012-10-24 * configure.in: Add AC_NO_EXECUTABLES,Corinna Vinschen3-13/+97
2012-10-24 * configure.in: Add check for MINGW_CXX. Remove libiconv check.Yaakov Selkowitz8-1585/+1260
2012-10-24 * Makefile.in (DLL_IMPORTS): Use system import libraries forYaakov Selkowitz2-2/+9
2012-10-242012-10-24 Kai Tietz <ktietz70@googlemail.com>Yaakov Selkowitz5-244/+252
2012-10-24 * configure.in: Add AC_NO_EXECUTABLES.Corinna Vinschen3-13/+97
2012-10-242012-10-24 Kai Tietz <ktietz70@googlemail.com>Yaakov Selkowitz6-1165/+1100
2012-10-23 * thread.h (List_insert): Cast first parameter inCorinna Vinschen2-8/+16
2012-10-22 * winbase.h: Remove.Corinna Vinschen2-98/+4
2012-10-22 * child_info.h (CURR_CHILD_INFO_MAGIC): Update.Corinna Vinschen2-1/+5
2012-10-21 * include/cygwin/version.h (CYGWIN_VERSION_DLL_MINOR): Bump to 18.Corinna Vinschen2-1/+5
2012-10-20 * new-features.sgml (ov-new1.7.17): Add section.Corinna Vinschen2-0/+22
2012-10-19 * Makefile.in (cygcheck.exe): Add temporary (1.7.17-only) hack toCorinna Vinschen2-1/+7
2012-10-16*** empty log message ***Corinna Vinschen1-0/+3
2012-10-16*** empty log message ***Corinna Vinschen1-0/+7
2012-10-16 * fhandler_floppy.cc (fhandler_dev_floppy::lseek): Remove lloffset.Corinna Vinschen3-38/+34
2012-10-15* fhandler_tty.cc (fhandler_pty_slave::write): Fix potential exit from loopChristopher Faylor3-1/+11
2012-10-15 * fhandler_raw.cc (fhandler_dev_raw::fhandler_dev_raw): Drop gratuitousCorinna Vinschen2-6/+5
2012-10-15 * fhandler_floppy.cc (fhandler_dev_floppy::open): Fix comment.Corinna Vinschen2-3/+7
2012-10-15* fhandler_tty.cc (fhandler_pty_slave::write): DWORD -> BOOL.Christopher Faylor2-1/+5
2012-10-13 * fhandler.h (class fhandler_dev_raw): Add members devbufalloc andCorinna Vinschen6-80/+209
2012-10-12 * fhandler_raw.cc (fhandler_dev_raw::open): Allow O_EXCL flag, as onCorinna Vinschen2-3/+8
2012-10-12* fhandler_termios.cc (fhandler_termios::line_edit): Don't manipulateChristopher Faylor4-16/+24
2012-10-10 * include/cygwin/in.h (struct in_addr): Guard with s_addr to avoidCorinna Vinschen2-0/+9
2012-10-09* child_info.h (child_info_spawn::has_execed): Remove unneeded synchronization.Christopher Faylor2-2/+5
2012-10-09* pinfo.cc: Remove unneeded assert.h.Christopher Faylor2-1/+4
2012-10-09 * cygcheck.cc (dump_sysinfo): Convert "if/else if" chain to a switchCorinna Vinschen2-9/+21
2012-09-17* pinfo.cc (pinfo::init): Detect potential race where short block has beenChristopher Faylor2-0/+14
2012-09-14* cygthread.cc (cygthread::stub): Remove old, unnecessary, FIXMEd code.Christopher Faylor4-7/+12
2012-09-04* faq-what.xml: Fix typos, clarify responsibility slightly.Christopher Faylor1-2/+2
2012-09-02 * pseudo-reloc.cc (auto_protect_for): New function.Corinna Vinschen2-18/+57
2012-09-02 * cygcheck.cc (dump_sysinfo): Drop "not yet supported" text fromCorinna Vinschen2-25/+59
2012-08-26* pinfo.cc (pinfo::init): Remove assertion.Christopher Faylor2-1/+4
2012-08-23* pinfo.cc (_pinfo::exists): Don't consider a process with no state to exist.Christopher Faylor2-1/+6
2012-08-21* net.cc (get_adapters_addresses): Drop FIXME part of comment.Christopher Faylor2-3/+5
2012-08-17* DevNotes: Add entry cgf-000016.Christopher Faylor6-38/+66