aboutsummaryrefslogtreecommitdiff
path: root/winsup
AgeCommit message (Expand)AuthorFilesLines
2011-08-13 * miscfuncs.cc (CreatePipeOverlapped): New function.Corinna Vinschen5-29/+103
2011-08-12* miscfuncs.cc (create_pipe): Delete obsolete function.Christopher Faylor4-16/+7
2011-08-12 * new-features.sgml (ov-new1.7.10): Document large address awarenessCorinna Vinschen3-44/+61
2011-08-12 * fhandler_proc.cc (fhandler_proc::closedir): Don't free, but deleteCorinna Vinschen2-3/+11
2011-08-12 * fhandler.h (fhandler_proc::opendir): Declare.Corinna Vinschen3-1/+31
2011-08-11 * fhandler_proc.cc (fhandler_proc::get_proc_fhandler): Don't allow toCorinna Vinschen3-4/+25
2011-08-11 * (winpids::add): Make sure to store always a Windows PID inCorinna Vinschen2-25/+77
2011-08-10 * ps.cc (main): Don't overwrite process name, just attach <defunct>Corinna Vinschen2-5/+10
2011-08-10 * fhandler_process.cc (format_process_status): Always print process nameCorinna Vinschen3-28/+34
2011-08-09 * heap.cc (eval_initial_heap_size): New function fetching the heapCorinna Vinschen4-34/+36
2011-08-09 * ntdll.h (STATUS_NOT_FOUND): Define.Corinna Vinschen3-25/+62
2011-08-07 * resource.cc (getrlimit): Just return RLIM_INFINITY in a request forCorinna Vinschen2-4/+7
2011-08-07 * fhandler_process.cc (format_process_maps): Actually print info aboutCorinna Vinschen2-1/+11
2011-08-05 * include/winnt.h (IMAGE_DLLCHARACTERISTICS_DYNAMIC_BASE,Corinna Vinschen2-3/+18
2011-08-04 * faq-using.xml (faq.using.bloda): Add NVIDIA. Change wording slightly.Corinna Vinschen2-1/+6
2011-08-04 * net.cc (socketpair): Release sb0 if there's no space left for sb1.Corinna Vinschen2-0/+6
2011-08-03* new-features.sgml (ov-new1.7.10): Document new POSIX Clock SelectionYaakov Selkowitz2-0/+10
2011-08-03* cygwin.din (clock_nanosleep): Export.Yaakov Selkowitz6-20/+97
2011-08-03* dll_init.cc: Use fabort in favor of api_fatal and fork_info->abort whereChristopher Faylor4-44/+57
2011-08-03* cygtls.h (struct _local_storage): Add cw_timer member.Yaakov Selkowitz12-138/+196
2011-08-01 * syscalls.cc (faccessat): Fix parens in flag expression when callingCorinna Vinschen5-8/+18
2011-08-01* dll_init.cc (dll_list::load_after_fork_impl): Add a hint to an error message.Christopher Faylor2-1/+6
2011-08-01* sigproc.cc (pending_signals::pending): Define new function.Christopher Faylor2-1/+14
2011-07-31 * fhandler.h (class fhandler_dev_mem): Remove dup method declaration.Corinna Vinschen9-60/+18
2011-07-30add missing entryChristopher Faylor1-0/+1
2011-07-30* cygthread.cc (cygthread::async_create): Define new function.Christopher Faylor6-30/+37
2011-07-30* fhandler.h (fhandler_base_overlapped::size): Declare/define size() functionChristopher Faylor2-0/+10
2011-07-30 * fhandler_registry.cc (fhandler_registry::dup): Duplicate value_name.Corinna Vinschen2-2/+11
2011-07-29 Throughout change "WinSock" to "Winsock" in comments.Corinna Vinschen4-12/+46
2011-07-29 * include/winsock2.h (SIO_UDP_CONNRESET): Define.Corinna Vinschen2-0/+5
2011-07-26 * fhandler_disk_file.cc (__DIR_mounts::eval_ino): Create path_convCorinna Vinschen5-5/+24
2011-07-26 * ntdll.h: Fix typo in comment.Corinna Vinschen3-2/+7
2011-07-25 * fhandler_console.cc (fhandler_console::ioctl): Fetch console eventsCorinna Vinschen3-5/+21
2011-07-22 * fhandler_tty.cc (fhandler_pty_slave::ioctl): Drop FIONBIO case.Corinna Vinschen3-13/+50
2011-07-21Corinna Vinschen <corinna@vinschen.de>Christopher Faylor6-60/+77
2011-07-21 * heap.cc (eval_start_address): Simplify test for large addressCorinna Vinschen2-14/+23
2011-07-21 * heap.cc (eval_start_address): New static function to evaluate theCorinna Vinschen2-7/+36
2011-07-21* cygwin.din (pthread_condattr_getclock): Export.Yaakov Selkowitz8-25/+79
2011-07-20 * setup-net.sgml (setup-packages): Reflect removal of Prev button.Andy Koppe2-10/+20
2011-07-20* new-features.sgml (ov-new1.7.10): Document getconf(1).Yaakov Selkowitz2-0/+9
2011-07-20* Makefile.in (CYGWIN_BINS): Add getconf.Yaakov Selkowitz3-1/+570
2011-07-18* sysconf.cc (sca): Return -1 for _SC_THREAD_ROBUST_PRIO_INHERIT,Yaakov Selkowitz3-3/+28
2011-07-18 * heap.cc (heap_init): Change type of largest_found to PVOID. StartCorinna Vinschen2-6/+11
2011-07-15correct commentChristopher Faylor1-1/+1
2011-07-15* cygwinenv.sgml (using-cygwinenv): Clarify "glob" works.Christopher Faylor2-2/+8
2011-07-14 * fhandler_console.cc (fhandler_console::input_tcsetattr): Revert toCorinna Vinschen2-2/+11
2011-07-13 * fhandler_serial.cc (fhandler_serial::raw_read): Handle non-blockingCorinna Vinschen2-1/+26
2011-07-13* setup_handler (setup_handler): Change break to goto out, missed in 2011-07-06Christopher Faylor2-1/+6
2011-07-11* fhandler_tty.cc (fhandler_pty_slave::ioctl): Remove erroneous support forChristopher Faylor2-15/+6
2011-07-10 * include/netdb.h (gethostbyname2): Declare.Corinna Vinschen2-0/+5