summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-04-19Make the ubsec_feed* routines void, noone looks at the return value (always z...Jason Wright
2003-04-19BNF update for hfscHenning Brauer
2003-04-19sync w/ the sudo cvs tree and sudo 1.6.7p4Todd C. Miller
2003-04-19mention hfsc.Henning Brauer
2003-04-19Tweak previous sprintf -> snprintf fix to eliminate unnecessaryKenneth R Westerback
2003-04-19change "%12.f" -> "%12.0f" to avoid a -Wformat warningAnil Madhavapeddy
2003-04-19fix typos; Julien BordetTodd C. Miller
2003-04-19- kill unused varAnil Madhavapeddy
2003-04-19transposed args to snprintf, millert@ okAnil Madhavapeddy
2003-04-19format string typo in usage (%d -> %s for program name)Anil Madhavapeddy
2003-04-19strcpy/strcat/sprintf removal; krw@ OKTodd C. Miller
2003-04-19Some string cleanup: sprintf -> snprintf and magic numbers to sizeofKenneth R Westerback
2003-04-19Davicom DM9009Henning Brauer
2003-04-19Davicom DM9009 supportHenning Brauer
2003-04-19regenHenning Brauer
2003-04-19+davicom DM9009Henning Brauer
2003-04-19string stuff, ok krw@ deraadt@Henning Brauer
2003-04-19string stuff, ok krw@Henning Brauer
2003-04-18Fix format odditiy in 'ERRORS' section, formats like mmap(2) manpage now.Dale Rahn
2003-04-18Document that mquery() returns EINVAL if request memory was not availableDale Rahn
2003-04-18Return EINVAL if MAP_FIXED was specified but was not available. ok tedu@Dale Rahn
2003-04-18support for making directories executable if readable.Ted Unangst
2003-04-18support for making directories +x without affecting normal filesTed Unangst
2003-04-18regression test for mquery syscall.Dale Rahn
2003-04-18Adjusting the start is wrong. The value returned by mquery() should be usedDale Rahn
2003-04-18ftp.linux.org.tr changed directory layoutDavid Krause
2003-04-18Add code to set the TUN_* flags for INET6 addresses too. This allows aJason Wright
2003-04-18Slack don't slak; Martin ReindlTodd C. Miller
2003-04-18hackers of the planet earthMichael Shalayeff
2003-04-18get someMichael Shalayeff
2003-04-17more not lessTheo de Raadt
2003-04-17-lcompat tooTheo de Raadt
2003-04-17Pull in some POSIX and ANSI changes from the Linux versionTodd C. Miller
2003-04-17old 4.3BSD more; nice and smallTodd C. Miller
2003-04-17Hard-code charset if SMALLTodd C. Miller
2003-04-17remove extra spaces, make smaller, krw you keep adding them back! ;)Theo de Raadt
2003-04-17fix typo; Julien BordetTodd C. Miller
2003-04-17Proper setenv usage; Martin ReindlTodd C. Miller
2003-04-17nuke strcpy + -WallHenning Brauer
2003-04-17Assign the return value of snprintf to an int, not a char. fixes a comparisonDale Rahn
2003-04-17Change a few return values from char to int since these functionsTodd C. Miller
2003-04-17his is wrongMichael Shalayeff
2003-04-17replaced by loadfile nowMichael Shalayeff
2003-04-17missing indentMichael Shalayeff
2003-04-17new bootsMichael Shalayeff
2003-04-17oopsMichael Shalayeff
2003-04-17there is no reason to keep both around. just renameMichael Shalayeff
2003-04-17- random.9 changed to arc4random.9Jason McIntyre
2003-04-17use asprintf; fix (remove) some incorrectly sized buffers in the processPeter Valchev
2003-04-17%u is 11 chars, not 10; ok miod deraadt millert teduPeter Valchev