summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/winsup.h
Commit message (Expand)AuthorAgeFilesLines
* * cygthread.cc (cygthread::detach): Make error message a little more detailed.Christopher Faylor2005-06-071-0/+2
* Revert 2005-05-30 close_all_files changes.Christopher Faylor2005-06-021-1/+1
* * child_info.h (child_info::cygheap_h): Delete.Christopher Faylor2005-06-011-1/+2
* * Makefile.in (DLL_OFILES): Add fhandler_mailslot.o.Corinna Vinschen2005-05-101-0/+3
* * cygheap.cc (cygheap_init): Accomodate set_process_privilege change.Corinna Vinschen2005-04-031-0/+2
* * wininfo.h (wininfo::timer_active): Delete.Christopher Faylor2005-03-271-3/+0
* * fhandler_tape.cc (get_ll): This is a generally useful function so move itChristopher Faylor2005-03-161-0/+3
* * fhandler.h (enum query_state): Add query_write_attributes state.Corinna Vinschen2005-02-201-4/+5
* copyrightChristopher Faylor2005-02-201-1/+2
* white spaceChristopher Faylor2005-02-131-3/+3
* * cygwin.din: Export getpriority and setpriority.Corinna Vinschen2005-01-251-0/+3
* * Makefile.in: Create libutil.a from bsdlib.o exports.Corinna Vinschen2004-09-101-0/+2
* * autoload.cc (GetNativeSystemInfo): Add.Corinna Vinschen2004-07-241-1/+1
* Change the name "title_mutex" to "tty_mutex" throughout.Christopher Faylor2004-05-171-1/+1
* * cygthread.cc (cygthread::is): Eliminate.Christopher Faylor2004-05-161-2/+0
* revert previous not-ready-for-primetime checkin.Christopher Faylor2004-05-151-0/+2
* * cygheap.h: Remove some parameter names from declarations throughout.Christopher Faylor2004-05-151-2/+0
* * dir.cc (writable_directory): Remove.Corinna Vinschen2004-05-031-1/+0
* Check in missed file.Christopher Faylor2004-04-151-1/+0
* * winsup.h (IMPLEMENT_STATUS_FLAG): New macro to define status flagCorinna Vinschen2004-04-131-0/+5
* * fhandler.cc (rootdir): Add and use second argument.Corinna Vinschen2004-04-101-1/+1
* * fhandler.h (fhandler_base::status): Declare private.Corinna Vinschen2004-04-091-10/+0
* * 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