aboutsummaryrefslogtreecommitdiff
path: root/winsup
AgeCommit message (Expand)AuthorFilesLines
2010-07-05 Align seekdir and telldir API to POSIX definition.Corinna Vinschen10-33/+59
2010-07-05* ldd.cc: Clean up formatting throughout.Christopher Faylor2-46/+50
2010-07-05 * dump_setup.cc (dump_file): Read requested content from setup.rcCorinna Vinschen2-13/+31
2010-07-04* path.cc (path_conv::check): Move fs-specific settings to a point where weChristopher Faylor6-17/+39
2010-07-02 * net.cc (cygwin_getsockopt): Make sure SO_PEERCRED is only handledCorinna Vinschen2-1/+35
2010-06-292010-06-28 Rick Rankin <rrankin1424-mingw@yahoo.com>Chris Sutcliffe4-0/+45
2010-06-29 * utils.sgml (locale): Change stray local cygdrive prefix to Cygwin'sCorinna Vinschen2-1/+6
2010-06-29 * spawn.cc (spawn_guts): Reinstantiate a FIXME comment.Corinna Vinschen2-2/+6
2010-06-29 * exceptions.cc (dump_exception): Use %W instead of %s for printingCorinna Vinschen4-6/+14
2010-06-28* fork.cc (frok::parent): Improve error message.Christopher Faylor2-2/+7
2010-06-27* Makefile.in: Use "xmlto pdf" instead of docbook2pdf.Yaakov Selkowitz4-6/+14
2010-06-26* setup-net.sgml: Add a paragraph describing now to avoid unintentionalChristopher Faylor2-1/+13
2010-06-22 * flock.cc (allow_others_to_sync): Use small stack buffer ratherCorinna Vinschen2-12/+19
2010-06-22 * sec_acl.cc (setacl): Use the long time unused ACL_DEFAULT_SIZECorinna Vinschen3-4/+10
2010-06-21* tmpbuf.h: New file.Christopher Faylor3-9/+46
2010-06-21* dcrt0.cc (__api_fatal): Temporarily generate a stackdump.Christopher Faylor2-0/+7
2010-06-21* tls_pbuf.cc (tmp_pathbuf::w_get): Report what's failing when too many buffersChristopher Faylor2-1/+6
2010-06-17 * fhandler_disk_file.cc (fhandler_base::fstat_by_handle): Fetch statCorinna Vinschen2-1/+7
2010-06-15 * fhandler_disk_file.cc (fhandler_base::fstat_by_nfs_ea): Use handleCorinna Vinschen2-3/+36
2010-06-15 * dtable.cc (dtable::dup_worker): Reset path_conv handle in duplicatedCorinna Vinschen10-157/+260
2010-06-15 * fhandler_disk_file.cc (fhandler_disk_file::fstatvfs): Fix indentation.Corinna Vinschen2-5/+9
2010-06-15 * fhandler_disk_file.cc (path_conv::get_ino_by_handle): Convert fromCorinna Vinschen3-17/+29
2010-06-14 * path.cc (path_conv::check): Return with ENOTDIR if component is aCorinna Vinschen2-0/+10
2010-06-14 * dlfcn.cc (get_full_path_of_dll): Revert patch from 2010-04-29.Corinna Vinschen2-2/+6
2010-06-12* times.cc (gtod): Move to sharable region.Christopher Faylor2-1/+11
2010-06-09 * path.cc (symlink_info::check_shortcut): Use ro_u_empty rather thanCorinna Vinschen2-6/+12
2010-06-08 * path.cc (symlink_info::check): Set h to NULL after closing handleCorinna Vinschen2-3/+10
2010-06-07 * include/sys/stdio.h: Remove _GNU_SOURCE guard around getlineCorinna Vinschen2-3/+6
2010-06-02 * ntdll.h (STATUS_BAD_NETWORK_PATH): Define.Corinna Vinschen3-0/+11
2010-06-01 * exceptions.cc (open_stackdumpfile): Correctly append .stackdumpCorinna Vinschen3-17/+25
2010-06-01 * fhandler_netdrive.cc (fhandler_netdrive::exists): Always free WNetCorinna Vinschen2-10/+9
2010-05-31 * cygheap.cc (cygheap_user::set_name): Allow to change the user nameCorinna Vinschen2-1/+8
2010-05-26 * fhandler_registry.cc (multi_wcstombs): New function.Corinna Vinschen2-5/+52
2010-05-26* hires.h (hires_base::reset): New function.Christopher Faylor3-5/+17
2010-05-26 * path.cc (symlink_info::check): Don't try to handle remote reparseCorinna Vinschen2-2/+13
2010-05-26 * include/inttypes.h: Change PTR definitions to int to align with theCorinna Vinschen2-12/+17
2010-05-26 * fhandler.h (class fhandler_pty_master): Add master_thread member.Corinna Vinschen3-4/+12
2010-05-26 * nlsfuncs.cc (__set_lc_time_from_win): Use LOCALE_SMONTHNAME1Corinna Vinschen2-3/+20
2010-05-192010-04-27 Danny Smith <dannysmith@users.sourceforge.net>Chris Sutcliffe2-2/+12
2010-05-18* environ.cc (regopt): Change the first argument to wide char string.Christopher Faylor12-60/+89
2010-05-07* Makefile.in (DLL_OFILES): Add pseudo-reloc.o.Christopher Faylor12-482/+172
2010-05-07 * fhandler_tty.cc (fhandler_tty_slave::init): Disable grabbingCorinna Vinschen2-1/+6
2010-05-06 * path.cc (path_conv::check): Drop setting sym.pflags before callingCorinna Vinschen2-6/+15
2010-05-03* dll_init.cc (dll_list::alloc): Add debugging assertion.Christopher Faylor2-22/+29
2010-04-29 * dlfcn.cc (get_full_path_of_dll): Handle non-existent file.Corinna Vinschen2-2/+6
2010-04-29 * new-features.sgml (ov-new1.7.6): Add new "dos" and "inode" mountCorinna Vinschen3-10/+43
2010-04-29 * utils.sgml (mount): Add description for "dos" and "ihash" mountCorinna Vinschen2-0/+13
2010-04-29 * path.cc: Include sys/cygwin.h if built for mount(1).Corinna Vinschen2-1/+17
2010-04-29 * mount.cc (struct opt): Add "dos" and "ihash" options.Corinna Vinschen5-12/+52
2010-04-29 * mount.cc (oopts): Remove entirely.Corinna Vinschen2-48/+17