summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-04-21build expanded brace with more explicit bound checking.Marc Espie
2003-04-21Mention that stroul() et al *do* accept negative numbers, theyTodd C. Miller
2003-04-21Fix the load_size which is used by ldd to print end address.Dale Rahn
2003-04-21Close .BlMike Pechkin
2003-04-21a few string cleanups; ok dhartmeiTheo de Raadt
2003-04-21mdocify; apparently no one every reads this man page.Todd C. Miller
2003-04-21mdoc version from NetBSD (wiz) with minor modifications and local changes.Todd C. Miller
2003-04-21Use strlcpy() and snprintf() in favor of inline strcpy() and sprintf().Todd C. Miller
2003-04-20regenAlexander Yurchenko
2003-04-20Add Intel 82801DBM IDEAlexander Yurchenko
2003-04-20In pdc20265_pci_intr() perform shared irq check only if channel isAlexander Yurchenko
2003-04-20typos, and 1 from tedu;Jason McIntyre
2003-04-20typos, a little grammar, and lots of space at EOL deleted;Jason McIntyre
2003-04-20incorrect macro, with too many arguments;Jason McIntyre
2003-04-20typos;Jason McIntyre
2003-04-20typos;Jason McIntyre
2003-04-20more afs string cleaning; pvalchev okTheo de Raadt
2003-04-20oh, the cgi-man thing... duhTheo de Raadt
2003-04-20correct strlpcy; spotted by janj+openbsd@wenf.orgTheo de Raadt
2003-04-20move the NULL too; janj+openbsd@wenf.orgTheo de Raadt
2003-04-20print "direxec" when it's enabled on msdosfs.Ted Unangst
2003-04-20authpf is supposed to die if the /etc/authpf/authpf.conf is not present.Bob Beck
2003-04-19string handling, ok deraadt@Daniel Hartmeier
2003-04-19string handling, partly from and ok deraadt@Daniel Hartmeier
2003-04-19Sync usage() and man page; closes PR 3219Todd C. Miller
2003-04-19correct opacket/obytes statistics; from sam@freebsdJason Wright
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