]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/sys
MFC r304021: Update iflib to support more NIC designs
[FreeBSD/FreeBSD.git] / sys / sys /
2016-08-23 shurdMFC r304021: Update iflib to support more NIC designs
2016-08-22 markjMFC r304440, r304487:
2016-08-22 bdreweryMFC r304608:
2016-08-19 jhbMFC 303001: Add PTRACE_VFORK to trace vfork events.
2016-08-18 badgerMFC r302783:
2016-08-15 kibMFC r303423:
2016-08-15 jhbMFC 302900,302902,302921,303461,304009:
2016-08-12 gjbFix still incorrect __FreeBSD_version values for stable...
2016-08-11 gjbFix __FreeBSD_version for stable/11.
2016-08-11 gjbUpdate stable/11 to 11.0-PRERELEASE.
2016-08-11 mjgMFC r303562,303563,r303584,r303643,r303652,r303655...
2016-08-08 bdreweryRegenerate for r303857.
2016-07-31 kibMFC r303424:
2016-07-30 kibMFC r303211:
2016-07-28 kibMFC r303151:
2016-07-23 jhbMFC 302858: Move nested include of <sys/queue.h> inside...
2016-07-20 kibMFC r302770:
2016-07-07 traszAdd new unmount(2) flag, MNT_NONBUSY, to check whether...
2016-07-06 jhbCorrect locking annotation for p_comm.
2016-07-05 glebiusThe paradigm of a callout is that it has three conseque...
2016-07-05 glebiusCompile in the kassert_panic() function with INVARIANT_...
2016-07-04 grehanImport bhyve_graphics into CURRENT. Thanks to all who...
2016-07-03 kibProvide helper macros to detect 'non-silent SBDRY'...
2016-07-01 delphijMFV r302260: expat 2.2.0
2016-06-30 wmaARM, ARM64: Workaround for buf_ring reordering
2016-06-27 kibFix userspace build after r302235: do not expose bool...
2016-06-27 kibWhen filt_proc() removes event from the knlist due...
2016-06-27 delphijMFV r302218: file 5.28.
2016-06-26 kibRewrite sigdeferstop(9) and sigallowstop(9) into more...
2016-06-25 kibDo not clear robust lists pointers on fork. The forked...
2016-06-24 asomersFix bitstring allocation on 32-bit platforms
2016-06-23 npAdd spares to struct ifnet and socket for packet pacing...
2016-06-23 kenSwitch geom_disk over to using a pool mutex.
2016-06-22 brooksGenerate syscall tables and update pipe() implementatio...
2016-06-22 kibFix a LOR between vnode locks and allproc_lock.
2016-06-22 mmMFV r302003,r302037,r302038,r302056:
2016-06-21 jhbAccount for AIO socket operations in thread/process...
2016-06-21 kenBump __FreeBSD_version to 1100118 for r302069, which...
2016-06-17 mjgvfs: ifdef out noop vop_* primitives on !DEBUG_VFS_LOCK...
2016-06-17 kibAdd VFS interface to flush specified amount of free...
2016-06-17 bdreweryImport ClangFormat.cpp from ^/vendor/clang/clang-releas...
2016-06-16 kibUpdate comments for the MD functions managing contexts...
2016-06-15 jhbMove backend-specific fields of kaiocb into a union.
2016-06-15 mjgsdt: annotate the probe test as likely to fail
2016-06-14 bdreweryBump __FreeBSD_version for r301602.
2016-06-08 oshogboIntroduce the PD_CLOEXEC for pdfork(2).
2016-06-07 skraRemove temporary solution for storing interrupt mapping...
2016-06-07 mmelINTRNG: As follow up of r301451, implement mapping...
2016-06-06 araujoAdd support to priority code point (PCP) that is an...
2016-06-05 kibGet rid of struct proc p_sched and struct thread td_sch...
2016-06-05 skraINTRNG - change the way how an interrupt mapping data...
2016-06-05 skra(1) Add a new bus method to get a mapping data for...
2016-06-04 edDon't test for INKERNEL to check whether we're in kerne...
2016-06-04 baptImport libucl snapshot 20160604
2016-06-03 andrewAdd an interface to handle interrupt controllers that...
2016-06-03 delphijMFV r301238:
2016-06-01 lidlImport NetBSD's blacklist source from vendor tree
2016-06-01 mjgMicrooptimize locking primitives by avoiding unnecessar...
2016-06-01 bzThe pr_destroy field does not allow us to run the teard...
2016-06-01 edDefine the id_t type as required by POSIX.
2016-05-31 edMake RLIM_INFINITY usable without including <stdint.h>.
2016-05-31 edAdd missing dependency on <machine/param.h>.
2016-05-31 edImprove POSIX conformance of <signal.h>.
2016-05-31 edMake CMSG_*() work without having NULL available.
2016-05-31 edLet <sched.h> define struct timespec.
2016-05-31 allanjudeBump __FreeBSD_version for ZFS's support for SHA-512t25...
2016-05-30 emasteAdd and correct MIPS relocation types
2016-05-30 edAdd missing restrict keywords to lio_listio().
2016-05-30 sephembuf: Add a flag for M_HASHTYPE_ to indicate the type...
2016-05-29 dimStop exposing the C11 _Atomic() macro in <sys/cdefs...
2016-05-29 allanjudeImport the skein hashing algorithm, based on the threef...
2016-05-27 jhbFix taskqueue groups to work with EARLY_AP_STARTUP.
2016-05-27 alcThe flag "vm_pages_needed" has long served two distinct...
2016-05-27 grehanCreate branch for bhyve graphics import.
2016-05-27 adrian[spigen] add the userland ioctl API for spigen.
2016-05-26 bdreweryWITH_AUTO_OBJ: Fix crunchgen builds.
2016-05-26 bdreweryexec: Add credential change information into imgp for...
2016-05-26 cemIfndef KERNEL the userspace-only routines in sys/md...
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.
next