summaryrefslogtreecommitdiff
path: root/usr.sbin/sup
AgeCommit message (Expand)Author
2006-08-26Programs that had their own efuns, use libutil's now.christos
2006-05-25use memcpy instead of bcopy.christos
2006-05-10rename clog to sup_clog. (ugh. we don't even have clog())mrg
2006-05-09change (mostly) int to socklen_t. GCC 4 doesn't like that int andmrg
2006-04-13Revert part of the previous coverity fix (Urban Boquist)christos
2006-04-02rename salloc to estrdup.christos
2006-03-22Coverity CID 621: Remove dead code.christos
2006-03-22Coverity CID 798: t can only be null if p is null. otherwise p needs to containchristos
2006-03-22Coverity CID 888: Detect error when host is not found.christos
2006-03-22Coverity CID 893: Check the pointer for NULL before using anyway, althoughchristos
2006-03-22Coverity CID 1644: Plug memory leak.christos
2006-03-22Coverity CID 1645: Fix memory leak.christos
2006-03-22Coverity CID 1646: Free storage on errorchristos
2006-03-22Coverity CID 1647: Close file on error.christos
2006-03-22Coverity CID 1701: Fix memory and descriptor leak on error.christos
2006-03-22Coverity CID 1708: Close file on error.christos
2006-03-22Coverity CID 2581: set variable to NULL after free.christos
2006-03-22Coverity CID 2582: Set variables to NULL after freeing.christos
2006-03-22Coverity CID 2583: Appease error by setting name to NULL after free.christos
2006-03-14add a tar target.christos
2006-03-14provide a declaration for crypt(). Casting to char * will not work forchristos
2006-03-14Make building work on NetBSD again [in this directory with the standardchristos
2006-01-13add mode 0600 for open call with O_CREAT.elad
2005-06-18Convert from tmpnam()/open() -> snprintf()/mkstemp(); the latterlukem
2004-12-21check error return from malloc and bail.christos
2004-12-21Get rid of the data resource limit, since we are going to be using a lotchristos
2004-12-21Use strdup() instead of home-grown version and exit on error.christos
2004-11-16NI_WITHSCOPEID was not picked up by IETF standardizationitojun
2004-10-30Add (unsigned char) cast to ctype functionsdsl
2004-09-30Fix indent.enami
2004-09-30Don't set AI_NUMERICHOST in matchhost() to resolve given hostname sinceenami
2004-05-23Use MKPRIVATELIB=yes instead of providing an empty libinstall:: target andlukem
2004-04-23s/the the/the/ (only in sources that aren't regularly imported fromsimonb
2004-04-21Replace the statfs() family of system calls with statvfs().christos
2003-11-12s/netbsd.org/NetBSD.org/igrant
2003-10-16safer use of reallocitojun
2003-10-14Don't try to compile "vprintf.c" because NetBSD has all the functionstron
2003-09-20Change `LNFILES' to `BUILDSYMLINKS', to more accurately describe its purpose.lukem
2003-09-04use LNFILES instead of homegrown equivalentlukem
2003-08-27plug memory leak. openbsd-pr-3416itojun
2003-08-11tabifyitojun
2003-07-28debian bug id "sup 1.8-8, bug #175327" - temporary file symlink raceitojun
2003-04-04fix problem with fgets()christos
2003-04-03This Makefile should not need bsdmake!christos
2003-04-03add more defines for stuff we have.christos
2003-04-03put back <sys/ioctl.h> in case we are lunix.christos
2003-04-03Port to linuxchristos
2003-04-01remove some #includes which are unneeded since the transitiondrochner
2003-01-28success, not sucess. Noted by mjl.wiz
2003-01-02Fix typos pointed out by Igor Sobrado in PR misc/19621.jschauma