aboutsummaryrefslogtreecommitdiff
path: root/winsup
AgeCommit message (Expand)AuthorFilesLines
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 * include/wchar.h: Protect prototypes only declared in the C++ STLEarnie Boyd2-1/+9
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 * include/sqlucode.h: Apply Danny Smith patch 102443Earnie Boyd2-0/+144
2001-01-16 * lib/odbccp32.def: Apply Danny Smith patch 102442Earnie Boyd2-0/+60
2001-01-16 * include/odbcinst.h: Apply Danny Smith patch 102441Earnie Boyd2-0/+152
2001-01-16 * mmap.cc (mmap): Initialize fh to avoid compiler warnings.Corinna Vinschen2-1/+5
2001-01-16 * include/stdlib.h: Apply Danny Smith patch 102730Earnie Boyd2-2/+8
2001-01-16 * include/locale.h: Apply Danny Smith patch 101834Earnie Boyd2-0/+18
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* regtool.cc (cmd_list): Add new registry display options.Christopher Faylor3-69/+107
2001-01-10more formatting changes.Christopher Faylor1-2/+4
2001-01-10* regtool.cc (translate): Ensure that 'c' is initialized.Christopher Faylor3-574/+595
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
2001-01-04* thread.cc: Need LONG_MAX definition.Christopher Faylor2-0/+5
2001-01-03* thread.cc (MTinterface::CreateSemaphore): Correctly set semaphore max.Christopher Faylor2-1/+6
2001-01-03* fhandler_console.cc (fhandler_console::read): Restore missing test for codeChristopher Faylor2-1/+6
2001-01-03Wed Jan 3 09:20:20 2001 Jason Tishler <jt@dothill.com>Christopher Faylor3-4151/+4155
2000-12-27 * cygwin.din: Add symbols for `getrlimit' and `setrlimit'.Corinna Vinschen6-1/+102
2000-12-26* autoload.h: Make DLL initializers global to avoid inlining.Christopher Faylor4-14/+30
2000-12-25* include/cygwin/version.h: Bump DLL minor version number to 8.Christopher Faylor2-1/+5
2000-12-25missed a spot.Christopher Faylor1-1/+0
2000-12-25* lib/Makefile.in: Don't make "links" to include/w32api directory.Christopher Faylor2-1/+4
2000-12-22 * cygwinenv.sgml: Fix typo in <filename>. Add missing </para>.Corinna Vinschen2-3/+7
2000-12-20Fix syntax.Corinna Vinschen1-1/+1
2000-12-20 * autoload.cc: Add load statemant for SetSecurityDescriptorControl.Corinna Vinschen3-0/+22
2000-12-20 * include/winbase.h: Add prototype for SetSecurityDescriptorControl.Corinna Vinschen2-0/+5
2000-12-20* exceptions.cc (reset_signal_arrived): Make global to avoid inlining.Christopher Faylor2-2/+5
2000-12-20* fhandler_serial.cc (fhandler_serial::raw_read): Always find number of bytesChristopher Faylor3-10/+16
2000-12-19 * syscalls.cc (remove): New function, overriding the newlibCorinna Vinschen2-0/+24
2000-12-19 * cygwinenv.sgml: Add text for `smbntsec' option.Corinna Vinschen2-1/+15
2000-12-19 * environ.cc (struct parse_thing): Add entry for new CYGWIN optionCorinna Vinschen7-4/+25
2000-12-16* cygcheck.cc (cygwin_info): Add some more bounds checking. From Matt HargetChristopher Faylor2-49/+205