summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/include
Commit message (Expand)AuthorAgeFilesLines
* * include/sys/wait.h: Move definition of wait constants from here...Corinna Vinschen2006-06-123-22/+40
* white spaceChristopher Faylor2006-05-282-7/+7
* * cygtls.cc (_cygtls::call): Call call2 using _my_tls.Christopher Faylor2006-05-251-1/+2
* * include/asm/byteorder.h (__ntohl): Fix the missing uint32_t.Corinna Vinschen2006-04-211-1/+1
* * include/asm/byteorder.h: Include stdint.h. Per standard, changeCorinna Vinschen2006-04-211-26/+19
* * sigproc.cc (sigalloc): Don't set SA_RESTART here.Christopher Faylor2006-03-231-0/+4
* * include/sys/dirent.h (struct __DIR): Rename __d_unused toCorinna Vinschen2006-03-011-1/+1
* * cygwin.din: Export __isinff, __isinfd, __isnanf, __isnand.Corinna Vinschen2006-02-281-1/+2
* * include/sys/termios.h (cfsetispeed): Just define as a function rather thanChristopher Faylor2006-02-281-21/+23
* * cygwin.din: Export sigignore and sigset.Corinna Vinschen2006-02-162-1/+7
* * include/mntent.h: Add missing #include.Christopher Faylor2006-02-131-1/+2
* * external.cc (sync_winenv): Rename from "setup_winenv". Use same mechanism asChristopher Faylor2006-02-101-1/+1
* Always zero all elements of siginfo_t throughout.Christopher Faylor2006-02-061-8/+41
* * include/cygwin/socket.h (CMSG_FIRSTHDR): Avoid compiler warning.Corinna Vinschen2006-02-061-1/+1
* * include/features.h: Add comment to explain what's going to happenCorinna Vinschen2006-02-052-0/+20
* * cygwin/version.h: Mention CW_SETUP_WINENV in comment for API minor 153.Christopher Faylor2006-02-021-1/+1
* * cygwin.din (updwtmpx): Export.Corinna Vinschen2006-02-022-1/+3
* * external.cc (setup_winenv): New function.Christopher Faylor2006-02-021-1/+2
* * dir.cc (readdir_worker): Add comment about writing old 32 bit d_ino.Corinna Vinschen2006-01-311-8/+6
* * include/sys/dirent.h (struct dirent): Revert misguided attempt toCorinna Vinschen2006-01-281-1/+1
* * autoload.cc (NtQueryDirectoryFile): Define.Corinna Vinschen2006-01-271-12/+5
* * include/cygwin/version.h: Bump API minor number to 151.Christopher Faylor2006-01-212-19/+16
* * include/sys/dirent.h: Add comments for people who are REALLY confused aboutChristopher Faylor2006-01-201-13/+13
* * dir.cc (readdir_worker): Fill in invalid fields with -1. Accommodate nameChristopher Faylor2006-01-191-2/+4
* * include/cygwin/socket.h (struct sockaddr_storage): Fix typo inCorinna Vinschen2006-01-181-1/+1
* * include/cygwin/version.h: Bump DLL minor version number to 20.Christopher Faylor2006-01-171-1/+1
* * Update copyrights.Corinna Vinschen2006-01-121-1/+2
* * include/getopt.h (getopt_long_only): Declare.Corinna Vinschen2006-01-091-0/+2
* * cygwin.din: Export getsubopt.Corinna Vinschen2006-01-091-1/+2
* * include/getopt.h: Accommodate recent unfortunate newlib changes.Christopher Faylor2006-01-051-0/+4
* Bump copyright dates.Corinna Vinschen2006-01-021-1/+1
* * exceptions.cc (_cygtls::interrupt_setup): Implement SA_RESETHAND.Christopher Faylor2006-01-011-0/+2
* * include/cygwin/in.h: Drop including stdint.h. Move definitionCorinna Vinschen2005-12-313-18/+39
* *** cygwin DLL Changes:Christopher Faylor2005-12-291-17/+14
* * fhandler.h (fhandler_base::issymlink): New method.Corinna Vinschen2005-12-222-1/+4
* * include/sys/dirent.h: Change __deprecated_d_ino to __invalid_d_ino throughoutChristopher Faylor2005-12-191-3/+3
* * fhandler.cc (fhandler_base::open_9x): Handle O_SYNC and O_DIRECTCorinna Vinschen2005-12-142-2/+10
* * dirent.h: Change the rest of the d_ino's to __deprecated_d_ino.Christopher Faylor2005-12-101-4/+4
* * include/cygwin/stdlib.h: Guard compilation of *unsetenv* in newlib.Christopher Faylor2005-12-071-0/+5
* * include/cygwin/stdlib.h: New file.Christopher Faylor2005-12-052-1/+63
* * dir.cc (readdir_workdir): Only fill out d_ino when linked into older app.Christopher Faylor2005-12-052-19/+15
* * include/exceptions.h (exception_list): Revert previous change. WindowsChristopher Faylor2005-12-031-3/+2
* * cygtls.h (_cygtls::el): New field.Christopher Faylor2005-12-033-8/+6
* * include/cygwin/version.h: Bump API minor version.Corinna Vinschen2005-11-291-1/+2
* * fhandler.h (fhandler_dev_zero::mmap): Add method.Corinna Vinschen2005-11-291-3/+2
* * autoload.cc (NtCreateSection): Define.Corinna Vinschen2005-11-281-0/+5
* * libc: Add subdirectory.Corinna Vinschen2005-11-182-1/+6
* * include/cygwin/sys_time.h: Move futimes and lutimes declaration here fromChristopher Faylor2005-11-181-1/+3
* * times.cc (timezone): Put back (void).Christopher Faylor2005-11-181-0/+14
* * include/cygwin/sys_time.h: Rename from include/cygwin/time.h.Christopher Faylor2005-11-182-4/+29