summaryrefslogtreecommitdiffstats
path: root/winsup
Commit message (Expand)AuthorAgeFilesLines
* * dcrt0.cc (getstack): Try harder to modify memory.Christopher Faylor2005-12-022-4/+11
* * devices.h (_major): Revert previous ill-advised change.Christopher Faylor2005-12-022-2/+7
* * exceptions.cc (handle_exceptions): Translate a guard page exception to aChristopher Faylor2005-12-012-1/+10
* * mmap.cc: Make debug output more consistently. Fix some comments.Corinna Vinschen2005-12-012-36/+51
* * devices.h (_minor): Coerce argument to proper type before manipulating.Christopher Faylor2005-12-015-29/+51
* * times.cc (hires_ms::prime): Remove debugging stuff.Christopher Faylor2005-11-302-14/+8
* * mmap.cc (list::try_map): New method, implementing trying to mapCorinna Vinschen2005-11-302-44/+68
* * include/cygwin/version.h: Bump API minor version.Corinna Vinschen2005-11-292-1/+6
* * fhandler.h (fhandler_dev_zero::mmap): Add method.Corinna Vinschen2005-11-294-92/+329
* * autoload.cc (NtCreateSection): Define.Corinna Vinschen2005-11-2816-759/+878
* * fhandler_disk_file.cc (fhandler_base::fstat_helper): Don't rely onCorinna Vinschen2005-11-282-2/+12
* * heap.cc: Remove spurious getpagesize declaration.Christopher Faylor2005-11-253-3/+15
* * autoload.cc (CloseWindowStation): Define.Christopher Faylor2005-11-241-0/+1
* * fhandler_tty.cc (fhandler_tty_slave::open): Reset the current windows stationChristopher Faylor2005-11-244-1/+16
* * Makefile.in: Link cygcheck with libwininet.a.Christopher Faylor2005-11-225-38/+272
* * strptime.cc (_strptime): Fix gcc warnings.Christopher Faylor2005-11-182-0/+6
* * memmem.cc: Move from here.Christopher Faylor2005-11-181-0/+5
* * libc: Add subdirectory.Corinna Vinschen2005-11-189-6/+761
* * include/cygwin/sys_time.h: Move futimes and lutimes declaration here fromChristopher Faylor2005-11-182-1/+8
* * times.cc (timezone): Put back (void).Christopher Faylor2005-11-183-1/+20
* * include/cygwin/sys_time.h: Rename from include/cygwin/time.h.Christopher Faylor2005-11-183-4/+34
* 2005=11-18 Brian Gunlogson <gmb300@users.sourceforge.net>Danny Smith2005-11-181-0/+8
* 2005=11-18 Brian Gunlogson <gmb300@users.sourceforge.net>Danny Smith2005-11-182-0/+19
* * fork.cc (fork): Move top-of-stack calculation later.Christopher Faylor2005-11-173-8/+16
* * fhandler_tty.cc (fhandler_tty_slave::open): Don't expect thatCorinna Vinschen2005-11-172-7/+15
* * times.cc (hires_ms::prime): Don't escalate the priority.Christopher Faylor2005-11-162-6/+10
* * include/sys/elf64.h: Fix types to reflect linux usage.Christopher Faylor2005-11-143-38/+47
* * fhandler.h (fhandler_console::fixup_after_fork_exec): Define with additionalChristopher Faylor2005-11-143-9/+20
* * fhandler.h (fhandler_console::fixup_after_fork_exec): Declare new function.Christopher Faylor2005-11-146-40/+24
* * cygheap.h (init_cygheap::manage_console_count): Declare new function.Christopher Faylor2005-11-1418-71/+148
* * fhandler_socket.cc (fhandler_socket::recvfrom): Just return 0 (EOF)Corinna Vinschen2005-11-133-2/+22
* * include/commdlg.h (OPENFILENAMEW): Add members forDanny Smith2005-11-122-4/+16
* * include/wingdi.h (GetICMProfile{AW}): Correct prototype.Danny Smith2005-11-122-2/+8
* * cygheap.h (init_cygheap::_gtod): Remove.Christopher Faylor2005-11-118-58/+145
* * times.cc (hires_ms::prime): Comment out call to timeBeginPeriod for now.Christopher Faylor2005-11-113-1/+13
* * include/endian.h: Remove USE_BSD ifdef since it is never defined on Cygwin.Christopher Faylor2005-11-102-2/+7
* * bsd_helper.cc (securityinit): New function. Move initializationCorinna Vinschen2005-11-108-61/+210
* * bsd_log.cc (_vpanic): LOG_EMERG is overkill, use LOG_CRIT.Corinna Vinschen2005-11-102-1/+5
* Fix dates.Corinna Vinschen2005-11-101-2/+2
* * syslog.cc (setlogmask): Don't mask the mask.Corinna Vinschen2005-11-102-2/+7
* * include/cygwin/signal.h: Add missing sigrelse prototype.Corinna Vinschen2005-11-102-0/+5
* * fhandler_base.cc (fhandler_base::readv): Free buf, not a pointer into theChristopher Faylor2005-11-082-3/+9
* fix entryChristopher Faylor2005-11-081-1/+1
* * memmem.cc: New file.Christopher Faylor2005-11-085-3/+79
* * environ.cc (spenvs): Make "SYSTEMDRIVE" an "always export".Christopher Faylor2005-11-082-1/+5
* * times.cc (futimes): Redirect to utimes_worker if given fileCorinna Vinschen2005-11-072-1/+8
* * dcrt0.cc (dll_crt0_0): Initialize security data first so that it can be usedChristopher Faylor2005-11-062-1/+6
* * cygheap.h (init_cygheap::_gtod): New hires_ms element.Christopher Faylor2005-11-046-8/+40
* * times.cc (hires_ms::prime): More debugging.Christopher Faylor2005-11-043-12/+27
* 2005-11-04 Michael Jung <mjung@iss.tu-darmstadt.de>Danny Smith2005-11-042-0/+5