newlib/winsup/cygwin
Corinna Vinschen a1a750325e Cygwin: try_to_bin: allow to move O_TMPFILE files into bin
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
2019-01-06 20:30:14 +01:00
..
include Cygwin: Add FS_IOC_GETFLAGS and FS_IOC_SETFLAGS ioctls 2018-12-25 23:38:52 +01:00
lib cygwin: convert most #ifndef __x86_64__ to #ifdef __i386__ 2017-11-27 14:36:06 +01:00
libc cygwin: add catopen, catgets, catclose 2018-01-19 13:19:21 -06:00
math Implement nanl in newlib only 2018-10-10 17:49:53 +02:00
regex regex: Fix typo in CHaddrange 2016-11-24 16:09:31 +01:00
release Cygwin: Add Christmas hacking release notes 2018-12-26 11:36:22 +01:00
DevNotes
Makefile.in Cygwin: implement extensible clock interface 2018-11-29 11:05:42 +01:00
ROADMAP
aclocal.m4
advapi32.cc
aio.cc Cygwin: implement extensible clock interface 2018-11-29 11:05:42 +01:00
analyze_sigfe
assert.cc
autogen.sh
autoload.cc Cygwin: Add FS_IOC_GETFLAGS and FS_IOC_SETFLAGS ioctls 2018-12-25 23:38:52 +01:00
automode.c
binmode.c
child_info.h Drop now unused child_info_fork::from_main 2017-03-10 20:45:19 +01:00
clock.cc Cygwin: clocks: fix a hang on pre-Windows 10 machines 2018-12-01 15:11:12 +01:00
clock.h Cygwin: clocks: fix a hang on pre-Windows 10 machines 2018-12-01 15:11:12 +01:00
collate.h
common.din Cygwin: implement sched_getcpu 2018-08-07 14:51:10 +02:00
config.h.in
configure
configure.ac
cpuid.h
crt0.c cygwin: disable -Wframe-address warning only on GCC 6 or later 2017-10-09 18:08:10 +02:00
ctype.cc Drop global __ctype_ptr__ entirely in favor of using locale_t::ctype_ptr 2016-08-25 14:18:31 +02:00
cxx.cc
cygerrno.h Cygwin: set/getsockopt: Move implementation into fhandler_socket class 2018-02-20 18:01:40 +01:00
cygheap.cc Cygwin: cygheap: convert installation paths to UNICODE_STRINGS 2018-12-25 01:06:34 +01:00
cygheap.h Cygwin: cygheap: convert installation paths to UNICODE_STRINGS 2018-12-25 01:06:34 +01:00
cygheap_malloc.h
cyglsa.h
cygmagic
cygmalloc.h Only define __getreent inline function when building newlib or Cygwin 2016-08-20 17:14:55 +02:00
cygserver.h
cygserver_ipc.h
cygserver_msg.h
cygserver_pwdgrp.h
cygserver_sem.h
cygserver_setpwd.h
cygserver_shm.h
cygthread.cc Send thread names to debugger 2016-08-23 15:07:42 +01:00
cygthread.h
cygtls.cc
cygtls.h
cygtls_padsize.h
cygwait.cc Cygwin: cygwait.cc: fix formatting of debug statement 2018-03-05 17:49:50 +01:00
cygwait.h
cygwin-cxx.h
cygwin-shilka
cygwin.ldif
cygwin.sc.in
cygwin_version.h
cygxdr.cc
cygxdr.h
dcrt0.cc cygwin: convert most #ifndef __x86_64__ to #ifdef __i386__ 2017-11-27 14:36:06 +01:00
debug.cc
debug.h
devices.cc Cygwin: delete /dev/kmsg and thus fhandler_mailslot without substitution 2018-03-25 12:38:14 +02:00
devices.h Cygwin: delete /dev/kmsg and thus fhandler_mailslot without substitution 2018-03-25 12:38:14 +02:00
devices.in Cygwin: delete /dev/kmsg and thus fhandler_mailslot without substitution 2018-03-25 12:38:14 +02:00
dir.cc
dlfcn.cc cygwin: convert most #ifndef __x86_64__ to #ifdef __i386__ 2017-11-27 14:36:06 +01:00
dll_init.cc cygwin: convert most #ifndef __x86_64__ to #ifdef __i386__ 2017-11-27 14:36:06 +01:00
dll_init.h cygwin: convert most #ifndef __x86_64__ to #ifdef __i386__ 2017-11-27 14:36:06 +01:00
dllfixdbg
dtable.cc Cygwin: Allow to build without experimental AF_UNIX code by default 2018-06-26 16:31:17 +02:00
dtable.h
environ.cc Cygwin: cygheap: convert installation paths to UNICODE_STRINGS 2018-12-25 01:06:34 +01:00
environ.h Move the core environment parsing of environ_init into a new win32env_to_cygenv function. 2017-01-10 16:24:50 +01:00
errno.cc Cygwin: clean error mapping 2018-02-20 17:59:53 +01:00
exception.h cygwin: convert most #ifndef __x86_64__ to #ifdef __i386__ 2017-11-27 14:36:06 +01:00
exceptions.cc Cygwin: exceptions: fix FPE exception flags 2018-06-26 10:12:19 +02:00
exec.cc
external.cc cygwin: convert most #ifndef __x86_64__ to #ifdef __i386__ 2017-11-27 14:36:06 +01:00
fcntl.cc cygwin: convert most #ifndef __x86_64__ to #ifdef __i386__ 2017-11-27 14:36:06 +01:00
fenv.cc Keep the denormal-operand exception masked; modify FE_ALL_EXCEPT accordingly. 2018-08-15 18:02:22 +02:00
fhandler.cc Cygwin: implement /proc/PID/fd/DESCRIPTOR reopening by handle 2019-01-06 20:30:14 +01:00
fhandler.h Cygwin: implement /proc/PID/fd/DESCRIPTOR reopening by handle 2019-01-06 20:30:14 +01:00
fhandler_clipboard.cc
fhandler_console.cc Cygwin: console: make sure EnumFontFamiliesExW loop isn't infinite 2018-09-07 13:49:54 +02:00
fhandler_dev.cc
fhandler_disk_file.cc Cygwin: Add FS_IOC_GETFLAGS and FS_IOC_SETFLAGS ioctls 2018-12-25 23:38:52 +01:00
fhandler_dsp.cc cygwin: Remove comparisons of 'this' to 'NULL' in fhandler_dsp.cc 2017-10-09 11:44:10 +02:00
fhandler_fifo.cc Cygwin: lseek: return ESPIPE rather than EINVAL when called on a fifo 2018-10-10 13:20:45 +02:00
fhandler_floppy.cc cygwin: block devices: fix file offset after short writes 2017-12-19 18:58:06 +01:00
fhandler_netdrive.cc
fhandler_nodevice.cc
fhandler_proc.cc Cygwin: return correct FH_PROCESSFD for files under /proc/PID/fd subdir 2019-01-05 21:36:34 +01:00
fhandler_process.cc Cygwin: implement /proc/PID/fd/DESCRIPTOR reopening by handle 2019-01-06 20:30:14 +01:00
fhandler_procnet.cc Cygwin: cleanup header including within network-releated files 2018-02-28 18:56:13 +01:00
fhandler_procsys.cc
fhandler_procsysvipc.cc
fhandler_random.cc Define RtlGenRandom correctly in ntsecapi.h wrapper 2016-12-14 14:14:28 +01:00
fhandler_raw.cc
fhandler_registry.cc
fhandler_serial.cc
fhandler_socket.cc Cygwin: AF_UNIX: store per-socket info in shared memory 2018-03-12 15:26:12 +01:00
fhandler_socket_inet.cc Cygwin: honor SOCK_NONBLOCK/SOCK_CLOEXEC in socket(2)/socketpair(2) 2018-11-05 21:02:22 +01:00
fhandler_socket_local.cc Cygwin: fix memory corruption/SEGV if certain socket functions fail 2018-10-29 16:32:48 +01:00
fhandler_socket_unix.cc Cygwin: implement extensible clock interface 2018-11-29 11:05:42 +01:00
fhandler_tape.cc Cygwin: tape: Handle non-standard "no medium" error code 2018-06-29 15:31:15 +02:00
fhandler_termios.cc cygwin: Remove comparison of 'this' to NULL in _pinfo::exists 2017-10-09 11:44:11 +02:00
fhandler_tty.cc POSIX Asynchronous I/O support: fhandler files 2018-07-25 09:36:24 +02:00
fhandler_virtual.cc
fhandler_virtual.h
fhandler_windows.cc
fhandler_zero.cc
flock.cc
fork.cc Cygwin: Fixing the math behind rounding down ch.stacklimit to page size. 2018-05-29 18:37:33 +02:00
gcrt0.c
gendef
gendevices
gentls_offsets
glob.cc
glob_pattern_p.cc
globals.cc Cygwin: support exFAT and fix remote FAT/FAT32 recognition 2018-12-23 17:53:55 +01:00
gmon.c
gmon.h
grp.cc cygwin: convert most #ifndef __x86_64__ to #ifdef __i386__ 2017-11-27 14:36:06 +01:00
heap.cc Cygwin: fix heap allocation on WOW64 and /3GB enabled 32 bit machines 2018-12-19 21:10:37 +01:00
heap.h
hookapi.cc
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-startup-shutdown-works.txt
how-to-debug-cygwin.txt
how-vfork-works.txt
i686.din Cygwin: move FP environment exports to common.din 2018-07-20 13:55:26 +02:00
init.cc cygwin: disable -Wframe-address warning only on GCC 6 or later 2017-10-09 18:08:10 +02:00
ioctl.cc
ipc.cc
kernel32.cc
lc_era.h
lc_msg.h
ldap.cc
ldap.h
libstdcxx_wrapper.cc
loadavg.cc Cygwin: wincap: expose more SYSTEM_INFO members and use as appropriate 2018-04-11 11:59:35 +02:00
loadavg.h Implement getloadavg() 2017-03-27 22:03:58 +01:00
localtime.cc
lsearch.cc
malloc.cc Only define __getreent inline function when building newlib or Cygwin 2016-08-20 17:14:55 +02:00
malloc_wrapper.cc
math.h
mcount.c
mcountFunc.S
miscfuncs.cc Cygwin: implement sched_getcpu 2018-08-07 14:51:10 +02:00
miscfuncs.h Cygwin: implement sched_getcpu 2018-08-07 14:51:10 +02:00
mkglobals_h
mkimport
mkstatic
mktemp.cc
mkvers.sh Cygwin: mkvers: fix a bug in sed statement 2018-12-01 17:00:35 +01:00
mmap.cc cygwin: mmap: fix comment and formatting, drop unused code 2017-12-10 14:14:28 +01:00
mmap_helper.h
mount.cc Cygwin: cygheap: convert installation paths to UNICODE_STRINGS 2018-12-25 01:06:34 +01:00
mount.h Cygwin: support exFAT and fix remote FAT/FAT32 recognition 2018-12-23 17:53:55 +01:00
msg.cc
mtinfo.h
net.cc Cygwin: fix memory corruption/SEGV if certain socket functions fail 2018-10-29 16:32:48 +01:00
netdb.cc
nfs.cc
nfs.h
nlsfuncs.cc cygwin wcsxfrm: byte swap result ourselves 2017-06-06 18:27:47 +02:00
ntdll.h Cygwin: ntdll.h: Update _FILE_INFORMATION_CLASS 2018-12-23 00:24:05 +01:00
ntea.cc
ntsecapi.h Define RtlGenRandom correctly in ntsecapi.h wrapper 2016-12-14 14:14:28 +01:00
passwd.cc cygwin: convert most #ifndef __x86_64__ to #ifdef __i386__ 2017-11-27 14:36:06 +01:00
path.cc Cygwin: implement /proc/PID/fd/DESCRIPTOR reopening by handle 2019-01-06 20:30:14 +01:00
path.h Cygwin: implement /proc/PID/fd/DESCRIPTOR reopening by handle 2019-01-06 20:30:14 +01:00
pathfinder.h dlopen (pathfinder): try each basename per dir 2016-09-08 13:36:31 +02:00
perprocess.h
pinfo.cc Cygwin: pinfo: add method to send a serialized path_conv and HANDLE 2019-01-06 20:30:14 +01:00
pinfo.h Cygwin: pinfo: add method to send a serialized path_conv and HANDLE 2019-01-06 20:30:14 +01:00
pipe.cc Cygwin: pipe: use /proc/PID/fd/... or /proc/self/fd/... name 2019-01-05 21:42:33 +01:00
poll.cc Cygwin: encapsulate Winsock based fhandler_socket classes 2018-02-23 15:24:18 +01:00
posix_ipc.cc Cygwin: Cleanup time handling 2018-02-07 13:07:44 +01:00
profil.c
profil.h
pseudo-reloc.cc
pthread.cc Cygwin: Implement pthread_tryjoin_np and pthread_timedjoin_np 2018-06-27 17:56:59 +02:00
pwdgrp.h Cygwin: Add name->SID conversion for self-constructed names 2018-08-27 18:28:33 +02:00
quotactl.cc
random.cc Cygwin: fix build with GCC 7 2018-04-16 22:46:11 -05:00
registry.cc
registry.h
regparm.h
resource.cc Cygwin: Cleanup time handling 2018-02-07 13:07:44 +01:00
scandir.cc cygwin: export strverscmp, add versionsort 2017-06-19 08:16:42 -05:00
sched.cc Cygwin: implement extensible clock interface 2018-11-29 11:05:42 +01:00
sec_acl.cc cygwin: convert most #ifndef __x86_64__ to #ifdef __i386__ 2017-11-27 14:36:06 +01:00
sec_auth.cc Don't free statically allocated sys_privs 2017-01-09 14:02:19 +01:00
sec_helper.cc Cygwin: don't return valid acl entry type for unknown SID 2018-08-27 13:48:07 +02:00
sec_posixacl.cc
sec_posixacl.h
security.cc Simplify "Windows-standard-like" permissions 2016-08-19 16:50:15 +02:00
security.h Cygwin: split out fhandler_socket into inet and local classes 2018-02-21 21:40:01 +01:00
select.cc Cygwin: implement extensible clock interface 2018-11-29 11:05:42 +01:00
select.h Cygwin: delete /dev/kmsg and thus fhandler_mailslot without substitution 2018-03-25 12:38:14 +02:00
sem.cc
setlsapwd.cc
shared.cc Implement getloadavg() 2017-03-27 22:03:58 +01:00
shared_info.h Change CURR_SHARED_MAGIC to account for getloadavg patch 2017-03-28 13:41:31 +02:00
shm.cc
signal.cc Cygwin: implement extensible clock interface 2018-11-29 11:05:42 +01:00
sigproc.cc cygwin: Remove comparison of 'this' to NULL in _pinfo::exists 2017-10-09 11:44:11 +02:00
sigproc.h
smallprint.cc Cygwin: mark muto object as NO_COPY 2018-03-12 22:13:20 +01:00
sortdin
spawn.cc
speclib
spinlock.h Cygwin: spinlock: remove useless get_ll call 2018-11-26 17:59:10 +01:00
strace.cc Cygwin: clocks: fix a hang on pre-Windows 10 machines 2018-12-01 15:11:12 +01:00
strfuncs.cc Cygwin: add transform_chars_af_unix helper 2018-03-02 18:17:17 +01:00
string.h
strsep.cc
strsig.cc Fix a bug of psiginfo() that changes the orientation of stderr. 2018-07-03 15:38:47 +02:00
sync.cc
sync.h
syscalls.cc Cygwin: try_to_bin: allow to move O_TMPFILE files into bin 2019-01-06 20:30:14 +01:00
sysconf.cc Cygwin: implement extensible clock interface 2018-11-29 11:05:42 +01:00
syslog.cc Fix a problem that connection to syslogd fails. 2018-07-06 10:41:21 +02:00
termios.cc
textmode.c
textreadmode.c
thread.cc Cygwin: implement extensible clock interface 2018-11-29 11:05:42 +01:00
thread.h Cygwin: Implement pthread_tryjoin_np and pthread_timedjoin_np 2018-06-27 17:56:59 +02:00
timer.cc Cygwin: implement extensible clock interface 2018-11-29 11:05:42 +01:00
times.cc Cygwin: implement extensible clock interface 2018-11-29 11:05:42 +01:00
tls_pbuf.cc
tls_pbuf.h
tlsoffsets.h
tlsoffsets64.h
tmpbuf.h
tty.cc
tty.h
tz_posixrules.h
uinfo.cc Cygwin: cygheap: convert installation paths to UNICODE_STRINGS 2018-12-25 01:06:34 +01:00
uname.cc Cygwin: wincap: expose more SYSTEM_INFO members and use as appropriate 2018-04-11 11:59:35 +02:00
update-copyright
userinfo.h
vstrlist.h dlopen: switch to new pathfinder class 2016-09-08 13:36:29 +02:00
wait.cc
wchar.h
wincap.cc Cygwin: wincap: add wincap_10_1803, add has_case_sensitive_dirs item 2018-12-25 01:07:51 +01:00
wincap.h Cygwin: wincap: add wincap_10_1803, add has_case_sensitive_dirs item 2018-12-25 01:07:51 +01:00
window.cc
winf.cc
winf.h
wininfo.h
winlean.h
winsup.h Cygwin: delete /dev/kmsg and thus fhandler_mailslot without substitution 2018-03-25 12:38:14 +02:00
winver.rc
x86_64.din