summaryrefslogtreecommitdiff
path: root/usr.bin/sup
AgeCommit message (Expand)Author
2002-08-12Swap args to calloc(3) so they are in the correct order; art@ ok.Aaron Campbell
2002-08-03spell 'debugging' correctly with double 'g' (in comments)Peter Valchev
2002-06-23uid_t and gid_t are unsignedTheo de Raadt
2002-06-14spelling; from Brian Poole <raj@cerias.purdue.edu>Todd T. Fries
2002-06-12a real pid_t cleanup.Mike Pechkin
2002-04-30arguement -> argumentTheo de Raadt
2002-02-19We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.Todd C. Miller
2002-02-17Manual cleanup of remaining userland __P use (excluding packages maintained o...Todd C. Miller
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-11-29make sure that va_start() has matching va_end()Mike Pechkin
2001-09-19occured->occurredMike Pechkin
2001-08-23end request with 0, not NULLCamiel Dobbelaar
2001-08-12#(endif|else) foo is incorrect, make it #endif /* foo */Heikki Korpela
2001-07-25do not use vfork() unsafelyTheo de Raadt
2001-07-23kill errant newline in comment sectionTodd C. Miller
2001-05-15Add missing memset() from one of the select() fixes. Also free existingTodd C. Miller
2001-05-07remove waitpid-related XXX's -- this is OKTodd C. Miller
2001-05-07Avoid excessive malloc/free for select in readdata()Todd C. Miller
2001-05-07Use a smaller buffer in fmttime() since the date string is of aTodd C. Miller
2001-05-07Fix select(2) usage.Todd C. Miller
2001-05-05Fix Makefile.sunos5.gcc so that it builds sup correctly on Solaris 8Todd C. Miller
2001-05-05Solaris has strerror()Todd C. Miller
2001-05-04o kill registerTodd C. Miller
2001-05-02Sync with NetBSD. Notable changes:Todd C. Miller
2001-04-29Zero a buffer prior to passing it to readlink() as readlink()Todd C. Miller
2001-04-29spelingTodd C. Miller
2001-04-29labels should precede actual code, not braces; from NetBSDTodd C. Miller
2001-04-29Add a bunch of old revision history comments that we are missing toTodd C. Miller
2001-04-29include string.h not strings.hTodd C. Miller
2001-04-29Use S_ISXXX macros where possible instead of doing this by handTodd C. Miller
2001-04-29Add comment chars to (or just remove) bare words after #endif/#else for ANSI.Todd C. Miller
2001-04-29If errmsg() is passed a negative argument return strerror(errno)Todd C. Miller
2001-04-20typoMarc Espie
2001-03-09exit(-#) is wrongTheo de Raadt
2000-08-20Add calls to setusercontext() and login_get*(). We basically callTodd C. Miller
2000-08-02$HOME paranoia: never use getenv("HOME") w/o checking for NULL and non-zeroTodd C. Miller
2000-06-29use %s with syslogTodd C. Miller
2000-03-14Suffix "i.e." and "e.g." with a comma. Just another really picky man pageAaron Campbell
2000-02-01no need to extern int errno if errno.h is includedTheo de Raadt
2000-01-21Deal with getcwd() returning NULL. This code is not currentlyTodd C. Miller
1999-09-23Typo fixes.Alex Feldman
1999-06-05- remove trailing white spaceAaron Campbell
1999-05-12grammar police: do not hyphenate compound words that act as adjectives if theAaron Campbell
1999-01-09behave reasonably if malloc failsTodd C. Miller
1998-09-07More man page fixes. Particularly fix uses of it's/its, affect/effect,Aaron Campbell
1998-09-05more man page repairs; aaron@ug.cs.dal.caTheo de Raadt
1998-09-01more man page fixes; aaron@ug.cs.dal.caTheo de Raadt
1998-08-29man page repairs; aaron@ug.cs.dal.caTheo de Raadt
1998-06-03zero sigaction before useTheo de Raadt
1998-05-18readlink len-1Theo de Raadt