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-08-12* winsup.h: Split out dtable definitions into separate header file.Christopher Faylor
2000-08-12* Makefile.in: Use dtable.o rather than hinfo.o.Christopher Faylor
2000-08-12Rename hinfo -> dtable. Name the former dtable array 'fdtab'.Christopher Faylor
2000-08-12 * poll.cc: Allow any descriptor and any number of descriptors.Corinna Vinschen
2000-08-11Fix premature use of fdtab.Christopher Faylor
2000-08-11 * poll.cc: Add bounds checking for file descriptors. Return POLLNVALCorinna Vinschen
2000-08-11* syslog.cc (syslog): Use a less malloc-intensive method for allocating theChristopher Faylor
2000-08-11DJ is sole setup maintainer now.Christopher Faylor
2000-08-11Change comment.Christopher Faylor
2000-08-11comment changes.Christopher Faylor
2000-08-11Minor change.Christopher Faylor
2000-08-11Minor change.Christopher Faylor
2000-08-11Minor change.Christopher Faylor
2000-08-10* winsup.h: Change strchr inline for strange gcc problem.Christopher Faylor
2000-08-10* dir.cc (readdir): Ensure that errno is *only* set when we've run out ofChristopher Faylor
2000-08-09* select.cc (allocfd_set): Zero allocated fd_set.Christopher Faylor
2000-08-09* fhandler_serial.cc (tcsendbreak): "sleeptime" argument to usleep()DJ Delorie
2000-08-09* include/userenv.h: New header file.Corinna Vinschen
2000-08-08* include/winuser.h: Correct PCWPSTRUCT typo.Christopher Faylor
2000-08-07* include/cygwin/cygwin_dll.h: Remove extraneous (and incorrect) declarations.Christopher Faylor
2000-08-04* hinfo.cc (hinfo::find_unused_handle): Just check for table entry == NULLChristopher Faylor
2000-08-04* select.cc (fhandler_console::select_read): Call set_cursor_maybe since selectChristopher Faylor
2000-08-03* fhandler_tty.cc (fhandler_pty_master::process_slave_output): Set length fieldChristopher Faylor
2000-08-03* fork.cc (vfork): Store complete stack frame in vfork_save structure for laterChristopher Faylor
2000-08-03add winsup.hDJ Delorie
2000-08-02* strace.cc (strace::prntf): Make second argument the function name, ratherChristopher Faylor
2000-08-02* regexp/regexp.c: Add winsup.h.Christopher Faylor
2000-08-02* winsup.h: take out protections of environ, errno, allow C useDJ Delorie
2000-08-02* include/sys/strace.h: Fix strace definition.Christopher Faylor
2000-08-02* strace.h: Add kludgy workarounds to avoid using deprecated methods forChristopher Faylor
2000-07-31* passwd.c (main): Initialize oldpwd before beeing used.Corinna Vinschen
2000-07-30* fhandler_console.cc: Remove VK_DIVIDE detection.Christopher Faylor
2000-07-29* fhandler_console.cc: Add VK_DIVIDE detection. Return virtual keycode if itChristopher Faylor
2000-07-29* path.cc (chdir): Avoid trailing dot calculation when chdir == '/' or we endChristopher Faylor
2000-07-29* kill.cc (main): Add '-f' option to force termination of a process.Christopher Faylor
2000-07-29* include/cygwin/version.h: Bump DLL minor version number to 5 due to all ofChristopher Faylor
2000-07-29* environ.cc (parse_thing): Make binmode a DWORD.Christopher Faylor
2000-07-29* include/cygwin/cygwin_dll.h: Update for modern compilers.Christopher Faylor
2000-07-29Minor formatting change.Christopher Faylor
2000-07-29Fix typo.Christopher Faylor
2000-07-29* utils/mount.cc (main): Add --show-cygdrive-prefixes option.Christopher Faylor
2000-07-29* dcrt0.cc (dummy_autoload): Add load statement for RegDeleteValueA.Christopher Faylor
2000-07-28* include/cygwin/version.h: Bump DLL minor version number to 4.Christopher Faylor
2000-07-28Remove obsolete entries:David Starks-Browning
2000-07-28Entry 'How do anti-virus programs like Cygwin?': Remove disclaimer; hangingDavid Starks-Browning
2000-07-28Entry 'How should I set my PATH?': Don't omit Windows system directories.David Starks-Browning
2000-07-27Added missing ChangeLog entry.Corinna Vinschen
2000-07-27* testsuite/winsup.api/winsup.exp: ignore stdout by defaultDJ Delorie
2000-07-27* fhandler.cc (fhandler_disk_file::fstat): Allow block calculation to succeedChristopher Faylor
2000-07-27fix typo.Christopher Faylor