Age | Commit message (Expand) | Author |
2008-07-25 | Correct printing of the pg_flags for ddb. | Artur Grabowski |
2008-07-25 | some splassert paranoia. | Artur Grabowski |
2008-07-25 | flock | Artur Grabowski |
2008-07-25 | file advisory locking tests from FreeBSD. We fail to detect | Artur Grabowski |
2008-07-25 | Not all devices support GET_DEF, fall back on GET_CUR if so. | Marcus Glocker |
2008-07-25 | shrink MINCLSIZE to MHLEN + 1 again for the release, we're not confident | Henning Brauer |
2008-07-25 | fix apps that use isinff, isnanf; use ieee 754 mi code, as all | Martynas Venckus |
2008-07-25 | In random art visualization, make sure to use the end marker only at the | Alexander von Gernler |
2008-07-25 | Add VisualHostKey to example file, ok djm@ | Alexander von Gernler |
2008-07-25 | repair .Pq use; Alan R. S. Bueno | Theo de Raadt |
2008-07-25 | sync | Theo de Raadt |
2008-07-24 | Add "ssh-keygen -F -l" to synopsis (displays fingerprint from | Stuart Henderson |
2008-07-24 | release the bind lock before resetting the signal mask | Philip Guenthe |
2008-07-24 | sync | Theo de Raadt |
2008-07-24 | the softc sc_lock lockmgr lock is unused, so remove it. | Thordur I. Bjornsson |
2008-07-24 | dont need malloc.h anymore; plus two tiny whitespace fixes | Thordur I. Bjornsson |
2008-07-24 | remove a bunch of bogus ARGSUSED | Thordur I. Bjornsson |
2008-07-24 | Use memcpy() and memcmp() like everywhere else in ospfd. OK norby@ | Claudio Jeker |
2008-07-24 | sng_exponent should be sng_exp (MI code now cares); ok martynas | Theo de Raadt |
2008-07-24 | Add timeout_add_sec() etc. to .Nm and, on jmc's request, tweak | Michael Knudsen |
2008-07-24 | Specify a cdroot entry that will actually work on a CD. | Joel Sing |
2008-07-24 | Add code to decode machine checks on Avanti, providing a description of the | Miod Vallat |
2008-07-24 | bump because of __nan in math.h | Theo de Raadt |
2008-07-24 | bump | Martynas Venckus |
2008-07-24 | Remove some obsolete XXX comments. | Marcus Glocker |
2008-07-24 | kill whitespace at eol; | Jason McIntyre |
2008-07-24 | isinf/isnan are macros now, therefore ap_config_auto.h differ. regen | Martynas Venckus |
2008-07-24 | Simplify uvideo_enum_fmt(), no functional changes. | Marcus Glocker |
2008-07-24 | reserve a few OpenBSD MIBs that might be implemented later or to avoid | Reyk Floeter |
2008-07-24 | ipsec is glued into the stack in a very weird way, violating all kinds | Henning Brauer |
2008-07-24 | check sysctl return value | Henning Brauer |
2008-07-24 | unXXX prototypes: exp2, remquo, nan, exp2f, remquof, nanf | Martynas Venckus |
2008-07-24 | - remove isinff, isnanf. this has been moved to libc | Martynas 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 754 | Martynas Venckus |
2008-07-24 | Do not define vax-inspired LOWPAGES and HIGHPAGES anymore, they make no | Miod Vallat |
2008-07-23 | If /dev/video* is already used by an application, return EBUSY to other | Marcus Glocker |
2008-07-23 | we really need unsigned in arithmetic operations. | av |
2008-07-23 | Avoid an occasional double free in getpwent() which corrupted memory. It | Theo de Raadt |
2008-07-23 | Forgot to add rebranded AS800 names there. | Miod Vallat |
2008-07-23 | Attempt to sync with reality, and make the supported/unsuported status of | Miod Vallat |
2008-07-23 | Do not rely on an <ichc>invisible cast</ichc> to return failure in | Miod Vallat |
2008-07-23 | regen | Brad Smith |
2008-07-23 | Attansic L1E PCI id. | Brad Smith |
2008-07-23 | clear sign bit, instead of comparing to zero and setting x=-x. | Martynas Venckus |
2008-07-23 | sync | Theo de Raadt |
2008-07-23 | make this real C | Theo de Raadt |
2008-07-23 | So it turns outthe HP engineers changed the PA-RISC 2.0 architecture | Mark Kettenis |
2008-07-23 | fix stack abuse in the `time' commmand, using alloc()'d memory instead. | Jared Yanovich |
2008-07-23 | Correct cases of mishandling of pending reads and writes to prevent | Bob Beck |