summaryrefslogtreecommitdiffstats
path: root/winsup
Commit message (Expand)AuthorAgeFilesLines
* Remove erroneous entry.Christopher Faylor2011-10-301-1/+0
* * fhandler.h (fhandler_pipe::create_selectable): Remove optional argument, takeChristopher Faylor2011-10-309-364/+444
* * exceptions.cc (sigpacket::process): Avoid a potential deadlock when exitingChristopher Faylor2011-10-282-0/+6
* * new-features.sgml (ov-new1.7.10): Document getgrouplist.Corinna Vinschen2011-10-282-2/+6
* * cygwin.din (getgrouplist): Export.Corinna Vinschen2011-10-286-20/+86
* * child_info.h (cchildren): New struct.Christopher Faylor2011-10-269-27/+129
* * hookapi.cc (hook_or_detect_cygwin): Take additional handleCorinna Vinschen2011-10-254-11/+69
* * syscalls.cc (unlink_nt): Fix a bug which overwrites the NT statusCorinna Vinschen2011-10-242-6/+14
* * shared.cc (open_shared): Fix memory reservation of essential sharedCorinna Vinschen2011-10-242-7/+13
* * fhandler_tty.cc (fhandler_pty_slave::read): Use consistent way for testingChristopher Faylor2011-10-233-3/+16
* * path.cc (path_conv::get_nt_native_path): Avoid dereferencing path when it isChristopher Faylor2011-10-232-2/+17
* * dtable.cc (dtable::delete_archetype): Improve debugging output.Christopher Faylor2011-10-2211-110/+183
* * fhandler_disk_file.cc (fhandler_disk_file::rmdir): Check invalidCorinna Vinschen2011-10-214-4/+13
* Check in missing ChangeLog entry.Christopher Faylor2011-10-211-0/+7
* * globals.cc (ro_u_ncfsd): New R/O unicode string.Corinna Vinschen2011-10-216-10/+31
* * fhandler.h (fhandler*::copyto): Free path_conv strings first.Christopher Faylor2011-10-202-4/+45
* Throughout change TTY_* to PTY_*, tty_* to pty_*, and ttym_* to ptmx_*.Christopher Faylor2011-10-2014-171/+211
* * syscalls.cc (try_to_bin): Improve debug output.Corinna Vinschen2011-10-203-33/+90
* * path.cc: Extend two comments. Mention the name RtlpCurDirRefCorinna Vinschen2011-10-182-5/+20
* * dcrt0.cc (dll_crt0_1): Copy argv before passing to main().Christopher Faylor2011-10-172-1/+16
* * sigproc.cc (proc_terminate): Avoid setting ppid to 1 if we're execing.Christopher Faylor2011-10-172-1/+13
* * cygerrno.h (__set_errno): Modify debugging output to make searching straceChristopher Faylor2011-10-1531-4005/+6589
* * fhandler_process.cc (dos_drive_mappings::fixup_if_match): ConvertCorinna Vinschen2011-10-152-0/+13
* * sec_auth.cc (get_token_group_sidlist): Add CONSOLE LOGON SID onCorinna Vinschen2011-10-156-67/+130
* * cygcheck.cc (dump_sysinfo): Add Windows 8 recognition. Note asCorinna Vinschen2011-10-132-4/+15
* * path.cc (find_fast_cwd_pointer): Allow 'push crit-sect-addr' insteadCorinna Vinschen2011-10-132-3/+11
* * path.cc (copy_cwd_str): Move up in file to be accessible fromCorinna Vinschen2011-10-132-166/+241
* * fhandler_console.cc (fhandler_console::cursor_set): Disable forcingCorinna Vinschen2011-10-122-1/+16
* * cygwin.din: Remove some _tc* exports. Add tcgetsid().Christopher Faylor2011-10-1112-33/+132
* * utils.sgml (getconf): Expand documentation.Yaakov Selkowitz2011-10-112-4/+24
* * dtable.cc (fh_alloc): Don't parse /dev/tty if ctty is < 0. Reset major/minorChristopher Faylor2011-10-112-4/+13
* * syscalls.cc (open): Add temporary kludge to avoid assigning the controllingChristopher Faylor2011-10-103-0/+13
* * fhandler.h (fhandler_process::closedir): Declare.Corinna Vinschen2011-10-103-0/+13
* * cygserver.sgml: Change -v to -V, same as in sources.Corinna Vinschen2011-10-102-1/+5
* * cygserver.cc (print_usage): Align output to utilities in utilsCorinna Vinschen2011-10-102-26/+29
* * ldd.cc (VERSION): Remove.Corinna Vinschen2011-10-102-2/+4
* * ldd.cc: Update copyright.Christopher Faylor2011-10-102-1/+5
* * Align usage output, version output, as well as usage and versionCorinna Vinschen2011-10-1021-611/+687
* * locale.cc (usage): Restructure, rephrase, add new options. DropCorinna Vinschen2011-10-103-40/+123
* * cygcheck.cc (check_keys): Use UNICODE Win32 functions.Corinna Vinschen2011-10-102-6/+10
* * fhandler_tty.cc (fhandler_pty_slave::open): Clarify debugging output.Christopher Faylor2011-10-102-2/+11
* * fhandler.h (fhandler_console::tc_getpgid): New function.Christopher Faylor2011-10-073-1/+19
* * include/sys/cygwin.h (cygwin_getinfo_types): Define valuesCorinna Vinschen2011-10-072-3/+54
* Fix copyright.Corinna Vinschen2011-10-071-1/+2
* * fhandler_termios.cc (fhandler_termios::tcsetpgrp): Send __SIGSETPGRPCorinna Vinschen2011-10-064-2/+16
* 2011-10-06 Christian Franke <franke@computer.org>Christian Franke2011-10-063-17/+73
* * external.cc (create_winenv): Rename from sync_winenv. TakeCorinna Vinschen2011-10-054-7/+30
* * net.cc (socketpair): Bind first socket to loopback only as well.Corinna Vinschen2011-10-052-1/+5
* Rationalise structure layout; add dirent.d_type field.Keith Marshall2011-10-013-60/+215
* * tty.cc (grantpt): Check for valid fd.Christopher Faylor2011-09-213-3/+10