summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-10-08sync; intel proxgbJason Wright
2003-10-08intel PRO/XGBJason Wright
2003-10-08Sample sensorsd.conf file.Alexander Yurchenko
2003-10-08On 167 and 177 boards, use a VMEChip2 timer for accurate delay() wheneverMiod Vallat
2003-10-08delay() is actually a void function.Miod Vallat
2003-10-08new; dive@endersgame.netTheo de Raadt
2003-10-08originally from cb@openbsd.org, adapted by provosNikolay Sturm
2003-10-08originally from cb@netbsd.org, adapted by provosNikolay Sturm
2003-10-08default GSS API to no in client, too; ok jakob, deraadt@Markus Friedl
2003-10-08obviously i'm on drugs, revertHenning Brauer
2003-10-08fix cedric's breakage:Henning Brauer
2003-10-08missing DIOCX* in the securelevel > 1 caseHenning Brauer
2003-10-08ugly hack to fix digest authentication for ie, safari et al. FreeBSD PR#55401.Jakob Schlyter
2003-10-08Nivas had identified an 88200 specific bug, where flushes of a page or aMiod Vallat
2003-10-08Avoid a possible signed->unsigned assignment, fixes PR1709 (Claus Assmann)Anil Madhavapeddy
2003-10-08cleanup of PASS PHRASE ARGUMENTS and ASN1PARSE;Jason McIntyre
2003-10-08scp and sftp: add options list and sort options. options list requestedJason McIntyre
2003-10-07Fix printing of "Only in foo" when foo is "/" (trailing slash removalTodd C. Miller
2003-10-07add a few regression tests for the recently fixed md functionsAnil Madhavapeddy
2003-10-07corrent __bounded__ attribute for the *Data functions, and addAnil Madhavapeddy
2003-10-07set ptr to NULL after freeTheo de Raadt
2003-10-07typo; ishTheo de Raadt
2003-10-07better guess for ncyls. allows chuck yerkes to make small file systems again.Ted Unangst
2003-10-07syncAlexander Yurchenko
2003-10-07typo in previous commit, sighAlexander Yurchenko
2003-10-07missing free(). Andrey Matveev via deraadt@. ok deraadt@Ted Unangst
2003-10-07oopsie.Ted Unangst
2003-10-07check strdup in sample code. from Jared Yanovich <jjy2+@pitt.edu>.Ted Unangst
2003-10-07FILES /etc/sensorsd.confHenning Brauer
2003-10-07syncAlexander Yurchenko
2003-10-07VIA VT8237 SATA; ok deraadt@Alexander Yurchenko
2003-10-07add support for modifying attribute cache parametersHenning Brauer
2003-10-07- check if result is valid before using it.Federico G. Schwindt
2003-10-07handle ; terminators for strings like other sed programs do. this isTheo de Raadt
2003-10-07syncTheo de Raadt
2003-10-07check strdup, from jared yanovich. fix realloc while i'm here.Ted Unangst
2003-10-07use PCI_PMCSR instead of some magic value.Federico G. Schwindt
2003-10-07remove extra \nMarkus Friedl
2003-10-07Do not forget to initialise the version member of the softc, and bringMiod Vallat
2003-10-07filename needs to be quoted...Henning Brauer
2003-10-07use crypto/arc4; test, debug, ok millert@; ok fgsch@Markus Friedl
2003-10-07arc4 support; ok millert@, fgsch@Markus Friedl
2003-10-07more sftp quoting regress tests; ok markusDamien Miller
2003-10-07sftp quoting fix from admorten AT umich.edu; ok markus@Damien Miller
2003-10-07Test SSH2 banner. ok markus@Darren Tucker
2003-10-07Don't use logit for banner, since it truncates to MSGBUFSIZ; bz #668 & #707.Darren Tucker
2003-10-07toplev.c, flags.h: add -fstack-protector-all option to generate protection in...Hiroaki Etoh
2003-10-07flag_stack_protection enables to genereate protecting instruments for every f...Hiroaki Etoh
2003-10-07rtl_epilogue: fix pp warning message trouble at -Wmissing-noreturn.Hiroaki Etoh
2003-10-07copy_args_for_protection: fix the problem that move_arg_location may corrupt ...Hiroaki Etoh