summaryrefslogtreecommitdiffstats
path: root/libexec
AgeCommit message (Expand)AuthorFilesLines
2002-06-09no more \n to syslog()hin1-1/+1
2002-06-09no \n for syslog()hin2-5/+5
2002-06-09do not present scopeid on wire format (as it is local to a node).itojun1-4/+8
2002-06-08add example using per-user pf rules to allow backchannel connectionsbeck1-1/+9
2002-06-07support scoped IPv6 address.itojun4-221/+101
2002-06-07move load_offs out of the link_map area.art1-2/+2
2002-06-06compatibilty -> compatibilityaaron2-4/+4
2002-06-05Cleanup/remove duplicate code that checks STAT_RELOC_DONE.art5-11/+13
2002-06-05Get rid of an unnecessary typedef (for future cleanup).art5-20/+19
2002-06-04fix $OpenBSD$ tag.mpech1-2/+2
2002-06-04spelling; raj@cerias.purdue.eduderaadt1-3/+3
2002-06-03Proper masks for 64 bit relocation types. ok art@drahn1-2/+2
2002-06-02minor KNFderaadt10-31/+31
2002-05-30KNFderaadt2-54/+46
2002-05-29More pid_t cleanup. Since 'pid' is pid_t we should:mpech1-5/+5
2002-05-29a few more strlcatderaadt2-5/+5
2002-05-28libdl is not used anymore. Remove these as the support is now in libc.drahn3-100/+0
2002-05-28KNFderaadt1-32/+32
2002-05-28issetugid() test earlierderaadt1-13/+13
2002-05-28unused variable in latest commitderaadt1-2/+1
2002-05-28Remove LD_LIBRARY_PATH completely from environment, as per ldconfig manpage.drahn1-8/+46
2002-05-28proto _dl_show_objects() in one placederaadt3-15/+5
2002-05-28more KNFderaadt4-61/+43
2002-05-27KNFderaadt1-7/+7
2002-05-27strlcpyderaadt1-4/+4
2002-05-27left over __P removalsderaadt1-2/+2
2002-05-27unsigned to unsigned intderaadt1-3/+3
2002-05-26pid_t cleanupderaadt5-21/+23
2002-05-25use _dl_strncmp() not strncmp(), _dl version is already present and used.drahn2-4/+4
2002-05-25_dl_strcmp() and _dl_strchr() exist, do not pull these routinesdrahn2-8/+7
2002-05-24Replace strcpy() with strlcpy().drahn1-4/+4
2002-05-24Change _dl_strcpy() to _dl_strlcpy(), implementation taken from libc.drahn3-12/+32
2002-05-24not needed; deraadt@ okfgsch1-50/+0
2002-05-24more KNFderaadt20-227/+230
2002-05-24various KNFderaadt28-719/+645
2002-05-24remove another unneeded functionderaadt1-10/+2
2002-05-24replace some wrapper functions w/ no license w/ some public domain ones.ericj2-57/+33
2002-05-23This stuff has no license. Delete it. If someone wants it back, get the licenses cleaned up, and put it in regressderaadt10-288/+0
2002-05-23remove _dl_sprintf(). nothing uses it. and if it is gone, nothing canderaadt1-13/+1
2002-05-23no need for -lkvm anymorederaadt1-4/+4
2002-05-23KNF during an audit; found an improperly initialized sockaddrderaadt6-118/+85
2002-05-22Fix last commit.millert1-4/+4
2002-05-22Fix some ut_line manipulation pointed out by Moritz Jodeit.millert1-7/+13
2002-05-22typo; moritz@jodeit.orgderaadt1-3/+3
2002-05-22a bunch more strcpy -> strlcpy and sprintf -> snprintfderaadt10-35/+37
2002-05-22snprintf, and make it compilederaadt2-10/+12
2002-05-22whack sprintfderaadt1-5/+5
2002-05-22strlcpy sprinklingderaadt2-15/+20
2002-05-21KNFderaadt1-7/+7
2002-05-19 o End a sentence with a period, not a comma; Hans-Joerg Hoexermillert1-7/+8