ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/src/trunk/usr.sbin/syslogd
Revision 10329 - Directory Listing - [select for diffs]
Modified Sun Jun 3 19:51:12 2018 UTC (5 years, 11 months ago) by laffer1
Diff to previous 9326
syslogd

Revision 9326 - Directory Listing - [select for diffs]
Modified Fri Mar 3 00:23:12 2017 UTC (7 years, 2 months ago) by laffer1
Diff to previous 8559
syslogd: Use closefrom() instead of getdtablesize()/close()
loop.

When syslogd forks a process for '|' destinations, it closes all file
descriptors greater than 2.

Use closefrom() for this instead of a getdtablesize()/close() loop because
it is both faster and avoids leaving file descriptors open because the limit
was lowered after they were opened.

Revision 8559 - Directory Listing - [select for diffs]
Modified Mon Sep 19 15:16:23 2016 UTC (7 years, 7 months ago) by laffer1
Diff to previous 8199
make sure that errno isnt modified before calling logerror.

Revision 8199 - Directory Listing - [select for diffs]
Modified Sat Sep 17 15:45:14 2016 UTC (7 years, 8 months ago) by laffer1
Diff to previous 6516
add support for ipv6 addresses as destination.

Revision 6516 - Directory Listing - [select for diffs]
Modified Fri Dec 20 23:33:19 2013 UTC (10 years, 4 months ago) by laffer1
Diff to previous 6425
drop cvs2svn prop

Revision 6425 - Directory Listing - [select for diffs]
Modified Sat Nov 30 22:34:04 2013 UTC (10 years, 5 months ago) by laffer1
Diff to previous 5403
reset props for svn keywords

Revision 5403 - Directory Listing - [select for diffs]
Modified Sat Dec 1 14:50:25 2012 UTC (11 years, 5 months ago) by laffer1
Diff to previous 3113
utmpx

Revision 3113 - Directory Listing - [select for diffs]
Modified Wed Oct 7 04:37:44 2009 UTC (14 years, 7 months ago) by laffer1
Diff to previous 1530
use new world order

Revision 1530 - Directory Listing - [select for diffs]
Modified Mon Apr 28 04:21:38 2008 UTC (16 years ago) by laffer1
Diff to previous 6
Bring in several fixes for syslogd from FreeBSD.

Revision 6 - Directory Listing - [select for diffs]
Modified Sat Feb 25 02:38:42 2006 UTC (18 years, 2 months ago) by laffer1
Diff to previous 3
This commit was generated by cvs2svn to compensate for changes in r5, which
included commits to RCS files with non-trunk default branches.
Revision 3 - Directory Listing - [select for diffs]
Added Sat Feb 25 02:29:52 2006 UTC (18 years, 2 months ago) by laffer1
This commit was generated by cvs2svn to compensate for changes in r2, which
included commits to RCS files with non-trunk default branches.

Convenience Links