summaryrefslogtreecommitdiffstats
path: root/winsup
Commit message (Expand)AuthorAgeFilesLines
* * init.cc (dll_entry): Call prime_threads after dll_crt0_0 to avoid conflictsChristopher Faylor2005-12-162-1/+6
* * hookapi.cc (putmem): Remove query of previous memory protection since we getChristopher Faylor2005-12-162-14/+8
* * mmap.cc (fhandler_dev_zero::fixup_mmap_after_fork): UseCorinna Vinschen2005-12-152-3/+8
* * cygcheck.cc (common_apps): Add a few more binaries to look for.Christopher Faylor2005-12-152-0/+8
* Fix unforgivable spelling error in ChangeLog.Corinna Vinschen2005-12-141-5/+5
* * fhandler.cc (ACCFLAGS): Remove macro.Corinna Vinschen2005-12-145-15/+27
* * fhandler.cc (fhandler_base::open_9x): Handle O_SYNC and O_DIRECTCorinna Vinschen2005-12-147-75/+124
* * cygtls.cc (_cygtls::remove): Don't bother if we're exiting.Christopher Faylor2005-12-133-2/+8
* * fhandler_tty.cc (fhandler_tty::open): Enhance comment.Christopher Faylor2005-12-132-1/+13
* * fhandler_tty.cc (fhandler_tty::open): Close newly created windowCorinna Vinschen2005-12-132-2/+10
* * fhandler_tty.cc (fhandler_tty::open): Add a comment.Christopher Faylor2005-12-132-0/+15
* * faq-programming.xml: Add note about struct stat64.Joshua Daniel Franklin2005-12-132-0/+12
* * times.cc (hires_ms::usecs): Subtract from slop from system time or we'llChristopher Faylor2005-12-132-1/+6
* * times.cc (systime): Correct precision referenced in comment.Christopher Faylor2005-12-133-6/+20
* * include/winuser.h (WINSTA_ALL_ACCESS): Define.Christopher Faylor2005-12-132-0/+5
* * pinfo.cc (winpids::add): Don't copy procinfo when there is no cygwin processChristopher Faylor2005-12-132-1/+6
* * times.cc (hires_ms::usecs): Correct order when checking if high precisionChristopher Faylor2005-12-132-1/+7
* correct ChangeLogChristopher Faylor2005-12-121-1/+1
* * pinfo.cc (size_copied): New convenience macro.Christopher Faylor2005-12-123-16/+61
* * autoload.cc (GetSystemTimes): Remove.Corinna Vinschen2005-12-122-1/+4
* * fhandler_proc.cc (format_proc_uptime): Drop usage of GetSystemTimes.Corinna Vinschen2005-12-122-18/+31
* * mmap.cc (gen_create_protect): Always generate WRITECOPY protectionCorinna Vinschen2005-12-122-10/+19
* * winsup.api/ltp/dup03.c (cleanup): Fix longstanding off-by-one error whenChristopher Faylor2005-12-112-2/+7
* fix typo.Christopher Faylor2005-12-111-1/+1
* * dirent.h: Change the rest of the d_ino's to __deprecated_d_ino.Christopher Faylor2005-12-102-4/+9
* * malloc.cc: Update to version 2.8.3.Christopher Faylor2005-12-103-442/+548
* * lib/kernel32.def (CreateFiberEx): Correct suffix.Danny Smith2005-12-092-1/+5
* 2005-12-09 Huw Davies <hdavies@users.sourceforge.net>Danny Smith2005-12-093-3/+53
* * fhandler_raw.cc (fhandler_dev_raw::ioctl): Only allow 0, 1 or aCorinna Vinschen2005-12-082-2/+13
* * fhandler_socket.cc (fhandler_socket::recvfrom): Mask flags withCorinna Vinschen2005-12-082-9/+22
* * hires.h (hires_ms::initime_ms): Delete.Christopher Faylor2005-12-075-32/+50
* * fhandler_proc.cc (format_proc_partitions): Use modern IOCTLsCorinna Vinschen2005-12-072-21/+43
* * include/winbase.h (GetDevicePowerState): Add prototype.Danny Smith2005-12-072-1/+2
* 2005-12-07 Brian Gunlogson <gmb300@users.sourceforge.net>Danny Smith2005-12-072-4/+10
* * fhandler_raw.cc (fhandler_dev_raw::ioctl): Fix INVALID_PARAMETERCorinna Vinschen2005-12-072-3/+11
* * fhandler_raw.cc (fhandler_dev_raw::ioctl): Fix setting devbufCorinna Vinschen2005-12-072-3/+10
* * fhandler_floppy.cc (fhandler_dev_floppy::lseek): Fix test forCorinna Vinschen2005-12-072-1/+6
* * include/cygwin/stdlib.h: Guard compilation of *unsetenv* in newlib.Christopher Faylor2005-12-072-0/+9
* * exceptions.cc (_cygtls::handle_exceptions): In case of aCorinna Vinschen2005-12-075-192/+511
* * include/cygwin/stdlib.h: New file.Christopher Faylor2005-12-054-2/+78
* * dir.cc (readdir_workdir): Only fill out d_ino when linked into older app.Christopher Faylor2005-12-054-56/+69
* revert accidental checkinChristopher Faylor2005-12-051-4/+0
* Remove unneeded whitespace.Christopher Faylor2005-12-059-50/+48
* * strace.cc (show_usecs): Renamed from 'usecs'.Christopher Faylor2005-12-053-7/+18
* * environ.cc (spenvs): Add "windir" as an "always export" variableCorinna Vinschen2005-12-042-1/+7
* fix descriptionChristopher Faylor2005-12-041-1/+1
* * faq-setup.xml: Add note about clean_setup.pl.Joshua Daniel Franklin2005-12-043-2/+11
* * include/exceptions.h (exception_list): Revert previous change. WindowsChristopher Faylor2005-12-036-71/+91
* Add missing ChangeLog entry.Christopher Faylor2005-12-031-0/+1
* * cygtls.h (_cygtls::el): New field.Christopher Faylor2005-12-0313-133/+179