summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2008-06-14Replace nfsm_build/bcopy with nfsm_{buf,str}tombuf functions inBret Lambert
2008-06-14Include "faith.h" in order to get NFAITH. Also clean up NFAITH conditionalsJoel Sing
2008-06-14add carppeer; an option to specify a different multicast address orReyk Floeter
2008-06-14Fixed evil recursion depth for ASUS EEEPC, uses less memory tooJordan Hargrave
2008-06-14Add amdmsr(4), a driver to access model specific registers on AMD CPUs.Marc Balmer
2008-06-14ANSIfy function definitions.Joel Sing
2008-06-14Ensure each nfsiod can actually enqueue more than one asynchio - this mirrorsBob Beck
2008-06-14Remove NBPFILTER conditional since we do not include "bpfilter.h" and theJoel Sing
2008-06-14Include "pflog.h" so that we get NPFLOG.Joel Sing
2008-06-14Provide a status field for operations on the bc_opaque data. Now we'reHans-Joerg Hoexer
2008-06-14Mask the upper 56 bits of the rx ports when reading them, pckbd_input() willMiod Vallat
2008-06-14Correctly calculate wired_count of pages on i386. Now, pmap->pm_stats is onlyHans-Joerg Hoexer
2008-06-14Teach acpiasus(4) about some more events. Whilst we're here bzero the cmdJoel Sing
2008-06-14Also do the PR_ZERO dance here. This was held back on Henning's requestMichael Knudsen
2008-06-14defininig NATIVE_EXEC_ELF is mandatory on ELF platforms.Miod Vallat
2008-06-14id tag.Federico G. Schwindt
2008-06-14A bunch of pool_get() + bzero() -> pool_get(..., .. | PR_ZERO)Michael Knudsen
2008-06-14Use the bus_size_t in the ath_softc.Joel Sing
2008-06-14oldnointr pool allocator is no longer used or necessary.Artur Grabowski
2008-06-14There's no more reason to use oldnointr allocator here since we paceArtur Grabowski
2008-06-14If we have one syscall that consumes large amounts of memory (like forArtur Grabowski
2008-06-14Replace magic '2' and '3' with defines for nfs version numbersThordur I. Bjornsson
2008-06-14Use multiple crypto keys per volume. Each key is used to encrypt atDamien Miller
2008-06-14remove #ifdef __macppc__ due to a misunderstanding:Todd T. Fries
2008-06-14Allow ath(4) to detach cleanly when attaching via PCI. AlsoJoel Sing
2008-06-14pool_get()s not in interrupt context should not be PR_NOWAIT, butHenning Brauer
2008-06-14Include "pf.h" so we get NPF.Joel Sing
2008-06-14Add cmp(4) here too.Mark Kettenis
2008-06-14Nuke ADEV_NOTUR, always issue TEST UNIT READY to clear out power-upKenneth R Westerback
2008-06-14Clean up nfsrv_wakenfsd(); variable name change to be in line with theBret Lambert
2008-06-14Move bpf_mtap_hdr() above the trunk_*_input() routines.Marco Pfatschbacher
2008-06-14Belt, suspenders, duct tape and glue.Artur Grabowski
2008-06-14remove duplicate #defines; ok hshoexer@Damien Miller
2008-06-14use nfsm_padlen() where appropriate;Thordur I. Bjornsson
2008-06-14put the canonical ifdef dance for multiple inclusion, also put all theThordur I. Bjornsson
2008-06-14Update bioctl(8) and softraid(4) to recent changes and enable softraidHans-Joerg Hoexer
2008-06-14implement a check code to determine whether the disk keys haveDamien 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-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-13Change the logic when selecting routes on RTM_CHANGE & RTM_GET. RTM_CHANGEClaudio Jeker
2008-06-13fix compilation with BNX_DEBUG.Brad Smith
2008-06-13Implement pbkdf2 in in bioctl to derive master key from a passphrase.Hans-Joerg Hoexer
2008-06-13we used to use the lowest (so it is deterministic) mac address in theHenning Brauer
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