newlib/winsup/cygwin
Corinna Vinschen 3323df7e0e * fhandler.cc(fhandler_base::open): Open with READ_CONTROL only in
case of query_open flag set to query_read_control.  Add case for
	new query_read_attributes flag.
	(fhandler_base::fstatvfs): New method.
	* fhandler.h (enum query_state): Add query_read_attributes flag.
	(class fhandler_base): Declare new virtual fstatvfs method.
	(class fhandler_socket): Ditto.
	(class fhandler_pipe): Ditto.
	(class fhandler_fifo): Ditto.
	(class fhandler_disk_file): Ditto.
	(class fhandler_virtual): Ditto.
	* fhandler_disk_file.cc (fhandler_base::fstat_fs): Open with
	query_read_attributes instead of query_read_control.
	(fhandler_disk_file::fstatvfs): New method.
	(fhandler_disk_file::facl): Open with query_read_attributes instead of
	query_read_control.
	* fhandler_fifo.cc (fhandler_fifo::fstatvfs): New method.
	* fhandler_socket.cc (fhandler_socket::fstatvfs): New method.
	(fhandler_socket::fchmod): Return with EBADF in the default case.
	(fhandler_socket::fchown): Ditto.
	(fhandler_socket::facl): Ditto.
	* fhandler_virtual.cc (fhandler_virtual::fstatvfs): Ditto.
	* ntdll.h (struct _FILE_FS_ATTRIBUTE_INFORMATION): Define.
	(struct _FILE_FS_FULL_SIZE_INFORMATION): Define.
	* pipe.cc (fhandler_pipe::fstatvfs): New method.
	* syscalls.cc (fstatvfs): Just call the fhandler's fstatvfs.
	(statvfs): Ditto.
	(fstatfs): Call fstatvfs.
	(statfs): Drop EFAULT handling.
2007-02-27 12:58:56 +00:00
..
config/i386
include * cygwin.din (sem_unlink): Export. 2007-02-20 15:48:04 +00:00
lib * Makefile.in (DLL_OFILES): Add winf.o. 2006-04-12 15:53:22 +00:00
libc * fhandler_registry.cc (registry_listing): Drop name of HKEY_DYN_DATA. 2007-02-26 12:39:25 +00:00
regex
regexp
acconfig.h
aclocal.m4 update to newer autoconf 2006-05-24 16:59:03 +00:00
analyze_sigfe
ansi.sgml
assert.cc
autoload.cc * Makefile.in (DLL_IMPORTS): Add libntdll.a. 2007-02-22 10:54:47 +00:00
automode.c
binmode.c
ChangeLog * fhandler.cc(fhandler_base::open): Open with READ_CONTROL only in 2007-02-27 12:58:56 +00:00
ChangeLog-1995
ChangeLog-1996
ChangeLog-1997
ChangeLog-1998
ChangeLog-1999
ChangeLog-2000
ChangeLog-2001
ChangeLog-2002
ChangeLog-2003
ChangeLog-2004
ChangeLog-2005
ChangeLog-2006 * ChangeLog: Happy New Year. 2007-01-03 11:14:53 +00:00
child_info.h * child_info.h (child_info_spawn::__stdin): New element. 2006-12-11 18:55:29 +00:00
config.h.in
configure update to newer autoconf 2006-05-24 16:59:03 +00:00
configure.in * select.cc (start_thread_socket): Delay setting thread local exitsock until we 2006-05-24 03:39:29 +00:00
cpuid.h
crt0.c
ctype.cc
cxx.cc
cygerrno.h
cygheap.cc * cygheap.cc (cygheap_init): Add TODO comment. 2007-01-15 11:01:23 +00:00
cygheap.h * cygheap.h (struct cwdstuff): Remove sync member and keep_in_sync 2007-02-22 18:01:13 +00:00
cyglsa.h * cyglsa.h: New header file. 2006-11-27 12:59:59 +00:00
cygmagic
cygmalloc.h * cygmalloc.h (__set_ENOMEM): Declare. 2007-02-08 11:35:52 +00:00
cygserver_ipc.h
cygserver_msg.h
cygserver_sem.h
cygserver_shm.h
cygserver.h
cygthread.cc * cygthread.cc (cygthread::terminate_thread): In debugging output, use name of 2006-06-03 21:44:01 +00:00
cygthread.h
cygtls.cc Throughout remove all usage of wincap.has_security. 2007-02-23 15:15:50 +00:00
cygtls.h 2006-07-25 Corinna Vinschen <corinna@vinschen.de> 2006-07-25 19:23:23 +00:00
CYGWIN_LICENSE * CYGWIN_LICENSE: Fix web pages and contact information. 2007-01-15 12:19:01 +00:00
cygwin_version.h
cygwin-shilka
cygwin.din * cygwin.din (sem_unlink): Export. 2007-02-20 15:48:04 +00:00
cygwin.sc * cygheap.cc (_csbrk): Fix off-by-one error. 2007-01-12 19:40:20 +00:00
dcrt0.cc Throughout remove all usage of wincap.has_security. 2007-02-23 15:15:50 +00:00
debug.cc * pinfo.cc (_onreturn::~onreturn): Don't attempt to close a NULL handle. 2006-08-10 20:25:54 +00:00
debug.h * debug.h (ModifyHandle): Define new macro. 2006-05-25 05:40:51 +00:00
delqueue.cc Throughout remove all usage of wincap.access_denied_on_delete. 2007-02-22 16:04:19 +00:00
devices.cc * devices.in: Change native device name to native NT device name for 2007-02-23 14:20:28 +00:00
devices.h * Makefile.in (DLL_OFILES): Add fhandler_procnet.o. 2007-01-17 19:26:58 +00:00
devices.in * devices.in: Change native device name to native NT device name for 2007-02-23 14:20:28 +00:00
dir.cc * dir.cc (rmdir): Move existance check in front of 2007-02-22 16:32:39 +00:00
dlfcn.cc
dll_init.cc * cygheap.cc (cygheap_fixup_in_child): Don't close parent handle here. Let the 2006-06-02 00:09:50 +00:00
dll_init.h
dll_init.sgml
dllfixdbg * cygwin.sc: Make sure there's something in the cygheap. 2006-07-14 19:33:55 +00:00
dlmalloc.c
dlmalloc.h
dtable.cc * Makefile.in (DLL_OFILES): Add fhandler_procnet.o. 2007-01-17 19:26:58 +00:00
dtable.h * child_info.h (child_info_spawn::__stdin): New element. 2006-12-11 18:55:29 +00:00
dtable.sgml
environ.cc Throughout remove all usage of wincap.has_security. 2007-02-23 15:15:50 +00:00
environ.h * environ.cc (env_win32_to_posix_path_list): Declare. 2006-08-02 15:11:48 +00:00
errno.cc * environ.cc (build_env): Don't put an empty environment variable into the 2006-09-07 20:42:53 +00:00
exceptions.cc * exceptions.cc (dummy_ctrl_c_handler): Remove. 2007-02-23 10:51:59 +00:00
exec.cc
external.cc * exceptions.cc (dummy_ctrl_c_handler): Remove. 2007-02-23 10:51:59 +00:00
external.sgml
fcntl.cc
fhandler_clipboard.cc
fhandler_console.cc * fhandler_console.cc (fhandler_console::need_invisible): Drop 2007-02-23 12:01:52 +00:00
fhandler_disk_file.cc * fhandler.cc(fhandler_base::open): Open with READ_CONTROL only in 2007-02-27 12:58:56 +00:00
fhandler_dsp.cc * cygthread.cc (cygthread::terminate_thread): In debugging output, use name of 2006-06-03 21:44:01 +00:00
fhandler_fifo.cc * fhandler.cc(fhandler_base::open): Open with READ_CONTROL only in 2007-02-27 12:58:56 +00:00
fhandler_floppy.cc * fhandler_floppy.cc (fhandler_dev_floppy::ioctl): Fix typo in lint 2006-07-18 12:56:37 +00:00
fhandler_mailslot.cc Throughout replace all usage of wincap.shared with the constant 2007-02-22 11:17:01 +00:00
fhandler_mem.cc * fhandler_mem.cc (fhandler_dev_mem::open): Fix comment. 2006-12-06 16:33:03 +00:00
fhandler_netdrive.cc * fhandler_disk_file.cc (path_conv::hasgood_inode): Make inline. 2006-04-14 14:20:58 +00:00
fhandler_nodevice.cc
fhandler_proc.cc Throughout replace all usage of wincap.shared with the constant 2007-02-22 11:17:01 +00:00
fhandler_process.cc * Makefile.in (DLL_IMPORTS): Add libntdll.a. 2007-02-22 10:54:47 +00:00
fhandler_procnet.cc * autoload.cc (WSAIoctl): Define. 2007-01-21 22:54:05 +00:00
fhandler_random.cc
fhandler_raw.cc * exceptions.cc (dummy_ctrl_c_handler): Remove. 2007-02-23 10:51:59 +00:00
fhandler_registry.cc * fhandler_registry.cc (registry_listing): Drop name of HKEY_DYN_DATA. 2007-02-26 12:39:25 +00:00
fhandler_serial.cc * exceptions.cc (dummy_ctrl_c_handler): Remove. 2007-02-23 10:51:59 +00:00
fhandler_socket.cc * fhandler.cc(fhandler_base::open): Open with READ_CONTROL only in 2007-02-27 12:58:56 +00:00
fhandler_tape.cc * cygheap.h (struct init_cygheap): Remove shared_h and mt_h members. 2006-07-26 15:59:39 +00:00
fhandler_termios.cc * dcrt0.cc (dll_crt0_0): Call tty_list::init_session here. 2006-06-03 20:32:07 +00:00
fhandler_tty.cc Throughout remove all usage of wincap.has_security. 2007-02-23 15:15:50 +00:00
fhandler_virtual.cc * fhandler.cc(fhandler_base::open): Open with READ_CONTROL only in 2007-02-27 12:58:56 +00:00
fhandler_windows.cc
fhandler_zero.cc
fhandler.cc * fhandler.cc(fhandler_base::open): Open with READ_CONTROL only in 2007-02-27 12:58:56 +00:00
fhandler.h * fhandler.cc(fhandler_base::open): Open with READ_CONTROL only in 2007-02-27 12:58:56 +00:00
flock.cc
fork.cc Throughout remove all usage of wincap.has_security. 2007-02-23 15:15:50 +00:00
gcrt0.c
gendef * cygheap.cc (cygheap_fixup_in_child): Don't close parent handle here. Let the 2006-06-02 00:09:50 +00:00
gendevices
gentls_offsets * sigproc.cc (no_signals_available): Detect hwait_sig == INVALID_HANDLE_VALUE. 2006-05-16 03:14:24 +00:00
glob.cc Remove extraneous whitespace. 2007-02-20 00:16:18 +00:00
gmon.c
gmon.h
grp.cc Throughout remove all usage of wincap.has_security. 2007-02-23 15:15:50 +00:00
heap.cc * cygheap.h (struct user_heap_info): Add slop member. 2006-10-31 18:41:16 +00:00
heap.h
hires.h
hookapi.cc * hookapi.cc: Add comment header 2006-07-06 17:16:37 +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-to-debug-cygwin.txt Put an underscore in front of the "active" in "strace.active". 2006-05-28 21:39:37 +00:00
how-vfork-works.txt
init.cc * cygtls.cc (_cygtls::remove): Don't test for initialization since this 2006-05-17 03:36:14 +00:00
ioctl.cc * ioctl.cc (ioctl): Accommodate change in reported pty master device number. 2006-06-04 20:32:58 +00:00
ipc.cc
localtime.cc
lsearch.cc
Makefile.in * Makefile.in (DLL_IMPORTS): Add libntdll.a. 2007-02-22 10:54:47 +00:00
malloc_wrapper.cc * cygmalloc.h (__set_ENOMEM): Declare. 2007-02-08 11:35:52 +00:00
malloc.cc
mcount.c
misc-std.sgml
miscfuncs.cc * exceptions.cc (dummy_ctrl_c_handler): Remove. 2007-02-23 10:51:59 +00:00
mktemp.cc * mktemp.cc (_gettemp): Open temp files in binary mode. 2006-04-17 15:09:13 +00:00
mkvers.sh
mmap_helper.h * winsup.h: Turn on DEBUGGING by default for now. 2006-08-10 14:15:00 +00:00
mmap.cc * fhandler_disk_file.cc (fhandler_disk_file::fchmod): Drop comment. 2007-02-26 12:22:41 +00:00
msg.cc
mtinfo.h * cygheap.h (struct init_cygheap): Remove shared_h and mt_h members. 2006-07-26 15:59:39 +00:00
net.cc * fhandler_registry.cc (registry_listing): Drop name of HKEY_DYN_DATA. 2007-02-26 12:39:25 +00:00
netdb.cc * Makefile.in (DLL_IMPORTS): Add libntdll.a. 2007-02-22 10:54:47 +00:00
newsym
ntdll.h * fhandler.cc(fhandler_base::open): Open with READ_CONTROL only in 2007-02-27 12:58:56 +00:00
ntea.cc Remove extraneous whitespace. 2007-02-20 00:16:18 +00:00
passwd.cc Throughout remove all usage of wincap.has_security. 2007-02-23 15:15:50 +00:00
path.cc * cygheap.h (struct cwdstuff): Remove sync member and keep_in_sync 2007-02-22 18:01:13 +00:00
path.h * Makefile.in (DLL_OFILES): Add fhandler_procnet.o. 2007-01-17 19:26:58 +00:00
path.sgml
perprocess.h
pinfo.cc * Makefile.in (DLL_IMPORTS): Add libntdll.a. 2007-02-22 10:54:47 +00:00
pinfo.h * cygheap.h (struct cwdstuff): Remove sync member and keep_in_sync 2007-02-22 18:01:13 +00:00
pipe.cc * fhandler.cc(fhandler_base::open): Open with READ_CONTROL only in 2007-02-27 12:58:56 +00:00
poll.cc * fhandler_socket.cc (fhandler_socket::recv_internal): Fix a problem 2006-07-31 14:27:56 +00:00
posix_ipc.cc * cygwin.din (sem_unlink): Export. 2007-02-20 15:48:04 +00:00
posix.sgml
profil.c
profil.h
pseudo-reloc.cc
pthread.cc * cygwin.din (sem_unlink): Export. 2007-02-20 15:48:04 +00:00
pwdgrp.h
registry.cc * Makefile.in (DLL_IMPORTS): Add libntdll.a. 2007-02-22 10:54:47 +00:00
registry.h
resource.cc
rmsym
ROADMAP
scandir.cc
sched.cc * Makefile.in (DLL_IMPORTS): Add libntdll.a. 2007-02-22 10:54:47 +00:00
sec_acl.cc * security.h (setacl): Add parameter for writability flag. 2007-01-07 12:44:10 +00:00
sec_helper.cc Throughout remove all usage of wincap.has_security. 2007-02-23 15:15:50 +00:00
security.cc Throughout remove all usage of wincap.has_security. 2007-02-23 15:15:50 +00:00
security.h Throughout remove all usage of wincap.has_security. 2007-02-23 15:15:50 +00:00
select.cc Remove extraneous whitespace. 2007-02-20 00:16:18 +00:00
sem.cc
shared_info.h * child_info.h (child_info_spawn::__stdin): New element. 2006-12-11 18:55:29 +00:00
shared.cc * exceptions.cc (dummy_ctrl_c_handler): Remove. 2007-02-23 10:51:59 +00:00
shared.sgml
shm.cc
signal.cc * signal.cc (signal): Set sa_mask to sig. 2006-07-04 23:57:43 +00:00
sigproc.cc Remove extraneous whitespace. 2007-02-20 00:16:18 +00:00
sigproc.h * sigproc.cc (waitq_head): Don't initialize to zero. 2006-07-14 00:50:55 +00:00
smallprint.c * dcrt0.cc (__api_fatal): Drop spare argument to __small_sprintf. 2006-10-27 10:41:51 +00:00
sortdin * sortdin: Ignore all leading underscores when deriving a sort key. 2006-07-05 16:06:50 +00:00
spawn.cc * fhandler_console.cc (fhandler_console::need_invisible): Drop 2007-02-23 12:01:52 +00:00
speclib
stackdump.sgml
strace.cc
string.h
strsep.cc
strsig.cc
sync.cc
sync.h * exceptions.cc (_cygtls::signal_exit): Only call myself.exit when when 2007-02-20 14:31:26 +00:00
syscalls.cc * fhandler.cc(fhandler_base::open): Open with READ_CONTROL only in 2007-02-27 12:58:56 +00:00
sysconf.cc * fhandler.cc (fhandler_base::set_no_inheritance): Always use 2007-02-22 17:09:46 +00:00
syslog.cc * fhandler_registry.cc (registry_listing): Drop name of HKEY_DYN_DATA. 2007-02-26 12:39:25 +00:00
termios.cc * termios.cc: Change include order to accomodate change to sys/ioctl.h. 2006-12-06 19:44:07 +00:00
textmode.c
textreadmode.c
thread.cc * dcrt0.cc (child_info_fork::alloc_stack_hard_way): Change sense of guard test. 2007-02-22 12:34:55 +00:00
thread.h * dcrt0.cc (child_info_fork::alloc_stack_hard_way): Change sense of guard test. 2007-02-22 12:34:55 +00:00
timer.cc
times.cc * fhandler.cc (fhandler_base::set_no_inheritance): Always use 2007-02-22 17:09:46 +00:00
tlsoffsets.h 2006-07-25 Corinna Vinschen <corinna@vinschen.de> 2006-07-25 19:23:23 +00:00
tty.cc 2006-07-25 Corinna Vinschen <corinna@vinschen.de> 2006-07-25 19:23:23 +00:00
tty.h * cygheap.h (struct init_cygheap): Remove shared_h and mt_h members. 2006-07-26 15:59:39 +00:00
tz_posixrules.h
uinfo.cc Throughout remove all usage of wincap.has_security. 2007-02-23 15:15:50 +00:00
uname.cc * exceptions.cc (dummy_ctrl_c_handler): Remove. 2007-02-23 10:51:59 +00:00
wait.cc
winbase.h
wincap.cc Throughout remove all usage of wincap.has_security. 2007-02-23 15:15:50 +00:00
wincap.h Throughout remove all usage of wincap.has_security. 2007-02-23 15:15:50 +00:00
window.cc
winf.cc * spawn.cc (spawn_guts): Revert patch which treated derived cygwin programs 2006-04-13 01:37:00 +00:00
winf.h * fhandler_console.cc (fhandler_console::need_invisible): Drop 2007-02-23 12:01:52 +00:00
wininfo.h GCC 4.1 fixes. 2006-07-17 19:30:30 +00:00
winsup.h * Makefile.in (DLL_IMPORTS): Add libntdll.a. 2007-02-22 10:54:47 +00:00
winver.rc