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