summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-07-25The PIE address range defaults are too big for alpha and can land on orKurt Miller
2008-07-25add a note in the CAVEATS section about the hardware crypto engine notDamien Bergamini
2008-07-25tweak the rt2700 stuff; ok damienJason McIntyre
2008-07-25groff does not like ultra-long lines without whitespace, since it cannotJason McIntyre
2008-07-25Mention @bin plist element, ok espie@Ian Darwin
2008-07-25Work around a problem on the t5120 where top(1) would lock up the system forMark Kettenis
2008-07-25link to updated firmware packages that remove the obsolete @ignoreDamien Bergamini
2008-07-25don't redefine INFINITY -- math.h defines it nowMartynas Venckus
2008-07-25After our recent changes, VIDIOC_S_FMT didn't always return the correctMarcus Glocker
2008-07-25document RT2700 (tested by bernd@) and try documenting WPA support.Damien Bergamini
2008-07-25In gdt_grow, always map the gdt on the secondary cpus too. This farArtur Grabowski
2008-07-25much more correct way of dealing with nfs pending reads/writesBob Beck
2008-07-25Switch to a temporary stack early on such that we don't lose if the stackMark Kettenis
2008-07-25syncTheo de Raadt
2008-07-25i have to crank this for a ridiculous reason, to save me about 4 hours of workTheo de Raadt
2008-07-25don't undefine C99 math macros, if !_GLIBCPP_USE_C99, so that weMartynas Venckus
2008-07-25doc fix; from David HiggsJason McIntyre
2008-07-25Correct printing of the pg_flags for ddb.Artur Grabowski
2008-07-25some splassert paranoia.Artur Grabowski
2008-07-25flockArtur Grabowski
2008-07-25file advisory locking tests from FreeBSD. We fail to detectArtur Grabowski
2008-07-25Not all devices support GET_DEF, fall back on GET_CUR if so.Marcus Glocker
2008-07-25shrink MINCLSIZE to MHLEN + 1 again for the release, we're not confidentHenning Brauer
2008-07-25fix apps that use isinff, isnanf; use ieee 754 mi code, as allMartynas Venckus
2008-07-25In random art visualization, make sure to use the end marker only at theAlexander von Gernler
2008-07-25Add VisualHostKey to example file, ok djm@Alexander von Gernler
2008-07-25repair .Pq use; Alan R. S. BuenoTheo de Raadt
2008-07-25syncTheo de Raadt
2008-07-24Add "ssh-keygen -F -l" to synopsis (displays fingerprint fromStuart Henderson
2008-07-24release the bind lock before resetting the signal maskPhilip Guenthe
2008-07-24syncTheo de Raadt
2008-07-24the softc sc_lock lockmgr lock is unused, so remove it.Thordur I. Bjornsson
2008-07-24dont need malloc.h anymore; plus two tiny whitespace fixesThordur I. Bjornsson
2008-07-24remove a bunch of bogus ARGSUSEDThordur I. Bjornsson
2008-07-24Use memcpy() and memcmp() like everywhere else in ospfd. OK norby@Claudio Jeker
2008-07-24sng_exponent should be sng_exp (MI code now cares); ok martynasTheo de Raadt
2008-07-24Add timeout_add_sec() etc. to .Nm and, on jmc's request, tweakMichael Knudsen
2008-07-24Specify a cdroot entry that will actually work on a CD.Joel Sing
2008-07-24Add code to decode machine checks on Avanti, providing a description of theMiod Vallat
2008-07-24bump because of __nan in math.hTheo de Raadt
2008-07-24bumpMartynas Venckus
2008-07-24Remove some obsolete XXX comments.Marcus Glocker
2008-07-24kill whitespace at eol;Jason McIntyre
2008-07-24isinf/isnan are macros now, therefore ap_config_auto.h differ. regenMartynas Venckus
2008-07-24Simplify uvideo_enum_fmt(), no functional changes.Marcus Glocker
2008-07-24reserve a few OpenBSD MIBs that might be implemented later or to avoidReyk Floeter
2008-07-24ipsec is glued into the stack in a very weird way, violating all kindsHenning Brauer
2008-07-24check sysctl return valueHenning Brauer
2008-07-24unXXX prototypes: exp2, remquo, nan, exp2f, remquof, nanfMartynas Venckus
2008-07-24- remove isinff, isnanf. this has been moved to libcMartynas Venckus