summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/syslog.cc
Commit message (Expand)AuthorAgeFilesLines
* Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen2016-06-231-3/+0
* * Merge in cygwin-64bit-branch.Corinna Vinschen2013-04-231-5/+5
* Throughout, update copyrights to reflect dates which correspond to main-branchChristopher Faylor2013-01-211-2/+2
* * fhandler_procnet.cc: Fix copyright.Corinna Vinschen2012-07-061-1/+1
* In terms of network related functionality, rely on Winsock definitionsCorinna Vinschen2012-07-061-3/+3
* * fhandler_socket.cc (get_inet_addr): Rearrange for better readability.Corinna Vinschen2011-05-111-1/+1
* * cygtls.cc (_cygtls::init_thread): Drop setting locals.process_logmask.Corinna Vinschen2011-04-211-26/+35
* * cygtls.h (struct _local_storage): Redefine process_ident as wchar_tCorinna Vinschen2011-03-291-17/+20
* * fhandler_socket.cc (get_inet_addr): Make externally available.Corinna Vinschen2011-03-291-22/+43
* * fhandler_socket.cc (send_internal): Don't split datagram messagesCorinna Vinschen2009-12-021-1/+5
* Remove unneeded header files from source files throughout.Christopher Faylor2008-04-071-3/+0
* Throughout, call fcntl64 instead of fcntl or fcntl_worker.Corinna Vinschen2008-04-011-1/+1
* * fhandler_registry.cc (registry_listing): Drop name of HKEY_DYN_DATA.Corinna Vinschen2007-02-261-11/+8
* * fhandler.cc (fhandler_base::set_no_inheritance): Always useCorinna Vinschen2007-02-221-205/+116
* white spaceChristopher Faylor2006-05-281-1/+1
* * syslog.cc: Include sys/un.h instead of sys/socket.h.Corinna Vinschen2006-01-021-37/+61
* * syslog.cc (vklog): Never log kernel messages using the vsyslogCorinna Vinschen2006-01-011-3/+2
* * syslog.cc (vsyslog): Decrement len if trailing \n has been removed.Corinna Vinschen2005-12-311-2/+5
* * path.cc (path_conv::check): Rework loop removing trailing dotsCorinna Vinschen2005-12-271-0/+2
* whitespace cleanup to force snapshot.Christopher Faylor2005-12-221-1/+1
* * syslog.cc (setlogmask): Don't mask the mask.Corinna Vinschen2005-11-101-2/+2
* * syslog.cc (try_connect_syslogd): Add priority parameter. Use writevCorinna Vinschen2005-10-111-15/+29
* * Makefile.in (DLL_OFILES): Add fhandler_mailslot.o.Corinna Vinschen2005-05-101-0/+32
* white space and minor comment cleanup.Christopher Faylor2005-05-021-5/+5
* * syslog.cc (try_connect_guard): Remove useless conditionalized code.Corinna Vinschen2005-04-071-4/+0
* * syslog.cc: Include sys/socket.h.Corinna Vinschen2005-04-071-2/+78
* * cygtls.cc (free_local): New macro.Christopher Faylor2005-03-161-2/+3
* Reorganize header file inclusion throughout so that cygerrno.h comes first.Christopher Faylor2005-01-121-1/+1
* * exceptions.cc (set_signal_mask): Redefine to not pass by address. ReportChristopher Faylor2003-12-231-42/+24
* * syslog.cc (vsyslog): Print debug message if ReportEventA fails.Corinna Vinschen2003-09-291-2/+3
* * devices.cc: New file.Christopher Faylor2003-09-251-1/+1
* Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor2003-06-161-1/+0
* * cygwin.din: Add vsyslog.Corinna Vinschen2003-06-061-5/+10
* Do some minor reformatting of 'extern "C"' use throughout.Christopher Faylor2003-03-091-6/+3
* 2003-02-23 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2003-02-231-3/+0
* * syslog.cc (syslog): Do not print the Windows pid. Print the Cygwin pid as anChristopher Faylor2003-02-221-11/+20
* * fhandler.cc (fhandler_base::dup): Don't set handle on failure. Caller hasChristopher Faylor2002-09-221-6/+6
* * fhandler.cc (fhandler_base::fork_fixup): Don't protect handle.Christopher Faylor2001-10-151-0/+1
* * syscalls.cc (stat_worker): Make global. Accept path_conv parameter forChristopher Faylor2001-10-051-0/+20
* Add "path.h" include throughout, where needed. Use new path_conv methods andChristopher Faylor2001-10-011-0/+1
* * Makefile.in: Build wincap.o.Corinna Vinschen2001-09-121-4/+4
* Update copyrights.Christopher Faylor2001-09-111-1/+1
* Throughout, change check for running under Windows NT to 'iswinnt'.Christopher Faylor2001-08-041-2/+2
* Throughout, reorganize header file inclusion to put security.h prior toChristopher Faylor2001-07-261-0/+1
* Throughout, change fdtab references to cygheap->fdtab.Christopher Faylor2001-04-181-1/+1
* * cygwin.din: Add export for setlogmask().Christopher Faylor2001-01-221-3/+0
* * syslog.cc (syslog): Add users SID to NT syslog entry.Corinna Vinschen2000-11-171-1/+2
* * select.cc (cygwin_select): Correct logic for "always_ready" fds or when thereChristopher Faylor2000-08-241-8/+8
* * winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h filesChristopher Faylor2000-08-221-0/+2
* * cygerrno.h: New file. Use this throughout whenever errno manipulation isChristopher Faylor2000-08-221-0/+1