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
2006-03-21This commit was manufactured by cvs2svn to create branch 'newlib-newlib-csl-20060320-branchpointcvs2svn
2006-01-02 * syslog.cc: Include sys/un.h instead of sys/socket.h.Corinna Vinschen
2006-01-01 * syslog.cc (vklog): Never log kernel messages using the vsyslogCorinna Vinschen
2005-12-31 * syslog.cc (vsyslog): Decrement len if trailing \n has been removed.Corinna Vinschen
2005-12-27 * path.cc (path_conv::check): Rework loop removing trailing dotsCorinna Vinschen
2005-12-22whitespace cleanup to force snapshot.Christopher Faylor
2005-11-10 * syslog.cc (setlogmask): Don't mask the mask.Corinna Vinschen
2005-10-11 * syslog.cc (try_connect_syslogd): Add priority parameter. Use writevCorinna Vinschen
2005-05-11 * Makefile.in (DLL_OFILES): Add fhandler_mailslot.o.Corinna Vinschen
2005-05-02white space and minor comment cleanup.Christopher Faylor
2005-04-08 * syslog.cc (try_connect_guard): Remove useless conditionalized code.Corinna Vinschen
2005-04-08 * syslog.cc: Include sys/socket.h.Corinna Vinschen
2005-03-16* cygtls.cc (free_local): New macro.Christopher Faylor
2005-01-13Reorganize header file inclusion throughout so that cygerrno.h comes first.Christopher Faylor
2003-12-23* exceptions.cc (set_signal_mask): Redefine to not pass by address. ReportChristopher Faylor
2003-09-29 * syslog.cc (vsyslog): Print debug message if ReportEventA fails.Corinna Vinschen
2003-09-25* devices.cc: New file.Christopher Faylor
2003-06-16Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor
2003-06-06 * cygwin.din: Add vsyslog.Corinna Vinschen
2003-03-09Do some minor reformatting of 'extern "C"' use throughout.Christopher Faylor
2003-02-23 2003-02-23 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet
2003-02-22* syslog.cc (syslog): Do not print the Windows pid. Print the Cygwin pid as anChristopher Faylor
2002-09-22* fhandler.cc (fhandler_base::dup): Don't set handle on failure. Caller hasChristopher Faylor
2001-10-16* fhandler.cc (fhandler_base::fork_fixup): Don't protect handle.Christopher Faylor
2001-10-05* syscalls.cc (stat_worker): Make global. Accept path_conv parameter forChristopher Faylor
2001-10-01Add "path.h" include throughout, where needed. Use new path_conv methods andChristopher Faylor
2001-09-12 * Makefile.in: Build wincap.o.Corinna Vinschen
2001-09-12Update copyrights.Christopher Faylor
2001-08-05Throughout, change check for running under Windows NT to 'iswinnt'.Christopher Faylor
2001-07-26Throughout, reorganize header file inclusion to put security.h prior toChristopher Faylor
2001-04-19Throughout, change fdtab references to cygheap->fdtab.Christopher Faylor
2001-01-22* cygwin.din: Add export for setlogmask().Christopher Faylor
2000-11-17 * syslog.cc (syslog): Add users SID to NT syslog entry.Corinna Vinschen
2000-08-25* select.cc (cygwin_select): Correct logic for "always_ready" fds or when thereChristopher Faylor
2000-08-22* winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h filesChristopher Faylor
2000-08-22* cygerrno.h: New file. Use this throughout whenever errno manipulation isChristopher Faylor
2000-08-12* winsup.h: Split out dtable definitions into separate header file.Christopher Faylor
2000-08-12Rename hinfo -> dtable. Name the former dtable array 'fdtab'.Christopher Faylor
2000-08-11Fix premature use of fdtab.Christopher Faylor
2000-08-11* syslog.cc (syslog): Use a less malloc-intensive method for allocating theChristopher Faylor
2000-08-02* winsup.h: take out protections of environ, errno, allow C useDJ Delorie
2000-02-17import winsup-2000-02-17 snapshotChristopher Faylor