aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/winsup.h
AgeCommit message (Expand)AuthorFilesLines
2000-08-22* winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h filesChristopher Faylor1-86/+1
2000-08-22* cygerrno.h: New file. Use this throughout whenever errno manipulation isChristopher Faylor1-27/+0
2000-08-12* winsup.h: Split out dtable definitions into separate header file.Christopher Faylor1-36/+0
2000-08-12Rename hinfo -> dtable. Name the former dtable array 'fdtab'.Christopher Faylor1-7/+7
2000-08-10* winsup.h: Change strchr inline for strange gcc problem.Christopher Faylor1-1/+1
2000-08-03* fork.cc (vfork): Store complete stack frame in vfork_save structure for laterChristopher Faylor1-9/+2
2000-08-02* winsup.h: take out protections of environ, errno, allow C useDJ Delorie1-3/+5
2000-08-02* strace.h: Add kludgy workarounds to avoid using deprecated methods forChristopher Faylor1-4/+9
2000-07-29* include/cygwin/version.h: Bump DLL minor version number to 5 due to all ofChristopher Faylor1-10/+6
2000-07-29* environ.cc (parse_thing): Make binmode a DWORD.Christopher Faylor1-0/+1
2000-07-27* testsuite/winsup.api/winsup.exp: ignore stdout by defaultDJ Delorie1-0/+16
2000-07-22 Patch suggested by Kazuhiro Fujieda <fujieda@jaist.ac.jp>.Corinna Vinschen1-0/+5
2000-07-16* environ.cc: Use new definition of "environ" throughout.Christopher Faylor1-1/+3
2000-07-15* hinfo.cc (hinfo::linearize_fd_array): Make max_used_fd an int so that we canChristopher Faylor1-0/+3
2000-07-02 * winsup.h: Define MAX_SID_LEN and new MAX_HOST_NAME.Corinna Vinschen1-0/+3
2000-07-01Remove asm labelling from _dll_crt0 since it seems to confuse different versionsChristopher Faylor1-1/+1
2000-07-01* dcrt0.cc (_dll_crt0): Renamed from dll_crt0 ().Christopher Faylor1-1/+1
2000-07-01* Makefile.in: Use variables rather than configure constructs whereChristopher Faylor1-94/+4
2000-06-21* Makefile.in: Add *.def to clean operation.Christopher Faylor1-2/+2
2000-06-19 * dcrt0.cc: Add load statements for `GetSidIdentifierAuthority'Corinna Vinschen1-1/+4
2000-06-17* winsup.h (isabspath): Don't report `C:foo' as an absolute path.Christopher Faylor1-1/+1
2000-05-17* path.cc (mount_info::cygdrive_posix_path): Don't add trailing slash ifChristopher Faylor1-1/+1
2000-05-03 * Makefile.in: Add dependencies for fhandler_random.oCorinna Vinschen1-0/+1
2000-04-26* exceptions.cc (interruptible): Allocate slightly more space for directoryChristopher Faylor1-3/+3
2000-04-08* exceptions.cc (sigsave): Copy on fork so that we can restore correct behaviorChristopher Faylor1-6/+4
2000-03-16 * security.cc (set_process_privileges): Removed `static'.Corinna Vinschen1-1/+3
2000-03-09* environ.cc: Eliminate oldstack CYGWIN option.Christopher Faylor1-1/+1
2000-03-07Throughout use strace class in place of individual functions and variables.Christopher Faylor1-2/+1
2000-02-26* exceptions.cc (interruptible): Make a little more structured.Christopher Faylor1-2/+0
2000-02-21* environ.cc (getwinenv): Make __stdcall.Christopher Faylor1-2/+2
2000-02-17import winsup-2000-02-17 snapshotChristopher Faylor1-0/+595