OSDN Git Service

* path.cc (conv_path_list): Take cygwin_conv_path_t as third parameter.
[pf3gnuchains/pf3gnuchains4x.git] / winsup / cygwin / syslog.cc
2011-05-11 corinna * fhandler_socket.cc (get_inet_addr): Rearrange for...
2011-04-21 corinna * cygtls.cc (_cygtls::init_thread): Drop setting local...
2011-03-29 corinna * cygtls.h (struct _local_storage): Redefine process_i...
2011-03-29 corinna * fhandler_socket.cc (get_inet_addr): Make externally...
2009-12-02 corinna * fhandler_socket.cc (send_internal): Don't split...
2008-04-07 cgfRemove unneeded header files from source files throughout.
2008-04-01 corinna Throughout, call fcntl64 instead of fcntl or fcntl_worker.
2007-02-26 corinna * fhandler_registry.cc (registry_listing): Drop name...
2007-02-22 corinna * fhandler.cc (fhandler_base::set_no_inheritance)...
2006-05-28 cgfwhite space
2006-01-02 corinna * syslog.cc: Include sys/un.h instead of sys/socket.h.
2006-01-01 corinna * syslog.cc (vklog): Never log kernel messages using...
2005-12-31 corinna * syslog.cc (vsyslog): Decrement len if trailing ...
2005-12-27 corinna * path.cc (path_conv::check): Rework loop removing...
2005-12-22 cgfwhitespace cleanup to force snapshot.
2005-11-10 corinna * syslog.cc (setlogmask): Don't mask the mask.
2005-10-11 corinna * syslog.cc (try_connect_syslogd): Add priority parame...
2005-05-10 corinna * Makefile.in (DLL_OFILES): Add fhandler_mailslot.o.
2005-05-02 cgfwhite space and minor comment cleanup.
2005-04-07 corinna * syslog.cc (try_connect_guard): Remove useless condit...
2005-04-07 corinna * syslog.cc: Include sys/socket.h.
2005-03-16 cgf* cygtls.cc (free_local): New macro.
2005-01-12 cgfReorganize header file inclusion throughout so that...
2003-12-23 cgf* exceptions.cc (set_signal_mask): Redefine to not...
2003-09-29 corinna * syslog.cc (vsyslog): Print debug message if ReportEv...
2003-09-25 cgf* devices.cc: New file.
2003-06-16 cgfThroughout, remove "include <errno.h>" from files which...
2003-06-06 corinna * cygwin.din: Add vsyslog.
2003-03-09 cgfDo some minor reformatting of 'extern "C"' use throughout.
2003-02-23 phumblet 2003-02-23 Pierre Humblet <pierre.humblet@ieee.org>
2003-02-22 cgf* syslog.cc (syslog): Do not print the Windows pid...
2002-09-22 cgf* fhandler.cc (fhandler_base::dup): Don't set handle...
2001-10-15 cgf* fhandler.cc (fhandler_base::fork_fixup): Don't protec...
2001-10-05 cgf* syscalls.cc (stat_worker): Make global. Accept path_...
2001-10-01 cgfAdd "path.h" include throughout, where needed. Use...
2001-09-12 corinna * Makefile.in: Build wincap.o.
2001-09-11 cgfUpdate copyrights.
2001-08-04 cgfThroughout, change check for running under Windows...
2001-07-26 cgfThroughout, reorganize header file inclusion to put...
2001-04-18 cgfThroughout, change fdtab references to cygheap->fdtab.
2001-01-22 cgf* cygwin.din: Add export for setlogmask().
2000-11-17 corinna * syslog.cc (syslog): Add users SID to NT syslo...
2000-08-24 cgf* select.cc (cygwin_select): Correct logic for "always_...
2000-08-22 cgf* winsup.h: Eliminate inclusion of most of the cygwin...
2000-08-22 cgf* cygerrno.h: New file. Use this throughout whenever...
2000-08-12 cgf* winsup.h: Split out dtable definitions into separate...
2000-08-12 cgfRename hinfo -> dtable. Name the former dtable array...
2000-08-11 cgfFix premature use of fdtab.
2000-08-11 cgf* syslog.cc (syslog): Use a less malloc-intensive metho...
2000-08-02 dj* winsup.h: take out protections of environ, errno...
2000-02-17 cgfInitial revision