libc/winsup/cygwin
Corinna Vinschen 6ce541281e Drop NT4 support.
* autoload.cc (DnsQuery_A): Fatal if not available.
	(DnsRecordListFree): Ditto.
	(DsGetDcNameW): Ditto.
	(NetGetAnyDCName): Remove.
	(NetGetDCName): Remove.
	(EnumProcessModules): Fatal if not available.
	(GetModuleFileNameExW): Ditto.
	(GetModuleInformation): Ditto.
	(GetProcessMemoryInfo): Ditto.
	(QueryWorkingSet): Ditto.
	(LsaRegisterLogonProcess): Ditto.
	* fenv.cc (_feinitialise): Drop supports_sse condition.
	* fhandler_disk_file.cc (path_conv::isgood_inode): Fix comment.
	(fhandler_base::fstat_by_name): Drop has_fileid_dirinfo condition.
	(fhandler_disk_file::opendir): Ditto.
	* fhandler_netdrive.cc (fhandler_netdrive::readdir): Fix comment.
	* fhandler_proc.cc (format_proc_partitions): Drop NT4-only code.
	* fhandler_process.cc (get_process_state): Ditto.
	* kernel32.cc (GetWindowsDirectoryW): Remove.
	(GetWindowsDirectoryA): Remove.
	* miscfuncs.cc (nice_to_winprio): Drop NT4-only code.
	* mount.cc (fs_info::update): Fix comments.
	* net.cc (get_2k_ifs): Drop NT4-only code.
	* sec_auth.cc (get_logon_server): Ditto.
	(lsaauth): Drop NT4-specific error handling.
	* security.cc (alloc_sd): Set SE_DACL_PROTECTED unconditionally.
	* select.cc (select_stuff::wait): Always use MWMO_INPUTAVAILABLE.
	(peek_windows): Drop NT4-only condition in call to PeekMessage.
	* syscalls.cc (gethostid): Remove NT4-only workaround.
	* wincap.cc: Througout, drop has_dacl_protect,
	has_broken_if_oper_status, has_process_io_counters,
	has_terminal_services, has_extended_priority_class, has_guid_volumes,
	has_fileid_dirinfo, has_mwmo_inputavailable and supports_sse from
	wincaps.
	(wincap_nt4sp4): Remove.
	(wincap_minimal): Set to wincap_2000.
	(wincapc::init): Rely on availability of OSVERSIONINFOEX structure.
	Treat error from GetVersionEx as fatal.  Treat NT4 as fatal.
	* wincap.h (struct wincaps): Drop has_dacl_protect,
	has_broken_if_oper_status, has_process_io_counters,
	has_terminal_services, has_extended_priority_class, has_guid_volumes,
	has_fileid_dirinfo, has_mwmo_inputavailable and supports_sse flags
	and methods.
	* winlean.h (GetWindowsDirectoryW) Define as GetSystemWindowsDirectoryW.
	(GetWindowsDirectoryA): Define as GetSystemWindowsDirectoryA.
2011-04-04 12:23:36 +00:00
..
config/i386 * config/i386/profile.h: Sync with Mingw. 2011-02-14 09:42:19 +00:00
include update copyright 2011-04-01 20:41:32 +00:00
lib * Throughout fix copyright dates. 2011-02-15 15:56:03 +00:00
libc * libc/strptime.c: Remove misleading comment. 2011-04-01 08:37:10 +00:00
regex * regex/regcomp.c (xwcrtomb): Fix one explicable and one inexcplicable C 2010-02-14 21:28:44 +00:00
ChangeLog Drop NT4 support. 2011-04-04 12:23:36 +00:00
ChangeLog-1995
ChangeLog-1996
ChangeLog-1997
ChangeLog-1998
ChangeLog-1999
ChangeLog-2000
ChangeLog-2001
ChangeLog-2002 * ChangeLog-2002: Fix typo. 2009-09-22 02:49:15 +00:00
ChangeLog-2003
ChangeLog-2004
ChangeLog-2005
ChangeLog-2006 * ChangeLog: Happy New Year. 2007-01-03 11:14:53 +00:00
ChangeLog-2007 * newsym: First stab at understanding data as well as functions. 2008-01-01 18:51:23 +00:00
ChangeLog-2008 * ChangeLog-2002: Fix typo. 2009-09-22 02:49:15 +00:00
ChangeLog-2009 * dcrt0.cc: Bump copyright. 2010-01-01 19:28:15 +00:00
ChangeLog-2010 * ChangeLog-2010: Create from ChangeLog. 2011-01-03 01:53:19 +00:00
Makefile.in * Makefile.in (fhandler_proc_CFLAGS): Define USERNAME, HOSTNAME, 2011-04-04 11:12:48 +00:00
ROADMAP
acconfig.h ChangeLog: 2009-01-21 17:14:39 +00:00
aclocal.m4
advapi32.cc * Makefile.in (DLL_OFILES): Add avapi32.o. 2011-04-01 12:46:09 +00:00
analyze_sigfe
assert.cc Remove unneeded header files from source files throughout. Update copyrights 2009-01-03 05:12:22 +00:00
autoload.cc Drop NT4 support. 2011-04-04 12:23:36 +00:00
automode.c * winlean.h: New file. 2010-08-30 01:57:37 +00:00
binmode.c * winlean.h: New file. 2010-08-30 01:57:37 +00:00
child_info.h * Makefile.in: Use all compile options when calculating magic values. 2009-04-05 16:49:15 +00:00
config.h.in ChangeLog: 2009-01-21 17:14:39 +00:00
configure * configure.in: Remove AC_ALLOCA test and test for __builtin_memset. 2011-02-07 16:22:02 +00:00
configure.in * Throughout fix copyright dates. 2011-02-15 15:56:03 +00:00
cpuid.h
crt0.c * crt0.c (mainCRTStartup): Move call to _feinitialise from here... 2011-03-17 08:40:25 +00:00
ctype.cc * ctype.cc (__set_ctype): Copy exact part of the current active 2009-04-21 20:10:55 +00:00
cxx.cc * cxx.cc (default_cygwin_cxx_malloc): Enhance commenting. 2009-08-13 07:35:50 +00:00
cygerrno.h * cygerrno.h: Nevermind. 2010-04-20 03:45:27 +00:00
cygheap.cc * Throughout fix copyright dates. 2011-02-15 15:56:03 +00:00
cygheap.h * cygheap.h (cwdstuff::override_win32_cwd): Declare. 2010-10-09 10:54:13 +00:00
cygheap_malloc.h * cygheap_malloc.h: New file. 2009-08-01 19:52:46 +00:00
cyglsa.h Change length for domain buffers from INTERNET_MAX_HOST_NAME_LENGTH to 2008-07-11 10:00:36 +00:00
cygmagic
cygmalloc.h * cygmalloc.h (__set_ENOMEM): Declare. 2007-02-08 11:35:52 +00:00
cygprops.h * cygprops.h: New file. 2009-10-31 13:24:06 +00:00
cygserver.h * Makefile.in (DLL_OFILES): Add setlsapwd.o. 2008-11-26 10:18:10 +00:00
cygserver_ipc.h
cygserver_msg.h * Makefile.in (DLL_OFILES): Add setlsapwd.o. 2008-11-26 10:18:10 +00:00
cygserver_sem.h * Makefile.in (DLL_OFILES): Add setlsapwd.o. 2008-11-26 10:18:10 +00:00
cygserver_setpwd.h * cygserver_setpwd.h (setlsapwd): Add username parameter to declaration. 2011-04-04 09:04:00 +00:00
cygserver_shm.h * Makefile.in (DLL_OFILES): Add setlsapwd.o. 2008-11-26 10:18:10 +00:00
cygthread.cc * cygthread.cc (cygthread::create): Fix incorrect use of name rather than 2010-09-01 18:24:11 +00:00
cygthread.h * wincap.h (wincaps::has_buggy_thread_startup): Declare. 2010-09-19 20:18:36 +00:00
cygtls.cc * cygtls.cc (_cygtls::init_thread): Call _REENT_INIT_PTR. Drop setting 2011-01-11 08:05:51 +00:00
cygtls.h * cygtls.h (struct _local_storage): Redefine process_ident as wchar_t 2011-03-29 11:18:10 +00:00
cygwin-cxx.h winsup/ChangeLog: 2009-07-07 20:12:44 +00:00
cygwin-shilka Perform whitespace cleanup throughout. 2008-02-15 17:53:11 +00:00
cygwin.din * cygwin.din (pthread_spin_destroy): Export. 2011-03-29 10:32:40 +00:00
cygwin.sc * cygwin.sc: Raise default cygheap size to 2 Megs. 2011-03-18 18:16:37 +00:00
cygwin_version.h
cygxdr.cc Add XDR support. 2010-03-03 15:05:19 +00:00
cygxdr.h Add XDR support. 2010-03-03 15:05:19 +00:00
dcrt0.cc * autoload.cc (GetExtendedTcpTable): Remove. 2011-04-02 11:30:27 +00:00
debug.cc * cygheap.h (cygheap_debug::endh): Delete. 2009-08-05 04:44:27 +00:00
debug.h * fhandler_tty.cc (fhandler_tty_slave::init): Add additional checks to 2010-09-20 20:25:50 +00:00
devices.cc Implement /proc/sysvipc/* 2011-04-01 19:48:19 +00:00
devices.h * devices.h (fh_devices): Define FH_PROC_MIN_MINOR. 2011-04-04 10:14:27 +00:00
devices.in Implement /proc/sysvipc/* 2011-04-01 19:48:19 +00:00
dir.cc Align seekdir and telldir API to POSIX definition. 2010-07-05 16:59:56 +00:00
dlfcn.cc * dlfcn.cc (get_full_path_of_dll): Revert patch from 2010-04-29. 2010-06-14 11:10:30 +00:00
dll_init.cc * dll_init.cc (dll::init): Accommodate ill-behaved dlls who don't fill out 2011-03-27 19:14:02 +00:00
dll_init.h * dcrt0.cc (atexit_lock): Delete. 2010-02-02 02:00:01 +00:00
dll_init.sgml
dllfixdbg Perform whitespace cleanup throughout. 2008-02-15 17:53:11 +00:00
dlmalloc.c
dlmalloc.h
dtable.cc * dtable.cc (dtable::init_std_file_from_handle): Fix a comment to 2011-04-04 11:24:20 +00:00
dtable.h * cygwin.din (dup3): Export. 2010-01-14 18:46:02 +00:00
dtable.sgml
environ.cc * environ.cc (regopt): Change the first argument to wide char string. 2010-05-18 14:30:51 +00:00
environ.h Add miscfuncs.h to files as needed throughout. 2008-04-07 16:15:45 +00:00
errno.cc * errno.cc (errmap): Change mapping of NO_SYSTEM_RESOURCES to EFBIG. 2011-03-09 16:47:44 +00:00
exception.h * exception.h: Remove DEBUG_EXCEPTION left over debugging ifdef. 2011-02-09 15:40:37 +00:00
exceptions.cc * exceptions.cc (try_to_debug): Improve comment. 2010-10-24 15:26:05 +00:00
exec.cc * exec.cc: Include pinfo.h. 2011-01-20 11:09:21 +00:00
external.cc * cygserver_setpwd.h (setlsapwd): Add username parameter to declaration. 2011-04-04 09:04:00 +00:00
external.sgml
fcntl.cc * cygwin.din (dup3): Export. 2010-01-14 18:46:02 +00:00
fenv.cc Drop NT4 support. 2011-04-04 12:23:36 +00:00
fhandler.cc * fhandler.cc (fhandler_base_overlapped::wait_overlapped): Remove special 2011-03-13 20:20:58 +00:00
fhandler.h Implement /proc/sysvipc/* 2011-04-01 19:48:19 +00:00
fhandler_clipboard.cc * sigproc.h (wait_for_sigthread): Eliminate parameter. 2009-07-24 20:54:33 +00:00
fhandler_console.cc * Throughout fix copyright dates. 2011-02-15 15:56:03 +00:00
fhandler_disk_file.cc Drop NT4 support. 2011-04-04 12:23:36 +00:00
fhandler_dsp.cc * sigproc.h (wait_for_sigthread): Eliminate parameter. 2009-07-24 20:54:33 +00:00
fhandler_fifo.cc * errno.cc (errmap): Change mapping of NO_SYSTEM_RESOURCES to EFBIG. 2011-03-09 16:47:44 +00:00
fhandler_floppy.cc * autoload.cc (UuidCreate): Remove. 2011-03-29 10:42:11 +00:00
fhandler_mailslot.cc * cygwin.din (dup3): Export. 2010-01-14 18:46:02 +00:00
fhandler_mem.cc * cygwin.din (dup3): Export. 2010-01-14 18:46:02 +00:00
fhandler_netdrive.cc Drop NT4 support. 2011-04-04 12:23:36 +00:00
fhandler_nodevice.cc Remove unneeded header files from source files throughout. Update copyrights 2009-01-03 05:12:22 +00:00
fhandler_proc.cc Drop NT4 support. 2011-04-04 12:23:36 +00:00
fhandler_process.cc Drop NT4 support. 2011-04-04 12:23:36 +00:00
fhandler_procnet.cc * Makefile.in (DLL_OFILES): Add fhandler_procsys.o. 2010-09-06 09:47:01 +00:00
fhandler_procsys.cc * fhandler_procsys.cc (fhandler_procsys::exists): Rewrite. 2011-03-04 17:51:42 +00:00
fhandler_procsysvipc.cc Implement /proc/sysvipc/* 2011-04-01 19:48:19 +00:00
fhandler_random.cc * fhandler_random.cc (fhandler_dev_random::crypt_gen_random): 2011-04-01 08:41:26 +00:00
fhandler_raw.cc Remove unneeded header files from source files throughout. Update copyrights 2009-01-03 05:12:22 +00:00
fhandler_registry.cc * Makefile.in (DLL_OFILES): Add fhandler_procsys.o. 2010-09-06 09:47:01 +00:00
fhandler_serial.cc * sigproc.h (wait_for_sigthread): Eliminate parameter. 2009-07-24 20:54:33 +00:00
fhandler_socket.cc * autoload.cc (GetExtendedTcpTable): Remove. 2011-04-02 11:30:27 +00:00
fhandler_tape.cc * cygwin.din (dup3): Export. 2010-01-14 18:46:02 +00:00
fhandler_termios.cc * fhandler.h (fhandler_termios::tcinit): Make second argument non-optional. 2010-10-23 18:07:08 +00:00
fhandler_tty.cc * fhandler_tty.cc (fhandler_tty_slave::dup): Free path_conv strings 2010-11-29 20:51:38 +00:00
fhandler_virtual.cc * fhandler_procsys.cc (fhandler_procsys::opendir): Avoid SEGV if 2011-02-15 14:44:11 +00:00
fhandler_virtual.h * Makefile.in (DLL_OFILES): Add fhandler_procsys.o. 2010-09-06 09:47:01 +00:00
fhandler_windows.cc * sigproc.h (wait_for_sigthread): Eliminate parameter. 2009-07-24 20:54:33 +00:00
fhandler_zero.cc * sigproc.h (wait_for_sigthread): Eliminate parameter. 2009-07-24 20:54:33 +00:00
flock.cc * flock.cc (allow_others_to_sync): Define MAX_PROCESS_SD_SIZE. Use 2010-09-10 14:53:44 +00:00
fork.cc * dcrt0.cc (dll_crt0_0): Remove myself settings. 2010-09-01 21:06:36 +00:00
gcrt0.c
gendef * exceptions.cc (_cygtls::interrupt_now): Revert to checking for "spinning" 2010-08-01 19:10:52 +00:00
gendevices
gentls_offsets * cygheap.cc (cygheap_user::~cygheap_user): Remove unneeded if 0'ed code. 2008-12-13 21:05:31 +00:00
glob.cc Remove unneeded header files from source files throughout. Update copyrights 2009-01-03 05:12:22 +00:00
glob_pattern_p.cc * glob_pattern_p.cc: New file. 2008-12-31 21:33:34 +00:00
globals.cc * devices.in: Throughout use slashes instead of backslashes in the 2011-02-15 15:25:59 +00:00
gmon.c * winlean.h: New file. 2010-08-30 01:57:37 +00:00
gmon.h
grp.cc * grp.cc (getgrgid_r): Simplify code by using stpcpy. 2009-01-26 13:20:46 +00:00
heap.cc * heap.cc (heap_init): Fix typo in comment. 2009-06-05 11:15:28 +00:00
heap.h
hires.h * hires.h: Fix copyright. 2011-03-30 21:54:09 +00:00
hookapi.cc * Throughout fix copyright dates. 2011-02-15 15:56:03 +00:00
how-autoload-works.txt
how-cygheap-works.txt
how-cygtls-works.txt
how-fhandlers-work.txt
how-signals-work.txt
how-spawn-works.txt * how-spawn-works.txt: Add "out of date" note. 2009-07-12 21:26:40 +00:00
how-startup-shutdown-works.txt * how-startup-shutdown-works.txt: Add new document. 2010-02-02 01:54:55 +00:00
how-to-debug-cygwin.txt
how-vfork-works.txt * how-spawn-works.txt: Add "out of date" note. 2009-07-12 21:26:40 +00:00
init.cc * init.cc (search_for): Put this in shared section or suffer subtle problems 2010-12-12 05:48:29 +00:00
ioctl.cc Remove unneeded header files from source files throughout. Update copyrights 2009-01-03 05:12:22 +00:00
ipc.cc Remove all traces of __CYGWIN_USE_BIG_TYPES__. 2010-02-26 09:36:21 +00:00
kernel32.cc Drop NT4 support. 2011-04-04 12:23:36 +00:00
lc_era.h * lc_era.h (lc_era_t): Fix apparent glibc bug in ja_JP era definition. 2010-02-25 16:55:02 +00:00
lc_msg.h * lc_era.h: Redefine lc_era_t to keep 2010-02-22 11:01:46 +00:00
libstdcxx_wrapper.cc * fhandler.h (fhandler_cygdrive:DRVSZ): New enum. 2009-08-04 04:20:36 +00:00
localtime.cc * localtime.cc (is_upper): Rename to isupper and include ctype.h to pull in 2010-10-30 19:22:42 +00:00
lsearch.cc Remove unneeded header files from source files throughout. 2008-04-07 18:45:59 +00:00
malloc.cc
malloc_wrapper.cc * cygwin.din: Export reallocf. 2009-02-16 20:22:38 +00:00
mcount.c Remove unneeded header files from source files throughout. Update copyrights 2009-01-03 05:12:22 +00:00
miscfuncs.cc Drop NT4 support. 2011-04-04 12:23:36 +00:00
miscfuncs.h Throughout change all calls of low_priority_sleep (0) to yield (). 2010-03-12 23:13:48 +00:00
mkglobals_h * include/sys/cygwin.h (CW_SETERRNO): Define. 2009-01-09 05:18:02 +00:00
mkimport * mkstatic: Make sure that we are not cd'ed to temporary directory on exit to 2011-02-11 18:00:55 +00:00
mkstatic * mkstatic: Make sure that we are not cd'ed to temporary directory on exit to 2011-02-11 18:00:55 +00:00
mktemp.cc Add mkostemp and mkostemps. 2010-07-19 18:22:40 +00:00
mkvers.sh update copyright 2010-04-10 05:47:54 +00:00
mmap.cc * mmap.cc (mmap64): Add a cheat to let a certain autoconf test succeed 2011-03-25 20:39:26 +00:00
mmap_helper.h
mount.cc Drop NT4 support. 2011-04-04 12:23:36 +00:00
mount.h * mount.cc (NETAPP_IGNORE): Add FILE_PERSISTENT_ACLS. 2010-11-22 14:19:50 +00:00
msg.cc ChangeLog: 2009-01-21 17:14:39 +00:00
mtinfo.h * fhandler_tape.cc (mtinfo::initialize): Remove synchronization stuff. 2008-07-15 11:42:45 +00:00
net.cc Drop NT4 support. 2011-04-04 12:23:36 +00:00
netdb.cc * autoload.cc (LoadDLLprime): Change dllname storage to string16. 2010-08-28 08:51:21 +00:00
nfs.cc * fhandler_disk_file.cc (fhandler_base::fstat_by_nfs_ea): Simplify. 2010-10-02 19:03:44 +00:00
nfs.h * fhandler_disk_file.cc (fhandler_base::fstat_by_nfs_ea): Simplify. 2010-10-02 19:03:44 +00:00
nlsfuncs.cc * exceptions.cc (open_stackdumpfile): Correctly append .stackdump 2010-06-01 14:51:47 +00:00
ntdll.h * autoload.cc (FindFirstVolumeA): Remove. 2011-04-02 11:43:43 +00:00
ntea.cc * dtable.cc (build_fh_name_worker): Remove. Move all functionality 2010-01-12 10:14:59 +00:00
passwd.cc * autoload.cc (UuidCreate): Remove. 2011-03-29 10:42:11 +00:00
path.cc * autoload.cc (winmm): Remove time functions. Don't treat 2011-03-29 10:21:30 +00:00
path.h * devices.h (fh_devices): Define FH_PROC_MIN_MINOR. 2011-04-04 10:14:27 +00:00
path.sgml * path.sgml (func-cygwin-conv-path): Clarify meaning of size parameter. 2009-12-18 10:11:56 +00:00
perprocess.h
pinfo.cc * init.cc (search_for): Put this in shared section or suffer subtle problems 2010-12-12 05:48:29 +00:00
pinfo.h * exec.cc: Include pinfo.h. 2011-01-20 11:09:21 +00:00
pipe.cc * errno.cc (errmap): Change mapping of NO_SYSTEM_RESOURCES to EFBIG. 2011-03-09 16:47:44 +00:00
poll.cc Remove unneeded header files from source files throughout. Update copyrights 2009-01-03 05:12:22 +00:00
posix.sgml * cygwin.din (pthread_spin_destroy): Export. 2011-03-29 10:32:40 +00:00
posix_ipc.cc * posix_ipc.cc (ipc_cond_timedwait): If ipc_mutex_unlock fails, return 2011-03-03 15:48:36 +00:00
profil.c * winlean.h: New file. 2010-08-30 01:57:37 +00:00
profil.h
pseudo-reloc.cc * Makefile.in (DLL_OFILES): Add pseudo-reloc.o. 2010-05-07 21:25:19 +00:00
pthread.cc * cygwin.din (pthread_spin_destroy): Export. 2011-03-29 10:32:40 +00:00
pwdgrp.h * pwdgrp.h (pwdgrp::refresh): Fix indentation. 2008-12-20 09:35:18 +00:00
random.cc * cygheap.cc (creturn): Reorganize to avoid a new compiler warning/error. 2008-09-11 04:34:24 +00:00
registry.cc * environ.cc (regopt): Change the first argument to wide char string. 2010-05-18 14:30:51 +00:00
registry.h * environ.cc (regopt): Change the first argument to wide char string. 2010-05-18 14:30:51 +00:00
resource.cc * cygheap.h (struct init_cygheap): Add rlim_core member. 2010-04-20 10:44:52 +00:00
scandir.cc
sched.cc Throughout change all calls of low_priority_sleep (0) to yield (). 2010-03-12 23:13:48 +00:00
sec_acl.cc * sec_acl.cc (getacl): Ensure that the default acl contains at least 2010-12-15 14:11:03 +00:00
sec_auth.cc Drop NT4 support. 2011-04-04 12:23:36 +00:00
sec_helper.cc * sec_auth.cc (get_user_groups): Mark well-known groups as well-known. 2011-04-04 09:00:02 +00:00
security.cc Drop NT4 support. 2011-04-04 12:23:36 +00:00
security.h * sec_auth.cc (get_user_groups): Mark well-known groups as well-known. 2011-04-04 09:00:02 +00:00
security.sgml * path.sgml: Remove documentation for old path API. Add documentation 2008-03-13 15:18:10 +00:00
select.cc Drop NT4 support. 2011-04-04 12:23:36 +00:00
select.h * fhandler.h (fhandler_base::has_ongoing_io): Declare virtual method. 2010-04-02 22:36:44 +00:00
sem.cc ChangeLog: 2009-01-21 17:14:39 +00:00
setlsapwd.cc * cygserver_setpwd.h (setlsapwd): Add username parameter to declaration. 2011-04-04 09:04:00 +00:00
shared.cc Revert accidental previous login. 2010-09-28 14:49:31 +00:00
shared_info.h * shared_info.h (user_info): Add dll_crt0_1 as a friend. 2010-03-15 21:29:15 +00:00
shm.cc Throughout, replace hMainProc with GetCurrentProcess/NtCurrentProcess 2009-12-18 20:32:04 +00:00
signal.cc * include/sys/cygwin.h (PID_NOTCYGWIN): New enum. 2010-09-20 22:28:57 +00:00
sigproc.cc * sigproc.cc (sig_dispatch_pending): Remove debugging statement. 2010-09-12 19:13:09 +00:00
sigproc.h * cygthread.cc (cygthread::create): Fix incorrect use of name rather than 2010-09-01 18:24:11 +00:00
smallprint.cc * smallprint.cc (hex_str): New const string. 2009-10-30 09:02:30 +00:00
sortdin
spawn.cc * spawn.cc (spawn_guts): Only set PID_NOTCYGWIN in _P_OVERLAY mode. 2011-02-15 18:11:50 +00:00
speclib * mkstatic: Make sure that we are not cd'ed to temporary directory on exit to 2011-02-11 18:00:55 +00:00
spinlock.h * shared_info.h (user_info): Add dll_crt0_1 as a friend. 2010-03-15 21:29:15 +00:00
stackdump.sgml
strace.cc Implement POSIX.1-2004 Monotonic Clock. 2010-08-09 16:47:48 +00:00
strfuncs.cc * exec.cc (strccpy): Move function from here... 2011-01-19 09:41:54 +00:00
string.h * exec.cc (strccpy): Move function from here... 2011-01-19 09:41:54 +00:00
strsep.cc
strsig.cc * strsig.cc: Fix formatting and copyright. 2010-02-26 16:00:17 +00:00
sync.cc Throughout change all calls of low_priority_sleep (0) to yield (). 2010-03-12 23:13:48 +00:00
sync.h * spinlock.h: New file. 2010-03-13 19:34:35 +00:00
syscalls.cc Drop NT4 support. 2011-04-04 12:23:36 +00:00
sysconf.cc Implement POSIX.1-2004 Monotonic Clock. 2010-08-09 16:47:48 +00:00
syslog.cc * cygtls.h (struct _local_storage): Redefine process_ident as wchar_t 2011-03-29 11:18:10 +00:00
termios.cc * Throughout fix copyright dates. 2011-02-15 15:56:03 +00:00
textmode.c * winlean.h: New file. 2010-08-30 01:57:37 +00:00
textreadmode.c * winlean.h: New file. 2010-08-30 01:57:37 +00:00
thread.cc * cygwin.din (pthread_spin_destroy): Export. 2011-03-29 10:32:40 +00:00
thread.h * cygwin.din (pthread_spin_destroy): Export. 2011-03-29 10:32:40 +00:00
timer.cc * cygthread.cc (cygthread::create): Fix incorrect use of name rather than 2010-09-01 18:24:11 +00:00
times.cc * hires.h: Fix copyright. 2011-03-30 21:54:09 +00:00
tls_pbuf.cc * init.cc (search_for): Put this in shared section or suffer subtle problems 2010-12-12 05:48:29 +00:00
tls_pbuf.h * winsup.h (NT_MAX_PATH): Revert ill-advised change to 32767. 2008-03-12 12:41:50 +00:00
tlsoffsets.h Update some copyrights. 2010-02-28 15:54:25 +00:00
tmpbuf.h * tmpbuf.h: New file. 2010-06-21 19:55:12 +00:00
tty.cc * autoload.cc (GetNamedPipeClientProcessId): Define. 2010-04-19 19:52:43 +00:00
tty.h * autoload.cc (GetNamedPipeClientProcessId): Define. 2010-04-19 19:52:43 +00:00
tz_posixrules.h
uinfo.cc * uinfo.cc (cygheap_user::init): Don't call GetUserName. Fetch username 2011-03-31 15:33:53 +00:00
uname.cc Remove unneeded header files from source files throughout. 2008-04-07 18:45:59 +00:00
wait.cc * exceptions.cc (sig_handle_tty_stop): Set stopsig to SIGCONT when continuing. 2009-07-18 20:25:07 +00:00
wchar.h Replace regex files with multibyte-aware version from FreeBSD. 2010-02-04 12:35:49 +00:00
winbase.h * winbase.h (ilockexch): Avoid making 'ret' volatile. 2009-07-07 21:41:43 +00:00
wincap.cc Drop NT4 support. 2011-04-04 12:23:36 +00:00
wincap.h Drop NT4 support. 2011-04-04 12:23:36 +00:00
window.cc * cygthread.cc (cygthread::create): Fix incorrect use of name rather than 2010-09-01 18:24:11 +00:00
winf.cc * cygheap_malloc.h: New file. 2009-08-01 19:52:46 +00:00
winf.h * exec.cc: Include pinfo.h. 2011-01-20 11:09:21 +00:00
wininfo.h
winlean.h Drop NT4 support. 2011-04-04 12:23:36 +00:00
winsup.h * dcrt0.cc: Fix copyright dates. 2011-02-22 09:17:57 +00:00
winver.rc * winver.rc: Fix copyright dates. 2011-03-16 21:10:51 +00:00