summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/syslog.cc
Commit message (Collapse)AuthorAgeFilesLines
...
* * winsup.h: Split out dtable definitions into separate header file.Christopher Faylor2000-08-121-0/+1
| | | | | | * dtable.h: New file. * sigproc.h: Eliminate pinfo.h usage here. Use it in source files that need it.
* Rename hinfo -> dtable. Name the former dtable array 'fdtab'.Christopher Faylor2000-08-121-1/+1
|
* Fix premature use of fdtab.Christopher Faylor2000-08-111-1/+1
|
* * syslog.cc (syslog): Use a less malloc-intensive method for allocating theChristopher Faylor2000-08-111-31/+23
| | | | buffer. Also fix a buffer overrun.
* * winsup.h: take out protections of environ, errno, allow C useDJ Delorie2000-08-021-1/+1
| | | | | | | | | | * *.cc: put winsup.h before other headers (for __INSIDE_CYGWIN__); use cur_environ() instead of just environ * times.cc: remove import protections * glob.c: add winsup.h * localtime.c: ditto * smallprint.c: ditto * Makefile.in: don't __INSIDE_CYGWIN__ as it messes up profiling.
* import winsup-2000-02-17 snapshotChristopher Faylor2000-02-171-0/+395