summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* * heap.h (inheap): Rewrite macro to accomodate removal of brk macros below.Christopher Faylor2001-09-092-1/+8
|
* * cygheap.cc (cygheap_fixup_in_child): Clear cygheap->base so that heap is notChristopher Faylor2001-09-098-65/+82
| | | | | | | | | | | forced to start at the same place in execed process. * heap.cc: Remove brk* macros for clarity throughout. * heap.h: Ditto. * shared.cc (shared_info::initialize): Move heap_chunk test into heap_chunk_size(). (heap_chunk_size): Check for chunk size here. Don't go to registry if heap_chunk_in_mb is already set. * smallprint.c (console_printf): Add Windows 95 concessions.
* * child_info.h (PROC_MAGIC): Bump magic number.Christopher Faylor2001-09-092-1/+5
|
* * cygheap.cc (init_cygheap::etc_changed): New method to signalCorinna Vinschen2001-09-097-103/+124
| | | | | | | | | | | | | | | | | | a change in /etc. * cygheap.h (struct init_cygheap): Add member `etc_changed_h' and method `etc_changed'. * grp.cc (enum grp_state): Eliminate. (class grp_check): Ditto. (group_state): Define as `class pwdgrp_check'. (parse_grp): Remeber path and modification time of /etc/group file. * passwd.cc (enum_pwd_state): Eliminate. (class pwd_check): Ditto. (passwd_state): Define as `class pwdgrp_check'. (read_etc_passwd): Remember path and modification time of /etc/passwd file. * pwdgrp.h: New file. (enum pwdgrp_state): Substitutes `pwd_state' and `grp_state'. (class pwdgrp_check): Substitutes `pwd_check' and `grp_check'.
* * winsup.api/ltp/dup03.c: New test.Egor Duda2001-09-0916-15/+4196
| | | | | | | | | | | | | | | | | | | * winsup.api/ltp/lseek03.c: Ditto. * winsup.api/ltp/mmap001.c: Ditto. * winsup.api/ltp/read01.c: Ditto. * winsup.api/ltp/readdir01.c: Ditto. * winsup.api/ltp/rmdir05.c: Ditto. * winsup.api/ltp/sbrk01.c: Ditto. * winsup.api/ltp/select02.c: Ditto. * winsup.api/ltp/select03.c: Ditto. * winsup.api/ltp/signal03.c: Ditto. * winsup.api/ltp/stat06.c: Ditto. * winsup.api/ltp/unlink08.c: Ditto. * winsup.api/known_bugs.tcl: Update to reflect new test's known failures. * winsup.api/winsup.exp: Don't delete executable in case of unexpected pass, as well as in case of unexpected failure. * README: Update paragraph about expected failures.
* * dumper.cc (main): Change command-line arguments format to beEgor Duda2001-09-092-22/+39
| | | | | | | similar to gdb. Allow adding error_start=x:\path\to\dumper.exe to CYGWIN environment variable to perform core dumping in case of program crash. (usage): Ditto.
* * include/cygwin/version.h: Bump API minor version to 45 accordingCorinna Vinschen2001-09-092-1/+6
| | | | to adding the gamm*_r functions.
* * fork.cc (fork_parent): Stop malloc activity while fork is in control of theChristopher Faylor2001-09-095-22/+25
| | | | | | | | heap. * sigproc.cc (NZOMBIES): Rename from ZOMBIEMAX for clarity. (zombies): Revert to original behavior. Allocating zombie array resulted in performance hit. * winsup.h: Declare malloc lock routines.
* * cygwin.din: Add gamm*_r function exports.Christopher Faylor2001-09-083-1/+13
|
* * cygheap.h (init_cygheap): Move heap pointers here.Christopher Faylor2001-09-0743-543/+571
| | | | | | | | | | | | | | | | | | | * include/sys/cygwin.h (perprocess): Remove heap pointers. * dcrt0.cc (__cygwin_user_data): Reflect obsolete perprocess stuff. (_dll_crt0): Don't initialize heap pointers. (cygwin_dll_init): Ditto. (release_upto): Use heap pointers from cygheap. * heap.h: Ditto. * fork.cc (fork_parent): Ditto. Don't set heap pointers in ch. (fork_child): Remove obsolete sigproc_fixup_after_fork. * shared.cc (memory_init): Reorganize so that cygheap initialization is called prior to regular heap since regular heap uses cygheap now. * sigproc.cc (proc_subproc): Eliminate zombies allocation. (sigproc_init): Move zombies alloation here. Don't free up array on fork, just reuse it. (sigproc_fixup_after_fork): Eliminate. * sigproc.h: Ditto. * include/cygwin/version.h: Reflect change to perprocess structure.
* 2001-09-07 Jeff Law <law@redhat.com>Jeff Johnston2001-09-072-3/+8
| | | | | * libc/sys/h8300hms/crt0.S: For H8/300H and H8/S, load address of __fini with "mov.l" instead of "mov.w".
* Fri Sep 7 10:53:34 2001 Jason Tishler <jason@tishler.net>Corinna Vinschen2001-09-072-3/+16
| | | | | * poll.cc (poll): Change implementation to only call select() when no invalid file descriptors are specified.
* * how-resources.texinfo: Add some additional words about where to findChristopher Faylor2001-09-072-0/+11
| | | | documentation.
* * include/limits.h: Define PIPE_BUF.Corinna Vinschen2001-09-073-2/+13
| | | | | * syscalls.cc (fpathconf): Use PIPE_BUF instead of numerical constant. (pathconf): Ditto.
* experiment.Christopher Faylor2001-09-071-1/+1
|
* * fhandler_socket.cc (fhandler_socket::fhandler_socket): Ensure thatChristopher Faylor2001-09-072-1/+6
| | | | prot_info_ptr is zeroed for later use.
* * cygheap.cc (cygheap_fixup_in_child): Don't consider a NULL bucket as aChristopher Faylor2001-09-063-2/+13
| | | | | | candidate for deletion. It is actually the end of a linked list chain. * exceptions.cc (open_stackdumpfile): Default to "unknown" program name if myself->progname hasn't been filled out yet.
* Another in the how-it-works series.Christopher Faylor2001-09-061-0/+22
|
* Fix import symbols for AIX.Tom Rix2001-09-062-1/+13
|
* Move appropriate variables to NO_COPY segment, throughout.Christopher Faylor2001-09-0617-27/+31
|
* Remove initialization of static or global values to zero, throughout. ThisChristopher Faylor2001-09-0620-38/+45
| | | | | | just needlessly grows the size of the DLL. * tty.cc (tty::alive): Make inuse handle non-inheriting on open, just for thread safety.
* * cygheap.h (init_cygheap): Move bucket array here from cygheap.cc.Christopher Faylor2001-09-0611-18/+49
| | | | | | | | | | | | * cygheap.cc: Throughout use bucket array from cygheap. * sigproc.cc (proc_subproc): Dynamically allocate zombie buffer to save DLL space. (sigproc_fixup_after_fork): Free zombie array after a fork. * sigproc.h (sigproc_fixup_after_fork): Declare. * dir.cc (mkdir): Expand buffer for security descriptor to 4K to avoid stack corruption. * fhandler.cc (fhandler_base::open): Ditto. * path.cc (symlink): Ditto.
* * Makefile.in (dumper): Change logic for libbfd and libintl so that they willChristopher Faylor2001-09-063-5/+11
| | | | | be found either in the build tree or the installed directory. * mkpasswd.c (enum_users): Add a comment as a password for NT.
* Revert inadvertently checked in files.Christopher Faylor2001-09-062-11/+1
|
* * Makefile.in: Install libstdc++.a if it does not exist.Christopher Faylor2001-09-052-1/+11
|
* minor wording changesChristopher Faylor2001-09-051-12/+16
|
* top level overview of vfork.Christopher Faylor2001-09-051-0/+34
|
* * winver.rc: Change copyright to include 2001.Corinna Vinschen2001-09-052-1/+5
|
* * libc/sys/cygwin/include/unistd.h: New file, wrapping sys/unistd.hCorinna Vinschen2001-09-052-0/+14
| | | | and getopt.h.
* * fhandler_floppy.cc (fhandler_floppy::lseek): Remove iswinnt check.Corinna Vinschen2001-09-052-36/+37
|
* * fhandler_socket.cc (fhandler_socket::close): Change 2MSL valueCorinna Vinschen2001-09-052-1/+6
| | | | according to MSDN.
* * net.cc (cygwin_connect): Add WSAEALREADY and WSAEINVAL handlingCorinna Vinschen2001-09-052-5/+15
| | | | for non-blocking sockets.
* * alpha.h (R_ALPHA_OP*, R_ALPHA_IMMED*, R_ALPHA_GPVALUE): Remove.Richard Henderson2001-09-052-17/+14
| | | | (R_ALPHA_GPREL16): Rename from R_ALPHA_IMMED_GP_16.
* * alpha.h (struct alpha_operand): Pack elements into bitfields.Richard Henderson2001-09-052-4/+8
|
* * exceptions.cc (ctrl_c_handler): Only send SIGINT when we have a controllingChristopher Faylor2001-09-052-5/+8
| | | | terminal and we are the head of the process group.
* 2001-09-04 Earnie Boyd <earnie@SF.Net>Earnie Boyd2001-09-042-2/+7
| | | | | * lib/Makefile.in: Move the setting of variable libdir to after the setting of exec_prefix since the value of libdir is dependant on it.
* * thread.cc (InterlockedExchangePointer): Don't define if it already exists.Christopher Faylor2001-09-043-18/+26
|
* * uname.cc (uname): Eliminate os specific retrieving of x86Corinna Vinschen2001-09-042-25/+14
| | | | processor type.
* 2001-09-04 Jason Merrill <jason_merrill@redhat.com>Jeff Johnston2001-09-042-0/+22
| | | | * libc/sys/h8300hms/crt0.S: Support ELF initialization.
* * winbase.h: Add missing closing parentheses to InterlockedExchangePointerChristopher Faylor2001-09-042-1/+6
| | | | declaration.
* 2001-09-01 Danny Smith <dannysmith@users.sourceforge.net>Earnie Boyd2001-09-042-9/+20
| | | | | | * include/shlobj.h (CFSTR_* ): Add new defines. Thanks to: "Ron" <ron@debian.org> . Unicode them.
* 2001-09-04 Kazuhiro Fujieda <fujieda@jaist.ac.jp>Corinna Vinschen2001-09-042-2/+10
| | | | | | * fhandler_console.cc (fhandler_console::char_command): Save the cursor position relative to the top of the window. * fhandler_cc (fhandler_console::write): Ditto.
* * mount.cc (mount_commands): Don't write /cygdrive/u mount points.Christopher Faylor2001-09-042-15/+22
|
* * mount.cc (longopts): Add mount-commands to options list.Christopher Faylor2001-09-032-2/+81
| | | | | (usage): Add mount-commands option. (mount_commands): New function. Write commands to recreate current mounts.
* *** empty log message ***Christopher Faylor2001-09-031-0/+95
|
* 2001-09-03 Jeff Holcomb <jeffh@redhat.com>Jeff Holcomb2001-09-032-1/+7
| | | | * configure.in: Enable libstdc++-v3 for h8300 targets.
* * dir.cc (opendir): Write version information to __d_dirent->d_version.Corinna Vinschen2001-09-032-0/+5
|
* * libc/sys/cygwin/sys/dirent.h (struct dirent): Add version numberCorinna Vinschen2001-09-032-1/+10
| | | | | field. (__DIRENT_VERSION): New define.
* Add missing ChangeLog entries.Corinna Vinschen2001-09-031-0/+2
|
* * cygwin.din: Add `dirfd'.Corinna Vinschen2001-09-034-1/+30
| | | | | | | | * dir.cc (dirfd): New function. (opendir): Open a directory file descriptor and save it in __d_dirent->d_fd. (closedir): Close directory file descriptor. * include/cygwin/version.h: Bump API minor version to 44.