aboutsummaryrefslogtreecommitdiff
path: root/winsup
AgeCommit message (Expand)AuthorFilesLines
2001-03-22* fhandler.h (fhandler_dev_clipboard): Extend to support writing.Christopher Faylor4-31/+247
2001-03-22* fhandler_console.cc (fhandler_console::set_default_attr): Update consoleChristopher Faylor2-0/+7
2001-03-22* autoload.cc (kernel32_init): New function for kernel32 autoloadChristopher Faylor2-0/+25
2001-03-21add new file.Christopher Faylor1-0/+41
2001-03-21Add missing files.Christopher Faylor2-0/+457
2001-03-21* sched.cc: New file. Implement sched*.Christopher Faylor7-950/+1012
2001-03-20* dtable.cc: Guard against new winsock.h/winsock2.h warnings when mixingChristopher Faylor6-6/+14
2001-03-20* include/winsock.h (_SYS_TYPES_H macro guard for int types): Remove; use onlyChristopher Faylor4-12/+39
2001-03-20* configure: fix regeneration bug.DJ Delorie2-1/+5
2001-03-19* exceptions.cc (interruptible): Update debugging output.Christopher Faylor4-5/+14
2001-03-19* tty.h (tty::create_inuse): Add new parameter to allow non-Egor Duda4-5/+29
2001-03-19 * mmap.cc (map::get_list_by_fd): Avoid calling `get_namehash' whenCorinna Vinschen2-1/+6
2001-03-19 * syscalls.cc (check_posix_perm): New static function.Corinna Vinschen3-3/+74
2001-03-18Fix spacing, copyrights.Christopher Faylor10-120/+116
2001-03-18fix spacing.Christopher Faylor1-12/+12
2001-03-18* fhandler.h (fhandler_tty_slave): Declare new methods.Egor Duda7-7/+83
2001-03-18Update copyrights.Christopher Faylor14-14/+14
2001-03-18Update copyright.Christopher Faylor2-2/+2
2001-03-18* external.cc (fillout_pinfo): Match windows pid, as well as cygwin pid whenChristopher Faylor3-3/+10
2001-03-18* kill.cc (forcekill): Use dwProcessId when opening a process, not the CygwinChristopher Faylor2-1/+6
2001-03-17 * net.cc (get_95_ifconf): Use strcasematch instead of strcasecmp.Corinna Vinschen3-3/+9
2001-03-17British -> US spelling.David Starks-Browning1-3/+10
2001-03-17* path.cc (suffix_scan::next): Avoid searching for foo.lnk twice when input isChristopher Faylor2-3/+12
2001-03-17 * net.cc (cygwin_socket): Set protocol to 0 when address family isCorinna Vinschen2-1/+6
2001-03-17 * net.cc (cygwin_socket): Pass protocol parameter to socket call.Corinna Vinschen2-1/+5
2001-03-17Remove "not yet updated" caveat from entry:David Starks-Browning1-3/+0
2001-03-17* dir.cc (readdir): Use strcasematch for consistency.Christopher Faylor3-49/+66
2001-03-17Fix typo.Christopher Faylor1-1/+1
2001-03-17Accomodate all devices.Christopher Faylor2-4/+3
2001-03-17* syscalls.cc (stat_dev): Give devices full read/write.Christopher Faylor2-2/+6
2001-03-17* thread.cc (MTinterface::CreateCond): Check for null attr pointer.Christopher Faylor2-1/+5
2001-03-17* fhandler_termios.cc (fhandler_termios::line_edit): Don't accept input when aChristopher Faylor2-5/+7
2001-03-17fix spelling error.Christopher Faylor1-1/+1
2001-03-17* path.cc: Translate scan states from defines to enums.Christopher Faylor2-18/+39
2001-03-17* cygwin.din: Export the new functions.Christopher Faylor6-1/+410
2001-03-14 * environ.cc (parse_options): Use strtok_r instead of strtok.Corinna Vinschen3-5/+19
2001-03-14 * path.cc (lnk_suffixes): Remove.Corinna Vinschen3-21/+25
2001-03-13 * fhandler.cc (fhandler_disk_file::fstat): Add correct modes toCorinna Vinschen2-1/+6
2001-03-13 * include/wingdi.h: (DOCINFO) Ansi version defined incorrectly.Earnie Boyd2-1/+6
2001-03-13Fix typoEgor Duda1-2/+2
2001-03-12* fhandler.h (fhandler_termios::fixup_after_exec): New function.Egor Duda4-2/+18
2001-03-12* fhandler.h (fhandler_termios::fhandler_termios): Enable fixupEgor Duda3-2/+8
2001-03-12 * include/commctrl.h (TBSTYLE_FLAT): New definition.Earnie Boyd2-0/+10
2001-03-12* mkvers.sh: Include config.h so that DEBUGGING is correctly defined.Christopher Faylor2-0/+5
2001-03-12* spawn.cc (spawn_guts): Don't set EXIT_REPARENTING if parent process is not aChristopher Faylor3-5/+11
2001-03-11* child_info.h: Bump magic number for fork/exec/spawn.Christopher Faylor2-1/+5
2001-03-11Remove obvious brain freeze problem.Christopher Faylor1-1/+1
2001-03-11* autoload.cc (noload): Use proper method for multiline strings or newer gcc'sChristopher Faylor5-167/+186
2001-03-10* shortcut.c (PATH_ALL_EXEC): Add parentheses to avoid a compiler warning.Christopher Faylor6-40/+39
2001-03-10* syscalls.cc (_rename): Set errno to ENOENT when an old path doesn't existChristopher Faylor3-3/+11