summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/shared_info.h
Commit message (Expand)AuthorAgeFilesLines
* * path.cc (path_conv::check): Optimize symlink replacements.Christopher Faylor2004-04-101-1/+1
* * fhandler.cc (fhandler_base::write): Use bool parameter in calls toCorinna Vinschen2004-04-091-1/+1
* * errno.cc (errmap): Map ERROR_SHARING_VIOLATION to EBUSY,Corinna Vinschen2004-03-261-0/+1
* * path.cc (conv_path_list): Return error condition.Christopher Faylor2004-02-211-2/+2
* 2003-11-11 Robert Collins <rbtcollins@hotmail.com>Robert Collins2003-11-141-4/+4
* 2003-09-25 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2003-09-251-7/+4
* * shared_info.h (CURR_MOUNT_MAGIC): Fix.Christopher Faylor2003-09-251-1/+1
* 2003-09-24 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2003-09-251-8/+16
* * devices.cc: New file.Christopher Faylor2003-09-251-3/+4
* * getopt.cc (opterr): Reinstate initialization.Christopher Faylor2003-09-161-1/+1
* * shared_info.h (shared_info::initialize): Remove argument.Christopher Faylor2003-09-101-1/+1
* 2003-09-09 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2003-09-101-1/+5
* * exceptions.cc (set_process_mask): Set pending signals only when signalsChristopher Faylor2003-09-031-2/+2
* * mkvers.sh: Avoid "-dontuse" tags.Christopher Faylor2003-05-291-0/+2
* * shared_info.h: Match shared_name declaration with below change.Corinna Vinschen2003-05-211-1/+1
* * cygheap.cc (cygheap_fixup_in_child): Use user_heap element in cygheap.Christopher Faylor2002-10-221-2/+2
* * fork.cc (fork_child): Move mmap initialization.Christopher Faylor2002-10-181-2/+2
* * child_info.h (CURR_CHILD_INFO_MAGIC): Reset.Christopher Faylor2002-10-151-3/+17
* * child_info.h (CURR_CHILD_INFO_MAGIC): Reset.Christopher Faylor2002-10-141-1/+1
* * cygthread.cc (cygthread::stub): Don't create event for long-running threads.Christopher Faylor2002-10-131-1/+0
* * child_info.h: Add _PROC_WHOOPS enum value.Christopher Faylor2002-08-271-2/+2
* * path.cc: Change MOUNT_AUTO to MOUNT_CYGDRIVE throughout.Christopher Faylor2002-06-091-1/+1
* * external.cc (cygwin_internal): Make v1 mount table access invalid.Christopher Faylor2002-06-091-3/+0
* * cygmagic: Add define name to warning.Christopher Faylor2001-12-261-4/+8
* commentChristopher Faylor2001-12-261-0/+7
* * Makefile.in: Autogenerate some header files which provide magic numbers.Christopher Faylor2001-12-261-1/+9
* * path.cc (conv_path_list): Fix wild indexing into path due to conflictingChristopher Faylor2001-11-221-1/+1
* * Makefile.in: Only build testsuite directory on first 'make check'.Christopher Faylor2001-10-241-2/+2
* Update copyrights.Christopher Faylor2001-09-111-1/+1
* * cygheap.cc (cygheap_fixup_in_child): Clear cygheap->base so that heap is notChristopher Faylor2001-09-091-2/+2
* * cygheap.h (init_cygheap): Move heap pointers here.Christopher Faylor2001-09-071-1/+1
* * cygheap.cc (cygheap_root::cygheap_rot): Remove constructor.Christopher Faylor2001-06-031-1/+1
* * path.cc (slash_drive_prefix_p): Remove.Christopher Faylor2001-05-251-7/+6
* * path.cc (mkrelpath): New function.Christopher Faylor2001-05-011-3/+2
* * shared_info.h (mount_info): Remove mnt_ elements.Christopher Faylor2001-04-021-7/+1
* * syscalls.cc (_link): Make sure that newpath does not exist. Set errno if itChristopher Faylor2001-01-291-1/+1
* * cygheap.cc (init_cheap): Move username initialization.Christopher Faylor2001-01-281-2/+3
* Throughout, change 'cygwin_shared.mount' to 'mount_table'.Christopher Faylor2001-01-281-7/+18
* * environ.cc (_addenv): malloc space for setenv if cygwin1.dll is used inChristopher Faylor2000-11-081-1/+2
* Break out more header info into separate files. Use appropriate header filesChristopher Faylor2000-09-081-2/+28
* Split out tty and shared_info stuff into their own headers and use throughout.Christopher Faylor2000-09-071-0/+130