]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
- Move prototypes for various functions into out of C files and into
[FreeBSD/FreeBSD.git] / sys /
2014-09-04 jhb- Move prototypes for various functions into out of...
2014-09-04 mjgPlug a hypothetical use after free in sysctl kern.proc...
2014-09-04 yongariDo not blindly announce 1000baseT half-duplex capability in
2014-09-04 bennoAdd KASSERTs to catch the case where a developer may...
2014-09-03 ianAdd a function to get the frequency of the AHB bus...
2014-09-03 ianWhen built with FDT support, add /boot/dtb to the list...
2014-09-03 jhbActually save and restore FPU state on APs during suspe...
2014-09-03 ianRemove DIAGNOSTIC from the kernel config of low-end...
2014-09-03 ianFixes and enhancements for the if_cgem driver...
2014-09-03 ianUse sh -c '...' to launch the dtb build scripts with...
2014-09-03 hselaskyFix spelling.
2014-09-03 hselaskyAdd new quirk.
2014-09-03 glebiusRemove always false comparison.
2014-09-03 edLeave the C11 keywords alone when we have a recent...
2014-09-03 kibStyle.
2014-09-03 kibRetire thread_unthread(), it has only one caller. ...
2014-09-03 glebiusClean up unused CSUM_FRAGMENT.
2014-09-03 glebiusUse CSUM_BITS instead of incorrect copy.
2014-09-03 kibRight now, thread_single(SINGLE_EXIT) returns after...
2014-09-03 glebiusFix dereference after NULL check.
2014-09-03 edPartially revert r270964. Don't test for C++11 to defin...
2014-09-03 mjgFix up proc_realparent to always return correct process.
2014-09-03 hselaskyFix logical error.
2014-09-03 impInvoke make_dtb with MACHINE defined for enhanced cross...
2014-09-02 markjDefine _DTRACE_VERSION in sdt.h rather than setting...
2014-09-02 jhbUse callout(9) instead of timeout(9).
2014-09-02 kadesaiFix for WITNESS warning while doing xpt_rescan.
2014-09-02 impThe proper compatibility string for the AHCI device is
2014-09-02 edClean up <sys/cdefs.h> slightly.
2014-09-02 alcUpdate a comment to reflect the changes in r213408.
2014-09-02 ianFix typo.
2014-09-02 ianUse OF_xref_from_device(), not OF_xref_from_node()...
2014-09-02 ianAdd OF_xref_from_device() so that there's no need to...
2014-09-02 ianCreate an interface for drivers to enable or disable...
2014-09-02 ianThe anatop driver controls power and PLLs and needs...
2014-09-02 ianThe ocotp driver provides access to registers containin...
2014-09-01 ianCreate a mechanism for looking up a device_t associated...
2014-09-01 iansdhci.h has grown a dependency on sysctl.h, include...
2014-09-01 ianRename OF_xref_phandle() to OF_node_from_xref() and...
2014-09-01 edEnable lock annotations on HEAD when using Clang.
2014-09-01 edAdd lock annotations to <sys/cdefs.h>.
2014-09-01 ianDo not generate unwind info in asm functions if _STANDA...
2014-09-01 glebiusMake SOCK_RAW sockets to be truly raw, not modifying...
2014-09-01 glebiusExplicitly free packet on PF_DROP, otherwise a "quick...
2014-09-01 aeAdd the reverse part to rule #9. Also change its descri...
2014-09-01 impResync comments about scbus and pass for life after...
2014-08-31 marius- Nuke unused sdhci_softc.
2014-08-31 brGIC (Cortex A's interrupt controller) supports up to...
2014-08-31 alcAutomatically prefault a limited number of mappings...
2014-08-31 ianPut option FDT into the base IMX6 config and remove...
2014-08-31 ianThe Marvell PJ4B cpu family is armv7, not armv6.
2014-08-31 glebiusToss fields so that no padding field is required to...
2014-08-31 glebiusIt is actually possible to have if_t a typedef to non...
2014-08-31 glebiusProvide pointer from struct ifnet to struct netmap_adapter,
2014-08-31 peterMove the restored #ifdef i386 test back inside the...
2014-08-31 glebiuso Remove struct if_data from struct ifnet. Now it is...
2014-08-31 glebiusUse macros instead of referencing struct if_data that...
2014-08-31 glebiusRemove ability to write to struct if_data residing...
2014-08-30 ianAllow the make_dtb script to work outside of a "make...
2014-08-30 ianFix the handling of MMU type in the AP entry code....
2014-08-30 smhEnsure that ZFS ARC free memory checks include cached...
2014-08-30 tuexenEnable SCTP support. It runs perfectly fine on a Wandbo...
2014-08-30 tuexenRemove FDT option, since it is in every file, which...
2014-08-30 neelThe "SUB" instruction used in getcc() actually does...
2014-08-30 glebiusUse define from if_var.h to access a field inside struc...
2014-08-30 gavinReplace cvsweb link wihg svnweb URL in bktr(4) release...
2014-08-30 jhbSave and restore FPU state across suspend and resume...
2014-08-30 pfgMinor space/tab cleanups.
2014-08-30 bruefferAllow the iwn(4) fw 100 to be compiled into the kernel...
2014-08-30 mjgAdd missing proctree locking to fill_kinfo_proc consumers.
2014-08-30 impWe were returning 20 bytes as the FIS size to send...
2014-08-30 impAdd a few defines and packet types for SATA 3.2 and...
2014-08-29 jhbWhen anouncing link state changes on an 802.11 interfac...
2014-08-29 andreastRename shm_dict_init to shm_init to fix a compiler...
2014-08-29 jhb- Add a new structure type for the ACPI 3.0 SMAP entry...
2014-08-29 jhbFix a typo.
2014-08-29 jhbMFamd64: Add a machdep.bootmethod sysctl to inform...
2014-08-29 jhbAdd the new shm_ino field to struct shmfd. Missed...
2014-08-29 jhbUse a unit number allocator to provide suitable st_dev...
2014-08-29 melifaro* Add SIOCGI2C driver ioctl used to retrieve i2c info.
2014-08-29 bzForward declare struct kiocb, which is only used for...
2014-08-29 bzTry to also unbreak powerpc complaining about
2014-08-29 bzThese functions are #defined to "osdep" specific names...
2014-08-29 bzProperly place #ifdef INET and #ifdef INET6 around...
2014-08-29 bzProperly handle prefetch only for amd64 and i386 as...
2014-08-29 bzFirst try on fixing some more compile errors without...
2014-08-29 kibDirect access to the quota files, in particular, lookup...
2014-08-29 kibAdd function and wrapper to switch lockmgr and vnode...
2014-08-29 dumbbellvt(4): Indicate that KDSETRAD case falls through the...
2014-08-29 dumbbellvt(4): Change vb_history_size from "int" to "unsigned...
2014-08-29 jfvFix the NOINET and NOINET6 builds.
2014-08-28 jfvRemove the DEV_NETMAP code from the ixl drivers, it...
2014-08-28 jfvSome corrections, reformating, and additional info...
2014-08-28 smhRefactor ZFS ARC reclaim logic to be more VM cooperative
2014-08-28 smhFix build breakage caused by ixl driver
2014-08-28 jfvAdd XL710 device entries to NOTES, and directories...
2014-08-28 dumbbelldrm/radeon: Fix a memory leak when radeonkms is unloaded
2014-08-28 mjgReturn real parent pid in kinfo (used by e.g. ps)
2014-08-28 adrianInform the rate control code if a single frame AMPDU...
2014-08-28 adrianFix antenna configuration, microcode version checks...
next