aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin
AgeCommit message (Expand)AuthorFilesLines
2005-08-23* dir.cc (readdir_worker): Make static. Only add '.' and '..' when readdirChristopher Faylor3-4/+14
2005-08-22 * mtinfo.h (mtinfo_drive::error): Fix argument bug in debug_printf call.Corinna Vinschen2-1/+5
2005-08-20add missing entryChristopher Faylor1-0/+1
2005-08-20* cygerrno.h (geterrno_from_win_error): Change declaration to default to usingChristopher Faylor13-120/+173
2005-08-19* fhandler.h (dirent_states): Add dirent_saw_proc.Christopher Faylor3-4/+16
2005-08-19* fhandler.h (dirent_states): Add dirent_isroot, dirent_saw_cygdrive,Christopher Faylor6-21/+77
2005-08-19* winsup.h (create_pipe): Declare new function.Christopher Faylor3-0/+24
2005-08-18* fhandler.h (fhandler_tty_common::lseek): Declare new method.Christopher Faylor3-2/+15
2005-08-18 * fhandler_socket.cc (fhandler_socket::recvfrom): Always initializeCorinna Vinschen2-4/+10
2005-08-18 * errno.cc (strerror): Check errnum for underflow.Corinna Vinschen2-1/+5
2005-08-17* dcrt0.cc (dll_crt0_1): Tweak debugging stuff.Christopher Faylor3-8/+24
2005-08-14 * init.cc (respawn_wow64_process): Make inline function. RemoveCorinna Vinschen2-20/+60
2005-08-12white spaceChristopher Faylor16-73/+72
2005-08-11fix typoChristopher Faylor1-1/+1
2005-08-11* fhandler_serial.cc (fhandler_serial::tcgetattr): Return current baud rateChristopher Faylor2-21/+21
2005-08-11* dcrt0.cc: Remove ld_preload declaration.Christopher Faylor4-2/+11
2005-08-11* child_info. (CURR_CHILD_INFO_MAGIC): Refresh.Christopher Faylor3-31/+59
2005-08-08* include/sys/cdefs.h: Remove extra line.Christopher Faylor2-1/+4
2005-08-08 * security.cc (get_reg_security): New static function.Corinna Vinschen2-0/+46
2005-08-08 * fhandler_process.cc (fhandler_process::open): Allow opening ofCorinna Vinschen3-7/+19
2005-08-08* include/sys/cdefs.h (__CONCAT): Define.Christopher Faylor7-0/+751
2005-08-08* cygwin.sc: Use simpler method to align .cygheap.Christopher Faylor4-9/+20
2005-08-08 * ftw.c: Include winsup.h.Corinna Vinschen4-0/+20
2005-08-08 * Makefile.in (DLL_OFILES): Add fts.o, ftw.o, nftw.o.Corinna Vinschen9-10/+1721
2005-08-08* Makefile.in (dtable_CFLAGS): Use -fomit-frame-pointer and -fcheck-new.Christopher Faylor6-19/+54
2005-08-08* dllfixdbg: New perl script.Christopher Faylor6-104/+402
2005-08-07 * Makefile.in: Allow previous patch to work in a 64 bit environment.Corinna Vinschen2-1/+5
2005-08-07revert erroneous checkinChristopher Faylor1-3/+0
2005-08-07* Makefile.in: Warn when end of cygheap is not on 64k boundary.Christopher Faylor4-24/+40
2005-08-06* include/endian.h: Move everything into this file and define things more likeChristopher Faylor5-6/+61
2005-08-05 * thread.cc (pthread::create(3 args)): Make bool.Corinna Vinschen3-7/+19
2005-08-05 * fhandler_tty.cc (fhandler_tty_slave::tcflush): Return either 0 or -1.Corinna Vinschen2-1/+5
2005-08-05 * thread.cc (pthread_cond_timedwait): Check abstime for validityCorinna Vinschen2-4/+22
2005-08-02 * include/sys/termios.h: Define TIOCMBIS and TIOCMBIC.Corinna Vinschen5-39/+76
2005-07-29* fhandler_disk_file.cc (fhandler_base::pread): Don't move file offset pointerChristopher Faylor2-6/+25
2005-07-29white spaceChristopher Faylor1-4/+4
2005-07-29* fhandler.h (fhandler_base::pread): Declare new function.Christopher Faylor8-25/+128
2005-07-29* include/sys/ioctl.h: Add some linux defines.Christopher Faylor2-4/+40
2005-07-29* pinfo.cc (pinfo::init): Put back accidentally removed debug_printf.Christopher Faylor2-0/+5
2005-07-29* cygthread.cc (cygthread::simplestub): Wait for h to be filled out by mainChristopher Faylor2-1/+9
2005-07-29* pinfo.cc (pinfo::init): Sleep before retrying open_shared().Christopher Faylor2-2/+5
2005-07-29* fork.cc (fork_parent): Fix null deref if pinfo creation fails.Christopher Faylor2-2/+7
2005-07-28* cygmalloc.h (MSPACES): Define. This dropped through the cracks after theChristopher Faylor4-10/+18
2005-07-27* include/cygwin/in.h (INET_ADDRSTRLEN): Add new definition.Christopher Faylor2-0/+6
2005-07-27* gendef: Use nocr to remove \r's from input. gendef (nocr): New function.Christopher Faylor2-3/+13
2005-07-27* fhandler_clipboard.cc (fhandler_dev_clipboard::close): Set membuffer to NULL.Christopher Faylor2-2/+14
2005-07-26* include/byteswap.h: New file.Christopher Faylor2-0/+43
2005-07-25* include/cygwin/types.h: Define loff_t.Christopher Faylor2-0/+6
2005-07-17* child_info.h (child_info::sync): Pass pid and HANDLE rather than using pinfo.Christopher Faylor10-136/+195
2005-07-16fix whitespaceChristopher Faylor1-91/+91