summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/winsup.h
Commit message (Expand)AuthorAgeFilesLines
* * Makefile.in: Remove some obsolete stuff.Christopher Faylor2000-10-161-7/+7
* * net.cc (set_socket_inheritance): Rename from duplicate_socket. Use NTChristopher Faylor2000-10-061-1/+2
* * winsup.h: Add `winME' to os_type symbols.Corinna Vinschen2000-09-301-1/+1
* Break out more header info into separate files. Use appropriate header filesChristopher Faylor2000-09-081-132/+10
* * sigproc.cc: Add include file for proper definitions.Christopher Faylor2000-09-061-0/+2
* * Makefile.in: Add cygheap.o.Christopher Faylor2000-09-031-15/+7
* * dcrt0.cc (dll_crt0_1): Move exception list and constructor stuff earlier inChristopher Faylor2000-08-241-1/+0
* Revert previous erroneous checkin.Christopher Faylor2000-08-231-0/+1
* * include/sys/cygwin.h: Protect class definitions.Christopher Faylor2000-08-231-1/+0
* * winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h filesChristopher Faylor2000-08-221-86/+1
* * cygerrno.h: New file. Use this throughout whenever errno manipulation isChristopher Faylor2000-08-221-27/+0
* * winsup.h: Split out dtable definitions into separate header file.Christopher Faylor2000-08-121-36/+0
* Rename hinfo -> dtable. Name the former dtable array 'fdtab'.Christopher Faylor2000-08-121-7/+7
* * winsup.h: Change strchr inline for strange gcc problem.Christopher Faylor2000-08-101-1/+1
* * fork.cc (vfork): Store complete stack frame in vfork_save structure for laterChristopher Faylor2000-08-031-9/+2
* * winsup.h: take out protections of environ, errno, allow C useDJ Delorie2000-08-021-3/+5
* * strace.h: Add kludgy workarounds to avoid using deprecated methods forChristopher Faylor2000-08-021-4/+9
* * include/cygwin/version.h: Bump DLL minor version number to 5 due to all ofChristopher Faylor2000-07-291-10/+6
* * environ.cc (parse_thing): Make binmode a DWORD.Christopher Faylor2000-07-291-0/+1
* * testsuite/winsup.api/winsup.exp: ignore stdout by defaultDJ Delorie2000-07-271-0/+16
* Patch suggested by Kazuhiro Fujieda <fujieda@jaist.ac.jp>.Corinna Vinschen2000-07-221-0/+5
* * environ.cc: Use new definition of "environ" throughout.Christopher Faylor2000-07-161-1/+3
* * hinfo.cc (hinfo::linearize_fd_array): Make max_used_fd an int so that we canChristopher Faylor2000-07-151-0/+3
* * winsup.h: Define MAX_SID_LEN and new MAX_HOST_NAME.Corinna Vinschen2000-07-021-0/+3
* Remove asm labelling from _dll_crt0 since it seems to confuse different versionsChristopher Faylor2000-07-011-1/+1
* * dcrt0.cc (_dll_crt0): Renamed from dll_crt0 ().Christopher Faylor2000-07-011-1/+1
* * Makefile.in: Use variables rather than configure constructs whereChristopher Faylor2000-07-011-94/+4
* * Makefile.in: Add *.def to clean operation.Christopher Faylor2000-06-211-2/+2
* * dcrt0.cc: Add load statements for `GetSidIdentifierAuthority'Corinna Vinschen2000-06-191-1/+4
* * winsup.h (isabspath): Don't report `C:foo' as an absolute path.Christopher Faylor2000-06-171-1/+1
* * path.cc (mount_info::cygdrive_posix_path): Don't add trailing slash ifChristopher Faylor2000-05-171-1/+1
* * Makefile.in: Add dependencies for fhandler_random.oCorinna Vinschen2000-05-031-0/+1
* * exceptions.cc (interruptible): Allocate slightly more space for directoryChristopher Faylor2000-04-261-3/+3
* * exceptions.cc (sigsave): Copy on fork so that we can restore correct behaviorChristopher Faylor2000-04-081-6/+4
* * security.cc (set_process_privileges): Removed `static'.Corinna Vinschen2000-03-161-1/+3
* * environ.cc: Eliminate oldstack CYGWIN option.Christopher Faylor2000-03-091-1/+1
* Throughout use strace class in place of individual functions and variables.Christopher Faylor2000-03-071-2/+1
* * exceptions.cc (interruptible): Make a little more structured.Christopher Faylor2000-02-261-2/+0
* * environ.cc (getwinenv): Make __stdcall.Christopher Faylor2000-02-211-2/+2
* import winsup-2000-02-17 snapshotChristopher Faylor2000-02-171-0/+595