summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2008-06-16when freeing a state key sk1, look wether it is linked to another state keyHenning Brauer
2008-06-15A bit of cleanup:Marco Pfatschbacher
2008-06-15typoMiod Vallat
2008-06-15expand the quirk framework to enable device class matchYojiro Uo
2008-06-15One more printf -> DPRINTF in the USB xfer callback.Marcus Glocker
2008-06-15Make frame queueing reliable by setting tsleep() priorities to 0.Marcus Glocker
2008-06-15Don't see rx_abs_int_delay if rx_int_delay is not set. SettingTodd C. Miller
2008-06-15Disable amdmsr(4) until the match function _ONLY_ lets it work on Geode's,Theo de Raadt
2008-06-15ipmi is working a wee bit better, but still not perfectly. let us re-enableTheo de Raadt
2008-06-15When APERTURE is not defined, always return ENXIO.Matthieu Herrb
2008-06-15Move noisy frame queueing debug messages up to debug level 2.Marcus Glocker
2008-06-15with powerbooks and ibooks, default to adb keyboard for console (and ddb>)Todd T. Fries
2008-06-15Add 802.3ad LACP support for trunk(4).Marco Pfatschbacher
2008-06-15On AMD64 running on Intel processors with EST add support for retreivingGordon Willem Klok
2008-06-15unroll the NFSMADV() macro and nuke itThordur I. Bjornsson
2008-06-15if we are trying to attach to ehci(4) notify the user to disable itRobert Nagy
2008-06-15this should be a MD include file; discussed with matthieuTheo de Raadt
2008-06-15Treat SENSE_NOT_READY_INIT_REQUIRED sense errors the same asKenneth R Westerback
2008-06-15Don't bypass partition bounds check for RAW_PART. We now guarantee thatKenneth R Westerback
2008-06-15Ensure that when using the ACPI tables the RVO field is initialized from the ...Gordon Willem Klok
2008-06-14make easier to read, found during a bug hunt earlierTodd T. Fries
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