Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-04-08 | very easy strcpy | Henning Brauer | |
2003-04-08 | Make dmesg prettier if attachment fails and no option DEBUG | Miod Vallat | |
2003-04-08 | Ahem, fix printf format. | Miod Vallat | |
2003-04-08 | kill one more strcpy; easy one | Henning Brauer | |
2003-04-08 | rename log() into logit() to avoid name conflict. markus ok, from netbsd | Jun-ichiro itojun Hagino | |
2003-04-08 | easy sprintf in code we don't use | Henning Brauer | |
2003-04-08 | more correct snprintf bound. ok deraadt@ | Ted Unangst | |
2003-04-08 | string fixes in code we don't compile by default; tedu help & ok | Henning Brauer | |
2003-04-08 | string cleanup; ok tdeval | Theo de Raadt | |
2003-04-08 | remove printf("bar\n"); | Markus Friedl | |
2003-04-08 | use asprintf; ok henning | Theo de Raadt | |
2003-04-08 | yes I am a dork | Henning Brauer | |
2003-04-08 | string fixes; pval agrees | Henning Brauer | |
2003-04-08 | string cleaning; ok pjanzen | Theo de Raadt | |
2003-04-08 | Fix diagnostic output to display data buffer actually being used. | Kenneth R Westerback | |
Fix setting of data buffer length when doing auto request sense. Add a little general paranoia about setting data buffer length. Eliminate $ifdef'ed field in acb structure, leaving diagnostic code using it #ifdef'ed. Mostly suggested by and ok mickey@. | |||
2003-04-08 | trivial strcpy in code we don't even compile | Henning Brauer | |
2003-04-08 | string stuff, ok pval | Henning Brauer | |
2003-04-08 | bye-bye sprintf, ok pval@ | Henning Brauer | |
2003-04-08 | string stuff; ok pval@ | Henning Brauer | |
2003-04-08 | more strcpy & friends bye-bye; ok pval | Henning Brauer | |
2003-04-08 | string shit; ok pval | Henning Brauer | |
2003-04-08 | string shit, ok pval@ | Henning Brauer | |
2003-04-08 | more string shitz | Henning Brauer | |
2003-04-08 | easy strcpy elimination | Henning Brauer | |
2003-04-08 | Move definition of storage for cpu_model to locore.c so sizeof has | Hugh Graham | |
something meaningful to chew on. Shine on you crazy diamond. | |||
2003-04-08 | progressmeter.c is 4 clause NetBSD. | Markus Friedl | |
2003-04-08 | missing .Fl macro for -a option; | Jason McIntyre | |
2003-04-08 | fix another non-POSIX chown | Todd C. Miller | |
2003-04-08 | oh, and the false protos can go | Theo de Raadt | |
2003-04-08 | Strcat and Strcpy are no longer used | Theo de Raadt | |
2003-04-08 | fix another non-POSIX chown; Chuck Yerkes | Todd C. Miller | |
2003-04-08 | Strcat/s_strcat is unused | Theo de Raadt | |
2003-04-08 | Change remaining strcpy -> strlcpy; noticed by Theo | Todd C. Miller | |
2003-04-08 | Use POSIX user:group chown format, not the old BSD user.group; Chuck Yerkes | Todd C. Miller | |
2003-04-08 | refer to dhclient.leases~ as the client backup file, not dhcpd.leases~ | David Krause | |
from Michael Tannenbaum <miketa@attbi.com> in PR 3184 also add missing part of the sentence ok tedu@ | |||
2003-04-08 | identd has been nowait for 5 years now | David Krause | |
reported by Brad Ely <elyb328@apk.net> ok tedu@ | |||
2003-04-08 | invalid mdoc macros | David Krause | |
caused words to disappear from the output ok jmc@ a while ago | |||
2003-04-08 | strlcpy, pass length to function. ok tdeval@, deraadt@ | Daniel Hartmeier | |
2003-04-08 | typo | Theo de Raadt | |
2003-04-08 | snprintf; ok tdeval | Theo de Raadt | |
2003-04-08 | string cleaning; ok tdeval | Theo de Raadt | |
2003-04-08 | strcpy trashing, help from tedu; ok tedu | Theo de Raadt | |
2003-04-08 | string cleaning; ok tedu | Theo de Raadt | |
2003-04-08 | fix null deref in error syslogging | Michael Shalayeff | |
2003-04-08 | strlcpy conversion, increase buffer size by one char. ok millert@ | Daniel Hartmeier | |
2003-04-07 | more string cleaning; ok tedu | Theo de Raadt | |
2003-04-07 | strcpy -> strlcpy. some from and ok deraadt@ | Ted Unangst | |
2003-04-07 | sprintf elimination from rohee. | Ted Unangst | |
2003-04-07 | some snprintf usage from rohee. | Ted Unangst | |
2003-04-07 | strlcat; ok millert | Theo de Raadt | |