summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2008-07-24- add NAN definition (except on VAX)Martynas Venckus
2008-07-24- move isinf, isnan dups to gen, since most is ieee 754Martynas Venckus
2008-07-24Do not define vax-inspired LOWPAGES and HIGHPAGES anymore, they make noMiod Vallat
2008-07-23If /dev/video* is already used by an application, return EBUSY to otherMarcus Glocker
2008-07-23we really need unsigned in arithmetic operations.av
2008-07-23Avoid an occasional double free in getpwent() which corrupted memory. ItTheo de Raadt
2008-07-23Forgot to add rebranded AS800 names there.Miod Vallat
2008-07-23Attempt to sync with reality, and make the supported/unsuported status ofMiod Vallat
2008-07-23Do not rely on an <ichc>invisible cast</ichc> to return failure inMiod Vallat
2008-07-23regenBrad Smith
2008-07-23Attansic L1E PCI id.Brad Smith
2008-07-23clear sign bit, instead of comparing to zero and setting x=-x.Martynas Venckus
2008-07-23syncTheo de Raadt
2008-07-23make this real CTheo de Raadt
2008-07-23So it turns outthe HP engineers changed the PA-RISC 2.0 architectureMark Kettenis
2008-07-23fix stack abuse in the `time' commmand, using alloc()'d memory instead.Jared Yanovich
2008-07-23Correct cases of mishandling of pending reads and writes to preventBob Beck