libc/winsup/cygwin
Christopher Faylor 76a3f968a5 * thread.cc (__cygwin_lock_lock): Don't bother locking when there is only one
known thread.
(__cygwin_lock_unlock): Ditto for unlocking.
2004-06-27 19:16:48 +00:00
..
config/i386 * gendef (stabilize_sig_stack): New function. 2004-02-18 20:48:38 +00:00
include * include/cygwin/version.h: REALLY bump dll minor version to 11. 2004-06-09 16:03:51 +00:00
lib * cygwin.din: Make crt0 functions NOSIGFE. 2003-12-31 06:30:48 +00:00
libc * path.cc (chdir): Always use the normalized_path as posix_cwd, except if it 2004-05-28 19:50:07 +00:00
regex * regex/regex.h: Define regoff_t as _off_t. 2003-04-10 19:49:30 +00:00
regexp
CYGWIN_LICENSE
ChangeLog * thread.cc (__cygwin_lock_lock): Don't bother locking when there is only one 2004-06-27 19:16:48 +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
Makefile.in * path.cc (is_unc_share): Remove redundant tests. 2004-05-04 15:09:58 +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
assert.cc
autoload.cc * autoload.cc (wsock_init): Keep lock while modifying return address. 2004-06-22 04:00:16 +00:00
automode.c
binmode.c
child_info.h * child_info.h: Update CHILD_INFO_MAGIC after 2004-04-03 change. 2004-04-08 15:44:53 +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 * cxx.cc (new): Fix formatting. Just return result of ccalloc rather than 2003-09-04 03:01:35 +00:00
cygerrno.h * cygerrno.h (set_errno): Replace semicolon with comma in non-DEBUGGING 2004-02-02 10:47:29 +00:00
cygheap.cc * spawn.cc (find_exec): Use has_slash to determine if path has a slash rather 2004-06-02 21:20:54 +00:00
cygheap.h * path.cc (chdir): Always use the normalized_path as posix_cwd, except if it 2004-05-28 19:50:07 +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 * cygserver.h (client_request::request_code_t): Add 2003-11-19 18:50:23 +00:00
cygthread.cc * cygthread.cc (cygthread::is): Eliminate. 2004-05-16 04:18:50 +00:00
cygthread.h * cygthread.cc (cygthread::is): Eliminate. 2004-05-16 04:18:50 +00:00
cygtls.cc * cygtls.cc (_cygtls::fixup_after_fork): Just manipulate the signal stack if a 2004-03-16 04:39:38 +00:00
cygtls.h * cygtls.cc (_cygtls::remove): Call remove_wq even when we can't necessarily 2004-03-15 02:47:35 +00:00
cygwin-shilka * cygwin-shilka: Remove '#line directives' or suffer debugging oddities. Use 2003-09-27 05:35:02 +00:00
cygwin.din * include/cygwin/version.h: Bump api minor version number. 2004-05-25 03:21:34 +00:00
cygwin.sc
cygwin_version.h
dcrt0.cc * path.cc (chdir): Always use the normalized_path as posix_cwd, except if it 2004-05-28 19:50:07 +00:00
debug.cc * debug.h (console_printf): Define for non-debugging condition. 2004-02-09 04:04:24 +00:00
debug.h * debug.h (console_printf): Define for non-debugging condition. 2004-02-09 04:04:24 +00:00
delqueue.cc 2003-11-11 Robert Collins <rbtcollins@hotmail.com> 2003-11-14 23:40:06 +00:00
devices.cc * devices.in: Change raw com device to more correct form. 2004-01-21 19:14:19 +00:00
devices.h Substitute 0x7fffffff and 0xffffffff by INT32_MAX and UINT32_MAX 2003-12-03 16:35:52 +00:00
devices.in * devices.in: Change raw com device to more correct form. 2004-01-21 19:14:19 +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 * debug.h (console_printf): Define for non-debugging condition. 2004-02-09 04:04:24 +00:00
dll_init.cc * Makefile.in (clean): Remove sigfe.s. 2004-02-13 19:34:32 +00:00
dll_init.h 2003-11-11 Robert Collins <rbtcollins@hotmail.com> 2003-11-14 23:40:06 +00:00
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 * dtable.cc (dtable::find_fifo): Release lock after fifo found (still racy). 2004-06-07 04:26:32 +00:00
dtable.h * cygheap.cc (init_cheap): Add ability to specify minimal cygwin heap size when 2004-03-21 17:41:40 +00:00
dtable.sgml 2004-01-12 Joshua Daniel Franklin <joshuadfranklin@yahoo.com> 2004-02-22 23:21:20 +00:00
environ.cc * path.cc (chdir): Always use the normalized_path as posix_cwd, except if it 2004-05-28 19:50:07 +00:00
environ.h 2003-11-11 Robert Collins <rbtcollins@hotmail.com> 2003-11-14 23:40:06 +00:00
errno.cc * errno.cc (errmap): Handle ERROR_IO_PENDING. 2004-04-19 19:29:10 +00:00
exceptions.cc * path.cc (chdir): Always use the normalized_path as posix_cwd, except if it 2004-05-28 19:50:07 +00:00
exec.cc * devices.cc: New file. 2003-09-25 00:37:18 +00:00
external.cc * path.cc (chdir): Always use the normalized_path as posix_cwd, except if it 2004-05-28 19:50:07 +00:00
external.sgml 2004-01-12 Joshua Daniel Franklin <joshuadfranklin@yahoo.com> 2004-02-22 23:21:20 +00:00
fcntl.cc * fcntl.cc (fcntl_worker): Remove static storage class. 2003-12-03 09:55:42 +00:00
fhandler.cc * fhandler.cc (fhandler_base::open): Remove 9x specific code. 2004-06-17 15:25:09 +00:00
fhandler.h * dtable.cc (dtable::find_fifo): Release lock after fifo found (still racy). 2004-06-07 04:26: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 * path.cc (chdir): Always use the normalized_path as posix_cwd, except if it 2004-05-28 19:50:07 +00:00
fhandler_disk_file.cc * fhandler_disk_file.cc (fhandler_disk_file::fchmod): Only try to open the file 2004-05-29 00:51:16 +00:00
fhandler_dsp.cc * path.cc (chdir): Always use the normalized_path as posix_cwd, except if it 2004-05-28 19:50:07 +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 * fhandler.h (class fhandler_dev_raw): Move status bits into protected 2004-04-09 20:39:19 +00:00
fhandler_mem.cc * fhandler_mem.cc (fhandler_dev_mem::fhandler_dev_mem): Move 2004-05-07 21:28:53 +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_cpuinfo): Test CPU vendor and print 2004-06-23 16:09:32 +00:00
fhandler_process.cc * Use new unified status_flag accessor methods from classes fhandler_*, 2004-04-10 13:45:10 +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 * path.cc (chdir): Always use the normalized_path as posix_cwd, except if it 2004-05-28 19:50:07 +00:00
fhandler_registry.cc * debug.h (console_printf): Define for non-debugging condition. 2004-02-09 04:04:24 +00:00
fhandler_serial.cc * path.cc (chdir): Always use the normalized_path as posix_cwd, except if it 2004-05-28 19:50:07 +00:00
fhandler_socket.cc * fhandler_socket.cc (fhandler_socket::release): Call 2004-06-23 07:36:21 +00:00
fhandler_tape.cc * path.cc (chdir): Always use the normalized_path as posix_cwd, except if it 2004-05-28 19:50:07 +00:00
fhandler_termios.cc * winsup.h (IMPLEMENT_STATUS_FLAG): New macro to define status flag 2004-04-13 09:04:22 +00:00
fhandler_tty.cc * path.cc (chdir): Always use the normalized_path as posix_cwd, except if it 2004-05-28 19:50:07 +00:00
fhandler_virtual.cc * fhandler.cc (fhandler_base::open): Simplify access evaluation 2004-04-14 16:36:26 +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 * Use new unified status_flag accessor methods from classes fhandler_*, 2004-04-10 13:45:10 +00:00
flock.cc * fcntl.cc (fcntl_worker): Remove static storage class. 2003-12-03 09:55:42 +00:00
fork.cc * fork.cc (fork_parent): Save parent pid in a temporary variable since child 2004-03-07 04:57:47 +00:00
gcrt0.c
gendef * cygtls.h (waitq): Declare structure here. 2004-03-12 03:09:28 +00:00
gendevices * gendevices: Issue error when shilka is missing. 2003-11-28 21:20:15 +00:00
gentls_offsets * gendef (stabilize_sig_stack): Correctly align this pointer for call to 2004-02-25 04:08:00 +00:00
glob.c * glob.c: Eliminate __INSIDE_CYGWIN__ preprocessor conditionals 2003-03-19 21:38:25 +00:00
gmon.c
gmon.h
grp.cc * path.cc (chdir): Always use the normalized_path as posix_cwd, except if it 2004-05-28 19:50:07 +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
init.cc * path.cc (chdir): Always use the normalized_path as posix_cwd, except if it 2004-05-28 19:50:07 +00:00
ioctl.cc Eliminate use of sigframe and sigthread throughout. 2003-11-28 20:55:59 +00:00
ipc.cc * exceptions.cc (ctrl_c_handler): Send SIGHUP when events occur only if there 2003-07-26 04:53:59 +00:00
localtime.cc * localtime.cc (localtime_r): Call tzset. 2004-02-08 19:59:27 +00:00
malloc.cc * Makefile.in (MALLOC_OFILES): Always fill in with correct malloc object. 2003-08-31 18:26:58 +00:00
malloc_wrapper.cc * gendef (sigreturn): Call stabilize_sig_stack to ensure that there are no 2004-03-04 05:31:14 +00:00
mcount.c
misc-std.sgml
miscfuncs.cc 2004-06-17 Pierre Humblet <pierre.humblet@ieee.org> 2004-06-17 13:34:26 +00:00
mkvers.sh update copyright 2004-02-04 22:40:50 +00:00
mmap.cc * miscfuncs.cc (check_invalid_virtual_addr): Assure the last page 2004-02-26 11:32:20 +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 * path.cc (chdir): Always use the normalized_path as posix_cwd, except if it 2004-05-28 19:50:07 +00:00
netdb.cc 2003-11-11 Robert Collins <rbtcollins@hotmail.com> 2003-11-14 23:40:06 +00:00
newsym * newsym: Reenable removal of tmp directory. Just use ar to generate archive 2003-07-07 05:30:33 +00:00
ntdll.h * winbase.h (ilockincr): More changes from the inexplicable world of gcc asm 2004-06-03 21:29:43 +00:00
ntea.cc Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate, 2003-12-07 22:37:12 +00:00
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 2004-06-17 Pierre Humblet <pierre.humblet@ieee.org> 2004-06-17 13:34:26 +00:00
path.h 2004-06-17 Pierre Humblet <pierre.humblet@ieee.org> 2004-06-17 13:34:26 +00:00
path.sgml 2004-01-12 Joshua Daniel Franklin <joshuadfranklin@yahoo.com> 2004-02-22 23:21:20 +00:00
perprocess.h
perthread.h * cygtls.h (waitq): Declare structure here. 2004-03-12 03:09:28 +00:00
pinfo.cc * dtable.cc (dtable::find_fifo): Release lock after fifo found (still racy). 2004-06-07 04:26:32 +00:00
pinfo.h Rename _threadinfo to _cygtls, throughout. 2004-02-12 03:01:58 +00:00
pipe.cc * Use new unified status_flag accessor methods from classes fhandler_*, 2004-04-10 13:45:10 +00:00
poll.cc * path.cc (chdir): Always use the normalized_path as posix_cwd, except if it 2004-05-28 19:50:07 +00:00
posix.sgml
profil.c * profil.h (PROFADDR): Prevent overflow when text segments are larger than 2003-04-28 20:10:54 +00:00
profil.h * profil.h (PROFADDR): Prevent overflow when text segments are larger than 2003-04-28 20:10:54 +00:00
pseudo-reloc.cc
pthread.cc 2003-11-11 Robert Collins <rbtcollins@hotmail.com> 2003-11-14 23:40:06 +00:00
pwdgrp.h * exceptions.cc (set_signal_mask): Redefine to not pass by address. Report 2003-12-23 16:26:31 +00:00
registry.cc * errno.cc (errmap): Handle ERROR_IO_PENDING. 2004-04-19 19:29:10 +00:00
registry.h
resource.cc * cygheap.cc (creturn): Set appropriate errno when out of memory. 2003-07-09 01:33:06 +00:00
rmsym * rmsym: Don't use ranlib. 2003-07-07 05:32:24 +00:00
scandir.cc Throughout, remove "include <errno.h>" from files which already include 2003-06-16 03:24:13 +00:00
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-06-17 Pierre Humblet <pierre.humblet@ieee.org> 2004-06-17 13:34:26 +00:00
security.h 2004-06-17 Pierre Humblet <pierre.humblet@ieee.org> 2004-06-17 13:34:26 +00:00
select.cc * Use new unified status_flag accessor methods from classes fhandler_*, 2004-04-10 13:45:10 +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 * path.cc (chdir): Always use the normalized_path as posix_cwd, except if it 2004-05-28 19:50:07 +00:00
shared.sgml 2004-01-12 Joshua Daniel Franklin <joshuadfranklin@yahoo.com> 2004-02-22 23:21:20 +00:00
shared_info.h * path.cc (path_conv::check): Optimize symlink replacements. 2004-04-10 00:50:16 +00:00
shm.cc * path.cc (chdir): Always use the normalized_path as posix_cwd, except if it 2004-05-28 19:50:07 +00:00
signal.cc * path.cc (normalize_posix_path): Reorganize to short circuit to DOS path 2004-03-25 15:15:27 +00:00
sigproc.cc * path.cc (chdir): Always use the normalized_path as posix_cwd, except if it 2004-05-28 19:50:07 +00:00
sigproc.h * path.cc (normalize_posix_path): Reorganize to short circuit to DOS path 2004-03-25 15:15:27 +00:00
smallprint.c 2003-11-11 Robert Collins <rbtcollins@hotmail.com> 2003-11-14 23:40:06 +00:00
spawn.cc * spawn.cc (find_exec): Use has_slash to determine if path has a slash rather 2004-06-02 21:20:54 +00:00
speclib * speclib: Use correct EOF marker. Ensure that directory is actually deleted 2003-11-28 20:51:11 +00:00
stackdump.sgml 2004-01-12 Joshua Daniel Franklin <joshuadfranklin@yahoo.com> 2004-02-22 23:21:20 +00:00
strace.cc Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate, 2003-12-07 22:37:12 +00:00
string.h whitespace cleanup 2003-03-09 20:31:07 +00:00
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 * path.cc (chdir): Always use the normalized_path as posix_cwd, except if it 2004-05-28 19:50:07 +00:00
sysconf.cc * path.cc (chdir): Always use the normalized_path as posix_cwd, except if it 2004-05-28 19:50:07 +00:00
syslog.cc * exceptions.cc (set_signal_mask): Redefine to not pass by address. Report 2003-12-23 16:26:31 +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 * thread.cc (__cygwin_lock_lock): Don't bother locking when there is only one 2004-06-27 19:16:48 +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 * cygwin/include/signal.h: Add copyright notice. 2004-01-19 05:46:54 +00:00
times.cc * cygwin/include/signal.h: Add copyright notice. 2004-01-19 05:46:54 +00:00
tlsoffsets.h * cygtls.h (waitq): Declare structure here. 2004-03-12 03:09:28 +00:00
tty.cc * path.cc (chdir): Always use the normalized_path as posix_cwd, except if it 2004-05-28 19:50:07 +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 * path.cc (chdir): Always use the normalized_path as posix_cwd, except if it 2004-05-28 19:50:07 +00:00
uname.cc
wait.cc * wait.cc (wait4): Initialize pointer on entry. Avoid calling 2004-03-12 22:03:33 +00:00
winbase.h * winbase.h (ilockincr): Add more neverending changes from the inexplicable 2004-06-04 23:55:44 +00:00
wincap.cc * path.cc (chdir): Always use the normalized_path as posix_cwd, except if it 2004-05-28 19:50:07 +00:00
wincap.h * errno.cc (errmap): Map ERROR_BEGINNING_OF_MEDIA and 2004-03-14 18:01:45 +00:00
window.cc * cygthread.cc (cygthread::is): Eliminate. 2004-05-16 04:18:50 +00:00
wininfo.h add missing file 2004-05-16 16:38:27 +00:00
winsup.h Change the name "title_mutex" to "tty_mutex" throughout. 2004-05-17 15:27:56 +00:00
winver.rc * winver.rc: Change Copyright hint to inlcude 2003. 2003-03-09 22:13:06 +00:00