aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/globals.cc
AgeCommit message (Expand)AuthorFilesLines
2013-10-31 * devices.in (dev_cygdrive_storage): Revert mapping to \Device\Null.Corinna Vinschen1-0/+1
2013-08-14 * include/sys/cygwin.h (struct per_process): Add posix_memalign. ReduceCorinna Vinschen1-0/+1
2013-07-26cygwin directory changes:Christopher Faylor1-4/+5
2013-07-15 Remove /dev/mem, /dev/kmem, /dev/port support.Corinna Vinschen1-1/+0
2013-05-23 * environ.cc (set_winsymlinks): Handle "winsymlinks:nativestrict"Corinna Vinschen1-0/+1
2013-05-21 * globals.cc (__isthreaded): New global variable. Explain what it'sCorinna Vinschen1-0/+7
2013-04-24 * autoload.cc (CreateSymbolicLink): Define.Corinna Vinschen1-1/+12
2013-04-23 * Merge in cygwin-64bit-branch.Corinna Vinschen1-53/+68
2013-01-21Throughout, update copyrights to reflect dates which correspond to main-branchChristopher Faylor1-2/+2
2013-01-14* exceptions.cc (signal_exit): Move captive process termintation...Christopher Faylor1-1/+0
2013-01-11* DevNotes: Add entry cgf-000021.Christopher Faylor1-1/+1
2013-01-04* globals.cc (exit_states): Renumber so that ES_EXIT_STARTING is first, asChristopher Faylor1-1/+1
2012-12-28* DevNotes: Add entry cgf-000019.Christopher Faylor1-0/+1
2012-08-16whitespace cleanupChristopher Faylor1-1/+1
2012-06-03 * globals.cc (ro_u_refs): New R/O unicode string.Corinna Vinschen1-0/+1
2012-04-28* environ.cc (struct parse_thing): Add temporary (?) "pipe_byte" option.Christopher Faylor1-0/+1
2012-03-29 * Makefile.in (DLL_OFILES): Add fhandler_dev.o.Corinna Vinschen1-0/+1
2012-03-20* child_info.h (CURR_CHILD_INFO_MAGIC): Reset.Christopher Faylor1-0/+1
2012-03-19* cygprops.h: Use #pragma once.Christopher Faylor1-15/+15
2012-02-26 * environ.cc (dos_file_warning): Drop declaration.Corinna Vinschen1-2/+6
2011-12-13* dcrt0.cc (init_windows_system_directory): Record system_wow64_directoryChristopher Faylor1-2/+4
2011-11-14Throughout use "have_execed" macro rather than "hExeced" global handle.Christopher Faylor1-1/+0
2011-11-03 * fhandler.cc (off_current): Define local in fhandler_base::raw_write.Corinna Vinschen1-5/+0
2011-10-26* child_info.h (cchildren): New struct.Christopher Faylor1-1/+1
2011-10-21 * globals.cc (ro_u_ncfsd): New R/O unicode string.Corinna Vinschen1-0/+1
2011-06-09* child_info.h (CURR_CHILD_INFO_MAGIC): Reset.Christopher Faylor1-5/+0
2011-06-06whitespace eliminationChristopher Faylor1-3/+3
2011-05-16 * globals.cc (__getlogin_username): Remove.Corinna Vinschen1-3/+0
2011-05-16 * cygtls.h (struct _local_storage): Remove unused members rarg andCorinna Vinschen1-0/+3
2011-05-10 * fhandler_proc.cc (format_proc_uptime): Don't call GetSystemInfo.Corinna Vinschen1-2/+0
2011-02-15 * devices.in: Throughout use slashes instead of backslashes in theCorinna Vinschen1-2/+3
2010-12-26cygwin:Christopher Faylor1-0/+2
2010-10-24* dcrt0.cc (do_exit): Don't set thread termination until all fds have beenChristopher Faylor1-1/+1
2010-08-30* winlean.h: New file.Christopher Faylor1-0/+2
2010-08-28 * autoload.cc (LoadDLLprime): Change dllname storage to string16.Corinna Vinschen1-0/+2
2010-08-27 * external.cc (sync_wincwd): Remove.Corinna Vinschen1-0/+1
2010-05-07* Makefile.in (DLL_OFILES): Add pseudo-reloc.o.Christopher Faylor1-4/+7
2010-03-28* globals.cc (exit_status): Add new ES_EXIT_STARTING enum.Christopher Faylor1-0/+1
2010-01-12 * globals.cc (ro_u_nwfs): New R/O unicode string.Corinna Vinschen1-1/+2
2009-12-21 Throughout, revert ill-conceived replacement of hMainThread withCorinna Vinschen1-0/+1
2009-12-18 Throughout, replace hMainProc with GetCurrentProcess/NtCurrentProcessCorinna Vinschen1-2/+0
2009-11-21 * globals.cc (ro_u_dll): New R/O unicode string.Corinna Vinschen1-0/+1
2009-11-06 * globals.cc (ro_u_scr): New R/O unicode string.Corinna Vinschen1-0/+2
2009-10-31 * cygprops.h: New file.Corinna Vinschen1-2/+18
2009-10-06* exceptions.cc: Move global variable sigExeced...Christopher Faylor1-0/+1
2009-08-24 * globals.cc (ro_u_volume): New R/O unicode string.Corinna Vinschen1-0/+1
2009-07-30 * globals.cc (enum exit_states::ES_GLOBAL_DTORS): Delete.Corinna Vinschen1-1/+0
2009-07-17 * globals.cc: Improve comment on R/O UNICODE_STRINGs.Corinna Vinschen1-1/+7
2009-07-16 * globals.cc: Reorder constant UNICODE_STRINGs for clarity.Corinna Vinschen1-5/+6
2009-07-14 Throughout avoid having to initialize constant UNICODE_STRINGs.Corinna Vinschen1-0/+25