summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-05-05With KMS, the inteldrm_quiesce dance isn't needed anymore. Zap the code.Mark Kettenis
2013-05-05Remove some #ifdef'ed out code that's never going to get used again.Mark Kettenis
2013-05-05Initialize client rate. Fixes crashes when the client doesn't set theAlexandre Ratchov
2013-05-05no need to cast callocTed Unangst
2013-05-04revert uthum_activate removal, it is needed in the detach path as found theStuart Henderson
2013-05-04Add crypto.c to provide smtpd with a way to encrypt envelopes and messagesGilles Chehade
2013-05-04In i915_alloc_ifp() and i965_alloc_ifp() use extent_alloc_subregion() to makeMark Kettenis
2013-05-04- remove unused DPRINTFN, simple DPRINTF is enoughStuart Henderson
2013-05-04fix a use after freeJonathan Gray
2013-05-04fix use after free in error pathsJonathan Gray
2013-05-04fix use after free in error pathsJonathan Gray
2006-04-14Import of heimdal-0.7.2Bjorn Sandell
2013-05-04blacklist a select few characters instead of a limited whitelist forTed Unangst
2013-05-03Use open(2) / fstat(2) instead of stat(2) / open(2) for checkingMatthias Kilian
2013-05-03switch the malloc and pool freelists to using xor simpleq.Ted Unangst
2013-05-03add an xor cookie variant of simpleqTed Unangst
2013-05-03Fix a shift in the beagle prcm.Patrick Wildt
2013-05-03Don't return before calling splx.Patrick Wildt
2013-05-03Export ingress/egress interface index in pflow(4).Florian Obser
2013-05-03fix mem leak in swapmountFlorian Obser
2013-05-03Fix resetting MB_CUR_MAX when switching locales away from a UTF-8 locale.Stefan Sperling
2013-05-03Document which gobal variables are used for sysctl(8), add static toMartin Pieuchot
2013-05-03break out the battery status into excruciating detail. makes it harder forDavid Gwynne
2013-05-02Remove an #endif I forgot in there.Patrick Wildt
2013-05-02Unify ioctl arguments and add missing pointer signs.Marcus Glocker
2013-05-02Add a driver for the secondary cache controller on the PandaBoard andPatrick Wildt
2013-05-02typosMiod Vallat
2013-05-02according to pedro, ids work better with the ending $Ted Unangst
2013-05-02Bunch of comment/whitespace cleanup. Eliminate some misleading orKenneth R Westerback
2013-05-02Enough of the hand-rolling of queues. Turn client->leases andKenneth R Westerback
2013-05-02tedu broken Resource Reservation Protocol code that was ifdef RSVP_ISI.Martin Pieuchot
2013-05-02Hook up fmemopen and open_memstream tests.Martin Pieuchot
2013-05-02always attach the battery sensor if the adapter lets us query it.David Gwynne
2013-05-02remove static from a simple lock to avoid a compiler warning/error thatTed Unangst
2013-05-01a few tweaks noticed by jsingTed Unangst
2013-05-01exorcise lockmgr. the api remains, but is now backed by recursive rwlocks.Ted Unangst
2013-05-01Remove useless cast of ROOT_INFO to ino_t. OK otto@Todd C. Miller
2013-05-01May 01* update currency exchange rates;Jason McIntyre
2013-05-01Add a secure monitor call function, so that a secondary cache controllerPatrick Wildt
2013-05-01Disable PandaBoard's L2 Cache early on bootup. We will re-enable itPatrick Wildt
2013-05-01Fix a case where we might be cache flushing unmapped pages.Patrick Wildt
2013-05-01provide a sensor for the battery backup unit (bbu) on mfi boards thatDavid Gwynne
2013-05-01there's some extra bits for the bbu status that freebsd dont have. provideDavid Gwynne
2013-05-01provide a couple of %b things for mfi_hw_present and mfi_adapter_ops cosDavid Gwynne
2013-05-01dont need to walk alldevs during sensor creation looking for the logicalDavid Gwynne
2013-05-01Add a cortex bus which represents the ARM MPCore Complex.Patrick Wildt
2013-04-30Clear the right pixels when scrolling backwards.Mark Kettenis
2013-04-30point people at pkg_checkMarc Espie
2013-04-30syncTodd T. Fries
2013-04-30Fix beagle makefile dependency after switching to new context switchingPatrick Wildt