]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
sys/dev/xen/netfront/netfront.c:
[FreeBSD/FreeBSD.git] / sys /
2013-06-14 gibbssys/dev/xen/netfront/netfront.c:
2013-06-14 lstewartFix a potential NULL-pointer dereference that would...
2013-06-14 neelRemove unused macros PTESHIFT, PDESHIFT, PDPESHIFT...
2013-06-13 mariusAll of Oxford/PLX OX16PCI954, OXm16PCI954 and OXu16PCI9...
2013-06-13 mariusFix whitespace and normalize some entries.
2013-06-13 andrewFix the vfp code to work with the 16 register variants...
2013-06-13 jeff - Convert the slab free item list from a linked array...
2013-06-13 jeff - Add a BIT_FFS() macro and use it to replace cpusetff...
2013-06-13 edBring the stdatomic for MIPS code slightly more in...
2013-06-13 edAdd C11 atomic fallbacks for ARM.
2013-06-13 edMinor improvements to <stdatomic.h>.
2013-06-13 kibFix two issues with the spin loops in the umtx(2) imple...
2013-06-13 mavRevert r251649:
2013-06-13 lstewartRemove some duplicate code by making KHELP_DECLARE_MOD...
2013-06-13 glebiusImprove locking strategy between keys hash and ID hash.
2013-06-13 kevloRemove unused variable sc_tx_bufsz.
2013-06-13 pfgRelax some unnecessary unsigned type changes in ext2fs.
2013-06-13 adrianSet the FreeBSD capability bit to indicate that LNA...
2013-06-13 adrianReturn HAL_ANT_VARIABLE for now, until it's unstubbed.
2013-06-13 kevloFix a typo: s/KLSI/CATC/
2013-06-13 kevloAdd PF_IEEE80211 definition.
2013-06-12 dimUpgrade our copy of llvm/clang to 3.3 release.
2013-06-12 mavReplicate r242422 from ata(4) to mvs(4):
2013-06-12 pfgTurn DIAGNOSTICs to INVARIANTS in ext2fs.
2013-06-12 adrianTie in the LNA diversity configuration functions into...
2013-06-12 adrianSet the antenna "config group" field.
2013-06-12 adrianMigrate the LNA mixing diversity machinery from the...
2013-06-12 mavMake CAM return and GEOM DISK pass through new GEOM...
2013-06-12 mavUse direct custom implementations instead of g_handleat...
2013-06-12 mavAcquire periph reference when handling d_getattr()...
2013-06-12 delphijMFV r251644:
2013-06-12 adrianRemove the AR9285 specific structure for LNA diversity...
2013-06-11 npcxgbe/tom: Allow caller to select the queue (control...
2013-06-11 delphijMFV r251626:
2013-06-11 delphijMFV r251624:
2013-06-11 delphijMFV r251622:
2013-06-11 delphijMFV r251621:
2013-06-11 delphijMFV r251620:
2013-06-11 delphijMFV r251619:
2013-06-11 jhbStore a reference to the vnode associated with a file...
2013-06-11 mavDon't update provider properties and don't set DISKFLAG...
2013-06-11 pfgs/file system/filesystem/g
2013-06-10 adrianAdd another comment about WB195 (AR9285+AR3011) when...
2013-06-10 davidcsThere is a one-to-one correspondence between the MSI...
2013-06-10 marcelRevert r251590. It unexpectedly broke the build and...
2013-06-10 yongariAvoid unnecessary controller reinitialization by checki...
2013-06-10 rpauloUse STRUCT_USB_HOST_ID to make sure we have the right...
2013-06-10 alcRevise the interface between vm_object_madvise() and...
2013-06-09 marcelAdd vfs_mounted and vfs_unmounted events so that compon...
2013-06-09 marius- The method introduced as part of r234898 for not...
2013-06-09 marcelChange the set and unset ctlreqs by making the index...
2013-06-09 marcelRemove stub implementation.
2013-06-09 cognetIncrease the maximum KVM available on TI chips. Not...
2013-06-09 edFix the way atomic_is_lock_free() is defined for Clang.
2013-06-09 pfge2fs_bpg and e2fs_isize are always unsigned.
2013-06-08 edMerge the 1 and 2 byte versions of the atomic functions...
2013-06-08 adrianAdd 8devices CARAMBOLA2 support.
2013-06-08 adrianAdd support for two new winbond SPI flash parts.
2013-06-08 edActually make the 2-byte atomics work.
2013-06-08 rpauloImport Kevin Lo's port of urtwn(4) from OpenBSD. urtwn...
2013-06-08 glebiusaio_mlock() added:
2013-06-08 glebius Add new system call - aio_mlock(). The name speaks...
2013-06-08 edAdd proper __sync_*() intrinsics for MIPS.
2013-06-08 glebius Make sys_mlock() function just a wrapper around vm_ml...
2013-06-08 glebius Separate LIO_SYNC processing into a separate function...
2013-06-08 delphijMFV r251519:
2013-06-08 npcxgbe/tom: Fix bad signed/unsigned mixup in the stid...
2013-06-08 andrewMerge in changes from NetBSD:
2013-06-08 sbrunoImplement foreign volume handling. Allows admins to...
2013-06-07 hselaskyFix some recent regression issues:
2013-06-07 andrewReduce the difference to NetBSD.
2013-06-07 alcAdd missing VM object unlocks in an error case.
2013-06-07 bmsDisable IGMPv3 link timers on a transition to IGMPv2.
2013-06-07 hselaskyAdd support for polling the XHCI interrupt handler...
2013-06-07 trocinyProperly set curvnet context in lagg_port_setlladdr...
2013-06-07 adrianDon't hold the node lock over the iterator.
2013-06-07 adrianBring over the initial static bluetooth coexistence...
2013-06-07 adrianAdd accessor macros for the bluetooth coexistence routines.
2013-06-07 adrianAdd bluetooth fixes to the AR5416/AR92xx HAL:
2013-06-07 yongariCorrect setting TX random backoff register. This regist...
2013-06-07 yongariDo not report current link status if driver is not...
2013-06-07 scottlSimplify the checking of flags for cam_periph_mapmem...
2013-06-06 delphijMFV r251474:
2013-06-06 attilioComplete r251452:
2013-06-06 jhbDo not compare the existing mask of a cpuset with a...
2013-06-06 alcDon't busy the page unless we are likely to release...
2013-06-05 jeff - Consolidate duplicate code into support functions.
2013-06-05 adrianEnable slow diversity combining for the AR9285.
2013-06-05 adrianAs a temporary work-around (read: until there's a nice...
2013-06-05 jkimAdd GNU regex from glibc 2.17.
2013-06-05 npcxgbe(4): Never install a firmware if hw.cxgbe.fw_insta...
2013-06-05 luigi- fix a bug in the previous commit that was dropping...
2013-06-05 alcRelax the vm object locking. Use a read lock.
2013-06-05 marius- Flag sym(4) as supporting unmapped I/O; all necessary...
2013-06-05 mariusHandle/mark/nuke unused arguments.
2013-06-05 adrianImplement a bit of a hack to store the AR9285/AR9485...
2013-06-05 adrianAdd a new capability flag to announce that the chip...
2013-06-05 adrianDocument the AR9285/AR9485 LNA configuration informatio...
2013-06-04 attilioIn vm_object_split(), busy and consequently unbusy...
2013-06-04 asomerssys/dev/mps/mps.c
next