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-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
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-13new entry, installing cygwin-inst snapshots with setupDavid Starks-Browning
2000-12-13update contentsDavid Starks-Browning
2000-12-13very minor wording changeDavid Starks-Browning
2000-12-13update globbing entryDavid Starks-Browning
2000-12-12new entries about contributing packagesDavid Starks-Browning
2000-12-12try again...David Starks-Browning
2000-12-12add tip about -lm order to WinMail@16 entryDavid Starks-Browning
2000-12-12add entry about mt on Win9xDavid Starks-Browning
2000-12-12update & expand section on multiple DLLsDavid Starks-Browning
2000-12-12tiny fixDavid Starks-Browning
2000-12-12added structure (unsolved vs. FITNR).David Starks-Browning
2000-12-12screen has now been portedDavid Starks-Browning
2000-12-12these problems are fixed nowDavid Starks-Browning
2000-12-11 * net.cc (cygwin_rexec): Eliminate superfluous call toCorinna Vinschen
2000-12-11* lib/Makefile.in: Install headers and libraries in tooldir.Christopher Faylor
2000-12-11* Makefile.in: Compile/link dumper.exe with c++.Christopher Faylor
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 * mkpasswd.c: make default home directory /home/$user if oneCorinna Vinschen
2000-12-07Make initial tabbing consistent.Christopher Faylor
2000-12-07 * winsup/cygwin/include/sys/uio.h: readv: Correct prototypeCorinna Vinschen
2000-12-05 * include/winnls.h: NORM_IGNORE* remove duplicate defines.Earnie Boyd
2000-12-05 * include/sys/uio.h: Include <sys/cdefs.h>. Use __BEGIN_DECL andCorinna Vinschen
2000-12-05 * Added a define for INVALID_SET_FILE_POINTER, a possible returnCorinna Vinschen