summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/winsup.h
Commit message (Expand)AuthorAgeFilesLines
* * miscfuncs.cc (check_invalid_virtual_addr): New function.Corinna Vinschen2004-02-251-0/+1
* * Makefile.in (clean): Remove sigfe.s.Christopher Faylor2004-02-131-1/+2
* Rename _threadinfo to _cygtls, throughout.Christopher Faylor2004-02-121-1/+1
* * debug.h (console_printf): Define for non-debugging condition.Christopher Faylor2004-02-091-1/+1
* * cygheap.cc (init_cygheap::close_ctty): Protect YA vforkism.Christopher Faylor2004-01-241-1/+0
* * cygwin/include/signal.h: Add copyright notice.Christopher Faylor2004-01-191-5/+1
* * cygtls.h (_threadinfo::call): Remove regparm declaration to work aroundChristopher Faylor2004-01-141-2/+8
* * winsup.h (access_worker): Declare with added fhandler_base parameter.Christopher Faylor2003-12-151-1/+1
* * fcntl.cc (fcntl_worker): Remove static storage class.Corinna Vinschen2003-12-031-0/+2
* Eliminate use of sigframe and sigthread throughout.Christopher Faylor2003-11-281-3/+3
* 2003-11-11 Robert Collins <rbtcollins@hotmail.com>Robert Collins2003-11-141-8/+17
* * miscfuncs.cc (low_priority_sleep): Make a "C" function.Christopher Faylor2003-11-101-1/+1
* * winsup.h (low_priority_sleep): Fix declaration to avoid linkerCorinna Vinschen2003-11-101-1/+1
* * syscalls.cc (getshmlba): New function.Corinna Vinschen2003-11-061-0/+2
* * winsup.h: Declare access_worker.Christopher Faylor2003-11-061-1/+4
* * miscfunc.cc (__check_invalid_read_ptr): New function.Corinna Vinschen2003-10-271-0/+1
* * dcrt0.cc: Remove local variable alternate_charset_active.Corinna Vinschen2003-10-161-1/+0
* * fhandler_console.cc (char_command): Add escape sequence for codepageCorinna Vinschen2003-10-151-0/+1
* * exceptions.cc (ctrl_c_handler): Don't send SIGHUP onCorinna Vinschen2003-10-141-0/+2
* * devices.cc: New file.Christopher Faylor2003-09-251-3/+3
* * dcrt0.cc (do_exit): Eliminate "C" linkage. Call events_terminate early.Christopher Faylor2003-09-231-1/+17
* * dcrt0.cc (_dll_crt0): Accommodate breaking apart of early_stuff_init.Christopher Faylor2003-09-121-1/+2
* * Makefile.in (DLL_OFILES): Add getopt.o and iruserok.o.Corinna Vinschen2003-09-101-1/+7
* * Makefile.in: Remove cygserver stuff.Christopher Faylor2003-07-021-2/+3
* Replace ino_t by __ino64_t throughout.Corinna Vinschen2003-05-111-1/+1
* * dir.cc (readdir): Fill out new old_d_ino field.Christopher Faylor2003-05-111-1/+2
* * profil.h (PROFADDR): Prevent overflow when text segments are larger thanChristopher Faylor2003-04-281-1/+1
* * dir.cc: Change __off32_t to _off_t and __off64_t to _off64_tCorinna Vinschen2003-04-011-1/+1
* Switch to 32/64 datatypes:Corinna Vinschen2003-03-091-6/+14
* * dll_init.cc (dll_list::load_after_fork): Don't revert to LoadLibrary ifChristopher Faylor2003-03-021-1/+0
* Split ChangeLog, create ChangeLog-2002.Corinna Vinschen2003-01-101-1/+1
* Use isdirsep rather than SLASH_P throughout.Christopher Faylor2003-01-091-2/+1
* * exceptions.cc (sigthread::get_winapi_lock): Just do standard 'give upChristopher Faylor2002-11-221-1/+2
* * winsup.h (low_priority_sleep): Declare.Christopher Faylor2002-11-131-0/+1
* * cygthread.cc (cygthread::stub): Don't create event for long-running threads.Christopher Faylor2002-10-131-1/+0
* * environ.cc (environ_init): Avoid a compiler warning.Christopher Faylor2002-09-301-1/+1
* * winsup.h (_WIN32_WINNT): Protect.Christopher Faylor2002-09-061-0/+2
* * winsup.h (_WIN32_WINNT): Define.Christopher Faylor2002-09-061-0/+2
* * miscfuncs.cc (check_iovec_for_read): Don't check buffer when zero lengthChristopher Faylor2002-08-301-0/+4
* * winsup.h: Remove malloc_*lock functions.Christopher Faylor2002-08-161-3/+0
* * Makefile.in: Add support for new malloc.o and renamed malloc_wrapper.o. UseChristopher Faylor2002-08-161-2/+2
* * winsup.h (__check_null_invalid_struct): Make ptr argument non-const.Conrad Scott2002-08-081-2/+2
* * cygheap.cc (cfree_and_set): New function.Christopher Faylor2002-06-271-0/+2
* * autoload (noload): Avoid clobbering bx register.Christopher Faylor2002-06-261-5/+8
* * cygwin.sc: Add recent changes from ld sources.Christopher Faylor2002-06-231-7/+0
* * fhandler.cc (fhandler_base::fstat): Initialise tv_nsec member ofCorinna Vinschen2002-06-061-0/+2
* Change internal uid datatype from __uid16_t to __uid32_tCorinna Vinschen2002-05-291-1/+10
* Change internal gid datatype from __gid16_t to __gid32_tCorinna Vinschen2002-05-281-1/+1
* * winsup.h: Remove duplicate declarations of malloc_lock and malloc_unlock.Christopher Faylor2002-05-271-3/+0
* * path.h (pathconv_arg): Add PC_POSIX.Christopher Faylor2002-05-021-0/+3