newlib/winsup/cygwin
Corinna Vinschen 2b09be25a3 * fhandler.h (enum query_state): Add query_write_attributes state.
(fhandler_base::status.query_open): Add a bit to make room for more
	states.
	(class fhandler_base): Declare new method utimes.
	(class fhandler_socket): Ditto.
	(class fhandler_disk_file): Ditto.
	(fhandler_disk_file::fhandler_disk_file): Add constructor with
	path_conv parameter.
	* fhandler.cc (fhandler_base::open): Add query_write_attributes
	handling.
	(fhandler_base::utimes): New method.
	* fhandler_disk_file.cc (fhandler_disk_file::link): Simplify.
	Open file with query_write_attributes instead of query_write_control.
	(fhandler_disk_file::utimes): New method.
	(fhandler_disk_file::fhandler_disk_file): Add constructor with
	path_conv parameter setting pc member immediately.
	* fhandler_socket.cc (fhandler_socket::fchmod): Use new
	fhandler_disk_file constructor.
	(fhandler_socket::fchown): Ditto.
	(fhandler_socket::facl): Ditto.
	(fhandler_socket::link): Ditto.
	(fhandler_socket::utimes): New method.
	* times.cc: Include dtable.h.
	(timeval_to_filetime): Make non-static.
	(utimes): Move functionality into fhandler method utimes. Just call
	this method from here.
	* winsup.h: Simplify declarations of time helper functions.
	(timeval_to_filetime): Add extern declaration.
2005-02-20 11:44:32 +00:00
..
config/i386 * gendef (stabilize_sig_stack): New function. 2004-02-18 20:48:38 +00:00
include * times.cc (timeval_to_filetime): Define first parameter const. 2005-02-08 20:59:41 +00:00
lib * lib/libcmain.c (main): Properly deal with quoted first argument. 2004-12-09 21:28:32 +00:00
libc * Makefile.in: Create libutil.a from bsdlib.o exports. 2004-09-10 08:30:51 +00:00
regex
regexp
CYGWIN_LICENSE
ChangeLog * fhandler.h (enum query_state): Add query_write_attributes state. 2005-02-20 11:44:32 +00:00
ChangeLog-1995
ChangeLog-1996
ChangeLog-1997
ChangeLog-1998
ChangeLog-1999
ChangeLog-2000
ChangeLog-2001
ChangeLog-2002
ChangeLog-2003 fix typo 2004-01-20 03:11:39 +00:00
ChangeLog-2004 * ChangeLog: Split and create ChangeLog-2004. 2005-01-11 12:48:34 +00:00
Makefile.in * cygthread.h (cygthread::terminate_thread): Reflect return value. 2005-02-06 05:04:34 +00:00
ROADMAP
acconfig.h * exceptions.cc (set_signal_mask): Redefine to not pass by address. Report 2003-12-23 16:26:31 +00:00
ansi.sgml minor cleanup 2004-12-05 02:30:20 +00:00
assert.cc
autoload.cc copyright 2005-02-20 04:25:33 +00:00
automode.c
binmode.c
child_info.h copyright 2005-02-20 04:25:33 +00:00
config.h.in * exceptions.cc (set_signal_mask): Redefine to not pass by address. Report 2003-12-23 16:26:31 +00:00
configure * configure.in: Remove NEWVFORK default. 2004-01-23 23:05:33 +00:00
configure.in * configure.in: Remove NEWVFORK default. 2004-01-23 23:05:33 +00:00
cpuid.h * path.cc (chdir): Always use the normalized_path as posix_cwd, except if it 2004-05-28 19:50:07 +00:00
crt0.c * crt0.o (mainCRTStartup): 16 byte align stack for main function. 2004-05-04 14:46:25 +00:00
cxx.cc
cygerrno.h * cygerrno.h (set_errno): Replace semicolon with comma in non-DEBUGGING 2004-02-02 10:47:29 +00:00
cygheap.cc copyright 2005-02-20 04:25:33 +00:00
cygheap.h copyright 2005-02-20 04:25:33 +00:00
cygmagic
cygmalloc.h * debug.h (console_printf): Define for non-debugging condition. 2004-02-09 04:04:24 +00:00
cygserver.h * cygserver.h (CYGWIN_SERVER_VERSION_API): Bump. 2004-06-03 19:52:12 +00:00
cygserver_ipc.h * debug.h (console_printf): Define for non-debugging condition. 2004-02-09 04:04:24 +00:00
cygserver_msg.h * path.cc (chdir): Always use the normalized_path as posix_cwd, except if it 2004-05-28 19:50:07 +00:00
cygserver_sem.h * path.cc (chdir): Always use the normalized_path as posix_cwd, except if it 2004-05-28 19:50:07 +00:00
cygserver_shm.h
cygthread.cc white space 2005-02-13 18:17:29 +00:00
cygthread.h * cygthread.h (cygthread::terminate_thread): Reflect return value. 2005-02-06 05:04:34 +00:00
cygtls.cc * cygtls.cc (cygtls::call2): Move socket cleanup. 2005-01-29 03:09:50 +00:00
cygtls.h * child_info.h (child_info_spawn::hexec_proc): Eliminate. 2004-11-26 04:15:10 +00:00
cygwin-shilka
cygwin.din * cygwin.din: Export getpriority and setpriority. 2005-01-25 22:45:11 +00:00
cygwin.sc
cygwin_version.h
dcrt0.cc * pinfo.h (_pinfo::set_exit_state): Declare new function. 2005-01-11 15:31:04 +00:00
debug.cc * child_info.h (child_info_spawn::hexec_proc): Eliminate. 2004-11-26 04:15:10 +00:00
debug.h * debug.h (console_printf): Define for non-debugging condition. 2004-02-09 04:04:24 +00:00
delqueue.cc
devices.cc * cygthread.cc (cygthread::terminate_thread): Wait briefly for notification 2005-02-01 16:49:13 +00:00
devices.h copyright 2005-02-20 04:25:33 +00:00
devices.in * cygthread.cc (cygthread::terminate_thread): Wait briefly for notification 2005-02-01 16:49:13 +00:00
dir.cc * path.cc (chdir): Always use the normalized_path as posix_cwd, except if it 2004-05-28 19:50:07 +00:00
dlfcn.cc Reorganize header file inclusion throughout so that cygerrno.h comes first. 2005-01-12 22:40:46 +00:00
dll_init.cc * Makefile.in (clean): Remove sigfe.s. 2004-02-13 19:34:32 +00:00
dll_init.h
dll_init.sgml 2004-01-12 Joshua Daniel Franklin <joshuadfranklin@yahoo.com> 2004-02-22 23:21:20 +00:00
dlmalloc.c remove keyword stuff 2004-05-12 16:21:18 +00:00
dlmalloc.h * include/cygwin/version.h: Bump DLL minor number to 8. 2004-01-20 19:36:35 +00:00
dtable.cc copyright 2005-02-20 04:25:33 +00:00
dtable.h copyright 2005-02-20 04:25:33 +00:00
dtable.sgml 2004-01-12 Joshua Daniel Franklin <joshuadfranklin@yahoo.com> 2004-02-22 23:21:20 +00:00
environ.cc * environ.cc (set_traverse): New function. 2005-01-31 20:02:36 +00:00
environ.h
errno.cc copyright 2005-02-20 04:25:33 +00:00
exceptions.cc copyright 2005-02-20 04:25:33 +00:00
exec.cc Reorganize header file inclusion throughout so that cygerrno.h comes first. 2005-01-12 22:40:46 +00:00
external.cc * child_info.h (child_info_spawn::hexec_proc): Eliminate. 2004-11-26 04:15:10 +00:00
external.sgml 2004-01-12 Joshua Daniel Franklin <joshuadfranklin@yahoo.com> 2004-02-22 23:21:20 +00:00
fcntl.cc Reorganize header file inclusion throughout so that cygerrno.h comes first. 2005-01-12 22:40:46 +00:00
fhandler.cc * fhandler.h (enum query_state): Add query_write_attributes state. 2005-02-20 11:44:32 +00:00
fhandler.h * fhandler.h (enum query_state): Add query_write_attributes state. 2005-02-20 11:44:32 +00:00
fhandler_clipboard.cc * Use new unified status_flag accessor methods from classes fhandler_*, 2004-04-10 13:45:10 +00:00
fhandler_console.cc * fhandler_console.cc (get_win32_attr): Avoid inappropriate intensity 2004-12-16 13:19:08 +00:00
fhandler_disk_file.cc * fhandler.h (enum query_state): Add query_write_attributes state. 2005-02-20 11:44:32 +00:00
fhandler_dsp.cc * exceptions.cc: (ctrl_c_handler): Do nothing while a Cygwin subprocess is 2004-09-12 03:47:57 +00:00
fhandler_fifo.cc * dtable.cc (dtable::find_fifo): Release lock after fifo found (still racy). 2004-06-07 04:26:32 +00:00
fhandler_floppy.cc Reorganize header file inclusion throughout so that cygerrno.h comes first. 2005-01-12 22:40:46 +00:00
fhandler_mem.cc Regularize most strace_prints throughout so that %E is always preceded by a 2004-09-03 01:53:12 +00:00
fhandler_nodevice.cc * fhandler_nodevice.cc (fhandler_nodevice::open): Assume that errno has already 2004-03-27 18:01:04 +00:00
fhandler_proc.cc * fhandler_proc.cc (format_proc_partitions): Remove PartitionType check since 2005-02-01 17:16:14 +00:00
fhandler_process.cc white space 2005-02-13 18:17:29 +00:00
fhandler_random.cc * Use new unified status_flag accessor methods from classes fhandler_*, 2004-04-10 13:45:10 +00:00
fhandler_raw.cc * fhandler.h (class fhandler_dev_raw): Remove is_writing flag. 2004-07-15 14:56:05 +00:00
fhandler_registry.cc copyright 2005-02-20 04:25:33 +00:00
fhandler_serial.cc * fhandler_serial.cc (fhandler_serial::dup): Call overlapped_setup 2005-01-13 20:10:04 +00:00
fhandler_socket.cc * fhandler.h (enum query_state): Add query_write_attributes state. 2005-02-20 11:44:32 +00:00
fhandler_tape.cc * fhandler_tape.cc (fhandler_dev_tape::open): Fix typo. 2004-09-09 11:35:15 +00:00
fhandler_termios.cc * fhandler_termios.cc (fhandler_termios::tcsetpgrp): Revert previous checkin. 2004-10-11 15:36:13 +00:00
fhandler_tty.cc * child_info.h (child_info_spawn::hexec_proc): Eliminate. 2004-11-26 04:15:10 +00:00
fhandler_virtual.cc copyright 2005-02-20 04:25:33 +00:00
fhandler_windows.cc * Use new unified status_flag accessor methods from classes fhandler_*, 2004-04-10 13:45:10 +00:00
fhandler_zero.cc copyright 2005-02-20 04:25:33 +00:00
flock.cc
fork.cc copyright 2005-02-20 04:25:33 +00:00
gcrt0.c
gendef * cygtls.h (waitq): Declare structure here. 2004-03-12 03:09:28 +00:00
gendevices white space 2005-02-13 18:17:29 +00:00
gentls_offsets white space 2005-02-13 18:17:29 +00:00
glob.c
gmon.c
gmon.h
grp.cc copyright 2005-02-20 04:25:33 +00:00
heap.cc * path.cc (chdir): Always use the normalized_path as posix_cwd, except if it 2004-05-28 19:50:07 +00:00
heap.h
hires.h * exceptions.cc (set_signal_mask): Redefine to not pass by address. Report 2003-12-23 16:26:31 +00:00
how-autoload-works.txt
how-cygheap-works.txt
how-fhandlers-work.txt
how-signals-work.txt minor cleanup 2004-03-14 05:35:19 +00:00
how-spawn-works.txt
how-to-debug-cygwin.txt
how-vfork-works.txt minor cleanup 2004-12-05 02:30:20 +00:00
init.cc copyright 2005-02-20 04:25:33 +00:00
ioctl.cc
ipc.cc
localtime.cc * localtime.cc: Temporary implementation of setting __tzrule's offset 2005-02-19 19:58:38 +00:00
malloc.cc
malloc_wrapper.cc copyright 2005-02-20 04:25:33 +00:00
mcount.c
misc-std.sgml
miscfuncs.cc copyright 2005-02-20 04:25:33 +00:00
mkvers.sh update copyright 2004-02-04 22:40:50 +00:00
mmap.cc copyright 2005-02-20 04:25:33 +00:00
msg.cc * path.cc (chdir): Always use the normalized_path as posix_cwd, except if it 2004-05-28 19:50:07 +00:00
mtinfo.h * path.cc (chdir): Always use the normalized_path as posix_cwd, except if it 2004-05-28 19:50:07 +00:00
net.cc copyright 2005-02-20 04:25:33 +00:00
netdb.cc
newsym
ntdll.h Christopher Faylor <cgf@timesys.com> 2004-09-03 01:32:02 +00:00
ntea.cc
passwd.cc * path.cc (chdir): Always use the normalized_path as posix_cwd, except if it 2004-05-28 19:50:07 +00:00
path.cc * path.cc (path_conv::check): Set fs flag when a unix-domain socket is 2005-02-17 17:21:11 +00:00
path.h copyright 2005-02-20 04:25:33 +00:00
path.sgml * path.sgml: Encode programming example with CDATA. 2004-12-31 01:13:28 +00:00
perprocess.h
pinfo.cc white space 2005-02-13 18:17:29 +00:00
pinfo.h copyright 2005-02-20 04:25:33 +00:00
pipe.cc * cygthread.cc (cygthread::release): Reset ev here if it exists. 2005-02-11 15:24:15 +00:00
poll.cc copyright 2005-02-20 04:25:33 +00:00
posix.sgml
profil.c
profil.h
pseudo-reloc.cc
pthread.cc
pwdgrp.h * exceptions.cc (set_signal_mask): Redefine to not pass by address. Report 2003-12-23 16:26:31 +00:00
registry.cc copyright 2005-02-20 04:25:33 +00:00
registry.h 2004-12-03 Pierre Humblet <pierre.humblet@ieee.org> 2004-12-03 02:00:37 +00:00
resource.cc
rmsym
scandir.cc
sched.cc * path.cc (chdir): Always use the normalized_path as posix_cwd, except if it 2004-05-28 19:50:07 +00:00
sec_acl.cc * autoload.cc (NtCreateFile): Add. 2004-04-16 21:22:13 +00:00
sec_helper.cc * path.cc (chdir): Always use the normalized_path as posix_cwd, except if it 2004-05-28 19:50:07 +00:00
security.cc 2004-10-28 Pierre Humblet <pierre.humblet@ieee.org> 2004-10-28 01:46:01 +00:00
security.h copyright 2005-02-20 04:25:33 +00:00
select.cc copyright 2005-02-20 04:25:33 +00:00
select.h * debug.h (console_printf): Define for non-debugging condition. 2004-02-09 04:04:24 +00:00
sem.cc * path.cc (chdir): Always use the normalized_path as posix_cwd, except if it 2004-05-28 19:50:07 +00:00
shared.cc copyright 2005-02-20 04:25:33 +00:00
shared.sgml Update Makefile to use xmlto 2004-12-27 19:03:56 +00:00
shared_info.h copyright 2005-02-20 04:25:33 +00:00
shm.cc * shm.cc: Whitespace fixes. 2004-07-20 16:08:49 +00:00
signal.cc * signal.cc: Fix copyright date. 2005-01-03 18:11:00 +00:00
sigproc.cc copyright 2005-02-20 04:25:33 +00:00
sigproc.h copyright 2005-02-20 04:25:33 +00:00
smallprint.c * smallprint.c (rnarg): Use long rather than unsigned long so that we get 2005-01-31 20:55:33 +00:00
spawn.cc copyright 2005-02-20 04:25:33 +00:00
speclib
stackdump.sgml Update Makefile to use xmlto 2004-12-27 19:03:56 +00:00
strace.cc Reorganize header file inclusion throughout so that cygerrno.h comes first. 2005-01-12 22:40:46 +00:00
string.h
strsep.cc
strsig.cc * Makefile.in (DLL_OFILES): Add strsig.o. 2004-02-03 21:59:27 +00:00
sync.cc * cygthread.cc (cygthread::is): Eliminate. 2004-05-16 04:18:50 +00:00
sync.h * cygthread.cc (cygthread::is): Eliminate. 2004-05-16 04:18:50 +00:00
syscalls.cc * fhandler.h (class fhandler_base): Declare new method link. 2005-02-19 21:53:36 +00:00
sysconf.cc Reorganize header file inclusion throughout so that cygerrno.h comes first. 2005-01-12 22:40:46 +00:00
syslog.cc Reorganize header file inclusion throughout so that cygerrno.h comes first. 2005-01-12 22:40:46 +00:00
termios.cc Rename _threadinfo to _cygtls, throughout. 2004-02-12 03:01:58 +00:00
textmode.c
textreadmode.c * Makefile.in (EXTRALIBS): Add libtextreadmode.a. 2004-04-06 14:22:43 +00:00
thread.cc copyright 2005-02-20 04:25:33 +00:00
thread.h * path.cc (chdir): Always use the normalized_path as posix_cwd, except if it 2004-05-28 19:50:07 +00:00
timer.cc update copyright 2005-01-06 16:36:40 +00:00
times.cc * fhandler.h (enum query_state): Add query_write_attributes state. 2005-02-20 11:44:32 +00:00
tlsoffsets.h * child_info.h (child_info_spawn::hexec_proc): Eliminate. 2004-11-26 04:15:10 +00:00
tty.cc * tty.cc (tty_list::terminate): Guard releasing the tty with tty_mutex. 2004-12-14 17:19:22 +00:00
tty.h Change the name "title_mutex" to "tty_mutex" throughout. 2004-05-17 15:27:56 +00:00
tz_posixrules.h
uinfo.cc Reorganize header file inclusion throughout so that cygerrno.h comes first. 2005-01-12 22:40:46 +00:00
uname.cc * exceptions.cc: (ctrl_c_handler): Do nothing while a Cygwin subprocess is 2004-09-12 03:47:57 +00:00
wait.cc * child_info.h (child_info_spawn::hexec_proc): Eliminate. 2004-11-26 04:15:10 +00:00
winbase.h * winbase.h (ilockincr): Add more neverending changes from the inexplicable 2004-06-04 23:55:44 +00:00
wincap.cc copyright 2005-02-20 04:25:33 +00:00
wincap.h copyright 2005-02-20 04:25:33 +00:00
window.cc * child_info.h (child_info_spawn::hexec_proc): Eliminate. 2004-11-26 04:15:10 +00:00
wininfo.h add missing file 2004-05-16 16:38:27 +00:00
winsup.h * fhandler.h (enum query_state): Add query_write_attributes state. 2005-02-20 11:44:32 +00:00
winver.rc