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-05-26 * errno.cc (errmap): Map ERROR_BAD_NET_NAME to errno ENOSHARE.Corinna Vinschen
2000-05-26* sigproc.h (sigframe::set): Accept a default frame pointer.Christopher Faylor
2000-05-26* configure.in: Don't assume that cinstall directory exists.Christopher Faylor
2000-05-26* configure.in: Don't assume that cinstall directory exists.Christopher Faylor
2000-05-26* dir.cc (rmdir): Use file attributes that have already been discovered byChristopher Faylor
2000-05-26* dir.cc (rmdir): Use file attributes that have already been discoveredChristopher Faylor
2000-05-25* dir.cc (rmdir): Use file attributes that have already been discovered byChristopher Faylor
2000-05-25 Patch by Kazuhiro Fujieda <fujieda@jaist.ac.jp>:Corinna Vinschen
2000-05-25 * dir.cc (writable_directory): Comment out previous code,Corinna Vinschen
2000-05-24* Makefile.common (%.o): further simplify, add "..." to make itDJ Delorie
2000-05-24* syscalls.cc (_cygwin_istext_for_stdio): New, for newlibDJ Delorie
2000-05-23* dir.cc (writable_directory): handle root directoriesDJ Delorie
2000-05-23* uname.cc (uname): Use a "s" to denote a snapshot to avoid confusion with theChristopher Faylor
2000-05-23* path.cc (mount_info::conv_to_posix_path): Avoid putting a trailing slash on aChristopher Faylor
2000-05-23* mkvers.sh: Use snapshot date as build date since it is more interesting.Christopher Faylor
2000-05-23* environ.cc (regopt): Scan HKLM if HKCU scan fails.Christopher Faylor
2000-05-22 * dir.cc (rmdir): Care for misleading error messagesCorinna Vinschen
2000-05-22* dcrt0.cc (dll_crt0_1): Move uinfo_init call to before sigproc_init to avoid aChristopher Faylor
2000-05-20* exceptions.cc (interruptible): Add an argument to control whether functionChristopher Faylor
2000-05-20 * regtool.cc (find_key): Add parameter `access'.Corinna Vinschen
2000-05-19* syscalls.cc (setmode): change mode of any matching FILE* also.DJ Delorie
2000-05-19* cygpath.cc: add --windir/--sysdir optionsDJ Delorie
2000-05-19* Makefile.in: Remove external.h dependency.Christopher Faylor
2000-05-18* Makefile.in: Eliminate WINSUP_DEPS.Christopher Faylor
2000-05-18* MAINTAINERS: Add Corinna to general list.Christopher Faylor
2000-05-18Eliminate.Christopher Faylor
2000-05-18* select.cc (thread_pipe): Add paranoid check to ensure thread termination.Christopher Faylor
2000-05-18 * include/winnt.h: Add some missing TAPE_DRIVE_* defines.Corinna Vinschen
2000-05-18* sigproc.h (sigframe): Don't set frame info unless tid matches this thread id.Christopher Faylor
2000-05-18* dcrt0.cc (dll_crt0_1): Initialize mainthread stuff here before anything needsChristopher Faylor
2000-05-17* testsuite/winsup.api/crlf.c: NewDJ Delorie
2000-05-17* path.cc (mount_info::cygdrive_posix_path): Don't add trailing slash ifChristopher Faylor
2000-05-17 * fhandler_tape.cc (fhandler_dev_tape::ioctl): CheckCorinna Vinschen
2000-05-16* include/cygwin/in.h (AF_INET6): Use correct in6_addr struct.Christopher Faylor
2000-05-16manually updated some sites (txt version badly formatted, dont know why)David Starks-Browning
2000-05-16update README to latest net release, if only in nameDavid Starks-Browning
2000-05-16fix dependencies for readme.txtDavid Starks-Browning
2000-05-16remove doc/readme exclusion for starksb@ebi.ac.ukDavid Starks-Browning
2000-05-15* include/cygwin/version.h: Bump DLL minor version number to 2.Christopher Faylor
2000-05-15* shared.h: Bump PROC_MAGIC.Christopher Faylor
2000-05-142000-05-13 Mumit Khan <khan@xraylith.wisc.edu>Mumit Khan
2000-05-132000-05-12 Mumit Khan <khan@xraylith.wisc.edu>Mumit Khan
2000-05-13* dcrt0.cc (build_argv): Remove unneeded variable.Christopher Faylor
2000-05-12 * fhandler_raw.cc (write_file, read_file): New wrapper functionsCorinna Vinschen
2000-05-12* Makefile.in (DLL_OFILES): Sort.Christopher Faylor
2000-05-12* mmap.cc (list::erase): Increment loop counter.DJ Delorie
2000-05-11Preliminary update to FAQ to reflect latest net release.David Starks-Browning
2000-05-11* cygwin.din: insure that regsub() is included inDJ Delorie
2000-05-10* Makefile.in: Use appropriate VARIABLE to refer to cygwin.def in load line.Christopher Faylor
2000-05-10 * fhandler.cc (fhandler_base::puts_readahead): ChangeCorinna Vinschen