]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/sys
Remove NULL checks after M_WAITOK allocations from nand(4).
[FreeBSD/FreeBSD.git] / sys / sys /
2016-05-26 cemcrypto routines: Hint minimum buffer sizes to the compiler
2016-05-26 dimUpdate libc++ to 3.8.0. Excerpted list of fixes (with...
2016-05-26 hselaskyAdd support for boolean sysctl's.
2016-05-26 ianDisable alignment faults on armv6, adjust various align...
2016-05-25 ianInclude machine/acle-compat.h in cdefs.h on arm if...
2016-05-24 asomersFix build of kern/subr_unit.c, broken by r300539
2016-05-23 asomersAdd bit_count to the bitstring(3) api
2016-05-23 adrian[bhnd] Fix DEFINE_CLASS_(2|3) multiple inheritance...
2016-05-22 dchaginRemove a now unused global declaration of some sysentve...
2016-05-22 dchaginAdd macro to convert errno and use it when appropriate.
2016-05-21 avgfix loss of taskqueue wakeups (introduced in r300113)
2016-05-20 jhbAdd sglist functions for working with arrays of VM...
2016-05-20 jhbAdd new bus methods for mapping resources.
2016-05-20 emasteUpdate to ELF Tool Chain r3475
2016-05-20 andrewRemove brk and sbrk from arm64. They were defined in...
2016-05-20 markjMove IPv6 malloc tag definitions into the IPv6 code.
2016-05-20 markjFix the style of the paging target predicates.
2016-05-20 jhbRemove dangling references to rman_await_resource().
2016-05-19 emasteelf_common.h: add section header flag and dynamic types
2016-05-19 cemsys/vmmeter.h: Fix trivial '-Wsign-compare' warning...
2016-05-19 scottlAdjust the creation of tq_name so it can be freed correctly
2016-05-19 pfgsys/vmmeter.h: "desperate" spelling fix.
2016-05-19 kenAdd support for managing Shingled Magnetic Recording...
2016-05-19 mavAdd ta_flags initialization in old macros missed in...
2016-05-18 glebiusThe SA-16:19 wouldn't have happened if the sockargs...
2016-05-18 andrewReturn the struct intr_pic pointer from intr_pic_regist...
2016-05-18 kibEnsure that ftruncate(2) is performed synchronously...
2016-05-18 scottlImport the 'iflib' API library for network drivers...
2016-05-17 kibAdd implementation of robust mutexes, hopefully close...
2016-05-16 hselaskyImplement more Linux device related functions in the...
2016-05-16 andrewIntroduce MSI and MSI-X support to intrng. This adds...
2016-05-14 jhbAdd an EARLY_AP_STARTUP option to start APs earlier...
2016-05-12 cemPollute more places with off64_t and add __off64_t
2016-05-12 hselaskyFix handling of IOCTLs in the LinuxKPI.
2016-05-12 mmMFV r299425:
2016-05-12 kibTypo in comment.
2016-05-11 emasteexec.h: Move PS_STRINGS define to kernel-only section
2016-05-11 kibAdd vfs_hash_ref(9) function, which finds a vnode by...
2016-05-11 kibStyle: wrap long lines.
2016-05-09 jhbAdd a new bus method to fetch device-specific CPU sets.
2016-05-06 roygerbitset: introduce helpers to allocate a bitset at runtime
2016-05-05 dimSince contrib/libcxxrt's ancestry was never correct...
2016-05-05 jhbFix <sys/_bitset.h> and <sys/_cpuset.h> to not require...
2016-05-05 skraINTRNG - redefine struct intr_map_data to avoid headers...
2016-05-05 ngieRevert r299096
2016-05-04 adrians/struct device */device_t/g
2016-05-04 asomersImprove performance and functionality of the bitstring...
2016-05-03 jkimMerge OpenSSL 1.0.2h.
2016-05-03 pfgsys/sys: missed in r298981.
2016-05-03 kibAdd EVFILT_VNODE open, read and close notifications.
2016-05-03 pfgsys/sys: minor spelling fixes.
2016-05-03 sephekern: Add phashinit_flags(), which allows malloc(M_NOWAIT)
2016-05-03 jhbRevert bus_get_cpus() for now.
2016-05-02 jhbAdd a new bus method to fetch device-specific CPU sets.
2016-05-01 kibMake it explicit that D_MEM cdevsw d_flag is to signify...
2016-04-29 jhbExpose soaio_enqueue().
2016-04-29 jhbIntroduce a new protocol hook pru_aio_queue.
2016-04-29 cemPRINT_BUF_FLAGS: Remove removed DIRTY/PERSIST flags
2016-04-29 pfgbufs: make B_DIRTY and B_PERSISTENT flags available
2016-04-28 mmelINTRNG: Define 'INTR_IRQ_INVALID' constant and use...
2016-04-28 mmelGPIO: Add support for gpio pin interrupts.
2016-04-27 jkimMerge ACPICA 20160422.
2016-04-27 jhbAdd a bus_null_rescan() method that always fails with...
2016-04-27 jhbAdd 'devctl delete' that calls device_delete_child().
2016-04-27 jhbAdd a new rescan method to the bus interface.
2016-04-27 delphijMFV r298691:
2016-04-27 jamieDelay revmoing the last jail reference in prison_proc_f...
2016-04-26 cemosd(9): Change array pointer to array pointer type...
2016-04-26 brMove arm's devmap to some generic place, so it can...
2016-04-25 jamieAdd a new jail OSD method, PR_METHOD_REMOVE. It's...
2016-04-25 jamieRemove the PR_REMOVE flag, which was meant as a tempora...
2016-04-22 hselaskyMore fixes for using IPv6 addresses with RDMA:
2016-04-21 traszGet rid of rctl_lock; use racct_lock where appropriate...
2016-04-20 cemMake Racct macro slightly more gracious given RACCT_UND...
2016-04-18 delphijMFV r298178:
2016-04-17 baptImport libucl 0.8.0
2016-04-17 baptImport sqlite3 3.12.1
2016-04-17 kibThe struct thread td_estcpu member is only used by...
2016-04-16 gjbMFH
2016-04-15 philImport to 0.6.1
2016-04-15 cemAdd 4Kn kernel dump support
2016-04-15 impCreate wrappers for uint64_t and int64_t for the tunabl...
2016-04-15 ngieFix typos (intenral -> internal) in comments
2016-04-14 impBump bio_cmd and bio_*flags from 8 bits to 16.
2016-04-14 impAdd comment about where b_iocmd and b_ioflags come...
2016-04-12 philMerge libxo 0.4.6
2016-04-11 gjbMFH
2016-04-10 jhbAdd a function to lookup a device_t object by name.
2016-04-07 emasteRename SHT_AMD64_UNWIND to SHT_X86_64_UNWIND per ABI doc
2016-04-07 skraImplement intr_isrc_init_on_cpu() and use it to replace...
2016-04-07 traszAdd four new RCTL resources - readbps, readiops, writeb...
2016-04-06 gjbMFH
2016-04-06 pfgFix sed functions 'i' and 'a' from discarding leading...
2016-04-04 gjbMFH
2016-04-04 avgnew x86 smp topology detection code
2016-04-04 skraRemove FDT specific parts from INTRNG. Change its inter...
2016-04-01 jhbCap IOSIZE_MAX to INT_MAX for 32-bit processes.
2016-03-31 traszImprove comments.
2016-03-30 jamieAdd osd_reserve() and osd_set_reserved(), which allow...
2016-03-29 glebiusThe sendfile(2) allows to send extra data from userspac...
next