summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-06-14When there are no sensors, don't run the hotplugging consistency check,Constantine A. Murenin
2008-06-14implement a check code to determine whether the disk keys haveDamien Miller
2008-06-14friendly error message when key decryption fails; ok hshoexer@Damien Miller
2008-06-13- don't ask for yesno confirmation when running in automatic modeAntoine Jacoutot
2008-06-13tweak previous;Jason McIntyre
2008-06-13Pass relocated Elf_Dyn * to _dl_finalize_object(). Needed for pieKurt Miller
2008-06-13grammar fixes;Jason McIntyre
2008-06-13Remove all comments so that this code is 100% 'portable interface', andTheo de Raadt
2008-06-13Do not print a warning if /dev/pf can not be opened.Can Erkin Acar
2008-06-13syncTheo de Raadt
2008-06-13document xdr_{u_}int64_t() functionsTheo de Raadt
2008-06-13Fixup ldscripts for i386 when linked with -pie (no change to non-pieKurt Miller
2008-06-13Do not log carp state transitions from or to INIT by default.Marco Pfatschbacher
2008-06-13Move the responsibility to free received packets on trunked interfacesMarco Pfatschbacher
2008-06-13Completing the executable elf_object_t data exposed a bug inKurt Miller
2008-06-13Add support for fiber PHY on bge(4) (BCM5714/BCM5780) andBrad Smith
2008-06-13NFSD_NEEDAUTH and NFSD_AUTHFAIL are never set, so cull code thatBret Lambert
2008-06-13Kill one-liner macro which obfuscated mbuf pointer assignment.Bret Lambert
2008-06-13make the disk key masking algorithm a parameter and add some extraDamien Miller
2008-06-13Remove unused files. Noticed by sthen@Can Erkin Acar
2008-06-13Change the logic when selecting routes on RTM_CHANGE & RTM_GET. RTM_CHANGEClaudio Jeker
2008-06-13Include some additional pointers, etc that I really need for debuggingClaudio Jeker
2008-06-13fix compilation with BNX_DEBUG.Brad Smith
2008-06-13$OpenBSD$Nikolay Sturm
2008-06-13some mtree regressMarc Espie
2008-06-13from NetBSD:Nikolay Sturm
2008-06-13Add definitions for nlm version 4 (for use with NFSv3).Nikolay Sturm
2008-06-13remove _MALLOC_LOCK_INIT; major bump; ok deraadt@Otto Moerbeek
2008-06-13implement xdr_int64_t, xdr_u_int64_tNikolay Sturm
2008-06-13syncTodd T. Fries
2008-06-13/dev/bio on ramdisks, it is safe and smallTodd T. Fries
2008-06-13Add strtof() to libc, some ports seem to like it. Currently it's a simpleLandry Breuil
2008-06-13Implement pbkdf2 in in bioctl to derive master key from a passphrase.Hans-Joerg Hoexer
2008-06-13fix two smalls bugs wrt contination lines.Marc Espie
2008-06-13-Wall friendly (missing "static", signed vs. unsigned comparison)Damien Miller
2008-06-13Explain the use of SSH fpr visualization using random art, and cite theAlexander von Gernler
2008-06-13One more "//" instead of "/" case. Hidden in a getcwd.Kjell Wooding
2008-06-13phessler noted that c-mode ignored blinking braces.Kjell Wooding
2008-06-13we used to use the lowest (so it is deterministic) mac address in theHenning Brauer
2008-06-13Allow selfinsert to be called with FFRAND; i.e. from anotherKjell Wooding
2008-06-13Prevent -Wsign-compare warnings on LP64 systems. bz #1192, ok deraadt@Darren Tucker
2008-06-13Remove mail-mode. It was a buggy reimplementation of auto-fill-mode.Kjell Wooding
2008-06-13Fix debian bug #432656Kjell Wooding
2008-06-13Fix autoexec file handling.Kjell Wooding
2008-06-13rearrange on-disk structures to the top of the file, wrap kernel-onlyDamien Miller
2008-06-13When assembling an already initialized crytpo softraid, correctly copy inHans-Joerg Hoexer
2008-06-13Remove DEBUG #undef's we can turn it on/off in GENERIC like for allMarcus Glocker
2008-06-13Fix size and age field printing. The fields will now be printed with unitsCan Erkin Acar
2008-06-13remove rpc_auth_kerb variable, its now unused...Thordur I. Bjornsson
2008-06-13Friendlier error messages for mux fallback. ok djm@Darren Tucker