summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * fhandler_process.cc (struct heap_info::heap): Convert base toCorinna Vinschen2011-05-133-26/+110
* Based on newlib patch to strptime by Peter Rosin <peda@lysator.liu.se>:Corinna Vinschen2011-05-122-0/+101
* * libc/time/strptime.c (strptime): Fill in tm_yday when all of tm_year,Corinna Vinschen2011-05-122-0/+87
* * libc/time/strptime.c (first_day): Actually return the wdayCorinna Vinschen2011-05-122-2/+7
* * fhandler_proc.cc (format_proc_meminfo): Rewrite to use sysinfo().Yaakov Selkowitz2011-05-122-64/+31
* * autoload.cc: Remove useless comment.Corinna Vinschen2011-05-112-1/+4
* * autoload.cc (EnumProcessModules): Remove.Corinna Vinschen2011-05-114-17/+57
* * autoload.cc (GetModuleFileNameExW): Remove.Corinna Vinschen2011-05-112-2/+5
* * autoload.cc (QueryWorkingSet): Remove.Corinna Vinschen2011-05-112-1/+4
* * fhandler_process.cc (format_process_maps): Rework to reportCorinna Vinschen2011-05-113-69/+246
* * autoload.cc (GetProcessMemoryInfo): Remove.Corinna Vinschen2011-05-113-8/+14
* * fhandler_socket.cc (get_inet_addr): Rearrange for better readability.Corinna Vinschen2011-05-113-84/+126
* * security.cc (check_registry_access): Handle missingChristian Franke2011-05-102-1/+11
* * lc_msg.h: Regenerate.Corinna Vinschen2011-05-102-1/+12
* * libc/locale/lmessages.c (_C_messages_locale): Add missing comma.Corinna Vinschen2011-05-102-1/+5
* * fhandler_proc.cc (format_proc_uptime): Don't call GetSystemInfo.Corinna Vinschen2011-05-107-24/+34
* * cygwinenv.sgml: Move "forkchunk:xxx" to the removed options section.Corinna Vinschen2011-05-102-10/+14
* * environ.cc (set_chunksize): Remove.Corinna Vinschen2011-05-105-27/+12
* * Makefile.in: Don't override CC.Corinna Vinschen2011-05-104-3/+11
* * setup2.sgml (setup-env-ov): Make sure everybody knows that theCorinna Vinschen2011-05-102-6/+12
* 2011-05-08 Doug Kwan <dougkwan@google.com>Doug Kwan2011-05-095-2/+19
* 2011-05-09 Paul Brook <paul@codesourcery.com>Paul Brook2011-05-092-0/+12
* * new-features.sgml (ov-new1.7.10): Document clock_settime.Yaakov Selkowitz2011-05-092-2/+7
* * times.cc (settimeofday): Add EFAULT handler.Yaakov Selkowitz2011-05-095-7/+53
* * registry.cc (get_registry_hive_path): Change system_printf toCorinna Vinschen2011-05-072-4/+10
* * fhandler.h (fhandler_base::close_with_arch): Make non-virtual.Christopher Faylor2011-05-062-2/+8
* * fhandler.cc (fhandler_base::dup): Avoid duping a handle when an fhandler hasChristopher Faylor2011-05-063-5/+14
* * fhandler.h (fhandler_dev_dsp): Cosmetic change.Christopher Faylor2011-05-064-3/+16
* * new-features.sgml (ov-new1.7.10): Document sysinfo.Yaakov Selkowitz2011-05-062-1/+5
* * sysconf.cc (sysinfo): New function.Yaakov Selkowitz2011-05-066-3/+129
* * libc/minires-os-if.c (get_dns_info): Drop printing uninitializedCorinna Vinschen2011-05-062-1/+6
* * fhandler.h (fhandler_socket::read): Declare.Corinna Vinschen2011-05-065-54/+135
* * cygheap.cc (cygheap::close_ctty): Close ctty via close_with_arch().Christopher Faylor2011-05-0514-406/+408
* * pinfo.h (class push_process_state): New class to push a process stateCorinna Vinschen2011-05-055-19/+73
* * syscalls.cc (readv): Add myfault handler. Don't check repeatedlyCorinna Vinschen2011-05-052-34/+29
* * fhandler.cc (fhandler_base_overlapped::raw_read): Rename fromChristopher Faylor2011-05-056-40/+39
* * fork.cc (fork): Clear PID_REAPED.Christopher Faylor2011-05-054-5/+12
* * pinfo.cc (_pinfo::exists): Check for PID_REAPED.Christopher Faylor2011-05-052-1/+5
* Fix typo.Corinna Vinschen2011-05-051-1/+1
* * fhandler_disk_file.cc (fhandler_disk_file::pread): Correctly returnCorinna Vinschen2011-05-052-0/+18
* * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,Joseph Myers2011-05-053-210/+185
* * fhandler.cc (is_at_eof): Drop static storage class. Drop errCorinna Vinschen2011-05-053-4/+72
* * dcrt0.cc (dll_crt0_1): Reset locale to "C" even when dynamicallyCorinna Vinschen2011-05-052-1/+9
* * posix.sgml (std-notimpl): Remove bsd_signal, setcontext, andCorinna Vinschen2011-05-052-4/+6
* * fhandler_registry.cc (fhandler_registry::exists): Fix regressionCorinna Vinschen2011-05-052-2/+10
* * signal.cc (_pinfo::kill): Return success on kill(0) only if pid exists or isChristopher Faylor2011-05-054-5/+16
* * new-features.sgml (ov-new1.7.10): Document psiginfo, psignal,Yaakov Selkowitz2011-05-042-2/+7
* * cygwin.din (psiginfo): Export.Yaakov Selkowitz2011-05-046-5/+74
* * configure.ac: Remove code setting special library locations forJoseph Myers2011-05-043-72/+7
* * dll_list::detach (dll_list::detach): Avoid doing anything with detach duringChristopher Faylor2011-05-042-1/+9