libc/winsup/cygwin
Christopher Faylor cbda22eb63 * dllfixdbg: New perl script.
* configure.in: Detect objcopy, objdump, strip.
* configure: Regenerate.
* Makefile.in: Pass target objcopy/objdump to new dllfixdbg script.  Remove
previous perl check.
* cygwin.sc: Add .gnu_debuglink_overlay section for eventual replacement with
.gnu_debuglink section.  Revert move of cygheap to end of image.
2005-08-08 02:27:43 +00:00
..
config/i386
include * include/endian.h: Move everything into this file and define things more like 2005-08-06 23:00:06 +00:00
lib * lib/libcmain.c (main): Properly deal with quoted first argument. 2004-12-09 21:28:32 +00:00
libc Replace valid memory checks with new myfault class "exception handling", almost 2005-07-03 02:40:30 +00:00
regex white space and minor comment cleanup. 2005-05-02 03:50:11 +00:00
regexp
CYGWIN_LICENSE
ChangeLog * dllfixdbg: New perl script. 2005-08-08 02:27:43 +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 * ChangeLog: Split and create ChangeLog-2004. 2005-01-11 12:48:34 +00:00
Makefile.in * dllfixdbg: New perl script. 2005-08-08 02:27:43 +00:00
ROADMAP
acconfig.h
ansi.sgml minor cleanup 2004-12-05 02:30:20 +00:00
assert.cc
autoload.cc should have been checked in on 2005-06-29 2005-07-03 02:28:14 +00:00
automode.c
binmode.c
child_info.h * child_info.h (child_info::sync): Pass pid and HANDLE rather than using pinfo. 2005-07-17 00:51:03 +00:00
config.h.in white space and minor comment cleanup. 2005-05-02 03:50:11 +00:00
configure * dllfixdbg: New perl script. 2005-08-08 02:27:43 +00:00
configure.in * dllfixdbg: New perl script. 2005-08-08 02:27:43 +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
ctype.cc * include/ctype.h: New file. 2005-03-23 17:11:24 +00:00
cxx.cc * child_info.h (fork_info): Use different method to alias variable. 2005-03-19 21:45:15 +00:00
cygerrno.h * cygerrno.h: Make multi-inclusion safe. 2005-06-30 02:52:14 +00:00
cygheap.cc * child_info.h (child_info::sync): Pass pid and HANDLE rather than using pinfo. 2005-07-17 00:51:03 +00:00
cygheap.h * cygheap.h (struct init_cygheap): Delete cygwin_regname member. 2005-07-04 08:44:06 +00:00
cygmagic * cygmagic: Remove debugging cruft missed on 2005-05-21. 2005-05-30 00:54:01 +00:00
cygmalloc.h * cygmalloc.h (MSPACES): Define. This dropped through the cracks after the 2005-07-28 17:03:34 +00:00
cygserver.h * cygserver.h (CYGWIN_SERVER_VERSION_API): Bump. 2004-06-03 19:52:12 +00:00
cygserver_ipc.h
cygserver_msg.h Change foo (void) to foo () for all c++ functions throughout. Remove all 2005-07-05 03:16:46 +00:00
cygserver_sem.h Change foo (void) to foo () for all c++ functions throughout. Remove all 2005-07-05 03:16:46 +00:00
cygserver_shm.h Change foo (void) to foo () for all c++ functions throughout. Remove all 2005-07-05 03:16:46 +00:00
cygthread.cc * cygthread.cc (cygthread::simplestub): Wait for h to be filled out by main 2005-07-29 14:29:33 +00:00
cygthread.h Eliminate (void) cast on standalone function calls throughout. 2005-07-06 20:05:03 +00:00
cygtls.cc Replace valid memory checks with new myfault class "exception handling", almost 2005-07-03 02:40:30 +00:00
cygtls.h * cygtls.h (_cygtls): Perform minor reformatting. 2005-07-05 02:05:07 +00:00
cygwin-shilka
cygwin.din * fhandler.h (fhandler_base::pread): Declare new function. 2005-07-29 17:04:46 +00:00
cygwin.sc * dllfixdbg: New perl script. 2005-08-08 02:27:43 +00:00
cygwin_version.h
dcrt0.cc revert erroneous checkin 2005-08-07 02:38:46 +00:00
debug.cc * cygerrno.h (__set_errno): Define as inline function here. 2005-05-04 11:00:22 +00:00
debug.h Eliminate (void) cast on standalone function calls throughout. 2005-07-06 20:05:03 +00:00
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 Replace valid memory checks with new myfault class "exception handling", almost 2005-07-03 02:40:30 +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
dllfixdbg * dllfixdbg: New perl script. 2005-08-08 02:27:43 +00:00
dlmalloc.c remove keyword stuff 2004-05-12 16:21:18 +00:00
dlmalloc.h
dtable.cc fix indentation 2005-06-20 15:33:50 +00:00
dtable.h Change foo (void) to foo () for all c++ functions throughout. Remove all 2005-07-05 03:16:46 +00:00
dtable.sgml
environ.cc Eliminate (void) cast on standalone function calls throughout. 2005-07-06 20:05:03 +00:00
environ.h * environ.h (win_env::immediate): Declare new field. 2005-03-30 15:54:28 +00:00
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 * child_info.h (child_info::sync): Pass pid and HANDLE rather than using pinfo. 2005-07-17 00:51:03 +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::sync): Pass pid and HANDLE rather than using pinfo. 2005-07-17 00:51:03 +00:00
external.sgml
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 (fhandler_base::pread): Declare new function. 2005-07-29 17:04:46 +00:00
fhandler.h * include/sys/termios.h: Define TIOCMBIS and TIOCMBIC. 2005-08-02 09:17:15 +00:00
fhandler_clipboard.cc * fhandler_clipboard.cc (fhandler_dev_clipboard::close): Set membuffer to NULL. 2005-07-27 14:33:09 +00:00
fhandler_console.cc Eliminate (void) cast on standalone function calls throughout. 2005-07-06 20:05:03 +00:00
fhandler_disk_file.cc * fhandler_disk_file.cc (fhandler_base::pread): Don't move file offset pointer 2005-07-29 17:26:10 +00:00
fhandler_dsp.cc Change foo (void) to foo () for all c++ functions throughout. Remove all 2005-07-05 03:16:46 +00:00
fhandler_fifo.cc Change foo (void) to foo () for all c++ functions throughout. Remove all 2005-07-05 03:16:46 +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_mailslot.cc whitespace changes to hopefully force snapshot run. 2005-06-10 18:44:26 +00:00
fhandler_mem.cc Change foo (void) to foo () for all c++ functions throughout. Remove all 2005-07-05 03:16:46 +00:00
fhandler_netdrive.cc Eliminate (void) cast on standalone function calls throughout. 2005-07-06 20:05:03 +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 Eliminate (void) cast on standalone function calls throughout. 2005-07-06 20:05:03 +00:00
fhandler_process.cc Eliminate (void) cast on standalone function calls throughout. 2005-07-06 20:05:03 +00:00
fhandler_random.cc Change foo (void) to foo () for all c++ functions throughout. Remove all 2005-07-05 03:16:46 +00:00
fhandler_raw.cc Change foo (void) to foo () for all c++ functions throughout. Remove all 2005-07-05 03:16:46 +00:00
fhandler_registry.cc Eliminate (void) cast on standalone function calls throughout. 2005-07-06 20:05:03 +00:00
fhandler_serial.cc * include/sys/termios.h: Define TIOCMBIS and TIOCMBIC. 2005-08-02 09:17:15 +00:00
fhandler_socket.cc Change foo (void) to foo () for all c++ functions throughout. Remove all 2005-07-05 03:16:46 +00:00
fhandler_tape.cc * fhandler_tape.cc (fhandler_dev_tape::close): Don't do "extra stuff" 2005-07-05 07:28:52 +00:00
fhandler_termios.cc Eliminate (void) cast on standalone function calls throughout. 2005-07-06 20:05:03 +00:00
fhandler_tty.cc * fhandler_tty.cc (fhandler_tty_slave::tcflush): Return either 0 or -1. 2005-08-05 16:11:21 +00:00
fhandler_virtual.cc Change foo (void) to foo () for all c++ functions throughout. Remove all 2005-07-05 03:16:46 +00:00
fhandler_windows.cc * wininfo.h (wininfo::timer_active): Delete. 2005-03-27 01:57:38 +00:00
fhandler_zero.cc Change foo (void) to foo () for all c++ functions throughout. Remove all 2005-07-05 03:16:46 +00:00
flock.cc
fork.cc * fork.cc (fork_parent): Fix null deref if pinfo creation fails. 2005-07-29 14:22:56 +00:00
gcrt0.c
gendef * gendef: Use nocr to remove \r's from input. gendef (nocr): New function. 2005-07-27 16:16:51 +00:00
gendevices white space 2005-02-13 18:17:29 +00:00
gentls_offsets Replace valid memory checks with new myfault class "exception handling", almost 2005-07-03 02:40:30 +00:00
glob.c * glob.c: (glob0): New local variable `limit`. Use in calls to glob1 2005-06-18 19:04:25 +00:00
gmon.c
gmon.h
grp.cc * grp.cc (initgroups32): Return the correct value. 2005-04-18 16:03:08 +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 * mmap.cc (mmap64): Avoid compiler warning. 2005-05-18 17:23:17 +00:00
hookapi.cc * child_info.h (child_info::sync): Pass pid and HANDLE rather than using pinfo. 2005-07-17 00:51: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 minor cleanup 2004-12-05 02:30:20 +00:00
init.cc * cygwin.sc: Place .cygwin_dll_common. 2005-06-09 19:29:27 +00:00
ioctl.cc
ipc.cc
localtime.cc Eliminate (void) cast on standalone function calls throughout. 2005-07-06 20:05:03 +00:00
lsearch.cc white space and minor comment cleanup. 2005-05-02 03:50:11 +00:00
malloc.cc * cygmalloc.h (MSPACES): Define. This dropped through the cracks after the 2005-07-28 17:03:34 +00:00
malloc_wrapper.cc * sync.h (muto::operator int): New operator. 2005-04-05 04:31:00 +00:00
mcount.c
misc-std.sgml
miscfuncs.cc Eliminate (void) cast on standalone function calls throughout. 2005-07-06 20:05:03 +00:00
mktemp.cc Add top comment 2005-05-25 03:43:58 +00:00
mkvers.sh
mmap.cc Eliminate (void) cast on standalone function calls throughout. 2005-07-06 20:05:03 +00:00
msg.cc Replace valid memory checks with new myfault class "exception handling", almost 2005-07-03 02:40:30 +00:00
mtinfo.h Change foo (void) to foo () for all c++ functions throughout. Remove all 2005-07-05 03:16:46 +00:00
net.cc Replace valid memory checks with new myfault class "exception handling", almost 2005-07-03 02:40:30 +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 Eliminate (void) cast on standalone function calls throughout. 2005-07-06 20:05:03 +00:00
path.cc * path.cc (mount): Only check win32_path when we know we need it. 2005-07-09 17:15:38 +00:00
path.h Remove PC_FULL from path_conv usage throughout. 2005-05-13 15:46:07 +00:00
path.sgml * path.sgml: Encode programming example with CDATA. 2004-12-31 01:13:28 +00:00
perprocess.h
pinfo.cc * include/endian.h: Move everything into this file and define things more like 2005-08-06 23:00:06 +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 Eliminate (void) cast on standalone function calls throughout. 2005-07-06 20:05:03 +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 Change foo (void) to foo () for all c++ functions throughout. Remove all 2005-07-05 03:16:46 +00:00
pwdgrp.h * sync.h (muto::initforce): Delete flawed implementation. 2005-04-05 06:04:57 +00:00
registry.cc * cygheap.cc (cygheap_init): Accomodate set_process_privilege change. 2005-04-03 13:06:43 +00:00
registry.h 2004-12-03 Pierre Humblet <pierre.humblet@ieee.org> 2004-12-03 02:00:37 +00:00
resource.cc Replace valid memory checks with new myfault class "exception handling", almost 2005-07-03 02:40:30 +00:00
rmsym
scandir.cc * fhandler_clipboard.cc (fhandler_dev_clipboard::write): Never set 2005-03-01 11:51:29 +00:00
sched.cc Change foo (void) to foo () for all c++ functions throughout. Remove all 2005-07-05 03:16:46 +00:00
sec_acl.cc * pinfo.cc (pinfo::init): Define sa_buf as PSECURITY_ATTRIBUTES and 2005-06-07 19:31:42 +00:00
sec_helper.cc Change foo (void) to foo () for all c++ functions throughout. Remove all 2005-07-05 03:16:46 +00:00
security.cc * security.cc (get_initgroups_sidlist): Drop special_pgrp parameter. 2005-06-21 20:38:05 +00:00
security.h Change foo (void) to foo () for all c++ functions throughout. Remove all 2005-07-05 03:16:46 +00:00
select.cc Eliminate (void) cast on standalone function calls throughout. 2005-07-06 20:05:03 +00:00
select.h
sem.cc Replace valid memory checks with new myfault class "exception handling", almost 2005-07-03 02:40:30 +00:00
shared.cc Eliminate (void) cast on standalone function calls throughout. 2005-07-06 20:05:03 +00:00
shared.sgml Update Makefile to use xmlto 2004-12-27 19:03:56 +00:00
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 Replace valid memory checks with new myfault class "exception handling", almost 2005-07-03 02:40:30 +00:00
signal.cc Eliminate (void) cast on standalone function calls throughout. 2005-07-06 20:05:03 +00:00
sigproc.cc * child_info.h (child_info::sync): Pass pid and HANDLE rather than using pinfo. 2005-07-17 00:51:03 +00:00
sigproc.h * cygthread.cc (cygthread::detach): Fix debugging output. 2005-06-15 22:50:31 +00:00
smallprint.c * child_info.h (fork_info): Use different method to alias variable. 2005-03-19 21:45:15 +00:00
spawn.cc * child_info.h (child_info::sync): Pass pid and HANDLE rather than using pinfo. 2005-07-17 00:51:03 +00:00
speclib
stackdump.sgml Update Makefile to use xmlto 2004-12-27 19:03:56 +00:00
strace.cc white space and minor comment cleanup. 2005-05-02 03:50:11 +00:00
string.h
strsep.cc
strsig.cc
sync.cc Eliminate (void) cast on standalone function calls throughout. 2005-07-06 20:05:03 +00:00
sync.h * sync.h (muto::initforce): Delete flawed implementation. 2005-04-05 06:04:57 +00:00
syscalls.cc * fhandler.h (fhandler_base::pread): Declare new function. 2005-07-29 17:04:46 +00:00
sysconf.cc * cygerrno.h (__seterrno_from_nt_status): Define. Always set Win32 2005-04-13 16:41:33 +00:00
syslog.cc * Makefile.in (DLL_OFILES): Add fhandler_mailslot.o. 2005-05-10 20:56:07 +00:00
termios.cc Eliminate (void) cast on standalone function calls throughout. 2005-07-06 20:05:03 +00:00
textmode.c
textreadmode.c * Makefile.in (EXTRALIBS): Add libtextreadmode.a. 2004-04-06 14:22:43 +00:00
thread.cc * thread.cc (pthread::create(3 args)): Make bool. 2005-08-05 16:14:41 +00:00
thread.h * thread.cc (pthread::create(3 args)): Make bool. 2005-08-05 16:14:41 +00:00
timer.cc Eliminate (void) cast on standalone function calls throughout. 2005-07-06 20:05:03 +00:00
times.cc Replace valid memory checks with new myfault class "exception handling", almost 2005-07-03 02:40:30 +00:00
tlsoffsets.h Replace valid memory checks with new myfault class "exception handling", almost 2005-07-03 02:40:30 +00:00
tty.cc Eliminate (void) cast on standalone function calls throughout. 2005-07-06 20:05:03 +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 Eliminate (void) cast on standalone function calls throughout. 2005-07-06 20:05:03 +00:00
uname.cc Replace valid memory checks with new myfault class "exception handling", almost 2005-07-03 02:40:30 +00:00
wait.cc Change pthread::cancelable_wait to just cancelable_wait, throughout. 2005-06-09 05:11:51 +00:00
winbase.h * pinfo.cc (pinfo::init): Define sa_buf as PSECURITY_ATTRIBUTES and 2005-06-07 19:31:42 +00:00
wincap.cc * cygerrno.h: Make multi-inclusion safe. 2005-06-30 02:52:14 +00:00
wincap.h * cygerrno.h: Make multi-inclusion safe. 2005-06-30 02:52:14 +00:00
window.cc * sync.h (muto::operator int): New operator. 2005-04-05 04:31:00 +00:00
wininfo.h * sync.h (muto::operator int): New operator. 2005-04-05 04:31:00 +00:00
winsup.h * child_info.h (child_info::sync): Pass pid and HANDLE rather than using pinfo. 2005-07-17 00:51:03 +00:00
winver.rc