summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-07-31remove autoconf_nzs; from netbsdJason Wright
2003-07-31do not do -Werror hereTheo de Raadt
2003-07-31enter libutilTheo de Raadt
2003-07-31go deeperTheo de Raadt
2003-07-31correct comment: atomicio takes vwrite, not write; deraadt@ okAnil Madhavapeddy
2003-07-31typo;Jason McIntyre
2003-07-31Enable diff and patch regressions.Otto Moerbeek
2003-07-31Print a maximum of one invalid line number warning per patch in a patch file.Otto Moerbeek
2003-07-31We no longer use GNU diffutils; don't tell rcs we do...Todd C. Miller
2003-07-31Fix botched conversion to getopts; markus@Todd C. Miller
2003-07-31Document more stuff:Marc Espie
2003-07-31Document RECURSIVE_FETCH_LIST, fix output to correspond to reality.Marc Espie
2003-07-31remove the old tree when we find a new ticket.Kenjiro Cho
2003-07-31check whether passwd auth is allowd, similar to proto 1; rob@pitman.co.zaMarkus Friedl
2003-07-31Wrap a long lineOtto Moerbeek
2003-07-31Bye bye GNU gzexe(1).Otto Moerbeek
2003-07-31Welcome BSD gzexe(1).Otto Moerbeek
2003-07-31A new, BSD licensed gzexe(1).Otto Moerbeek
2003-07-31The manual page for the new, BSD licensed gzexe(1).Otto Moerbeek
2003-07-31fix a protoTheo de Raadt
2003-07-31fix the licenseMichael Shalayeff
2003-07-31o correct exit code when comparing stdin and stdin (a noop)Todd C. Miller
2003-07-31syncTheo de Raadt
2003-07-31skc.4 == sk.4Theo de Raadt
2003-07-30shine a bit moreTheo de Raadt
2003-07-30hppa no longer needs -O0 to build toke.c; from miod@ and OK mickey@Todd C. Miller
2003-07-30gnu diff goes bye byeTheo de Raadt
2003-07-30an absolute cure for an inherited arrhythmia w/ uninitialized variableMichael Shalayeff
2003-07-30Remove my email address from my entry in the AUTHORS sectionTodd C. Miller
2003-07-30kill sample device mappings as not really usefulMichael Shalayeff
2003-07-30indents; jfb okTheo de Raadt
2003-07-30Change:Jason Wright
2003-07-30deduce the leds address from the model number and thus make some more use of ...Michael Shalayeff
2003-07-30give those leds some hasteMichael Shalayeff
2003-07-30NULL -> (char *)NULL in execle; ok millert@Anil Madhavapeddy
2003-07-30de-ifdef... now this is starting to make sense (it's still ugly and broken, tho)Jason Wright
2003-07-30Use (char *)NULL instead of (char *)0 in execl and execle; Andrey MatveevTodd C. Miller
2003-07-30Experimental support for ICH5/ICH5R SATA, inspired from FreeBSDAlexander Yurchenko
2003-07-30basic support for ftp:// in PKG_PATH. ok pvalchev@Ted Unangst
2003-07-30reverse booleans so it's clear what we're looking for. ok krw@Ted Unangst
2003-07-30clarify use of eject on an empty cdrom drive. (eject /dev/rcd0c)Ted Unangst
2003-07-30Add POSIX -i option; tedu@ OKTodd C. Miller
2003-07-30Make prompting POSIX-compliant. POSIX states "The patch utilityTodd C. Miller
2003-07-30missing #includeHenning Brauer
2003-07-30whitespaceMarkus Friedl
2003-07-30use only 4 digits in format_sizeMarkus Friedl
2003-07-30support for vt8231 from netbsd via pr3362 and tested by matthew.gream@pobox.comMichael Shalayeff
2003-07-30syncTheo de Raadt
2003-07-30change SIOCDIFADDR/SIOCAIFADDR warnings into errors (now this has correctPeter Valchev
2003-07-29avoid stack smash on FDDI case. found by kernel propolice.Jun-ichiro itojun Hagino