Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/winsup
AgeCommit message (Expand)Author
2001-01-24 * mmap.cc (fhandler_disk_file::mmap): Call CreateFileMapping withCorinna Vinschen
2001-01-22* path.h: Add a new constant.Christopher Faylor
2001-01-22* include/cygwin/version.h: Bump API to reflect setlogmask.Christopher Faylor
2001-01-22* cygwin.din: Add export for setlogmask().Christopher Faylor
2001-01-18 * include/wchar.h: Protect prototypes only declared in the C++ STLEarnie Boyd
2001-01-18 * resource.cc (setrlimit): Support RLIMIT_NOFILE.Corinna Vinschen
2001-01-18* syscalls.cc (setdtablesize): Call with amount to increment not total amount.Christopher Faylor
2001-01-17* autoload.cc (LoadDLLinitfunc): Remove debugging statement.Christopher Faylor
2001-01-17 * cygheap.cc (cygheap_user::~cygheap_user): TemporarilyCorinna Vinschen
2001-01-16 * include/sqlucode.h: Apply Danny Smith patch 102443Earnie Boyd
2001-01-16 * lib/odbccp32.def: Apply Danny Smith patch 102442Earnie Boyd
2001-01-16 * include/odbcinst.h: Apply Danny Smith patch 102441Earnie Boyd
2001-01-16 * mmap.cc (mmap): Initialize fh to avoid compiler warnings.Corinna Vinschen
2001-01-16 * include/stdlib.h: Apply Danny Smith patch 102730Earnie Boyd
2001-01-16 * include/locale.h: Apply Danny Smith patch 101834Earnie Boyd
2001-01-16* wait.cc (wait4): Rename variable for consistency. Allow restartable signalChristopher Faylor
2001-01-16 * mmap.cc (mmap): Add more parameter checking. Change error outputCorinna Vinschen
2001-01-15 * mmap.cc: include <unistd.h>. Define some bit operations forCorinna Vinschen
2001-01-15 * heap.cc (heap_init): Fix extern declaration of getpagesize.Corinna Vinschen
2001-01-15 * syscalls.cc (getpagesize): Save pagesize in global variable toCorinna Vinschen
2001-01-15 * sysconf.cc (sysconf): return `getpagesize ()' on _SC_PAGESIZECorinna Vinschen
2001-01-14* syscalls.cc (_read): Use more lightweight method for determining if read hasChristopher Faylor
2001-01-12* debug.h: Add regparm attributes to some functions.Christopher Faylor
2001-01-11 * fhandler.h (fhandler_base): New method `fixup_mmap_after_fork'.Corinna Vinschen
2001-01-11* regtool.cc (cmd_list): Add new registry display options.Christopher Faylor
2001-01-10more formatting changes.Christopher Faylor
2001-01-10* regtool.cc (translate): Ensure that 'c' is initialized.Christopher Faylor
2001-01-10* sigproc.cc (wait_sig): Allow SIGCONT when stopped.Christopher Faylor
2001-01-09 Patch suggested by Ren� M�ller Fonseca <fonseca@mip.sdu.dk>Corinna Vinschen
2001-01-08* pinfo.cc (codepage_init): Move function.Christopher Faylor
2001-01-05 * resource.cc (getrlimit): Set errno on EFAULT instead of returning it.Corinna Vinschen
2001-01-04* thread.cc: Need LONG_MAX definition.Christopher Faylor
2001-01-03* thread.cc (MTinterface::CreateSemaphore): Correctly set semaphore max.Christopher Faylor
2001-01-03* fhandler_console.cc (fhandler_console::read): Restore missing test for codeChristopher Faylor
2001-01-03Wed Jan 3 09:20:20 2001 Jason Tishler <jt@dothill.com>Christopher Faylor
2000-12-27 * cygwin.din: Add symbols for `getrlimit' and `setrlimit'.Corinna Vinschen
2000-12-26* autoload.h: Make DLL initializers global to avoid inlining.Christopher Faylor
2000-12-25* include/cygwin/version.h: Bump DLL minor version number to 8.Christopher Faylor
2000-12-25missed a spot.Christopher Faylor
2000-12-25* lib/Makefile.in: Don't make "links" to include/w32api directory.Christopher Faylor
2000-12-22 * cygwinenv.sgml: Fix typo in <filename>. Add missing </para>.Corinna Vinschen
2000-12-20Fix syntax.Corinna Vinschen
2000-12-20 * autoload.cc: Add load statemant for SetSecurityDescriptorControl.Corinna Vinschen
2000-12-20 * include/winbase.h: Add prototype for SetSecurityDescriptorControl.Corinna Vinschen
2000-12-20* exceptions.cc (reset_signal_arrived): Make global to avoid inlining.Christopher Faylor
2000-12-20* fhandler_serial.cc (fhandler_serial::raw_read): Always find number of bytesChristopher Faylor
2000-12-19 * syscalls.cc (remove): New function, overriding the newlibCorinna Vinschen
2000-12-19 * cygwinenv.sgml: Add text for `smbntsec' option.Corinna Vinschen
2000-12-19 * environ.cc (struct parse_thing): Add entry for new CYGWIN optionCorinna Vinschen
2000-12-16* cygcheck.cc (cygwin_info): Add some more bounds checking. From Matt HargetChristopher Faylor