summaryrefslogtreecommitdiffstats
path: root/winsup
Commit message (Expand)AuthorAgeFilesLines
* * configure.in: Always use install-sh.Christopher Faylor2003-07-259-110/+137
* * include/cygwin/socket.h: Conditionalize [AP]F_INET6 define.Christopher Faylor2003-07-252-0/+8
* * Makefile.in (OBSOLETE_FUNCTION): Add fdopen.Christopher Faylor2003-07-252-1/+5
* * cygwin.din: Export _fdopen64Christopher Faylor2003-07-255-2/+13
* * include/dkk/ntifs.h: Fix typo in guard forDanny Smith2003-07-242-1/+6
* * environ.cc (check_case_init): Use strncasematch.Christopher Faylor2003-07-244-2/+11
* * include/objidl.h (PropVariant): Add CHAR cVal fieldDanny Smith2003-07-222-0/+13
* * include/winbase.h (GetModuleHandleEx[AW]): Add prototypes.Danny Smith2003-07-222-0/+14
* * include/winbase.h (DUPLICATE_CLOSE_SOURCE,Danny Smith2003-07-226-88/+169
* * mmap.cc: Use proper format specifiers for _off64_t and size_t inCorinna Vinschen2003-07-212-9/+15
* * Makefile.common (CFLAGS_COMMON): Remove -march=i386.Christopher Faylor2003-07-182-1/+5
* * include/winnt.h (FILE_*): Sync with ddk/winddk.h.Danny Smith2003-07-183-43/+128
* 2003-07-18 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2003-07-182-23/+22
* 2003-07-17 Pierre Humblet <pierre.humblet@ieee.org>Danny Smith2003-07-172-0/+7
* * sysconf.cc (sysconf): Fix OPEN_MAX patch. Return page size onCorinna Vinschen2003-07-172-2/+7
* update copyrightChristopher Faylor2003-07-171-1/+1
* Clean up warnings in ddk.Danny Smith2003-07-1621-184/+244
* * pathnames.sgml: Use correct registry key. Clarify '@' operation.Christopher Faylor2003-07-162-5/+10
* * cygheap.h (class cygheap_user): Use INVALID_HANDLE_VALUE as invalidCorinna Vinschen2003-07-145-115/+106
* 2003-07-13 Casper S. Hornstrup <chorns@users.sourceforge.net>Danny Smith2003-07-133-30/+42
* * pinfo.cc (_pinfo::commune_send): Fix bounds test so that poll ofChristopher Faylor2003-07-122-1/+6
* * include/winnt.h (PVOID): Move to before HANDLE typedef.Danny Smith2003-07-123-2/+9
* * include/winnt.h (HANDLE): Define based on STRICT filter.Earnie Boyd2003-07-112-3/+10
* * path.cc (get_device_number): Remove special com? consideration.Christopher Faylor2003-07-112-51/+63
* * include/cygwin/version.h: Bump DLL minor number to 1.Christopher Faylor2003-07-102-1/+5
* * fhandler_proc.cc (format_proc_stat): Use correctly sized constants forChristopher Faylor2003-07-103-4/+4
* * include/cygwin/version.h: Bump DLL minor number to 1.Christopher Faylor2003-07-102-1/+5
* * fhandler_proc.cc (fhandler_proc::fill_filebuf): Allocate more space for statChristopher Faylor2003-07-102-23/+60
* * sysconf.cc (sysconf): Return processors online rather than bitmask forChristopher Faylor2003-07-092-1/+13
* * cygheap.cc (creturn): Set appropriate errno when out of memory.Christopher Faylor2003-07-098-26/+64
* * include/commctrl.h (NMTVDISPINFO[AW]): Replace obsolete structDanny Smith2003-07-082-8/+23
* * rmsym: Don't use ranlib.Christopher Faylor2003-07-072-4/+6
* * newsym: Reenable removal of tmp directory. Just use ar to generate archiveChristopher Faylor2003-07-073-6/+10
* * newsym: Create objects that are closer to those created by dlltool so as notChristopher Faylor2003-07-073-6/+24
* * newsym: Oops. Revert below change.Christopher Faylor2003-07-072-1/+5
* * newsym: Use correct prefix for generating imports.Christopher Faylor2003-07-063-2/+8
* update copyrightChristopher Faylor2003-07-061-1/+1
* * winsup.api/known_bugs.tcl: Remove gethostid01 from list of known bugs.Christopher Faylor2003-07-062-1/+6
* white spaceChristopher Faylor2003-07-061-1/+1
* * syscalls.cc (gethostid): Set thread affinity so that results are predictable.Christopher Faylor2003-07-062-6/+19
* * Makefile.in: Remove .dat files when cleaning.Christopher Faylor2003-07-062-1/+5
* * Makefile.in: Remove .d files when cleaning.Christopher Faylor2003-07-062-1/+5
* * mmap.cc (list::match): Add parameters to return valid address andCorinna Vinschen2003-07-052-25/+54
* * fhandler.h (fhandler_socket::get_connect_state): New method toCorinna Vinschen2003-07-054-5/+32
* fix typoChristopher Faylor2003-07-041-1/+1
* * mmap.cc (fhandler_disk_file::mmap): Fix address test.Corinna Vinschen2003-07-042-1/+5
* * mount.cc (struct opt): Remove posix option.Christopher Faylor2003-07-043-2/+22
* * mount.cc (longopts): Add long "options" keyword.Christopher Faylor2003-07-043-2/+72
* * path.cc (fillout_mntent): Change "posix" to "managed".Christopher Faylor2003-07-042-1/+5
* * fhandler.h (FH_ENC): New enum.Christopher Faylor2003-07-045-33/+150