aboutsummaryrefslogtreecommitdiff
path: root/winsup
AgeCommit message (Expand)AuthorFilesLines
2005-12-19 * dump_setup.cc (package_find): Fix is_alias computation for "/usr/lib".Corinna Vinschen2-1/+5
2005-12-19 * mmap.cc (fhandler_dev_zero::mmap): Call VirtualFree(MEM_RELEASE)Corinna Vinschen2-2/+8
2005-12-19fix minor typo.Christopher Faylor1-2/+3
2005-12-19* fhandler.h (fhandler_pipe::fixup_in_child): Declare new function.Christopher Faylor8-65/+120
2005-12-19* include/sys/dirent.h: Change __deprecated_d_ino to __invalid_d_ino throughoutChristopher Faylor3-10/+16
2005-12-17* winsup.h (child_copy): Change prototype to match new functionality.Christopher Faylor6-105/+134
2005-12-16* init.cc (dll_entry): Call prime_threads after dll_crt0_0 to avoid conflictsChristopher Faylor2-1/+6
2005-12-16* hookapi.cc (putmem): Remove query of previous memory protection since we getChristopher Faylor2-14/+8
2005-12-15 * mmap.cc (fhandler_dev_zero::fixup_mmap_after_fork): UseCorinna Vinschen2-3/+8
2005-12-15* cygcheck.cc (common_apps): Add a few more binaries to look for.Christopher Faylor2-0/+8
2005-12-14 Fix unforgivable spelling error in ChangeLog.Corinna Vinschen1-5/+5
2005-12-14 * fhandler.cc (ACCFLAGS): Remove macro.Corinna Vinschen5-15/+27
2005-12-14 * fhandler.cc (fhandler_base::open_9x): Handle O_SYNC and O_DIRECTCorinna Vinschen7-75/+124
2005-12-13* cygtls.cc (_cygtls::remove): Don't bother if we're exiting.Christopher Faylor3-2/+8
2005-12-13* fhandler_tty.cc (fhandler_tty::open): Enhance comment.Christopher Faylor2-1/+13
2005-12-13 * fhandler_tty.cc (fhandler_tty::open): Close newly created windowCorinna Vinschen2-2/+10
2005-12-13* fhandler_tty.cc (fhandler_tty::open): Add a comment.Christopher Faylor2-0/+15
2005-12-13* faq-programming.xml: Add note about struct stat64.Joshua Daniel Franklin2-0/+12
2005-12-13* times.cc (hires_ms::usecs): Subtract from slop from system time or we'llChristopher Faylor2-1/+6
2005-12-13* times.cc (systime): Correct precision referenced in comment.Christopher Faylor3-6/+20
2005-12-13* include/winuser.h (WINSTA_ALL_ACCESS): Define.Christopher Faylor2-0/+5
2005-12-13* pinfo.cc (winpids::add): Don't copy procinfo when there is no cygwin processChristopher Faylor2-1/+6
2005-12-13* times.cc (hires_ms::usecs): Correct order when checking if high precisionChristopher Faylor2-1/+7
2005-12-12correct ChangeLogChristopher Faylor1-1/+1
2005-12-12* pinfo.cc (size_copied): New convenience macro.Christopher Faylor3-16/+61
2005-12-12 * autoload.cc (GetSystemTimes): Remove.Corinna Vinschen2-1/+4
2005-12-12 * fhandler_proc.cc (format_proc_uptime): Drop usage of GetSystemTimes.Corinna Vinschen2-18/+31
2005-12-12 * mmap.cc (gen_create_protect): Always generate WRITECOPY protectionCorinna Vinschen2-10/+19
2005-12-11* winsup.api/ltp/dup03.c (cleanup): Fix longstanding off-by-one error whenChristopher Faylor2-2/+7
2005-12-11fix typo.Christopher Faylor1-1/+1
2005-12-10* dirent.h: Change the rest of the d_ino's to __deprecated_d_ino.Christopher Faylor2-4/+9
2005-12-10* malloc.cc: Update to version 2.8.3.Christopher Faylor3-442/+548
2005-12-09 * lib/kernel32.def (CreateFiberEx): Correct suffix.Danny Smith2-1/+5
2005-12-092005-12-09 Huw Davies <hdavies@users.sourceforge.net>Danny Smith3-3/+53
2005-12-08 * fhandler_raw.cc (fhandler_dev_raw::ioctl): Only allow 0, 1 or aCorinna Vinschen2-2/+13
2005-12-08 * fhandler_socket.cc (fhandler_socket::recvfrom): Mask flags withCorinna Vinschen2-9/+22
2005-12-07* hires.h (hires_ms::initime_ms): Delete.Christopher Faylor5-32/+50
2005-12-07 * fhandler_proc.cc (format_proc_partitions): Use modern IOCTLsCorinna Vinschen2-21/+43
2005-12-07 * include/winbase.h (GetDevicePowerState): Add prototype.Danny Smith2-1/+2
2005-12-072005-12-07 Brian Gunlogson <gmb300@users.sourceforge.net>Danny Smith2-4/+10
2005-12-07 * fhandler_raw.cc (fhandler_dev_raw::ioctl): Fix INVALID_PARAMETERCorinna Vinschen2-3/+11
2005-12-07 * fhandler_raw.cc (fhandler_dev_raw::ioctl): Fix setting devbufCorinna Vinschen2-3/+10
2005-12-07 * fhandler_floppy.cc (fhandler_dev_floppy::lseek): Fix test forCorinna Vinschen2-1/+6
2005-12-07* include/cygwin/stdlib.h: Guard compilation of *unsetenv* in newlib.Christopher Faylor2-0/+9
2005-12-07 * exceptions.cc (_cygtls::handle_exceptions): In case of aCorinna Vinschen5-192/+511
2005-12-05* include/cygwin/stdlib.h: New file.Christopher Faylor4-2/+78
2005-12-05* dir.cc (readdir_workdir): Only fill out d_ino when linked into older app.Christopher Faylor4-56/+69
2005-12-05revert accidental checkinChristopher Faylor1-4/+0
2005-12-05Remove unneeded whitespace.Christopher Faylor9-50/+48
2005-12-05* strace.cc (show_usecs): Renamed from 'usecs'.Christopher Faylor3-7/+18