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
2001-03-22* autoload.cc (kernel32_init): New function for kernel32 autoloadChristopher Faylor
2001-03-21add new file.Christopher Faylor
2001-03-21Add missing files.Christopher Faylor
2001-03-21* sched.cc: New file. Implement sched*.Christopher Faylor
2001-03-20* dtable.cc: Guard against new winsock.h/winsock2.h warnings when mixingChristopher Faylor
2001-03-20* include/winsock.h (_SYS_TYPES_H macro guard for int types): Remove; use onlyChristopher Faylor
2001-03-20* configure: fix regeneration bug.DJ Delorie
2001-03-20* exceptions.cc (interruptible): Update debugging output.Christopher Faylor
2001-03-19* tty.h (tty::create_inuse): Add new parameter to allow non-Egor Duda
2001-03-19 * mmap.cc (map::get_list_by_fd): Avoid calling `get_namehash' whenCorinna Vinschen
2001-03-19 * syscalls.cc (check_posix_perm): New static function.Corinna Vinschen
2001-03-19Fix spacing, copyrights.Christopher Faylor
2001-03-18fix spacing.Christopher Faylor
2001-03-18* fhandler.h (fhandler_tty_slave): Declare new methods.Egor Duda
2001-03-18Update copyrights.Christopher Faylor
2001-03-18Update copyright.Christopher Faylor
2001-03-18* external.cc (fillout_pinfo): Match windows pid, as well as cygwin pid whenChristopher Faylor
2001-03-18* kill.cc (forcekill): Use dwProcessId when opening a process, not the CygwinChristopher Faylor
2001-03-17 * net.cc (get_95_ifconf): Use strcasematch instead of strcasecmp.Corinna Vinschen
2001-03-17British -> US spelling.David Starks-Browning
2001-03-17* path.cc (suffix_scan::next): Avoid searching for foo.lnk twice when input isChristopher Faylor
2001-03-17 * net.cc (cygwin_socket): Set protocol to 0 when address family isCorinna Vinschen
2001-03-17 * net.cc (cygwin_socket): Pass protocol parameter to socket call.Corinna Vinschen
2001-03-17Remove "not yet updated" caveat from entry:David Starks-Browning
2001-03-17* dir.cc (readdir): Use strcasematch for consistency.Christopher Faylor
2001-03-17Fix typo.Christopher Faylor
2001-03-17Accomodate all devices.Christopher Faylor
2001-03-17* syscalls.cc (stat_dev): Give devices full read/write.Christopher Faylor
2001-03-17* thread.cc (MTinterface::CreateCond): Check for null attr pointer.Christopher Faylor
2001-03-17* fhandler_termios.cc (fhandler_termios::line_edit): Don't accept input when aChristopher Faylor
2001-03-17fix spelling error.Christopher Faylor
2001-03-17* path.cc: Translate scan states from defines to enums.Christopher Faylor
2001-03-17* cygwin.din: Export the new functions.Christopher Faylor
2001-03-14 * environ.cc (parse_options): Use strtok_r instead of strtok.Corinna Vinschen
2001-03-14 * path.cc (lnk_suffixes): Remove.Corinna Vinschen
2001-03-13 * fhandler.cc (fhandler_disk_file::fstat): Add correct modes toCorinna Vinschen
2001-03-13 * include/wingdi.h: (DOCINFO) Ansi version defined incorrectly.Earnie Boyd
2001-03-13Fix typoEgor Duda
2001-03-13* fhandler.h (fhandler_termios::fixup_after_exec): New function.Egor Duda
2001-03-12* fhandler.h (fhandler_termios::fhandler_termios): Enable fixupEgor Duda
2001-03-12 * include/commctrl.h (TBSTYLE_FLAT): New definition.Earnie Boyd
2001-03-12* mkvers.sh: Include config.h so that DEBUGGING is correctly defined.Christopher Faylor
2001-03-12* spawn.cc (spawn_guts): Don't set EXIT_REPARENTING if parent process is not aChristopher Faylor
2001-03-12* child_info.h: Bump magic number for fork/exec/spawn.Christopher Faylor
2001-03-11Remove obvious brain freeze problem.Christopher Faylor
2001-03-11* autoload.cc (noload): Use proper method for multiline strings or newer gcc'sChristopher Faylor
2001-03-11* shortcut.c (PATH_ALL_EXEC): Add parentheses to avoid a compiler warning.Christopher Faylor
2001-03-10* syscalls.cc (_rename): Set errno to ENOENT when an old path doesn't existChristopher Faylor
2001-03-10* winsup.api/ltp/access01.c: Avoid compilation error if X_OKEgor Duda
2001-03-09* config/default.exp: Remove unneeded debugging output.Egor Duda