]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Reduce per-LUN memory usage from 18MB to 1.8MB.
[FreeBSD/FreeBSD.git] / sys /
2014-07-17 mavReduce per-LUN memory usage from 18MB to 1.8MB.
2014-07-17 nwhitehornFix embarassing typos I made.
2014-07-17 hirenFix a typo.
2014-07-17 adrianOops - somehow I missed the IP option numbers clashing...
2014-07-17 kevloDeprecate m_act. Use m_nextpkt always.
2014-07-16 truckmanNuke the never-used RF_TIMESHARE feature, reducing...
2014-07-16 neelAdd emulation for legacy x86 task switching mechanism.
2014-07-16 alcImplement pmap_unwire(). See r268327 for the motivatio...
2014-07-16 dimAfter r261991, clang warnings about unused functions...
2014-07-16 nwhitehornAllow efifb to be used with xf86-video-scfb. This is...
2014-07-16 nwhitehornAllow console drivers active from early boot to be...
2014-07-16 mavAdd support for VMWare dialect of EXTENDED COPY command...
2014-07-16 kibDo not ignore error from tmpfs_alloc_vp(). It results...
2014-07-16 kibRemove unused header.
2014-07-16 kibCheck for the cross-device cross-link attempt in the...
2014-07-16 hselaskyImprove support for Intel Lynx Point USB 3.0 controller...
2014-07-15 rmacklemMove the "retry:" label so that the calls to m_pullup...
2014-07-15 delphijMFV r268714:
2014-07-15 delphijMFV r268702:
2014-07-15 kibFollowup to r268466.
2014-07-15 kibChange the calculation of the kinfo_vmentry field kve_p...
2014-07-15 npcxgbe(4): Display CF facility correctly in the device...
2014-07-15 neelAdd support for operand size and address size override...
2014-07-15 alcActually set the "no execute" bit on 1 MB page mappings...
2014-07-15 jhbFix build with SMP disabled.
2014-07-15 kibMake amd64 pmap_copy_pages() functional for pages not...
2014-07-15 alcEliminate repeated calculation of next_bucket in pmap_p...
2014-07-15 npAllow multi-byte reads in the private CHELSIO_T4_GET_I2...
2014-07-14 mjgPlug p_pptr null test in do_execve. It is always true.
2014-07-14 mjgManage struct sigacts refcnt with atomics instead of...
2014-07-14 ianFix the Zedboard/Zynq ethernet driver to handle media...
2014-07-14 nwhitehornOn my Lenovo laptop, the firmware maps the EFI framebuf...
2014-07-14 alcEliminate dead code. There is no direct map. This...
2014-07-14 kibRework the tmpfs unmount.
2014-07-14 kibChange forgotten in r268615. Set the OBJ_TMPFS_NODE...
2014-07-14 kibThe OBJ_TMPFS flag of vm_object means that there is...
2014-07-14 kibUse tmpfs_vn_get_ino_gen() to handle the races with...
2014-07-14 kibStyle. Add comment about lock mode.
2014-07-14 kibExtract the code to put a filesystem into the suspended...
2014-07-14 kibIn tmpfs_alloc_file(), code after the 'out' label does...
2014-07-14 kibAdd convenience macro to assert tmpfs node lock.
2014-07-14 kibAdd some assertions for the code handling vm_object...
2014-07-14 kibThe tmpfs_link() must not dereference the filesystem...
2014-07-14 kibIn kern_linkat(), avoid passing doomed vnode to the...
2014-07-14 kibGeneralize vn_get_ino() to allow filesystems to use...
2014-07-14 kibRemove code separator lines which do not conform to...
2014-07-14 kevloMake bind(2) and connect(2) return EAFNOSUPPORT for...
2014-07-14 markjInvoke the DTrace trap handler before calling trap...
2014-07-13 alcEliminate an unused variable. Refresh two comments.
2014-07-13 alcImplement pmap_unwire(). See r268327 for the motivatio...
2014-07-13 markjAdd a headphone redirection quirk for the Lenovo G580.
2014-07-13 hselaskyTurn off blinking device leds at attach.
2014-07-13 hselaskyFix performance problems with AXGE network adapter...
2014-07-13 mavMerge several equal serialization indexes.
2014-07-12 mjgClear nonblock and async on devctl close instaed of...
2014-07-12 rpauloRevert r268543.
2014-07-12 adrianAdd IPv6 flowid, bindmulti and RSS awareness.
2014-07-12 adrianAdd INP_RSS_BUCKET_SET awareness for IPv6 pcbgroup...
2014-07-12 adrianAdd the IPv6 versions of the multi-bind, hash/hash...
2014-07-12 adrianAdd RSS hashing awareness for IPv6 and TCP IPv6 hash...
2014-07-12 adrianAdd some hash types for UDP RSS for both IPv4 and IPv6.
2014-07-12 adrianExpose in_pcbbind_check_bindmulti() so the upcoming...
2014-07-12 rpauloMove iic.h to sys/ so that it's automatically installed...
2014-07-12 rpauloRemove _DTRACE_VERSION from sdt.h. It will now come...
2014-07-11 tuexenWhitespace changes.
2014-07-11 npcxgbe(4): Add an iSCSI softc to the adapter structure.
2014-07-11 glebiusImprove reference counting of EXT_SFBUF pages attached...
2014-07-11 tuexenBugfix: When a remote address was added to an endpoint,
2014-07-11 cyRemove redundant USE_INET6 test that enables INET6...
2014-07-11 glebiusFix style bug: rename the refcount field of m_ext to...
2014-07-11 glebiusAll mbuf external free functions never fail, so let...
2014-07-11 tuexenIntegrate upstream changes.
2014-07-11 aeFix condition.
2014-07-11 neelUse the correct offset when converting a logical addres...
2014-07-10 mjgEliminate plim and vtmp local vars in exit1.
2014-07-10 mjgDon't make a temporary copy of fixed sysctl strings.
2014-07-10 mjgDon't zero fd_nfiles during fdp destruction.
2014-07-10 mjgAvoid relocking filedesc lock when closing fds during...
2014-07-10 alcCorrect the accounting code for wired mappings. The...
2014-07-10 markjCorrect the setting of the VID in transmit descriptors...
2014-07-10 ianPending interrupt status is cleared by writing to the...
2014-07-10 gahrImplement Short/Small String Optimization in SBUF(9...
2014-07-10 glebiusOn machines with strict alignment copy pfsync_state_key...
2014-07-10 kibUnconditionally initialize addr to handle the case...
2014-07-10 kevloEnable 8051 before downloading firmware.
2014-07-10 bryanvRework when the Tx queue completion interrupt is enabled
2014-07-10 bryanvAdd accessor to get the number of free descriptors...
2014-07-10 adrianImplement the first stage of multi-bind listen sockets...
2014-07-10 impCompile boot2 with clang on pc98.
2014-07-10 impMake SERIAL support optional again. Enable it for i386...
2014-07-10 impMerge the clang support from i386. Don't move to clang...
2014-07-09 delphijMFV r268455:
2014-07-09 rayShould check fb_read method presence instead of double...
2014-07-09 kibFor safety, ensure that any consumer of the set_regs...
2014-07-09 kibCurrent code in sysctl proc.vmmap, which intent is...
2014-07-09 delphijMFV r268452:
2014-07-09 rayFix inconsistent token parameters for kbd_allocate...
2014-07-09 roygervm_phys: remove limitation on number of fictitious...
2014-07-09 glebiusIn several cases in ip_output() we obtain reference...
2014-07-09 mavAdd LUN options to specify 64-bit EUI and NAA identifiers.
next