summaryrefslogtreecommitdiff
path: root/usr.bin/sup
AgeCommit message (Expand)Author
2003-12-02Nothing in vprintf.c is actually used so don't bother compiling it.Todd C. Miller
2003-11-08typos from Jonathon Gray;Jason McIntyre
2003-09-05fp leak. from Patrick Latifi. ok beck@ deraadt@Ted Unangst
2003-09-04millert's sup fix, tested here on client and server.Bob Beck
2003-08-27oopsTed Unangst
2003-08-27fix memory leaks. pr3416 from Patrick Latifi <patrick.l@hermes.usherb.ca>Ted Unangst
2003-08-01damn cvs! resurrect these ...Anil Madhavapeddy
2003-08-01move vis.h out of the way into a subdir so it isn't picked up by our buildAnil Madhavapeddy
2003-07-10add missing includesDavid Krause
2003-06-04Base this on a newer version of time.h w/ a better license.Todd C. Miller
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-05-10Do not let userland access the swapon system call anymore (nothing uses itMiod Vallat
2003-05-07bounds were sizeof(pointer) rather than size of the object; found withTheo de Raadt
2003-04-30strvis -> strnvisVincent Labrecque
2003-04-15a bit of string cleaningTheo de Raadt
2003-03-18ip address -> IP address;Jason McIntyre
2003-03-10spelling fixesDavid Krause
2002-12-09From Andrushock, s/sucess/success/gTodd C. Miller
2002-10-16repeatititionMichael Shalayeff
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