aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/syslog.cc
AgeCommit message (Expand)AuthorFilesLines
2002-09-25This commit was manufactured by cvs2svn to create branch 'cygwin-1-3-13-1'.github/cygwin-1-3-18-1github/cygwin-1-3-17-1github/cygwin-1-3-16-1github/cygwin-1-3-15-1github/cygwin-1-3-14-1github/cygwin-1-3-13-2github/cygwin-1-3-13-1cygwin-1-3-18-1cygwin-1-3-17-1cygwin-1-3-16-1cygwin-1-3-15-1cygwin-1-3-14-1cygwin-1-3-13-2cygwin-1-3-13-1cvs2svn1-412/+0
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