]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2014-10-31 kibAdd type qualifier volatile to the base (userspace...
2014-10-31 glebiusUse macro ERROUT() to make code more laconic and follow...
2014-10-31 aeRemove the check for packets with broadcast source...
2014-10-31 kevloFix usage of kern_getenv().
2014-10-31 desAdd /etc/rc.d/initrandom, which was removed in r273872.
2014-10-31 melifaroPrint human-readable error for "route not found" case.
2014-10-31 aeUse in_localip() instead of handmade implementation.
2014-10-31 aeFix typo.
2014-10-31 tijlBuild ttm_agp_backend.c.
2014-10-31 mjgfiledesc: drop retval argument from do_dup
2014-10-31 hselaskyOnly put one CTASSERT() inside each macro to avoid...
2014-10-31 mjgfiledesc: fix missed comments about fdsetugidsafety
2014-10-31 traszBuild mount_nfs(8) with WARNS=6.
2014-10-31 mjgfiledesc: make fdinit return with source filedesc locke...
2014-10-31 mjgfiledesc: iterate over fd table only once in fdcopy
2014-10-31 mjgfiledesc: tidy up fdfree
2014-10-31 mjgfiledesc: tidy up fdcopy a little bit
2014-10-30 hirenUse search method instead of fixed offsets for finding...
2014-10-30 mjgBump FreeBSD_version due to syscall*_register API chang...
2014-10-30 jmmvUse the right depend file for each program.
2014-10-30 markmThis is the much-discussed major upgrade to the random...
2014-10-30 jhbSkip the smap sysctl instead of panicing if no kernel...
2014-10-30 hselaskyFix compile warning by removing unused variable.
2014-10-30 jpaetzelPlug memory ordering holes in buf_ring_enqueue. For...
2014-10-30 ambriskoMake UEFI booting of 4Kn disks work:
2014-10-30 tijlAvoid possible overflow in agp_generic_alloc_memory.
2014-10-30 tijlPort the TTM AGP backend to the FreeBSD agp driver...
2014-10-30 traszRemove two functions unused after r273848. Would be...
2014-10-30 aeRemove redundant code.
2014-10-30 aeMove ifq drain into in6m_purge().
2014-10-30 tijlAdd two new functions to the AGP driver KPI to bind...
2014-10-30 aeFix mbuf leak in IPv6 multicast code.
2014-10-30 traszUpdate acl(3) to expand on NFSv4 ACL support.
2014-10-30 traszMake it clear that ACL flags are NFSv4-only.
2014-10-30 traszFix handling of "conn" mount_nfs(8) option.
2014-10-30 traszNote that the "timeout" nfs option is in tenths of...
2014-10-30 jchFix a race condition in TCP timewait between tcp_tw_2ms...
2014-10-30 traszAdd support for "timeo", "actimeo", "noac", and "proto...
2014-10-30 traszGet rid of obsolete code in mount_nfs(8).
2014-10-30 mjgfiledesc: make sure to force table reload in fget_unloc...
2014-10-30 jmgfix spelling of offset since that is what is used in...
2014-10-30 mjgfiledesc: microoptimize fget_unlocked by retrying obtai...
2014-10-30 mjgfiledesc: get rid of atomic_load_acq_int from fget_unlocked
2014-10-29 delphij.a's are installed in /usr/lib, don't delete them.
2014-10-29 dimFix a clang 3.5 warning about abs(3) being given an...
2014-10-29 jkimReplace a magic number with the proper definition....
2014-10-29 jhbRework the EXAMPLES section to be a bit clearer.
2014-10-29 traszFix iscsictl(8) and ctld(8) to correctly handle Windows...
2014-10-29 traszKeep the token list sorted.
2014-10-29 traszMake it possible to optionally use semicolon to separat...
2014-10-29 traszSimplify code; no functional changes.
2014-10-29 traszAdd discovery-filter. This makes it possible to restri...
2014-10-29 nprping: make sure that the CQ event thread can never...
2014-10-29 ngieFix the logic inversion in the previous commit by ensur...
2014-10-29 mavImplement better handling for ENOSPC error for both...
2014-10-29 jmgmake this compile on arm... bus_size_t is not size_t...
2014-10-29 npUserspace library for Chelsio's Terminator 5 based...
2014-10-28 ngieFilter out TESTS_SUBDIRS already added to SUBDIR instea...
2014-10-28 jillesTreat IFS separators in "$*" as quoted.
2014-10-28 jhbRework virtual machine hypervisor detection.
2014-10-28 loosMake the GPIO children attach to the first unit availab...
2014-10-28 npAlways request a completion for every work request...
2014-10-28 brooksImport in latest mtree from NetBSD to fix a bug in...
2014-10-28 traszDocument iSNS defaults.
2014-10-28 baptFix renaming a group via the gr_copy function
2014-10-28 jkimActually install casuword(9) to fix build.
2014-10-28 baptEnsure pw userdel -u <invalid> do not try to remove...
2014-10-28 baptFix atf syntax
2014-10-28 kibConvert kern_umtx.c to use fueword() and casueword().
2014-10-28 kibReplace some calls to fuword() by fueword() with proper...
2014-10-28 kibAdd fueword(9) and casueword(9) functions. They are...
2014-10-28 baptDo not delete the group wheel when bad argument is...
2014-10-28 emasteAdd missing /usr/lib/debug directories
2014-10-28 baptFix a regression in pw usermod -G list
2014-10-28 nwhitehornRemove spurious libelf dependency.
2014-10-28 hselaskyMake some infiniband example utilities easily buildable:
2014-10-28 hselaskyThe SYSCTL data pointers can come from userspace and...
2014-10-28 baptWhen a group is renamed then the group has been invalid...
2014-10-28 baptAdd regression tests for the timeout(1) utility
2014-10-28 traszFix build after previous commit. While here, improve...
2014-10-28 baptImprove compatibility with GNU timeout
2014-10-28 traszRemove the distinction between strings and numbers...
2014-10-28 araujoReported by: Coverity
2014-10-28 mjgSimplify sys_getloginclass.
2014-10-28 mjgChange loginclass mutex to an rwlock.
2014-10-28 julianAllow loading of dtraceall without nfscl if what you...
2014-10-28 araujoDrop __DECONST as well as few fixes of style(9).
2014-10-28 kevloFix prototypes.
2014-10-28 jhibbitsAdd CAPABILITIES and CAPABILITY_MODE to powerpc GENERIC...
2014-10-27 jmgonly install .pc files when we are not installing 32bit...
2014-10-27 baptRename XFLAGS to XCFLAGS and XXFLAGS to XCXXFLAGS
2014-10-27 nwhitehornUse pkg-1.4-style platform identifiers based on MACHINE...
2014-10-27 npiwcm_event status needs to be populated for close_compl...
2014-10-27 jmgfix typo, properly install a link to nv for nvlist_freev...
2014-10-27 npkrping: In verbose mode print only first 128 bytes...
2014-10-27 npSome cxgbe/iw_cxgbe fixes:
2014-10-27 grehanRemove bhyve SVM feature printf's now that they are...
2014-10-27 grehanOutput a summary of optional SVM features in dmesg...
2014-10-27 delphijRemove an extra copy of hv_kvp_daemon(8) [1].
2014-10-27 mjgTidy up functions related to uidinfo management.
next