summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/winsup.h
Commit message (Expand)AuthorAgeFilesLines
* * Makefile.in: Build wincap.o.Corinna Vinschen2001-09-121-5/+2
* * cygheap.cc (init_cygheap::etc_changed): New method to signalCorinna Vinschen2001-09-091-0/+3
* * fork.cc (fork_parent): Stop malloc activity while fork is in control of theChristopher Faylor2001-09-091-0/+3
* Move appropriate variables to NO_COPY segment, throughout.Christopher Faylor2001-09-061-2/+2
* * cygwin.sc: Revert to previous NO_COPY behavior.Christopher Faylor2001-08-311-1/+1
* * cygwin.sc: New file -- linker script for building cygwin DLL.Christopher Faylor2001-08-311-1/+1
* * smallprint.c (console_printf): New function.Christopher Faylor2001-08-221-2/+4
* * fhandler.cc (fhandler_base::fcntl): Use new O_NONBLOCK_MASK define.Corinna Vinschen2001-08-141-8/+0
* * cygheap.cc (cygheap_root::set): Avoid treating '/' specially.Christopher Faylor2001-08-071-1/+1
* Throughout, change check for running under Windows NT to 'iswinnt'.Christopher Faylor2001-08-041-0/+1
* Change check_null_empty_path* to check_null_empty_str* throughout.Christopher Faylor2001-06-281-0/+10
* * environ.cc (set_file_api_mode): New function. Move settingEgor Duda2001-06-121-0/+2
* Revert much of previous erroneous checkin. Add ChangeLog entry.Christopher Faylor2001-05-041-3/+0
* * exceptions.cc (ctrl_c_handler): Always send signal to process if it has noChristopher Faylor2001-05-041-19/+2
* * grp.cc: Eliminate MAX_DOMAIN_NAME define.Corinna Vinschen2001-04-301-5/+1
* * exceptions.cc (INIT_EXCEPTION_HANDLER): Eliminate.Christopher Faylor2001-04-301-1/+1
* * autoload.cc: Add LoadDLLfunc statements for SetTokenInformation@16.Corinna Vinschen2001-04-251-1/+0
* * dlmalloc.c: New file. Port of Doug Lea's mallocEgor Duda2001-04-241-0/+2
* * cygrun.c (main): Fix compiler warning.Christopher Faylor2001-04-031-3/+3
* * dlopen.c (dlopen): Return NULL when name is NULL (suggested byChristopher Faylor2001-03-051-2/+2
* Throughout, change 'cygwin_shared.mount' to 'mount_table'.Christopher Faylor2001-01-281-0/+1
* * pinfo.cc (codepage_init): Move function.Christopher Faylor2001-01-081-3/+1
* * autoload.cc: Autoload CharToOemA.Christopher Faylor2000-12-101-2/+7
* * path.cc (normalize_win32_path): Reorganize logic to accomodate chroot.Christopher Faylor2000-12-091-1/+1
* * fhandler_socket.cc: New file.Corinna Vinschen2000-10-271-0/+1
* * fhandler.cc (fhandler_base::fcntl): Behave properly when passedCorinna Vinschen2000-10-241-0/+5
* * Makefile.in: add miscfuncs.ccDJ Delorie2000-10-191-0/+5
* * exceptions.cc (call_handler): Make signal pending if sigsave.sig is stillChristopher Faylor2000-10-181-1/+2
* * 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