Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/winsup
AgeCommit message (Expand)Author
2005-08-12white spaceChristopher Faylor
2005-08-11fix typoChristopher Faylor
2005-08-11* fhandler_serial.cc (fhandler_serial::tcgetattr): Return current baud rateChristopher Faylor
2005-08-11* dcrt0.cc: Remove ld_preload declaration.Christopher Faylor
2005-08-11* child_info. (CURR_CHILD_INFO_MAGIC): Refresh.Christopher Faylor
2005-08-11Attempting to add include/objsafe.h again...Dimitri Papadopoulos
2005-08-11 * include/w32api.h: Increment version to 3.3.Chris Sutcliffe
2005-08-10 * include/wctype.h (towupper, towlower): Change arg and return valueDanny Smith
2005-08-10 * mthr_stub.c (__mingwthr_key_dtor): Replace assert(0) withDanny Smith
2005-08-08* cygserver.cc (main): Call wincap.init() earlier to avoid a NULL dereference.Christopher Faylor
2005-08-08* include/sys/cdefs.h: Remove extra line.Christopher Faylor
2005-08-08 * security.cc (get_reg_security): New static function.Corinna Vinschen
2005-08-08 * fhandler_process.cc (fhandler_process::open): Allow opening ofCorinna Vinschen
2005-08-08* include/sys/cdefs.h (__CONCAT): Define.Christopher Faylor
2005-08-08* cygwin.sc: Use simpler method to align .cygheap.Christopher Faylor
2005-08-08 * ftw.c: Include winsup.h.Corinna Vinschen
2005-08-08 * moldname.def.in (sleep, beep, seterrormode): Remove.Danny Smith
2005-08-08 * Makefile.in (DLL_OFILES): Add fts.o, ftw.o, nftw.o.Corinna Vinschen
2005-08-08* Makefile.in (dtable_CFLAGS): Use -fomit-frame-pointer and -fcheck-new.Christopher Faylor
2005-08-08* dllfixdbg: New perl script.Christopher Faylor
2005-08-07 * Makefile.in: Allow previous patch to work in a 64 bit environment.Corinna Vinschen
2005-08-07revert erroneous checkinChristopher Faylor
2005-08-07* Makefile.in: Warn when end of cygheap is not on 64k boundary.Christopher Faylor
2005-08-07* include/endian.h: Move everything into this file and define things more likeChristopher Faylor
2005-08-06Update to switch FAQ from texinfo to DocBook.Joshua Daniel Franklin
2005-08-05 * thread.cc (pthread::create(3 args)): Make bool.Corinna Vinschen
2005-08-05 * fhandler_tty.cc (fhandler_tty_slave::tcflush): Return either 0 or -1.Corinna Vinschen
2005-08-05 * thread.cc (pthread_cond_timedwait): Check abstime for validityCorinna Vinschen
2005-08-03 * mount.cc (longopts): Fix typo which disallows --options option.Corinna Vinschen
2005-08-02 * include/sys/termios.h: Define TIOCMBIS and TIOCMBIC.Corinna Vinschen
2005-07-29* fhandler_disk_file.cc (fhandler_base::pread): Don't move file offset pointerChristopher Faylor
2005-07-29white spaceChristopher Faylor
2005-07-29* fhandler.h (fhandler_base::pread): Declare new function.Christopher Faylor
2005-07-29* include/sys/ioctl.h: Add some linux defines.Christopher Faylor
2005-07-29* pinfo.cc (pinfo::init): Put back accidentally removed debug_printf.Christopher Faylor
2005-07-29* cygthread.cc (cygthread::simplestub): Wait for h to be filled out by mainChristopher Faylor
2005-07-29* pinfo.cc (pinfo::init): Sleep before retrying open_shared().Christopher Faylor
2005-07-29* fork.cc (fork_parent): Fix null deref if pinfo creation fails.Christopher Faylor
2005-07-28* cygmalloc.h (MSPACES): Define. This dropped through the cracks after theChristopher Faylor
2005-07-282005-07-28 Earnie Boyd <earnie@users.sf.net>Earnie Boyd
2005-07-27* include/cygwin/in.h (INET_ADDRSTRLEN): Add new definition.Christopher Faylor
2005-07-27* gendef: Use nocr to remove \r's from input. gendef (nocr): New function.Christopher Faylor
2005-07-27* fhandler_clipboard.cc (fhandler_dev_clipboard::close): Set membuffer to NULL.Christopher Faylor
2005-07-26* include/byteswap.h: New file.Christopher Faylor
2005-07-26update copyrightChristopher Faylor
2005-07-26* include/cygwin/types.h: Define loff_t.Christopher Faylor
2005-07-252005-07-25 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe
2005-07-20 * include/wingdi.h (TT_PRIM_CSPLINE): Define.Danny Smith
2005-07-20 * include/richedit.h (SETTEXTEX): Define structure andDanny Smith
2005-07-20* cygcheck.cc (find_on_path): Perform .exe magic on non-PATH search.Christopher Faylor