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
AgeCommit message (Expand)Author
2001-01-27* path.cc (path_conv::check): Detect when path has symlinks.Christopher Faylor
2001-01-27Fix typos. Add some comments.Christopher Faylor
2001-01-27* exceptions.cc (sigreturn): Call any pending signals prior to resetting theChristopher Faylor
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 * 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 * mmap.cc (mmap): Initialize fh to avoid compiler warnings.Corinna Vinschen
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-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-20Fix syntax.Corinna Vinschen
2000-12-20 * autoload.cc: Add load statemant 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 * environ.cc (struct parse_thing): Add entry for new CYGWIN optionCorinna Vinschen
2000-12-16* fhandler_console.cc (read): Add support for xterm-style mouse eventChristopher Faylor
2000-12-16* path.cc (normalize_posix_path): Calculate path name length overruns moreChristopher Faylor
2000-12-15* fhandler.h (fhandler_console): Add additional argument to char_commandChristopher Faylor
2000-12-11 * net.cc (cygwin_rexec): Eliminate superfluous call toCorinna Vinschen
2000-12-11* include/sysexits: New file.Christopher Faylor
2000-12-10* autoload.cc: Autoload CharToOemA.Christopher Faylor
2000-12-10* path.cc (normalize_win32_path): Check for explicit use of two slashes at theChristopher Faylor
2000-12-09* path.cc (normalize_win32_path): Reorganize logic to accomodate chroot.Christopher Faylor
2000-12-07 * cygwin.din: Declare strtok_r for the import lib. Already in the DLL.Corinna Vinschen
2000-12-07 * winsup/cygwin/include/sys/uio.h: readv: Correct prototypeCorinna Vinschen
2000-12-05 * include/sys/uio.h: Include <sys/cdefs.h>. Use __BEGIN_DECL andCorinna Vinschen
2000-12-04 * Makefile.in: Change `-nostartfiles' to `-nostdlib' to avoidCorinna Vinschen