]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/sys
fix a bug in ZFS mirror code for handling multiple DVAa
[FreeBSD/FreeBSD.git] / sys / sys /
2014-01-13 bryanvAdd sglist_append_bio(9) to append a struct bio's data...
2014-01-12 jmmvAdd atf pkg-config files from the vendor branch.
2014-01-09 adrianRefactor out the common sendfile code from the do_sendf...
2014-01-07 adrianReserve an event type for the upcoming EVENT_SENDFILE and
2014-01-07 attilioUse __predict_false() on sensitive lock paths as most...
2014-01-04 pjdBring back the old size of the kinfo_file structure...
2014-01-02 delphijMFV r260154 + 260182:
2013-12-31 gjbBump copyright year.
2013-12-28 dimMark unused static inline functions defined by the...
2013-12-28 peterBump __FreeBSD_version for r259951 - Don't coalesce...
2013-12-27 avatarFixing build bustage.
2013-12-26 dimIn sys/sys/gpt.h, add a missing backslash at the end...
2013-12-26 marckAdd GPT UUID for VMware vSAN meta-data partition.
2013-12-26 markjRemove some unneeded declarations which should have...
2013-12-23 rayo Add virtual terminal mmap request handler.
2013-12-21 emasteSupport double-width characters in vt(9)
2013-12-20 edExtend libteken to support CJK fullwidth characters.
2013-12-18 glebius- Rename tty_makedev() into tty_makedevf() and make...
2013-12-15 bjkIncrement __FreeBSD_version for the behavior change...
2013-12-05 rayMerge VT(9) project (a.k.a. newcons).
2013-12-05 rayMFC @r258947.
2013-12-04 traszAdd "null" backend to mdconfig(8). This does exactly...
2013-12-03 emasteUpdate LLDB to upstream r196259 snapshot
2013-12-02 attilioRight now LOCK_DEBUG is enabled if KTR is on.
2013-12-01 adrianMigrate the sendfile_sync structure into a public(ish...
2013-11-30 eadlerFix undefined behavior: (1 << 31) is not defined as...
2013-11-28 avgadd taskqueue_drain_all
2013-11-26 kibAdd an kinfo sysctl to retrieve signal trampoline locat...
2013-11-26 avgsdt: add support for solaris/illumos style DTRACE_PROBE...
2013-11-26 avgdtrace sdt: remove the ugly sname parameter of SDT_PROB...
2013-11-25 attilio- For kernel compiled only with KDTRACE_HOOKS and not...
2013-11-20 glebiusFix comment after r250551.
2013-11-17 jmmvMFV: Import atf-0.18.
2013-11-17 peterBump __FreeBSD_version for iconv changes
2013-11-15 pjdReplace CAP_POLL_EVENT and CAP_POST_EVENT capability...
2013-11-14 pjd- Move CAP_EXTATTR_* and CAP_ACL_* rights to index...
2013-11-14 pjdThe CAP_LINKAT, CAP_MKDIRAT, CAP_MKFIFOAT, CAP_MKNODAT...
2013-11-14 pjdPrecisely document capability rights here too (they...
2013-11-14 pjdStyle.
2013-11-14 pjdSync return value with actual implementation.
2013-11-14 pjdChange cap_rights_merge(3) and cap_rights_remove(3...
2013-11-13 rayMFC @r258091.
2013-11-12 pluknetAdd VM_LAST, a special last element in enum VM_GUEST...
2013-11-12 emasteUpdate LLDB to upstream r194122 snapshot
2013-11-11 pluknetAdd a brief comment about VM_GUEST and vm_guest_sysctl_...
2013-11-11 glebiusRemove never used ioctls that originate from KAME....
2013-11-09 kibHide MNT_SHARED_WRITES() and MNT_EXTENDED_SHARED()...
2013-11-09 kibBoth vn_close() and VFS_PROLOGUE() evaluate vp->v_mount...
2013-11-06 glebiusProvide compat layer for OSIOCAIFADDR.
2013-11-06 rayMFC @r257740.
2013-11-05 rayMFC @r257698.
2013-11-05 glebiusDrop support for historic ioctls and also undefine...
2013-11-05 edwinMFV of 255902, tzdata2013f
2013-11-01 adrianConvert the random entropy harvesting code to use a...
2013-11-01 glebiusprison_check_ip4() can take const arguments.
2013-10-31 markjRemove references to an unused fasttrap probe hook...
2013-10-29 baptMerge byacc 20130925
2013-10-28 pluknetG/c unused mountrootfsname.
2013-10-28 glebiusStyle: s/SYS_EVENTHANDLER_H/_SYS_EVENTHANDLER_H_/g
2013-10-28 glebiusInstead of putting ifnet declaration into eventhandler...
2013-10-27 kibAdd bus_dmamap_load_ma() function to load map with...
2013-10-26 markjDo some cleanup of the SDT code. In particular,
2013-10-25 rayMFC @r257107.
2013-10-23 rayUse copy method which maybe defined by framebuffer...
2013-10-23 brooksRevert addition of sbintime and getsbintime that crept...
2013-10-23 rayMFC @r256964.
2013-10-23 brooksRevert r256934, it needs work to build on mips32.
2013-10-23 smhImprove ZFS N-way mirror read performance by using...
2013-10-23 rayMFC @r256953
2013-10-22 rayAdd new terminal method terminal_set_winsize_blank...
2013-10-22 rayDeclare framebuffer's register/unregister EVENTHANDLERs.
2013-10-22 rayo Add simplified structure describing framebuffer object.
2013-10-22 mavMerge GEOM direct dispatch changes from the projects...
2013-10-21 kibAdd a resource limit for the total number of kqueues...
2013-10-19 cpercivaBump __FreeBSD_version to 1100001 for addition of suppo...
2013-10-18 glebiusRevert r256587.
2013-10-16 mavMFprojects/camlock r254905:
2013-10-16 glebiusFor VIMAGE kernels store vnet in the struct task, and...
2013-10-15 glebius- While we are spreading the counter(9) across network...
2013-10-15 kibAdd a sysctl kern.disallow_high_osrel which disables...
2013-10-15 kibSimilar to debug.iosize_max_clamp sysctl, introduce
2013-10-13 gibbsCentralize the detection logic for the Hyper-V hypervisor.
2013-10-12 markmMerge from project branch. Uninteresting commits are...
2013-10-10 gjbTurn it all the way up to 11:
2013-10-09 markmMFC - tracking commit.
2013-10-09 desDefine RANDOM_PURE_RNDTEST for rndtest(4).
2013-10-09 markmMFC - tracking commit
2013-10-09 glebius- Substitute sbdrop_internal() with sbcut_internal...
2013-10-08 markmMake a mildly sylistic change to the order of sources...
2013-10-08 rayMFC @r256148.
2013-10-08 rayo Rename methods according to "consdev style".
2013-10-08 desAdd YARROW_RNG and FORTUNA_RNG to sys/conf/options.
2013-10-08 markmMFC - tracking commit.
2013-10-08 markmDebugging. My attempt at EVENTHANDLER(multiuser) was...
2013-10-07 kibAdd the definition of DF_1_INTERPOSE flag.
2013-10-06 markmSnapshot.
2013-10-05 markmMFC- tracking commit.
2013-10-04 markmSnapshot. This passes the build test, but has not yet...
2013-10-02 markmMFC - tracking update.
2013-09-29 kibAdd LK_TRYUPGRADE operation for lockmgr(9), which attem...
next