aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin
AgeCommit message (Expand)AuthorFilesLines
2001-02-16* signal.cc (signal): Prohibit setting handlers for SIGKILL and SIGSTOPEgor Duda3-3/+15
2001-02-14* dlfcn.cc (dlopen): Do not call LoadLibrary with a NULL pointer, when theChristopher Faylor2-1/+7
2001-02-14* fhandler_console.cc (fhandler_console::char_command): Ignore unknownChristopher Faylor2-7/+5
2001-02-10* fork.cc (fork_parent): Return EAGAIN when can't record pid.Christopher Faylor4-6/+26
2001-02-09* syscalls.cc (mknod): Add valid parameters.Christopher Faylor2-1/+5
2001-02-08 * mmap.cc (mmap): Check for reusing a mapping only on MAP_SHAREDCorinna Vinschen2-2/+8
2001-02-08 * mmap.cc (class list): Add member `hash'.Corinna Vinschen2-8/+25
2001-02-07* signal.cc (killpg): Correct first argument.Christopher Faylor2-1/+5
2001-02-07 * autoload.cc: Add LoadDLLinitfunc for iphlpapi.dll.Corinna Vinschen6-163/+263
2001-02-06 * syscalls.cc (stat_worker): Add a check for the special case whenCorinna Vinschen2-18/+47
2001-02-05 * fhandler.cc (fhandler_base::open): Always add GENERIC_READ accessCorinna Vinschen4-6/+101
2001-02-05 * mmap.cc (mmap_record::fixup_map): New method to duplicateCorinna Vinschen2-45/+83
2001-02-02* cygheap.cc (creturn): Correctly calculate cygheap_max.Christopher Faylor2-2/+7
2001-01-31* shared.cc (shared_info::initialize): Reduce size of heap.Christopher Faylor2-1/+5
2001-01-31 * include/sys/resource.h: Fix typo.Corinna Vinschen2-2/+6
2001-01-31 * include/sys/resources.h: Add RLIMIT_NLIMITS and RLIM_NLIMITS.Corinna Vinschen2-0/+7
2001-01-30* include/cygwin/version.h: Bump version to 1.3.0.Christopher Faylor2-3/+7
2001-01-30 * pinfo.cc (pinfo::init): Use INVALID_HANDLE_VALUE instead ofCorinna Vinschen3-3/+9
2001-01-30* fhandler_serial.cc (raw_write): Use local copy of OVERLAPPED structureChristopher Faylor2-7/+15
2001-01-29 * mmap.cc (mmap): Remove obsolete check for MAP_SHARED|MAP_ANON asCorinna Vinschen2-12/+7
2001-01-29 * mmap.cc (mmap_record::find_empty): Fix loop condition.Corinna Vinschen2-1/+5
2001-01-29* syscalls.cc (_link): Make sure that newpath does not exist. Set errno if itChristopher Faylor8-59/+88
2001-01-28* include/cygwin/version.h: Bump API version.Christopher Faylor2-1/+6
2001-01-28* cygheap.cc (init_cheap): Move username initialization.Christopher Faylor4-15/+51
2001-01-28Throughout, change 'cygwin_shared.mount' to 'mount_table'.Christopher Faylor21-211/+265
2001-01-27* path.cc (path_conv::check): Detect when path has symlinks.Christopher Faylor2-5/+26
2001-01-27Fix typos. Add some comments.Christopher Faylor1-4/+6
2001-01-27* exceptions.cc (sigreturn): Call any pending signals prior to resetting theChristopher Faylor2-9/+27
2001-01-24 * mmap.cc (fhandler_disk_file::mmap): Call CreateFileMapping withCorinna Vinschen2-2/+12
2001-01-22* path.h: Add a new constant.Christopher Faylor2-34/+10
2001-01-22* include/cygwin/version.h: Bump API to reflect setlogmask.Christopher Faylor5-11/+45
2001-01-22* cygwin.din: Add export for setlogmask().Christopher Faylor3-3/+6
2001-01-18 * resource.cc (setrlimit): Support RLIMIT_NOFILE.Corinna Vinschen2-0/+9
2001-01-18* syscalls.cc (setdtablesize): Call with amount to increment not total amount.Christopher Faylor2-3/+10
2001-01-17* autoload.cc (LoadDLLinitfunc): Remove debugging statement.Christopher Faylor13-65/+109
2001-01-17 * cygheap.cc (cygheap_user::~cygheap_user): TemporarilyCorinna Vinschen2-0/+7
2001-01-16 * mmap.cc (mmap): Initialize fh to avoid compiler warnings.Corinna Vinschen2-1/+5
2001-01-16* wait.cc (wait4): Rename variable for consistency. Allow restartable signalChristopher Faylor2-14/+22
2001-01-15 * mmap.cc (mmap): Add more parameter checking. Change error outputCorinna Vinschen2-27/+47
2001-01-15 * mmap.cc: include <unistd.h>. Define some bit operations forCorinna Vinschen2-33/+265
2001-01-15 * heap.cc (heap_init): Fix extern declaration of getpagesize.Corinna Vinschen3-4/+9
2001-01-15 * syscalls.cc (getpagesize): Save pagesize in global variable toCorinna Vinschen3-9/+18
2001-01-15 * sysconf.cc (sysconf): return `getpagesize ()' on _SC_PAGESIZECorinna Vinschen2-5/+6
2001-01-14* syscalls.cc (_read): Use more lightweight method for determining if read hasChristopher Faylor2-2/+6
2001-01-12* debug.h: Add regparm attributes to some functions.Christopher Faylor8-8/+43
2001-01-11 * fhandler.h (fhandler_base): New method `fixup_mmap_after_fork'.Corinna Vinschen4-17/+109
2001-01-10* sigproc.cc (wait_sig): Allow SIGCONT when stopped.Christopher Faylor2-1/+5
2001-01-09 Patch suggested by Ren� M�ller Fonseca <fonseca@mip.sdu.dk>Corinna Vinschen3-4/+10
2001-01-08* pinfo.cc (codepage_init): Move function.Christopher Faylor17-52/+60
2001-01-05 * resource.cc (getrlimit): Set errno on EFAULT instead of returning it.Corinna Vinschen2-3/+33