Age | Commit message (Expand) | Author |
2001-05-15 | Add missing memset() from one of the select() fixes. Also free existing | Todd C. Miller |
2001-05-07 | remove waitpid-related XXX's -- this is OK | Todd C. Miller |
2001-05-07 | Avoid excessive malloc/free for select in readdata() | Todd C. Miller |
2001-05-07 | Use a smaller buffer in fmttime() since the date string is of a | Todd C. Miller |
2001-05-07 | Fix select(2) usage. | Todd C. Miller |
2001-05-05 | Fix Makefile.sunos5.gcc so that it builds sup correctly on Solaris 8 | Todd C. Miller |
2001-05-05 | Solaris has strerror() | Todd C. Miller |
2001-05-04 | o kill register | Todd C. Miller |
2001-05-02 | Sync with NetBSD. Notable changes: | Todd C. Miller |
2001-04-29 | Zero a buffer prior to passing it to readlink() as readlink() | Todd C. Miller |
2001-04-29 | speling | Todd C. Miller |
2001-04-29 | labels should precede actual code, not braces; from NetBSD | Todd C. Miller |
2001-04-29 | Add a bunch of old revision history comments that we are missing to | Todd C. Miller |
2001-04-29 | include string.h not strings.h | Todd C. Miller |
2001-04-29 | Use S_ISXXX macros where possible instead of doing this by hand | Todd C. Miller |
2001-04-29 | Add comment chars to (or just remove) bare words after #endif/#else for ANSI. | Todd C. Miller |
2001-04-29 | If errmsg() is passed a negative argument return strerror(errno) | Todd C. Miller |
2001-04-20 | typo | Marc Espie |
2001-03-09 | exit(-#) is wrong | Theo de Raadt |
2000-08-20 | Add calls to setusercontext() and login_get*(). We basically call | Todd C. Miller |
2000-08-02 | $HOME paranoia: never use getenv("HOME") w/o checking for NULL and non-zero | Todd C. Miller |
2000-06-29 | use %s with syslog | Todd C. Miller |
2000-03-14 | Suffix "i.e." and "e.g." with a comma. Just another really picky man page | Aaron Campbell |
2000-02-01 | no need to extern int errno if errno.h is included | Theo de Raadt |
2000-01-21 | Deal with getcwd() returning NULL. This code is not currently | Todd C. Miller |
1999-09-23 | Typo fixes. | Alex Feldman |
1999-06-05 | - remove trailing white space | Aaron Campbell |
1999-05-12 | grammar police: do not hyphenate compound words that act as adjectives if the | Aaron Campbell |
1999-01-09 | behave reasonably if malloc fails | Todd C. Miller |
1998-09-07 | More man page fixes. Particularly fix uses of it's/its, affect/effect, | Aaron Campbell |
1998-09-05 | more man page repairs; aaron@ug.cs.dal.ca | Theo de Raadt |
1998-09-01 | more man page fixes; aaron@ug.cs.dal.ca | Theo de Raadt |
1998-08-29 | man page repairs; aaron@ug.cs.dal.ca | Theo de Raadt |
1998-06-03 | zero sigaction before use | Theo de Raadt |
1998-05-18 | readlink len-1 | Theo de Raadt |
1997-11-17 | match nfs3 and regular nfs; christos | Theo de Raadt |
1997-10-12 | ftruncate the lock file for supfilesrv -O before writing pid into it. | Bob Beck |
1997-10-12 | Documentation for -O switch on supfilesrv. | Bob Beck |
1997-10-11 | -Ooops. Didn't get this in last time. | Bob Beck |
1997-10-11 | -Kludges for SunOS 5 portablility, | Bob Beck |
1997-09-16 | Possible buf oflow, from Theo. | Todd C. Miller |
1997-09-16 | one more strcpy after this | Theo de Raadt |
1997-09-16 | strcpy whacking; ci.c and expand.c need more work | Theo de Raadt |
1997-09-16 | snprintf this thing | Theo de Raadt |
1997-09-08 | Use setlogin(2). | Todd C. Miller |
1997-08-31 | solaris changes; beck@obtuse | Theo de Raadt |
1997-08-18 | #include <string.h> not <strings.h> -- Yes, I'm a weanie... | Todd C. Miller |
1997-07-28 | uniqify names more; s.k.stevens@ic.ac.uk | Theo de Raadt |
1997-07-25 | #if __STDC__ --> #ifdef __STDC__ | Michael Shalayeff |
1997-04-01 | This merges in the latest NetBSD sup source. | Todd T. Fries |