Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/winsup
AgeCommit message (Expand)Author
2000-09-08Break out more header info into separate files. Use appropriate header filesChristopher Faylor
2000-09-07Split out tty and shared_info stuff into their own headers and use throughout.Christopher Faylor
2000-09-07* exceptions.cc (signal_exit): Reset all mutos owned by the main thread.Christopher Faylor
2000-09-07* sigproc.cc: Add include file for proper definitions.Christopher Faylor
2000-09-06* Makefile.in (CFLAGS): Ensure that -MD is always added even when CFLAGS isChristopher Faylor
2000-09-06Add 'const' qualifiers where needed to avoid compiler warnings. Egor Duda
2000-09-06* path.cc (cwdstuff::get_initial): Keep caching alive.Christopher Faylor
2000-09-06Dummy file to accomodate programs which includeChristopher Faylor
2000-09-06* path.cc (normalize_posix_path): Deal with error return from cygcwd.get.Christopher Faylor
2000-09-06* path.cc (readlink): 'max' should be a 'min' or we'll suffer buffer overflow.Christopher Faylor
2000-09-05* path.cc (cwd_win32): Eliminate.Christopher Faylor
2000-09-04Patch by Egor Duda <deo@logos-m.ru>:Corinna Vinschen
2000-09-04* path.cc (readlink): Check if buffer length is positive. Truncate output toChristopher Faylor
2000-09-03* environ.cc (environ_init): Don't free the new environment table after we'veChristopher Faylor
2000-09-03* Makefile.in: Add cygheap.o.Christopher Faylor
2000-09-03* Makefile.in: Add new goal "check"Christopher Faylor
2000-09-03* Makefile.in: Remove "make check" support. It is now in winsup/Makefile.in.Christopher Faylor
2000-09-03Importing Egor's testsuite.Christopher Faylor
2000-09-03Importing Egor's testsuite.Christopher Faylor
2000-09-03Remove everythingChristopher Faylor
2000-09-03Remove READMEChristopher Faylor
2000-09-03remove everything and move it up a level.Christopher Faylor
2000-09-02* sigproc.cc (mychild): New function.Christopher Faylor
2000-09-02* sigproc.cc (sigproc_init): Create wait_sig_inited without auto-reset to avoidChristopher Faylor
2000-09-02* sigproc.cc (proc_info): Rename proc_exists which takes a pid to "pid_exists".Christopher Faylor
2000-09-01* Makefile.in: More normalization.Christopher Faylor
2000-09-01* Makefile.in: Normalize 'pwd' based on location of winsup.Christopher Faylor
2000-09-01* errno.cc (set_errno_from_win_error): Actually use arguments to strace_printf.Christopher Faylor
2000-08-31* times.cc (gettimeofday): use GetSystemTimeAsFileTime to avoid aDJ Delorie
2000-08-29* grp.cc (getgroups): fail with EINVAL if array is not largeDJ Delorie
2000-08-29* signal.cc (_raise): New function.Christopher Faylor
2000-08-29* kill.c (main): Avoid skipping next argument when a signal number isChristopher Faylor
2000-08-26* pinfo.h (pinfo): Un-inline release.Christopher Faylor
2000-08-26* dcrt0.cc (dll_crt0_1): Move set_os_type.Christopher Faylor
2000-08-25 * exec.cc (_execve): Change definition according to declaration inCorinna Vinschen
2000-08-25* Makefile.in: Only build dumper.exe when all of its library and includeChristopher Faylor
2000-08-25Add entry "How do I uninstall Cygwin?"David Starks-Browning
2000-08-25* Makefile.in: Make failure to build dumper.exe a non-error.Christopher Faylor
2000-08-25minor formatting fixesDavid Starks-Browning
2000-08-25Major re-write of "Installation using the setup.exe program".David Starks-Browning
2000-08-25Minor changes.David Starks-Browning
2000-08-25* external.cc (cygwin_internal): Add CW_INIT_EXCEPTIONS to allow cygwinChristopher Faylor
2000-08-25* ps.cc (main): Always print a cygwin process using cygwin paths.Christopher Faylor
2000-08-25* ps.cc (main): Always print a cygwin process using cygwin paths.Christopher Faylor
2000-08-25* select.cc (cygwin_select): Correct logic for "always_ready" fds or when thereChristopher Faylor
2000-08-24Change attribution.Christopher Faylor
2000-08-24* Makefile.common: Add bupdir2 to reference above the i686-pc-cygwin directory.Christopher Faylor
2000-08-24* Makefile.in: Add dumper.exe target and associated mechanisms for building it.Christopher Faylor
2000-08-24* include/cygwin/core_dump.h: New file, contains structures used in cygwin coreChristopher Faylor
2000-08-24* environ.cc (parse_thing): nobinmode should force O_TEXT.Christopher Faylor