summaryrefslogtreecommitdiff
path: root/ext/Sys
Commit message (Collapse)AuthorAgeFilesLines
* make lib/syslog.t portable to systems that don't have _PATH_LOG,Gurusamy Sarathy2000-04-292-11/+18
| | | | | make _PATH_LOG() return "" if unavailable p4raw-id: //depot/perl@6018
* forked child may not exit correctly if it failed to openGurusamy Sarathy2000-04-281-1/+1
| | | | | /dev/console (from Graham Barr) p4raw-id: //depot/perl@5985
* fix Sys::Syslog breakage on domain sockets (from Tom Hughes)Gurusamy Sarathy2000-04-271-1/+1
| | | p4raw-id: //depot/perl@5969
* Sys::Syslog fix for accidental arguments to autoloaded constantsGurusamy Sarathy2000-03-142-31/+30
| | | p4raw-id: //depot/perl@5746
* /dev/console may not be writable in Syslog.pm (from Ask Bjoern HansenGurusamy Sarathy2000-03-031-4/+5
| | | | | <ask@valueclick.com>) p4raw-id: //depot/perl@5489
* Add socklen_t probe; Configure maintenance.Jarkko Hietaniemi2000-02-221-1/+1
| | | p4raw-id: //depot/cfgperl@5213
* Probe for <sys/utsname.h>.Jarkko Hietaniemi2000-02-151-2/+1
| | | p4raw-id: //depot/cfgperl@5115
* Integrate with Sarathy.Jarkko Hietaniemi2000-02-154-0/+239
|\ | | | | p4raw-id: //depot/cfgperl@5114
| * add XS version of Sys::Hostname (from Greg BaconGurusamy Sarathy2000-02-154-0/+239
| | | | | | | | | | <gbacon@itsc.uah.edu>) p4raw-id: //depot/perl@5110
* | silly compilers don't know that croak() exitsJarkko Hietaniemi2000-02-141-0/+6
|/ | | | | and complain about unitialized RETVALs p4raw-id: //depot/cfgperl@5087
* Use <syslog.h>, not <sys/syslog.h>.Jarkko Hietaniemi2000-02-041-1/+3
| | | p4raw-id: //depot/cfgperl@4992
* Sys::Syslog goes the XS way (from Tom Hughes <tom@compton.nu>)Gurusamy Sarathy2000-02-043-0/+935
p4raw-id: //depot/perl@4980