summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin
Commit message (Expand)AuthorAgeFilesLines
* * fhandler.h (fhandler_tty_common::lseek): Declare new method.Christopher Faylor2005-08-183-2/+15
* * fhandler_socket.cc (fhandler_socket::recvfrom): Always initializeCorinna Vinschen2005-08-182-4/+10
* * errno.cc (strerror): Check errnum for underflow.Corinna Vinschen2005-08-182-1/+5
* * dcrt0.cc (dll_crt0_1): Tweak debugging stuff.Christopher Faylor2005-08-173-8/+24
* * init.cc (respawn_wow64_process): Make inline function. RemoveCorinna Vinschen2005-08-142-20/+60
* white spaceChristopher Faylor2005-08-1216-73/+72
* fix typoChristopher Faylor2005-08-111-1/+1
* * fhandler_serial.cc (fhandler_serial::tcgetattr): Return current baud rateChristopher Faylor2005-08-112-21/+21
* * dcrt0.cc: Remove ld_preload declaration.Christopher Faylor2005-08-114-2/+11
* * child_info. (CURR_CHILD_INFO_MAGIC): Refresh.Christopher Faylor2005-08-113-31/+59
* * include/sys/cdefs.h: Remove extra line.Christopher Faylor2005-08-082-1/+4
* * security.cc (get_reg_security): New static function.Corinna Vinschen2005-08-082-0/+46
* * fhandler_process.cc (fhandler_process::open): Allow opening ofCorinna Vinschen2005-08-083-7/+19
* * include/sys/cdefs.h (__CONCAT): Define.Christopher Faylor2005-08-087-0/+751
* * cygwin.sc: Use simpler method to align .cygheap.Christopher Faylor2005-08-084-9/+20
* * ftw.c: Include winsup.h.Corinna Vinschen2005-08-084-0/+20
* * Makefile.in (DLL_OFILES): Add fts.o, ftw.o, nftw.o.Corinna Vinschen2005-08-089-10/+1721
* * Makefile.in (dtable_CFLAGS): Use -fomit-frame-pointer and -fcheck-new.Christopher Faylor2005-08-086-19/+54
* * dllfixdbg: New perl script.Christopher Faylor2005-08-086-104/+402
* * Makefile.in: Allow previous patch to work in a 64 bit environment.Corinna Vinschen2005-08-072-1/+5
* revert erroneous checkinChristopher Faylor2005-08-071-3/+0
* * Makefile.in: Warn when end of cygheap is not on 64k boundary.Christopher Faylor2005-08-074-24/+40
* * include/endian.h: Move everything into this file and define things more likeChristopher Faylor2005-08-065-6/+61
* * thread.cc (pthread::create(3 args)): Make bool.Corinna Vinschen2005-08-053-7/+19
* * fhandler_tty.cc (fhandler_tty_slave::tcflush): Return either 0 or -1.Corinna Vinschen2005-08-052-1/+5
* * thread.cc (pthread_cond_timedwait): Check abstime for validityCorinna Vinschen2005-08-052-4/+22
* * include/sys/termios.h: Define TIOCMBIS and TIOCMBIC.Corinna Vinschen2005-08-025-39/+76
* * fhandler_disk_file.cc (fhandler_base::pread): Don't move file offset pointerChristopher Faylor2005-07-292-6/+25
* white spaceChristopher Faylor2005-07-291-4/+4
* * fhandler.h (fhandler_base::pread): Declare new function.Christopher Faylor2005-07-298-25/+128
* * include/sys/ioctl.h: Add some linux defines.Christopher Faylor2005-07-292-4/+40
* * pinfo.cc (pinfo::init): Put back accidentally removed debug_printf.Christopher Faylor2005-07-292-0/+5
* * cygthread.cc (cygthread::simplestub): Wait for h to be filled out by mainChristopher Faylor2005-07-292-1/+9
* * pinfo.cc (pinfo::init): Sleep before retrying open_shared().Christopher Faylor2005-07-292-2/+5
* * fork.cc (fork_parent): Fix null deref if pinfo creation fails.Christopher Faylor2005-07-292-2/+7
* * cygmalloc.h (MSPACES): Define. This dropped through the cracks after theChristopher Faylor2005-07-284-10/+18
* * include/cygwin/in.h (INET_ADDRSTRLEN): Add new definition.Christopher Faylor2005-07-272-0/+6
* * gendef: Use nocr to remove \r's from input. gendef (nocr): New function.Christopher Faylor2005-07-272-3/+13
* * fhandler_clipboard.cc (fhandler_dev_clipboard::close): Set membuffer to NULL.Christopher Faylor2005-07-272-2/+14
* * include/byteswap.h: New file.Christopher Faylor2005-07-262-0/+43
* * include/cygwin/types.h: Define loff_t.Christopher Faylor2005-07-252-0/+6
* * child_info.h (child_info::sync): Pass pid and HANDLE rather than using pinfo.Christopher Faylor2005-07-1710-136/+195
* fix whitespaceChristopher Faylor2005-07-161-91/+91
* * path.cc (mount): Only check win32_path when we know we need it.Christopher Faylor2005-07-092-1/+7
* * cygwin.din (getline): Export.Corinna Vinschen2005-07-094-5/+21
* * cygwin.din (__getline): Export.Corinna Vinschen2005-07-084-2/+16
* Eliminate (void) cast on standalone function calls throughout.Christopher Faylor2005-07-0641-106/+110
* * dcrt0.cc (cygwin_exit): Mark as "noreturn".Christopher Faylor2005-07-053-2/+10
* * malloc.cc: Update to version 2.8.2.Christopher Faylor2005-07-052-5/+18
* * fhandler_tape.cc (fhandler_dev_tape::close): Don't do "extra stuff"Corinna Vinschen2005-07-052-10/+21