summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/winsup.h
Commit message (Expand)AuthorAgeFilesLines
* * 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
* 2002-02-28 Robert Collins <rbtcollins@hotmail.com>Robert Collins2002-02-281-0/+2
* * cygwin.din (fstat64): New symbol.Corinna Vinschen2002-02-251-3/+3
* * hires.h (hires::usecs): Rename from utime. Accept an argument.Christopher Faylor2002-02-151-1/+1
* * (child_info.h, cygheap.h, dcrt0.cc, dir.cc, fhandler.cc, fhandler.h,Corinna Vinschen2002-02-101-0/+4
* Add copyright stuffChristopher Faylor2002-01-131-1/+1
* * exceptions.cc (early_stuff_init): Rename from misnamed set_console_handler.Christopher Faylor2002-01-101-1/+1
* * Makefile.in: Autogenerate some header files which provide magic numbers.Christopher Faylor2001-12-261-1/+1
* * winsup.h: Reorganize to avoid use of experimental stuff.Christopher Faylor2001-11-281-7/+7
* * cygwin.din (ualarm): New export.Christopher Faylor2001-11-281-0/+7
* * net.cc (cygwin_inet_ntoa): Add parameter checking.Corinna Vinschen2001-11-241-0/+1
* * dtable.cc (dtable::vfork_parent_restore): Add debugging statement.Christopher Faylor2001-11-241-0/+1
* * include/pthread.h (PTHREAD_COND_INITIALIZER): Define.Egor Duda2001-11-151-1/+1
* * winsup.h: Remove alloca definition since it's now defined throughCorinna Vinschen2001-11-141-1/+0
* * miscfuncs.cc (+__check_invalid_read_ptr_errno): New function.Christopher Faylor2001-10-201-2/+3
* * autoload.cc (load_wsock32): Declare dummy function to force loading ofChristopher Faylor2001-10-141-0/+1
* * fhandler_dsp.cc (fhandler_dsp::ioctl): Return 0 for successfulChristopher Faylor2001-10-131-0/+4
* Throughout, rename PROC_FORK1 to PROC_FORK.Christopher Faylor2001-10-101-0/+4
* * uinfo.cc (internal_getlogin): Reorganize slightly to minimize work in defaultChristopher Faylor2001-10-091-0/+1
* * syscalls.cc (stat_worker): Make global. Accept path_conv parameter forChristopher Faylor2001-10-051-0/+4
* * 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