]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
MFi386: revision 245848
[FreeBSD/FreeBSD.git] / sys /
2013-06-01 nyanMFi386: revision 245848
2013-06-01 nyanMFi386: revision 251039
2013-06-01 mariusMove an assertion to the right spot; only bus_dmamap_lo...
2013-06-01 jhbRemove an unused macro we originally got from BSD/OS.
2013-06-01 gibbssys/dev/xen/blkfront/blkfront.c:
2013-06-01 gibbssys/dev/xen/blkfront/blkfront.c:
2013-06-01 npcxgbe(4): Some more debug sysctls. These work on both...
2013-05-31 gibbsStyle changes. No intended functional changes.
2013-05-31 gibbsStyle cleanups. No intended functional changes.
2013-05-31 obrienAdd a "kern.features" MIB for 32bit support under a...
2013-05-31 gibbsStyle cleanups. No intended functional changes.
2013-05-31 delphijExplicitly use a pair of parentheses to ensure correct...
2013-05-31 jhbStyle fixes to vn_ioctl().
2013-05-31 alcSimplify the definition of vm_page_lock_assert(). ...
2013-05-31 gibbsMake netif_free() safe to call on a partially initializ...
2013-05-31 gibbsApply the ad* => ada* IDE device name transition to...
2013-05-31 sbrunoxpt_create_path() requires mfi_io_lock to be held,...
2013-05-31 jeff - Convert the bufobj lock to rwlock.
2013-05-30 markjAdd macros which allow one to define SDT probes with...
2013-05-30 marius- Checking for spurious interrupts is only necessary...
2013-05-30 delphijMFV: tcpdump 4.4.0.
2013-05-30 kibAfter the object lock was dropped, the object' referenc...
2013-05-30 kibRemove the capitalization in the assertion message...
2013-05-30 kibAssert that OBJ_TMPFS flag on the vm object for the...
2013-05-30 marius- Do supply arguments as pointers to bce_get_{pg,rx...
2013-05-30 marius- As a follow-up to r247565, make firmware images that...
2013-05-30 luigiBring in a number of new features, mostly implemented...
2013-05-30 luigiclarify usage of NETMAP_BUF
2013-05-30 marius- Merge from r249476: Ensure that PCI bus BUS_GET_DMA_T...
2013-05-30 brooksMFP4 @217311
2013-05-30 brooksMFP4 @222836
2013-05-30 mariusAllow unmapped I/O via aacd(4). It shouldn't be too...
2013-05-30 marius- Remove pointless returns.
2013-05-29 mariusFix a typo in r249213; the second bus_if.h should have...
2013-05-29 eadlerAdd support for tethering on the iPhone 4S
2013-05-29 marcelDon't assign the copyright to the FreeBSD foundation...
2013-05-29 adrianTurn the reassociate debug print into a DPRINTF.
2013-05-29 adrianFix a false -> AH_FALSE.
2013-05-29 adrianShuffle around the cleanup unpause calls a bit.
2013-05-29 rmacklemAdd a patch analygous to r248567, r248581, r251079...
2013-05-28 rmacklemPost-r248567, there were times when the client would...
2013-05-28 attilioo Change the locking scheme for swp_bcount.
2013-05-28 davidcsAvoid reading back certain registers following a write...
2013-05-28 hselaskyRevert r251023 until a more proper solution is found
2013-05-28 smhAdded missing SCSI quirks from r241784
2013-05-28 tuexenRemove redundant checks.
2013-05-28 kibThe getcontext() from the __fillcontextx() call in the
2013-05-27 kibUse slightly more idiomatic expression to get the addre...
2013-05-27 kibThe _MC_HASFPXSTATE and _MC_IA32_HASFPXSTATE flags...
2013-05-27 kibThe ia32_get_mcontext() does not need to set PCB_FULL_I...
2013-05-27 kibWhen reporting the fault details, also print %rsp.
2013-05-27 kibWhen handling an exception from the attempt from loadin...
2013-05-27 hselaskyWorkaround for for a problem seen with ATI Technologies...
2013-05-27 gberFix ONFI chip detection.
2013-05-27 gonzoAdd DTS for AM335x EVM with properly muxed PWM and...
2013-05-27 gonzoAdd PWM and LCDC nodes to base DTS for AM335x-based...
2013-05-27 gonzoAM335x LCD controller driver with syscons support
2013-05-27 gonzoAdd PWM module driver for AM335x. Only eCAS subsystem...
2013-05-27 gonzoAdd SCM registers definitions for AM335x platform
2013-05-27 gonzoAdd clock definitions for LCD controller and PWM module
2013-05-26 adrianMigrate ath(4) to now use if_transmit instead of the...
2013-05-26 marcelUnbreak ia64 tinderbox: 64-bit support was made conditi...
2013-05-25 hselaskyFix some statical clang analyzer warnings.
2013-05-25 edFix <uchar.h> in for C++11.
2013-05-25 adrianFix net80211 fragment creation.
2013-05-24 smhEnforce validation on the selected delete method via...
2013-05-24 kibFix the data corruption on the swap-backed md.
2013-05-24 achimDriver 'aacraid' added. Supports Adaptec by PMC RAID...
2013-05-24 tuexenWithdraw http://svnweb.freebsd.org/changeset/base/250809
2013-05-24 markjThe fasttrap provider cleans up probes asynchronously...
2013-05-24 julianInitialising the new fibnum field to a known value...
2013-05-24 lstewartEnsure alq's shutdown_pre_sync event handler is deregis...
2013-05-23 ghelmerWhile waiting for the bpf hold buffer to become idle...
2013-05-23 pjdUse proper malloc type for ioctls white-list.
2013-05-23 marcelChange the copyright notice to a standard BSD 2-clause...
2013-05-23 kibFix typo in the definition of the TWS_DATA_CCB.
2013-05-23 gberRework and organize pmap_enter_locked() function.
2013-05-23 gberStop using PVF_MOD, PVF_REF & PVF_EXEC flags in pv_entr...
2013-05-23 gberImprove, optimize and clean-up ARMv6/v7 memory manageme...
2013-05-23 gberSwitch to AP[2:1] access permissions model. Store ...
2013-05-22 gibbsFix loss of the emulated keyboard on Xen PV HVM domains.
2013-05-22 gibbsCorrect panic on detach of Xen PV network interfaces.
2013-05-22 luigiIncrease the (arbitrary) limit for the number of packet...
2013-05-22 attilioAcquire read lock on the src object for vm_fault_copy_e...
2013-05-22 mckusickProperly spell sentinel (missed in 250891)
2013-05-22 mavFix NULL-dereference kernel panic in case of mps_attach...
2013-05-22 mckusickAdd missing buffer releases (brelse) after bread calls...
2013-05-22 mckusickAdd missing 28th element to softdep types name array.
2013-05-22 mckusickNull a pointer after it is freed so that when it is...
2013-05-22 mckusickRemove a bogus check for a NULL buffer pointer.
2013-05-22 mckusickProperly spell sentinel (not sintenel or sentinal).
2013-05-21 mjgpassing fd over unix socket: fix a corner case where...
2013-05-21 edAdd proper prerequisites for even two more headers.
2013-05-21 edAllow certain headers to be included more easily.
2013-05-21 attiliovm_object locking is not needed there as pages are...
2013-05-21 attilioo Relax locking assertions for vm_page_find_least()
2013-05-21 edAdd <uchar.h>.
2013-05-21 jkimConnect flex 2.5.37 to the build and bump __FreeBSD_ver...
2013-05-21 jkimAdd flex 2.5.37 from flex.sourceforge.net to contrib.
2013-05-21 jhRemove an extra semicolon from the DOT language output.
next