Add an UPDATING entry and warning about the change in r274807 to help users
[freebsd.git] / sys /
2014-12-16 kibThe iret instruction may generate #np and #ss fault...
2014-12-16 emasteCopy elftoolchain readelf from vendor branch
2014-12-16 kibAdd missed break.
2014-12-16 kibAdd missed break.
2014-12-16 neelFor level triggered interrupts clear the PIC IRR bit...
2014-12-16 yongariFix a bug introdiced in r217548. According to NS DP838...
2014-12-15 emasteUse standard BSD license disclaimer text
2014-12-15 delphijMFV r275783:
2014-12-15 jhbCheck for SS_NBIO in so->so_state instead of sb->sb_fla...
2014-12-15 brFix typo.
2014-12-15 kibAdd a facility for non-init process to declare itself...
2014-12-15 brFollow r275792 eliminating fdt_data_verify().
2014-12-15 brEliminate fdt_data_verify(). The verification it procee...
2014-12-15 hselaskyResolve USB driver identification conflict.
2014-12-15 delphijMFV r275551:
2014-12-15 delphijMFV r275550:
2014-12-15 delphijMFV r275549:
2014-12-14 rpauloMove ofw_cpu.c to sys/dev/ofw so that it can be used...
2014-12-14 kibFix gcc build.
2014-12-13 dchaginAdd _NEW flag to mtx(9), sx(9), rmlock(9) and rwlock(9).
2014-12-13 delphijMFV r247174:
2014-12-13 kibAdd facility to stop all userspace processes. The...
2014-12-13 kibOnly sleep interruptible while waiting for suspension...
2014-12-13 kibThe vinactive() call in vgonel() may start writes for...
2014-12-13 delphijMFV r275548:
2014-12-13 delphijMFV r275546:
2014-12-13 delphijMFV r275545:
2014-12-13 delphijMFV r275544:
2014-12-13 delphijMFV r275543:
2014-12-13 delphijMFV r275542:
2014-12-12 npMove KTR_CXGBE from t4_tom.h to adapter.h so that the...
2014-12-12 jmgAdd some new modes to OpenCrypto. These modes are...
2014-12-12 jhbProvide a dead version of if_get_counter.
2014-12-12 brAdd virtio bus 'poll' method allowing us to inform...
2014-12-12 kibFor architectures where time_t is wide enough, in parti...
2014-12-11 aeDo not count security policy violation twice.
2014-12-11 aeUse ipsec6_in_reject() to simplify ip6_ipsec_fwd()...
2014-12-11 aeUse ipsec4_in_reject() to simplify ip_ipsec_fwd() and...
2014-12-11 aeTreat errors when retrieving security policy as policy...
2014-12-11 aeInitialize error variable.
2014-12-11 aeRemove flag/flags argument from the following functions:
2014-12-11 aeRemove flags and tunalready arguments from ipsec4_proce...
2014-12-11 aeRemove now unused mtag argument from ipsec*_common_inpu...
2014-12-11 aeRemove code related to PACKET_TAG_IPSEC_IN_CRYPTO_DONE...
2014-12-11 aeRemove unused mtag variable.
2014-12-11 aeMove ip_ipsec_fwd() from ip_input() into ip_forward().
2014-12-11 aeRemove PACKET_TAG_IPSEC_IN_DONE mbuf tag lookup and...
2014-12-11 aeRemove check for presence of PACKET_TAG_IPSEC_PENDING_T...
2014-12-11 hselaskyMake sure callbacks being freed are not pending when the
2014-12-11 markjRevert r275695: nd6_dad_find() was already correct.
2014-12-11 delphijMFV r275696: file 5.21.
2014-12-11 markjFix a bug in r266857: nd6_dad_find() must return NULL...
2014-12-10 andreastFix kernel build for booke.
2014-12-10 andreastFix build for powerpc(32|64) kernels.
2014-12-10 roygerxen/intr: balance dynamic interrupts across available...
2014-12-10 roygerxen: mask event channels while binding them to a vCPU
2014-12-10 roygerxen: convert the Grant-table code to a NewBus device
2014-12-10 bro Put () for p to avoid unexpected macro expansion
2014-12-10 roygerxen: move grant table code
2014-12-10 ianFix the watchdog timeout calculation to prevent wrap...
2014-12-09 roygerxen: create a new PCI bus override
2014-12-09 bro Add BERI Virtio Networking Frontend (if_vtbe)
2014-12-09 mpRename NETGEAR WG111V2_2 to WG111V1_2 to reflect extern...
2014-12-09 pfgext2fs: Fix old out-of-bounds access.
2014-12-09 roygerxen: notify ACPI about SCI override
2014-12-09 andrewUpdate the virtio driver to work on the ARM AArch64...
2014-12-09 andrewInclude sys/kernel.h to pick up the definition of hz...
2014-12-09 kibDo not call VFS_SYNC() before VFS_UNMOUNT() for forced...
2014-12-09 kibApply chunk forgotten in r275620. Remove local variabl...
2014-12-09 hselaskyMove OFED init a bit earlier so that PXE boot works.
2014-12-09 dimPull in r223171 from upstream llvm trunk (by Michael...
2014-12-08 hselaskyAdd port routing support for Wildcat Point.
2014-12-08 kibAdd functions syncer_suspend() and syncer_resume()...
2014-12-08 kibWhen getnewbuf_reuse_bp() is called to reclaim some...
2014-12-08 kibCurrent reaction of the nfsd worker threads to any...
2014-12-08 kibDo some refactoring and minor cleanups of the thread_si...
2014-12-08 kibThread waiting for the vfork(2)-ed child to exec or...
2014-12-08 kibWhen process is exiting, check for suspension regardless of
2014-12-08 hselaskyAdd more U3G USB IDs.
2014-12-08 hselaskyAdd more USB quirks for Western Digital external USB HDD
2014-12-08 rodrigcUse CURVNET macros inside inet_get_local_port_range...
2014-12-08 delphijMFV r275540:
2014-12-08 markjAdd refcounting to IPv6 DAD objects and simplify the...
2014-12-08 markjMFV r272851:
2014-12-07 zbbFix buffer overflow in Marvell PCI/PCIe driver
2014-12-07 avgremove opensolaris cyclic code, replace with high-preci...
2014-12-07 aekey_getspacq() returns holding the spacq_lock. Unlock...
2014-12-06 tuexenInclude the received chunk padding when reporting an...
2014-12-06 mavCount consecutive read requests as blocking in CTL...
2014-12-06 tuexenFix the support of mapped IPv4 addresses.
2014-12-06 andrewApply the same fix in r274697 to the ARM case.
2014-12-06 andrewUse the unified syntax when generating assembly for...
2014-12-06 delphijMFV r275535:
2014-12-06 delphijMFV r275534:
2014-12-06 delphijMFC r275533:
2014-12-06 rodrigcMFp4: @181627
2014-12-06 npcxgbe(4): allow the driver to use rx buffers that do...
2014-12-06 delphijMFV r260710 + 275532:
2014-12-06 npcxgbe(4): Allow for different pad and pack boundaries...
2014-12-05 delphijUse %d instead of %u for error number. This way we...
next