summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/include/sys
Commit message (Expand)AuthorAgeFilesLines
...
* * include/sys/cygwin.h (__INT_MAX_PATH): Define to 32K.Corinna Vinschen2008-02-151-1/+3
* * include/sys/cygwin.h (external_pinfo): Define program_long size usingChristopher Faylor2008-02-151-1/+1
* Perform whitespace cleanup throughout.Christopher Faylor2008-02-151-3/+3
* * cygheap.cc (cwcsdup): New function.Corinna Vinschen2008-02-141-1/+1
* * include/sys/cygwin.h: Include limits.h.Corinna Vinschen2007-12-071-0/+1
* * dcrt0.cc (initial_env): Use PATH_MAX instead of CYG_MAX_PATH for pathCorinna Vinschen2007-12-062-2/+6
* * fhandler_registry.cc: Use NAME_MAX + 1 instead of CYG_MAX_PATHCorinna Vinschen2007-12-051-2/+3
* Drop old SetResourceLock stuff in favor of mutos.Corinna Vinschen2007-11-271-5/+2
* * include/sys/param.h (MAXPATHLEN): Define as PATH_MAX.Corinna Vinschen2007-10-181-4/+3
* * include/sys/stdio.h (_flockfile): Don't try to lock a FILEBrian Dessent2007-09-061-3/+9
* * cygwin.din: Export fdopendir.Corinna Vinschen2007-06-291-1/+2
* * include/search.h: Reinstate node_t definition.Christopher Faylor2007-06-171-23/+0
* * Makefile.in (DLL_OFILES): Add xsique.o.Corinna Vinschen2007-06-121-46/+0
* * cygwin/external.cc (cygwin_internal): Implement CW_SET_DOS_FILE_WARNING.Christopher Faylor2007-03-301-1/+2
* * cygwin.din (shm_open): Export.Corinna Vinschen2007-02-081-0/+3
* * cygmalloc.h (MALLOC_FAILURE_ACTION): Define empty.Corinna Vinschen2007-02-072-6/+14
* * fhandler_serial.cc (fhandler_serial::tcsetattr): Add support forCorinna Vinschen2007-02-051-0/+13
* * include/sys/ioctl.h: Pick up termios.h, for TIOCGWINSZ.Corinna Vinschen2006-12-061-1/+2
* * fhandler.cc (check_posix_perm): Moved here from syscalls.cc.Corinna Vinschen2006-11-071-0/+20
* * fhandler_socket.cc (fhandler_socket::recv_internal): Fix a problemCorinna Vinschen2006-07-311-2/+4
* 2006-07-25 Corinna Vinschen <corinna@vinschen.de>Corinna Vinschen2006-07-251-8/+8
* * fhandler.h (class dev_console): Add `metabit' indicating theCorinna Vinschen2006-07-031-0/+20
* * net.cc (cygwin_sendto): Define appropriate parameters usingCorinna Vinschen2006-07-031-13/+15
* * include/sys/wait.h: Move definition of wait constants from here...Corinna Vinschen2006-06-121-21/+2
* white spaceChristopher Faylor2006-05-281-2/+2
* * cygtls.cc (_cygtls::call): Call call2 using _my_tls.Christopher Faylor2006-05-251-1/+2
* * include/sys/dirent.h (struct __DIR): Rename __d_unused toCorinna Vinschen2006-03-011-1/+1
* * include/sys/termios.h (cfsetispeed): Just define as a function rather thanChristopher Faylor2006-02-281-21/+23
* * external.cc (sync_winenv): Rename from "setup_winenv". Use same mechanism asChristopher Faylor2006-02-101-1/+1
* * include/features.h: Add comment to explain what's going to happenCorinna Vinschen2006-02-051-0/+2
* * external.cc (setup_winenv): New function.Christopher Faylor2006-02-021-1/+2
* * 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-211-18/+14
* * 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/in.h: Drop including stdint.h. Move definitionCorinna Vinschen2005-12-311-2/+4
* *** cygwin DLL Changes:Christopher Faylor2005-12-291-17/+14
* * include/sys/dirent.h: Change __deprecated_d_ino to __invalid_d_ino throughoutChristopher Faylor2005-12-191-3/+3
* * dirent.h: Change the rest of the d_ino's to __deprecated_d_ino.Christopher Faylor2005-12-101-4/+4
* * dir.cc (readdir_workdir): Only fill out d_ino when linked into older app.Christopher Faylor2005-12-051-1/+1
* * fhandler.h (fhandler_dev_zero::mmap): Add method.Corinna Vinschen2005-11-291-3/+2
* * autoload.cc (NtCreateSection): Define.Corinna Vinschen2005-11-281-0/+5
* * include/sys/elf64.h: Fix types to reflect linux usage.Christopher Faylor2005-11-141-38/+41
* * times.cc (hires_ms::prime): Comment out call to timeBeginPeriod for now.Christopher Faylor2005-11-111-0/+2
* * include/sys/cygwin.h: Define CYGWIN_SIGNAL_STRING.Christopher Faylor2005-11-011-0/+2
* * autoload.cc (NtLockVirtualMemory): Import.Corinna Vinschen2005-10-181-0/+2
* * include/sys/strace.h (_STRACE_ON): Remove semicolon from definition.Christopher Faylor2005-09-221-2/+2
* * cygerrno.h (geterrno_from_win_error): Change declaration to default to usingChristopher Faylor2005-08-201-0/+1
* white spaceChristopher Faylor2005-08-123-21/+20