freebsd.git
2014-11-01 jmmvMFV: Import atf-0.21.
2014-11-01 jmmvPut mtree test files into a subdirectory.
2014-11-01 andrewMove the definitions of the fdt functions from a uboot...
2014-11-01 loosFix the build of non-FDT systems by moving the gpiobusv...
2014-11-01 tuexenDon't zero the stats before they are read out.
2014-11-01 des<sys/param.h> is a superset of <sys/types.h> and must...
2014-10-31 nwhitehornRewrite some of the disk setup documentation to be...
2014-10-31 jillessh: Fix corruption of CTL* bytes in positional paramete...
2014-10-31 delphijrc.d/geli should not depend on random, as the attach...
2014-10-31 traszChange the default log level for iSCSI target from...
2014-10-31 loosFix the gpiobus locking by using a more sane model...
2014-10-31 andrewThe command name is a constant, use the correct type.
2014-10-31 andrewClean up the types of a few strings to make them const...
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 jmmvImport atf-0.21:
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...
next