summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2008-06-13nuke a bunch of bogus ARGSUSED;Thordur I. Bjornsson
2008-06-13pass the complete path to cvs_file_get_cf() instead of reconstructingJoris Vink
2008-06-13Restore IDE_PCI_CLASS_OVERRIDE on SiI3512 SATA.Mats O Jansson
2008-06-13550 is fatal, don't bother retrying.Marc Espie
2008-06-13Include unistd.h for close(), prevents warnings in -portableDarren Tucker
2008-06-13correction from Tamas TEVESZ;Jason McIntyre
2008-06-13Clear key options in the monitor on failed authentication, preventsDarren Tucker
2008-06-13compile on older gcc; no decl after codeTheo de Raadt
2008-06-13compile on older gcc; no decl after codeTheo de Raadt
2008-06-13Fixed acpiec driver, _REG method required sc_ec member set before being calledJordan Hargrave
2008-06-13properly indent something horridly misleadingTheo de Raadt
2008-06-13Initialize the return value in pci_probe_device() function, so that we doTheo de Raadt
2008-06-13Use refresh interval for rate calculation instead of the broken elapsedCan Erkin Acar
2008-06-13Remove slack space for RX/TX chains since it only covers sloppy coding.Brad Smith
2008-06-13If you have #if FOO > 0 parts of your softc beJonathan Gray