newlib/winsup/cygwin
Christopher Faylor b739751db9 * cygthread.cc (cygthread::detach): Make error message a little more detailed.
* fhandler.cc (fhandler_base::raw_read): Ditto for debug message.
* dcrt0.cc (do_exit): Add some more synchronization tests.
* fhandler_fifo.cc (fhandler_fifo::dup): Don't duplicate a nonexistent handle.
Use derived return value rather than always retuning 0.
* fhandler_netdrive.cc (fhandler_netdrive::exists): Wnet -> WNet.
* winsup.h (exit_states): Add a couple of new exit states.
2005-06-07 18:41:31 +00:00
..
config/i386
include * include/machine/stdlib.h: New file. 2005-06-01 18:24:31 +00:00
lib
libc
regex white space and minor comment cleanup. 2005-05-02 03:50:11 +00:00
regexp
CYGWIN_LICENSE
ChangeLog * cygthread.cc (cygthread::detach): Make error message a little more detailed. 2005-06-07 18:41:31 +00:00
ChangeLog-1995 white space and minor comment cleanup. 2005-05-02 03:50:11 +00:00
ChangeLog-1996 white space and minor comment cleanup. 2005-05-02 03:50:11 +00:00
ChangeLog-1997 white space and minor comment cleanup. 2005-05-02 03:50:11 +00:00
ChangeLog-1998
ChangeLog-1999
ChangeLog-2000
ChangeLog-2001
ChangeLog-2002
ChangeLog-2003
ChangeLog-2004
Makefile.in * Makefile.in: Build sync.o with -fomit-frame-pointer and -O3. 2005-06-05 04:15:16 +00:00
ROADMAP
acconfig.h
ansi.sgml
assert.cc
autoload.cc * autoload.cc (WNetGetResourceParentA): Import. 2005-05-13 20:20:02 +00:00
automode.c
binmode.c
child_info.h * child_info.h (child_info::cygheap_h): Delete. 2005-06-01 03:46:56 +00:00
config.h.in white space and minor comment cleanup. 2005-05-02 03:50:11 +00:00
configure
configure.in
cpuid.h
crt0.c
ctype.cc
cxx.cc
cygerrno.h * cygerrno.h (__set_errno): Remove useless parentheses. 2005-05-04 11:05:11 +00:00
cygheap.cc Revert 2005-05-30 close_all_files changes. 2005-06-02 02:36:50 +00:00
cygheap.h * child_info.h (child_info::cygheap_h): Delete. 2005-06-01 03:46:56 +00:00
cygmagic * cygmagic: Remove debugging cruft missed on 2005-05-21. 2005-05-30 00:54:01 +00:00
cygmalloc.h
cygserver.h
cygserver_ipc.h
cygserver_msg.h
cygserver_sem.h
cygserver_shm.h
cygthread.cc * cygthread.cc (cygthread::detach): Make error message a little more detailed. 2005-06-07 18:41:31 +00:00
cygthread.h
cygtls.cc * cygtls.cc (_cygtls::remove): Eliminate compiler warning. 2005-05-13 03:21:39 +00:00
cygtls.h * cygtls.h (_local_storage::unknown_thread_name): New buffer. 2005-05-18 23:30:02 +00:00
cygwin-shilka
cygwin.din * cygwin.din: Remove signal front end from pthread_[gs]etspecific. 2005-05-29 02:26:29 +00:00
cygwin.sc * cygwin.sc: Don't output .reloc or .rsrc sections. Clean up stuff around 2005-06-01 04:42:44 +00:00
cygwin_version.h
dcrt0.cc * cygthread.cc (cygthread::detach): Make error message a little more detailed. 2005-06-07 18:41:31 +00:00
debug.cc * cygerrno.h (__set_errno): Define as inline function here. 2005-05-04 11:00:22 +00:00
debug.h
delqueue.cc
devices.cc * Makefile.in (DLL_OFILES): Add fhandler_mailslot.o. 2005-05-10 20:56:07 +00:00
devices.h * fhandler.h (fhandler_cygdrive::seekdir): Delete declaration. 2005-05-19 05:43:55 +00:00
devices.in * Makefile.in (DLL_OFILES): Add fhandler_mailslot.o. 2005-05-10 20:56:07 +00:00
dir.cc * fhandler.h (fhandler_base::mkdir): New virtual method. 2005-05-25 04:32:59 +00:00
dlfcn.cc * dcrt0.cc (cygwin_dll_init): Now initializes main_environ and cygtls. Comment 2005-06-04 02:11:50 +00:00
dll_init.cc * dcrt0.cc (do_global_dtors): Run DLL dtors. 2005-04-14 17:34:03 +00:00
dll_init.h * dcrt0.cc (do_global_dtors): Run DLL dtors. 2005-04-14 17:34:03 +00:00
dll_init.sgml
dlmalloc.c
dlmalloc.h
dtable.cc Revert 2005-05-30 close_all_files changes. 2005-06-02 02:36:50 +00:00
dtable.h Revert 2005-05-30 close_all_files changes. 2005-06-02 02:36:50 +00:00
dtable.sgml
environ.cc * cygheap.h: Reference _cygheap_start via .cygheap section. 2005-05-27 18:26:19 +00:00
environ.h
errno.cc * spawn.cc (find_exec): Accept a PATH-like string in place of an environment 2005-05-22 03:54:29 +00:00
exceptions.cc * cygtls.h (_local_storage::unknown_thread_name): New buffer. 2005-05-18 23:30:02 +00:00
exec.cc
external.cc * external.cc: Move pids declaration to file scope and use less enthusiastic 2005-05-19 01:25:20 +00:00
external.sgml
fcntl.cc
fhandler.cc * cygthread.cc (cygthread::detach): Make error message a little more detailed. 2005-06-07 18:41:31 +00:00
fhandler.h Revert 2005-05-30 close_all_files changes. 2005-06-02 02:36:50 +00:00
fhandler_clipboard.cc
fhandler_console.cc * cygtls.cc (_cygtls::remove): Clear exitsock after close. 2005-05-11 03:33:38 +00:00
fhandler_disk_file.cc * fhandler_disk_file.cc (fhandler_disk_file::fchown): Make sure that disk open 2005-06-02 01:50:23 +00:00
fhandler_dsp.cc
fhandler_fifo.cc * cygthread.cc (cygthread::detach): Make error message a little more detailed. 2005-06-07 18:41:31 +00:00
fhandler_floppy.cc
fhandler_mailslot.cc * Makefile.in (DLL_OFILES): Add fhandler_mailslot.o. 2005-05-10 20:56:07 +00:00
fhandler_mem.cc
fhandler_netdrive.cc * cygthread.cc (cygthread::detach): Make error message a little more detailed. 2005-06-07 18:41:31 +00:00
fhandler_nodevice.cc
fhandler_proc.cc * external.cc: Move pids declaration to file scope and use less enthusiastic 2005-05-19 01:25:20 +00:00
fhandler_process.cc white space and minor comment cleanup. 2005-05-02 03:50:11 +00:00
fhandler_random.cc * fhandler.h (fhandler_base::mkdir): New virtual method. 2005-05-25 04:32:59 +00:00
fhandler_raw.cc
fhandler_registry.cc
fhandler_serial.cc
fhandler_socket.cc * fhandler_socket.cc (get_inet_addr): Add missing __seterrno call. 2005-05-03 14:07:19 +00:00
fhandler_tape.cc * shared_info.h (cygwin_shared_address): Bump to a higher value to avoid 2005-04-28 23:59:44 +00:00
fhandler_termios.cc
fhandler_tty.cc * fhandler_tty.cc (fhandler_tty_slave:tcflush): Use signed comparison. 2005-05-29 00:05:49 +00:00
fhandler_virtual.cc
fhandler_windows.cc
fhandler_zero.cc
flock.cc
fork.cc * child_info.h (child_info::cygheap_h): Delete. 2005-06-01 03:46:56 +00:00
gcrt0.c
gendef
gendevices
gentls_offsets
glob.c
gmon.c
gmon.h
grp.cc * grp.cc (initgroups32): Return the correct value. 2005-04-18 16:03:08 +00:00
heap.cc
heap.h
hires.h * mmap.cc (mmap64): Avoid compiler warning. 2005-05-18 17:23:17 +00:00
hookapi.cc * dcrt0.cc (do_global_dtors): Run DLL dtors. 2005-04-14 17:34:03 +00:00
how-autoload-works.txt white space and minor comment cleanup. 2005-05-02 03:50:11 +00:00
how-cygheap-works.txt
how-cygtls-works.txt * dcrt0.cc (cygwin_dll_init): Now initializes main_environ and cygtls. Comment 2005-06-04 02:11:50 +00:00
how-fhandlers-work.txt
how-signals-work.txt
how-spawn-works.txt
how-to-debug-cygwin.txt fix breakpoint example 2005-05-06 21:09:35 +00:00
how-vfork-works.txt
init.cc * include/sys/cygwin.h (enum cygwin_getinfo_types): Add CW_DEBUG_SELF. 2005-05-17 01:21:06 +00:00
ioctl.cc
ipc.cc
localtime.cc
lsearch.cc white space and minor comment cleanup. 2005-05-02 03:50:11 +00:00
malloc.cc * malloc.cc: Update to Doug Lea's malloc v2.8.0. 2005-06-05 03:47:36 +00:00
malloc_wrapper.cc
mcount.c
misc-std.sgml
miscfuncs.cc
mktemp.cc Add top comment 2005-05-25 03:43:58 +00:00
mkvers.sh
mmap.cc * mmap.cc (mmap64): Make granularity an automatic variable. 2005-05-19 08:43:17 +00:00
msg.cc
mtinfo.h
net.cc white space and minor comment cleanup. 2005-05-02 03:50:11 +00:00
netdb.cc
newsym white space and minor comment cleanup. 2005-05-02 03:50:11 +00:00
ntdll.h white space and minor comment cleanup. 2005-05-02 03:50:11 +00:00
ntea.cc * mmap.cc (mmap64): Avoid compiler warning. 2005-05-18 17:23:17 +00:00
passwd.cc
path.cc * path.cc (symlink_info::check): If GetFileAttributes returns 2005-06-06 16:58:39 +00:00
path.h Remove PC_FULL from path_conv usage throughout. 2005-05-13 15:46:07 +00:00
path.sgml
perprocess.h
pinfo.cc white space and minor comment cleanup. 2005-05-02 03:50:11 +00:00
pinfo.h * external.cc: Move pids declaration to file scope and use less enthusiastic 2005-05-19 01:25:20 +00:00
pipe.cc * fhandler.cc (fhandler_base::read): Remove unused signal state tweaks. 2005-04-22 13:58:09 +00:00
poll.cc white space and minor comment cleanup. 2005-05-02 03:50:11 +00:00
posix.sgml
profil.c
profil.h
pseudo-reloc.cc
pthread.cc
pwdgrp.h
registry.cc
registry.h
resource.cc
rmsym
scandir.cc
sched.cc
sec_acl.cc Remove PC_FULL from path_conv usage throughout. 2005-05-13 15:46:07 +00:00
sec_helper.cc
security.cc * security.cc (alloc_sd): Remove DELETE bit from user's ACE if 2005-04-19 10:10:13 +00:00
security.h white space and minor comment cleanup. 2005-05-02 03:50:11 +00:00
select.cc * Makefile.in (DLL_OFILES): Add fhandler_mailslot.o. 2005-05-10 20:56:07 +00:00
select.h
sem.cc
shared.cc * shared.cc (user_shared_initialize): Rework locking so that nothing is checked 2005-05-04 01:20:05 +00:00
shared.sgml
shared_info.h * shared_info.h (cygwin_shared_address): Bump to a higher value to avoid 2005-04-28 23:59:44 +00:00
shm.cc
signal.cc
sigproc.cc * child_info.h (child_info::cygheap_h): Delete. 2005-06-01 03:46:56 +00:00
sigproc.h
smallprint.c
spawn.cc Revert 2005-05-30 close_all_files changes. 2005-06-02 02:36:50 +00:00
speclib
stackdump.sgml
strace.cc white space and minor comment cleanup. 2005-05-02 03:50:11 +00:00
string.h
strsep.cc
strsig.cc
sync.cc * sync.cc (muto::acquire): Remove unneeded brackets and fix whitespace. 2005-06-05 04:07:46 +00:00
sync.h
syscalls.cc Revert 2005-05-30 close_all_files changes. 2005-06-02 02:36:50 +00:00
sysconf.cc
syslog.cc * Makefile.in (DLL_OFILES): Add fhandler_mailslot.o. 2005-05-10 20:56:07 +00:00
termios.cc
textmode.c
textreadmode.c
thread.cc * thread.h (pthread_key::set): Inline. 2005-05-29 02:42:36 +00:00
thread.h * thread.h (List_remove): Revert most of 2005-05-30 change. 2005-06-01 14:55:45 +00:00
timer.cc white space and minor comment cleanup. 2005-05-02 03:50:11 +00:00
times.cc * times.cc (time_ms::usecs): Coerce comparison to signed or whole test is a 2005-05-28 21:31:17 +00:00
tlsoffsets.h * cygtls.h (_local_storage::unknown_thread_name): New buffer. 2005-05-18 23:30:02 +00:00
tty.cc
tty.h
tz_posixrules.h
uinfo.cc white space and minor comment cleanup. 2005-05-02 03:50:11 +00:00
uname.cc * uname.cc (uname): Change "amd64" to "x86_64" as on Linux. 2005-06-06 16:17:10 +00:00
wait.cc
winbase.h
wincap.cc
wincap.h
window.cc
wininfo.h
winsup.h * cygthread.cc (cygthread::detach): Make error message a little more detailed. 2005-06-07 18:41:31 +00:00
winver.rc