summaryrefslogtreecommitdiffstats
path: root/winsup
Commit message (Expand)AuthorAgeFilesLines
* * dtable.cc (fh_alloc): Treat pc.dev as unsigned.Christopher Faylor2012-03-103-5/+9
* * hookapi.cc (find_first_notloaded_dll): Fix a compiler warning.Corinna Vinschen2012-03-092-1/+5
* * hookapi.cc (rvadelta): Add parameter to return maximum availableCorinna Vinschen2012-03-092-18/+110
* * net.cc (call_gaa): New thread function to call GetAdaptersAddresses.Corinna Vinschen2012-03-082-15/+56
* * path.cc (readlink): Avoid calling strlen() twice.Corinna Vinschen2012-03-082-1/+6
* * Throughout, replace usage of w32api's min with MIN from sys/param.h.Corinna Vinschen2012-03-0812-25/+38
* * pinfo.cc (_pinfo::dup_proc_pipe): Reorganize to provide more information forChristopher Faylor2012-03-074-15/+29
* * glob.cc (MAXPATHLEN): Reinstantiate with a value of 8192.Corinna Vinschen2012-03-072-0/+7
* * pinfo.cc (_pinfo::dup_proc_pipe): Fix order of arguments in debugCorinna Vinschen2012-03-052-1/+6
* * init.cc (dll_entry): Move wincap.init call back from here...Corinna Vinschen2012-03-053-3/+8
* * cygheap.h (enum fcwd_version_t): Move here from path.cc.Corinna Vinschen2012-03-053-192/+226
* * dll_init.cc (dll_list::operator[]): Extend comment a bit more toCorinna Vinschen2012-03-052-1/+21
* * dll_init.cc (dll_list::alloc): Compare linked DLLs by basename only.Corinna Vinschen2012-03-042-4/+41
* * dll_init.cc: Revert pathname changes from 2012-02-08.Corinna Vinschen2012-03-043-13/+57
* * winver.rc: Bump copyright date.Corinna Vinschen2012-03-042-1/+5
* * fhandler_console.cc (fhandler_console::dup): Only set ctty when we haven'tChristopher Faylor2012-03-034-4/+26
* * flock.cc (allow_others_to_sync): Reorder conditional expression toCorinna Vinschen2012-03-022-6/+12
* * flock.cc (allow_others_to_sync): Use RtlGetDaclSecurityDescriptorCorinna Vinschen2012-03-022-2/+22
* Fix typo in ChangeLog entryCorinna Vinschen2012-03-021-1/+1
* * fhandler_console.cc (fhandler_console::input_tcsetattr): RevertCorinna Vinschen2012-03-022-4/+10
* * fhandler_console.cc (fhandler_console::input_tcsetattr): Set theCorinna Vinschen2012-03-022-0/+9
* * faq-programming.xml (faq.programming.make-execvp): Remove obsoleteYaakov Selkowitz2012-03-013-25/+29
* tcgetsid: fix return typeEric Blake2012-02-286-9/+19
* * cygtls.cc (well_known_dlls): Add shlwapi.dll.Corinna Vinschen2012-02-282-0/+5
* * faq-using.xml (faq.using.bloda): Fix missing closing parenthesis.Yaakov Selkowitz2012-02-272-1/+5
* * cygtls.cc (dll_cmp): New comparison function for bsearch.Corinna Vinschen2012-02-273-13/+93
* Drop "potentially" from latest ChangeLog entry.Corinna Vinschen2012-02-261-1/+1
* * environ.cc (enum settings): Add setbool. Rename justset to setdwordCorinna Vinschen2012-02-263-9/+26
* * environ.cc (dos_file_warning): Drop declaration.Corinna Vinschen2012-02-265-16/+27
* * flock.cc (LOCK_DIR_NAME_FMT): Define.Corinna Vinschen2012-02-262-45/+278
* * include/cygwin/version.h (CYGWIN_VERSION_DLL_MINOR): Bump to 12.Christopher Faylor2012-02-252-1/+5
* * new-features.sgml (ov-new1.7.11): Add two more changes to the list.Corinna Vinschen2012-02-252-0/+15
* *** empty log message ***Corinna Vinschen2012-02-251-0/+12
* * pldd.c: Fix typo in license header.Yaakov Selkowitz2012-02-242-1/+12
* * pldd.c: Fix formatting.Yaakov Selkowitz2012-02-241-9/+9
* Document pldd.Yaakov Selkowitz2012-02-241-0/+2
* * new-features.sgml (ov-new1.7.11): Document pldd.Yaakov Selkowitz2012-02-242-0/+8
* * Makefile.in (CYGWIN_BINS): Add pldd.Yaakov Selkowitz2012-02-243-1/+164
* Document scandirat.Yaakov Selkowitz2012-02-221-0/+2
* * new-features.sgml (ov-new1.7.11): New section. Document scandirat.Yaakov Selkowitz2012-02-222-0/+16
* * cygwin.din (scandirat): Export.Yaakov Selkowitz2012-02-226-3/+34
* * shared.cc (shared_info::init_obcaseinsensitive): Check actual stateCorinna Vinschen2012-02-214-14/+53
* * faq-using.xml (faq.using.bloda): Add AVAST and Citrix MetaframeCorinna Vinschen2012-02-212-0/+7
* * flock.cc (inode_t::del_my_locks): Drop useless counter lc. CloseCorinna Vinschen2012-02-203-5/+15
* * timer.cc (getitimer): Don't create another local ret variable inCorinna Vinschen2012-02-172-4/+8
* * ntdll.h (struct _PEB): Add EnvironmentUpdateCount member.Corinna Vinschen2012-02-175-20/+66
* * mount.cc (get_disk_type): Drop unneeded toupper call. Convert caseCorinna Vinschen2012-02-172-6/+11
* *** empty log message ***Corinna Vinschen2012-02-161-1/+5
* * autoload.cc (NetUseGetInfo): Define.Corinna Vinschen2012-02-166-13/+91
* * miscfuncs.cc: Revert change from 2012-02-13 which used theCorinna Vinschen2012-02-152-128/+165