summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-04-06use snamesize and realloc properly. ok tdeval@Ted Unangst
2003-04-06kvm_iocache() is not used anymore.Miod Vallat
2003-04-06IPL_FDSOFT not IPL_AUSOFT (in comments)Miod Vallat
2003-04-06get rid of some strcpy/sprintf.Marc Espie
2003-04-06I don't have enough spare time to maintain the mirror lists anymore (stillMiod Vallat
2003-04-06no strcpy. no strcat. no sprintf. some from deraadt@Ted Unangst
2003-04-06The return value for bounds_check_with_label() is not set in stone, and itMiod Vallat
2003-04-06Missed file in previous strncpy fixup for d_packname, d_typename fields.Kenneth R Westerback
2003-04-06strlcpyTheo de Raadt
2003-04-06The last commit incorporated an incomplete change of mine.Todd C. Miller
2003-04-06strlcpy; ok millertTheo de Raadt
2003-04-06string shit; ok millertTheo de Raadt
2003-04-06Replace a strcpy and associated code with a snprintf whose returnKenneth R Westerback
2003-04-06strcat -> strlcat fix. ok tedu@, deraadt@Thierry Deval
2003-04-06Fix a lot of issues in osiop.Kenneth R Westerback
2003-04-06kill strcatAlexander Yurchenko
2003-04-06strcpy/strcat/sprintf cleanups; ok krw deraadtPeter Valchev
2003-04-06kill another strcat; ok krwTheo de Raadt
2003-04-06strcat/strcpy/sprintf cleanup. krw@, anil@ ok. art@ tested sparc64.Hakan Olsson
2003-04-062451 lines of strdup/sprintf/strcpy whacking. mostly ok'd by pjanzenTheo de Raadt
2003-04-06use strlcatTheo de Raadt
2003-04-06a strlcatTheo de Raadt
2003-04-06very simple strlcat callsTheo de Raadt
2003-04-06string fixes; ok millert krwTheo de Raadt
2003-04-06make usage exactly like in the man page; andrushock@korovino.netTheo de Raadt
2003-04-06Rewrite fixit() to use snprintf() and strtol() with bounds and errorTodd C. Miller
2003-04-06string changes; millert okTheo de Raadt
2003-04-06strcpy/strcat cleanup. Ick millert@.Hakan Olsson
2003-04-06cgfourteen, cgtwelve and tcx do not need flags to force them in low-depth modeMiod Vallat
2003-04-06Run the console in the overlay plane, or in low-depth mode, as appropriate,Miod Vallat
2003-04-06Check for the "addr" locator versus the physical address of the VSIMM, soMiod Vallat
2003-04-06When encountering an older or unexpected model this driver can not handle,Miod Vallat
2003-04-06Some easy strcpy elimination.Kenneth R Westerback
2003-04-06strcat->strlcat, ho@ okAnil Madhavapeddy
2003-04-06sprintf->snprintf. deraadt@ suggestions and okHakan Olsson
2003-04-06strcpy/strcat -> strlcpy/strlcat conversion; henning@, tedu@ okAnil Madhavapeddy
2003-04-06more string business; millert ok and suggestion for strdupPeter Valchev
2003-04-06o use MAXHOSTNAMELEN, MAXPATHLEN and MAXLOGNAME instead of arbitrary sizesTodd C. Miller
2003-04-06another asprintf() simplifies things furtherTodd C. Miller
2003-04-06The disklabel fields d_packname and d_typename are not null terminated stringsKenneth R Westerback
2003-04-06Consider 0 characters left to be a lack of format space.Kenneth R Westerback
2003-04-06remove an erroneous commentHugh Graham
2003-04-06Significant DHU driver fixups:Hugh Graham
2003-04-06string handling; ok millertTheo de Raadt
2003-04-05ease netmask handling a bitHenning Brauer
2003-04-05trivial sprintfHenning Brauer
2003-04-05syncTheo de Raadt
2003-04-05o replace a strncpy + manual NUL terminate w/ strlcpyTodd C. Miller
2003-04-05string fixes. ok krw pvalchevTed Unangst
2003-04-05test dynaddr with netmaskHenning Brauer