summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin
Commit message (Expand)AuthorAgeFilesLines
...
* * cygheap.cc (creturn): Correctly calculate cygheap_max.Christopher Faylor2001-02-022-2/+7
* * shared.cc (shared_info::initialize): Reduce size of heap.Christopher Faylor2001-01-312-1/+5
* * 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
* * 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
* * 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/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
* * 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
* * 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
* * mmap.cc (mmap): Initialize fh to avoid compiler warnings.Corinna Vinschen2001-01-162-1/+5
* * 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
* * sysconf.cc (sysconf): return `getpagesize ()' on _SC_PAGESIZECorinna Vinschen2001-01-152-5/+6
* * syscalls.cc (_read): Use more lightweight method for determining if read hasChristopher Faylor2001-01-142-2/+6
* * debug.h: Add regparm attributes to some functions.Christopher Faylor2001-01-128-8/+43
* * fhandler.h (fhandler_base): New method `fixup_mmap_after_fork'.Corinna Vinschen2001-01-114-17/+109
* * sigproc.cc (wait_sig): Allow SIGCONT when stopped.Christopher Faylor2001-01-102-1/+5
* Patch suggested by Ren� M�ller Fonseca <fonseca@mip.sdu.dk>Corinna Vinschen2001-01-093-4/+10
* * pinfo.cc (codepage_init): Move function.Christopher Faylor2001-01-0817-52/+60
* * resource.cc (getrlimit): Set errno on EFAULT instead of returning it.Corinna Vinschen2001-01-052-3/+33
* * thread.cc: Need LONG_MAX definition.Christopher Faylor2001-01-042-0/+5
* * thread.cc (MTinterface::CreateSemaphore): Correctly set semaphore max.Christopher Faylor2001-01-032-1/+6
* * fhandler_console.cc (fhandler_console::read): Restore missing test for codeChristopher Faylor2001-01-032-1/+6
* Wed Jan 3 09:20:20 2001 Jason Tishler <jt@dothill.com>Christopher Faylor2001-01-033-4151/+4155
* * cygwin.din: Add symbols for `getrlimit' and `setrlimit'.Corinna Vinschen2000-12-276-1/+102
* * autoload.h: Make DLL initializers global to avoid inlining.Christopher Faylor2000-12-264-14/+30
* * include/cygwin/version.h: Bump DLL minor version number to 8.Christopher Faylor2000-12-252-1/+5
* Fix syntax.Corinna Vinschen2000-12-201-1/+1
* * autoload.cc: Add load statemant for SetSecurityDescriptorControl.Corinna Vinschen2000-12-203-0/+22
* * exceptions.cc (reset_signal_arrived): Make global to avoid inlining.Christopher Faylor2000-12-202-2/+5
* * fhandler_serial.cc (fhandler_serial::raw_read): Always find number of bytesChristopher Faylor2000-12-203-10/+16
* * syscalls.cc (remove): New function, overriding the newlibCorinna Vinschen2000-12-192-0/+24