summaryrefslogtreecommitdiffstats
path: root/winsup
Commit message (Expand)AuthorAgeFilesLines
* * include/sys/resource.h: Fix typo.Corinna Vinschen2001-01-312-2/+6
* * include/sys/resources.h: Add RLIMIT_NLIMITS and RLIM_NLIMITS.Corinna Vinschen2001-01-312-0/+7
* * include/cygwin/version.h: Bump version to 1.3.0.Christopher Faylor2001-01-302-3/+7
* * include/assert.h: (assert): Remove ; from end of definitionEarnie Boyd2001-01-302-1/+6
* * Apply Phil Krylov patches.Earnie Boyd2001-01-303-0/+104
* * include/winuser.h: (IDC_HAND) New resource identifier.Earnie Boyd2001-01-302-1/+7
* * include/iptypes.h: Include <sys/types.h> for time_t declaration.Earnie Boyd2001-01-302-2/+8
* * objidl.h: (GetClassID): Argument needs to be a pointer.Earnie Boyd2001-01-302-6/+12
* * Apply Danny Smith patch 102386Earnie Boyd2001-01-302-1/+118
* * include/time.h: (CLOCKS_PER_SEC): Type cast the constant.Earnie Boyd2001-01-302-1/+6
* * pinfo.cc (pinfo::init): Use INVALID_HANDLE_VALUE instead ofCorinna Vinschen2001-01-303-3/+9
* * fhandler_serial.cc (raw_write): Use local copy of OVERLAPPED structureChristopher Faylor2001-01-302-7/+15
* * time.h: (CLOCKS_PER_SEC) Change from FP to integer constant.Earnie Boyd2001-01-292-1/+5
* * mmap.cc (mmap): Remove obsolete check for MAP_SHARED|MAP_ANON asCorinna Vinschen2001-01-292-12/+7
* * mmap.cc (mmap_record::find_empty): Fix loop condition.Corinna Vinschen2001-01-292-1/+5
* * syscalls.cc (_link): Make sure that newpath does not exist. Set errno if itChristopher Faylor2001-01-298-59/+88
* * include/wchar.h: The 2001.01.18 Change was incorrect. The functionsEarnie Boyd2001-01-282-3/+10
* Sun Jan 28 12:47:31 2001 Earnie Boyd <earnie@users.sourceforge.net>Earnie Boyd2001-01-282-27/+33
* *include/stdlib.h (__p__pgmptr): add prototype.Earnie Boyd2001-01-283-15/+35
* * Apply Danny Smith patch 102446Earnie Boyd2001-01-285-587/+2909
* * include/cygwin/version.h: Bump API version.Christopher Faylor2001-01-282-1/+6
* * cygheap.cc (init_cheap): Move username initialization.Christopher Faylor2001-01-284-15/+51
* Throughout, change 'cygwin_shared.mount' to 'mount_table'.Christopher Faylor2001-01-2821-211/+265
* * path.cc (path_conv::check): Detect when path has symlinks.Christopher Faylor2001-01-272-5/+26
* Fix typos. Add some comments.Christopher Faylor2001-01-271-4/+6
* * exceptions.cc (sigreturn): Call any pending signals prior to resetting theChristopher Faylor2001-01-272-9/+27
* * Apply Danny Smith patch 102275Earnie Boyd2001-01-265-3/+93
* * include/stdint.h: New file.Earnie Boyd2001-01-262-0/+188
* * lib/msvcp60.def: New fileEarnie Boyd2001-01-262-0/+77
* * include/winnt.h: Add PTOKEN_USER.Christopher Faylor2001-01-262-19/+22
* * mmap.cc (fhandler_disk_file::mmap): Call CreateFileMapping withCorinna Vinschen2001-01-242-2/+12
* * path.h: Add a new constant.Christopher Faylor2001-01-222-34/+10
* * include/cygwin/version.h: Bump API to reflect setlogmask.Christopher Faylor2001-01-225-11/+45
* * cygwin.din: Add export for setlogmask().Christopher Faylor2001-01-223-3/+6
* * include/wchar.h: Protect prototypes only declared in the C++ STLEarnie Boyd2001-01-182-1/+9
* * resource.cc (setrlimit): Support RLIMIT_NOFILE.Corinna Vinschen2001-01-182-0/+9
* * syscalls.cc (setdtablesize): Call with amount to increment not total amount.Christopher Faylor2001-01-182-3/+10
* * autoload.cc (LoadDLLinitfunc): Remove debugging statement.Christopher Faylor2001-01-1713-65/+109
* * cygheap.cc (cygheap_user::~cygheap_user): TemporarilyCorinna Vinschen2001-01-172-0/+7
* * include/sqlucode.h: Apply Danny Smith patch 102443Earnie Boyd2001-01-162-0/+144
* * lib/odbccp32.def: Apply Danny Smith patch 102442Earnie Boyd2001-01-162-0/+60
* * include/odbcinst.h: Apply Danny Smith patch 102441Earnie Boyd2001-01-162-0/+152
* * mmap.cc (mmap): Initialize fh to avoid compiler warnings.Corinna Vinschen2001-01-162-1/+5
* * include/stdlib.h: Apply Danny Smith patch 102730Earnie Boyd2001-01-162-2/+8
* * include/locale.h: Apply Danny Smith patch 101834Earnie Boyd2001-01-162-0/+18
* * wait.cc (wait4): Rename variable for consistency. Allow restartable signalChristopher Faylor2001-01-162-14/+22
* * mmap.cc (mmap): Add more parameter checking. Change error outputCorinna Vinschen2001-01-152-27/+47
* * mmap.cc: include <unistd.h>. Define some bit operations forCorinna Vinschen2001-01-152-33/+265
* * heap.cc (heap_init): Fix extern declaration of getpagesize.Corinna Vinschen2001-01-153-4/+9
* * syscalls.cc (getpagesize): Save pagesize in global variable toCorinna Vinschen2001-01-153-9/+18