]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2012-03-16 adrianPull in a dependency on ALQ if it's compiled with IEEE8...
2012-03-16 rmhRemove gratuitous DEBUG_FLAGS="-g" setting (this is...
2012-03-16 mmUnhide /dev/zfs in devfsrules_jail.
2012-03-16 davideAdd rudimentary profiling of the hash table used in...
2012-03-16 tijlMove userland bits of i386 npx.h and amd64 fpu.h to...
2012-03-16 tijlUse exact width integer types instead of long in struct...
2012-03-16 jkimDo not unnecessarily clear display memory when switchin...
2012-03-16 kibRemove write-only variable.
2012-03-16 jhbFix build with INET6 disabled.
2012-03-16 hselaskyCreate new file header format to simplify the endian...
2012-03-16 jillesxargs: Before exiting, wait for all invocations of...
2012-03-16 hselaskyFix cross-platform issue about the file-format in which
2012-03-16 jhbRevert the PCIe 4GB boundary issue workaround now that...
2012-03-16 nyan- Fix to build a native i386 kernel without the SMP...
2012-03-16 tijlRemove prototypes of _amd64_get_fsbase et al. The funct...
2012-03-16 davidxuAdd implementation note about when a condition variable...
2012-03-16 davidxuWhen destroying a barrier, waiting all threads exit...
2012-03-15 gonzoClean-up fake preload data generator:
2012-03-15 nwhitehornMake ofw_bus_get_node() consistently return -1 when...
2012-03-15 nwhitehornImplement pmap_remove_pages(). This will be added later...
2012-03-15 rajFix error check.
2012-03-15 edRemove non-existing error condition.
2012-03-15 nwhitehornImprove algorithm for deciding whether to loop through...
2012-03-15 pluknetRemove TARGET_ARCH conditionals for COMPAT_FREEBSD32.
2012-03-15 tuexenClean up, no functional change.
2012-03-15 tuexenFix bugs which can result in a panic when an non-SCTP...
2012-03-15 edExtend the description for ESRCH a bit.
2012-03-15 edRemove impossible error condition from the man page.
2012-03-15 aeAdd MODULE_DEPEND() to geom_part modules.
2012-03-15 aeAdd CTLFLAG_TUN to the sysctl definition and fix style.
2012-03-15 gonzoFill out fake preload structure to let userland tools...
2012-03-15 aeAdd debug.kld_debug loader tunable.
2012-03-15 kevlo- Fix an erroneous invocation of the editline.
2012-03-14 gonzo- Remove unncessary type casts
2012-03-14 jkimAdd a PCI quirk to ignore PCI map registers from config...
2012-03-14 delphijAdd the missing IPOIB option.
2012-03-14 sbrunoUpdate man page to present -T argument in synopsis
2012-03-14 jhbPedantic nit: use vm_pindex_t instead of long for a...
2012-03-14 nwhitehornUse LIST_FOREACH_SAFE() instead of LIST_FOREACH() in...
2012-03-14 adrianCorrectly calculate the callout interval for beacon...
2012-03-14 edMake init(8) slightly more robust when /dev/console...
2012-03-14 edHide stty(1) errors.
2012-03-14 jhAdd an assert for proctree_lock to proc_to_reap().
2012-03-14 kibRtld on diet 3.
2012-03-14 kibFix indentation.
2012-03-14 theravenImport a slightly newer libc++, with some bugs fixed...
2012-03-14 theravenExpose some C11 stuff that is also C++11 stuff in C...
2012-03-14 kibAdd PCI Id for the AMT SOL UART on G4x series Intel...
2012-03-14 traszAdd missing "static".
2012-03-14 glebPrevent tmpfs_rename() deadlock in a way similar to UFS
2012-03-14 glebDon't enforce LK_RETRY to get existing vnode in tmpfs_a...
2012-03-14 bschmidtImport the latest microcode.h which was used to generat...
2012-03-14 yongariFix white space nits.
2012-03-14 yongarifxp(4) does not handle deferred dma map loading. Tell
2012-03-14 theravenImport new versions of libcxxrt and libc++.
2012-03-13 kibSupply boolean as the second argument to ffs_update...
2012-03-13 kibLock the process around manipulations with p_flag.
2012-03-13 bschmidtUpdate the rt2860's firmware and add a Makefile for...
2012-03-13 adrianAdd a BINDIR so "make install" works.
2012-03-13 adrian(Re)-make these ACL routines optional.
2012-03-13 adrianAdd dependencies onto acl_posix1e and acl_nfs4.
2012-03-13 adrianAdd module building Makefile entries for NFSv4 and...
2012-03-13 adrianAdd module load/unload stubs.
2012-03-13 theravenFirst set of xlocale man pages. More to follow...
2012-03-13 dimPull in a fix (still under GPLv2) for a double free...
2012-03-13 dimUpdate comments and CFLAGS in sys/conf/kern.mk, introdu...
2012-03-13 nwhitehornWork around a binutils bug on powerpc64 where the TOC...
2012-03-13 theravenAnd remove the duplicate inlines...
2012-03-13 theravenFix the other missing prototypes.
2012-03-13 theravenAdd missing prototypes.
2012-03-13 theravenMore xlocale cleanups.
2012-03-13 theravenImport new version of libc++ into vendor branch.
2012-03-13 melifaroUse rt_numfibs variable instead of compile-time RT_NUMFIBS.
2012-03-13 mavSome formatting for r232919.
2012-03-13 mavAdd kern.eventtimer.activetick tunable/sysctl, specifyi...
2012-03-13 kevloUse NULL instead of 0
2012-03-13 mavRewrite thread CPU usage percentage math to not depend...
2012-03-13 adrianRemove a now unneeded ARGE_UNLOCK().
2012-03-13 jmallettRemove some files not used by the FreeBSD kernel which...
2012-03-13 adrianFix link status handling on if_arge upon system boot...
2012-03-13 jmallettDon't build kernel.tramp on Octeon. Probably building...
2012-03-13 adrianCorrectly (I hope) deallocate the if_arge RX buffer...
2012-03-13 jmallettFix crunchide on MIPS with other than the O32 ABI.
2012-03-13 jmallettNote two shortcomings of GDB on MIPS that should be...
2012-03-13 jmallettsysinstall was removed from usr.sbin/Makefile in r22593...
2012-03-13 jmallettAdd a kernel-toolchains target like the toolchains...
2012-03-12 jpaetzelUse gpart "-a" flag to 4k alignment.
2012-03-12 jpaetzelAdd the ability to use a varity of ZFS dataset options.
2012-03-12 jpaetzelImprove ZFS exporting functionality, only export pools...
2012-03-12 jmallettRemove TARGET_BIG_ENDIAN which should have been removed...
2012-03-12 jmalletto) Use ABI, not ISA_* options, to determine whether...
2012-03-12 jpaetzelCheck for intel RAID devices
2012-03-12 dimPull in r145194 from upstream clang trunk:
2012-03-12 gonzoUse PTR_SUBU instead of subu (missed this one)
2012-03-12 gonzoUse PTR_(ADD|SUB)U macrosses instead of hardcoded addu...
2012-03-12 jpaetzelFix a couple of bugs saving network config.
2012-03-12 jpaetzelMake sure when creating new MBR partition it is set...
2012-03-12 adrianConfiguration changes/updates!
2012-03-12 scottlRemove a stale comment.
2012-03-12 gonzo- Although we pass first 4 arguments in registers,...
next