aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/winsup.h
AgeCommit message (Expand)AuthorFilesLines
2005-06-07* cygthread.cc (cygthread::detach): Make error message a little more detailed.Christopher Faylor1-0/+2
2005-06-02Revert 2005-05-30 close_all_files changes.Christopher Faylor1-1/+1
2005-06-01* child_info.h (child_info::cygheap_h): Delete.Christopher Faylor1-1/+2
2005-05-10 * Makefile.in (DLL_OFILES): Add fhandler_mailslot.o.Corinna Vinschen1-0/+3
2005-04-03 * cygheap.cc (cygheap_init): Accomodate set_process_privilege change.Corinna Vinschen1-0/+2
2005-03-27* wininfo.h (wininfo::timer_active): Delete.Christopher Faylor1-3/+0
2005-03-16* fhandler_tape.cc (get_ll): This is a generally useful function so move itChristopher Faylor1-0/+3
2005-02-20 * fhandler.h (enum query_state): Add query_write_attributes state.Corinna Vinschen1-4/+5
2005-02-20copyrightChristopher Faylor1-1/+2
2005-02-13white spaceChristopher Faylor1-3/+3
2005-01-25 * cygwin.din: Export getpriority and setpriority.Corinna Vinschen1-0/+3
2004-09-10 * Makefile.in: Create libutil.a from bsdlib.o exports.Corinna Vinschen1-0/+2
2004-07-24 * autoload.cc (GetNativeSystemInfo): Add.Corinna Vinschen1-1/+1
2004-05-17Change the name "title_mutex" to "tty_mutex" throughout.Christopher Faylor1-1/+1
2004-05-16* cygthread.cc (cygthread::is): Eliminate.Christopher Faylor1-2/+0
2004-05-15revert previous not-ready-for-primetime checkin.Christopher Faylor1-0/+2
2004-05-15* cygheap.h: Remove some parameter names from declarations throughout.Christopher Faylor1-2/+0
2004-05-03 * dir.cc (writable_directory): Remove.Corinna Vinschen1-1/+0
2004-04-15Check in missed file.Christopher Faylor1-1/+0
2004-04-13 * winsup.h (IMPLEMENT_STATUS_FLAG): New macro to define status flagCorinna Vinschen1-0/+5
2004-04-10 * fhandler.cc (rootdir): Add and use second argument.Corinna Vinschen1-1/+1
2004-04-09 * fhandler.h (fhandler_base::status): Declare private.Corinna Vinschen1-10/+0
2004-02-25 * miscfuncs.cc (check_invalid_virtual_addr): New function.Corinna Vinschen1-0/+1
2004-02-13* Makefile.in (clean): Remove sigfe.s.Christopher Faylor1-1/+2
2004-02-12Rename _threadinfo to _cygtls, throughout.Christopher Faylor1-1/+1
2004-02-09* debug.h (console_printf): Define for non-debugging condition.Christopher Faylor1-1/+1
2004-01-24* cygheap.cc (init_cygheap::close_ctty): Protect YA vforkism.Christopher Faylor1-1/+0
2004-01-19* cygwin/include/signal.h: Add copyright notice.Christopher Faylor1-5/+1
2004-01-14* cygtls.h (_threadinfo::call): Remove regparm declaration to work aroundChristopher Faylor1-2/+8
2003-12-15* winsup.h (access_worker): Declare with added fhandler_base parameter.Christopher Faylor1-1/+1
2003-12-03 * fcntl.cc (fcntl_worker): Remove static storage class.Corinna Vinschen1-0/+2
2003-11-28Eliminate use of sigframe and sigthread throughout.Christopher Faylor1-3/+3
2003-11-142003-11-11 Robert Collins <rbtcollins@hotmail.com>Robert Collins1-8/+17
2003-11-10* miscfuncs.cc (low_priority_sleep): Make a "C" function.Christopher Faylor1-1/+1
2003-11-10 * winsup.h (low_priority_sleep): Fix declaration to avoid linkerCorinna Vinschen1-1/+1
2003-11-06 * syscalls.cc (getshmlba): New function.Corinna Vinschen1-0/+2
2003-11-06* winsup.h: Declare access_worker.Christopher Faylor1-1/+4
2003-10-27 * miscfunc.cc (__check_invalid_read_ptr): New function.Corinna Vinschen1-0/+1
2003-10-16 * dcrt0.cc: Remove local variable alternate_charset_active.Corinna Vinschen1-1/+0
2003-10-15 * fhandler_console.cc (char_command): Add escape sequence for codepageCorinna Vinschen1-0/+1
2003-10-14 * exceptions.cc (ctrl_c_handler): Don't send SIGHUP onCorinna Vinschen1-0/+2
2003-09-25* devices.cc: New file.Christopher Faylor1-3/+3
2003-09-23* dcrt0.cc (do_exit): Eliminate "C" linkage. Call events_terminate early.Christopher Faylor1-1/+17
2003-09-12* dcrt0.cc (_dll_crt0): Accommodate breaking apart of early_stuff_init.Christopher Faylor1-1/+2
2003-09-10 * Makefile.in (DLL_OFILES): Add getopt.o and iruserok.o.Corinna Vinschen1-1/+7
2003-07-02* Makefile.in: Remove cygserver stuff.Christopher Faylor1-2/+3
2003-05-11 Replace ino_t by __ino64_t throughout.Corinna Vinschen1-1/+1
2003-05-11* dir.cc (readdir): Fill out new old_d_ino field.Christopher Faylor1-1/+2
2003-04-28* profil.h (PROFADDR): Prevent overflow when text segments are larger thanChristopher Faylor1-1/+1
2003-04-01 * dir.cc: Change __off32_t to _off_t and __off64_t to _off64_tCorinna Vinschen1-1/+1