freebsd.git
2014-03-14 eadlermultiple: Remove 3rd clause from BSD license where...
2014-03-14 dteskePoint hat! Fix a broken f_isinteger().
2014-03-14 glebiusRemove IPX support.
2014-03-14 dteskeRemove useless NULL string '' in compound strings....
2014-03-14 eadlerSet nokeyword property on some files which don't alread...
2014-03-14 dteskeFix future namespace issues for functions taking $var_t...
2014-03-14 dteskeUpdate copyright.
2014-03-14 dteskeComments.
2014-03-14 dteskeAdd debug statement just before attempting to exec...
2014-03-14 dteskeRemove indexfile from debug statement as it is already...
2014-03-14 bdreweryCleanup redundant logic and add some comments to help...
2014-03-14 bdreweryFix -o size less than PAGE_SIZE resulting in SIZE_MAX...
2014-03-14 bdreweryCombine similar code from vprintf(9) and log(9).
2014-03-14 ianFix an uninitialized variable error I perpetrated when...
2014-03-14 delphijHide a few messages under bootverbose.
2014-03-13 bruefferRe-format the license to conform to our BSD license...
2014-03-13 dimPull in r201021 from upstream libc++ trunk:
2014-03-13 mavReport ZVOL block size as GEOM stripesize.
2014-03-13 emasteConnect 64-bit boot ficl to the build
2014-03-13 asomersReplace 4.4BSD Lite's unix domain socket backpressure...
2014-03-13 emasteAdd amd64 EFI headers
2014-03-13 dteskeFix pw(8) deletion of group "username" on userdel even...
2014-03-13 jhbCorrect type for malloc().
2014-03-13 eadlerFix pointer type in call to malloc
2014-03-13 eadlerFix pointer type in call to malloc
2014-03-13 jmgremove link to the missing AMD Geode LX SB man page...
2014-03-13 rstoneAdd MSI support to puc(9)
2014-03-13 davidxuTo avoid missing a chance to cancel thread, call _pthre...
2014-03-13 gjbConnect the hyperv drivers to the build.
2014-03-13 gjbAdd hyperv manual pages provided by Microsoft, formatted
2014-03-13 glebiusSince 32-bit if_baudrate isn't enough to describe a...
2014-03-12 tuexenPut the offset of the CRC32C in csum_data instead of 0.
2014-03-12 kibInitialize paddr to handle the case of zero size.
2014-03-12 tuexenSCTP uses CRC32C and not Adler anymore. While there...
2014-03-12 eadlerwlanstats: print timestamp
2014-03-12 kibDo not vdrop() the tmpfs vnode until it is unlocked...
2014-03-12 glebiusSince both netinet/ and netinet6/ call into netipsec...
2014-03-12 jmmvMake ether_line really report an error when all input...
2014-03-12 jmmvFix description of WITHOUT_BMAKE's purpose.
2014-03-12 jmmvRemove broken tests for eui64_line.
2014-03-12 jmmvMake the strerror tests work without libtap.
2014-03-12 jmmvTurn a test precondition into a skip in the mdconfig...
2014-03-12 jmmvFix sa tests.
2014-03-12 jmmvOnly run the make tests when make is fmake.
2014-03-12 jmmvFix lastcomm tests under amd64.
2014-03-12 kibUse correct types for sizeof() in the calculations...
2014-03-12 kibThe auio structure is only initialized when the vnode...
2014-03-12 phkMake ministat CRNL tolerant by stripping all isspace...
2014-03-12 mckusickAvoid segment fault when attempting to clean up cylinde...
2014-03-11 impDelete stray clause 3 (Advertising clause) and renumber...
2014-03-11 ianRemove #include <machine/asmacros.h> from files that...
2014-03-11 ianRemove the unreferenced DATA() macro. That leaves only...
2014-03-11 tychonDon't try to return a vector to a caller that only...
2014-03-11 ianEnhance the mechanism that lets you configure the ubldr...
2014-03-11 dimGarbage collect the old way of adding the libstdc+...
2014-03-11 dimRepair recognition of "CC" as an alias for the C++...
2014-03-11 edwinMFV of 263039, tzdata2014a:
2014-03-11 impRemove clause 3 (the advertising clause), per the regen...
2014-03-11 impRemove clause 3 (advertising clause), per regent's...
2014-03-11 tychonReplace the userspace atpic stub with a more functional...
2014-03-11 ianUse panic rather than printf to "handle" an arm26 addre...
2014-03-11 ianNo functional changes. Rewrite comments, use tabs...
2014-03-11 ianRemove some unnecessary indirection and jump right...
2014-03-11 bdrewerySupport Last-Modified behind proxies which return UTC...
2014-03-11 roygerxen: add a hook to perform AP startup
2014-03-11 roygerxen: changes to hvm code in order to support PVH guests
2014-03-11 roygerxen: add hook for AP bootstrap memory reservation
2014-03-11 roygerxen: add an apic_enumerator for PVH
2014-03-11 roygerxen: use the same hypercall mechanism for XEN and XENHVM
2014-03-11 roygerxen: implement hook to fetch and parse e820 memory map
2014-03-11 roygerxen: implement an early timer for Xen PVH
2014-03-11 roygerxen: rework xen timer so it can be used early in boot...
2014-03-11 roygeramd64: introduce hook for custom preload metadata parsers
2014-03-11 roygerhowto_names: unify declaration
2014-03-11 roygerxen: add and enable Xen console for PVH guests
2014-03-11 roygerxen: add macro to detect if running as Dom0
2014-03-11 roygerxen: add PV/PVH kernel entry point
2014-03-11 roygeramd64/i386: switch IPI handlers to C code.
2014-03-11 edavisFixed MSI interrupt allocation and handling.
2014-03-11 ianRevert r262994 for now, it fails to boot on armv5.
2014-03-11 marcelPass the actual baudrate to tty_init_console(). This...
2014-03-11 ianNow that the PUSHFRAME and PULLFRAME macros are used...
2014-03-11 jmgallow the kern.cryptodevallowsoft sysctl to enable...
2014-03-11 jmgsome minor clean up.. Always _ZERO memory so mtx_init...
2014-03-11 eadlerlibbsdstat: fix warnings, set WARNS
2014-03-11 delphijCorrect a typo in nlm_find_host_by_addr(): the intentio...
2014-03-11 delphijMFV r262983:
2014-03-11 andrewExport _libc_arm_fpu_present as a private symbol to...
2014-03-10 ianArrange for arm fork_trampoline() to return to userland...
2014-03-10 ianChange the way the asm GET_CURTHREAD_PTR() macro is...
2014-03-10 dimRepair a few minor mismerges from r262261 in the clang...
2014-03-10 dteskeRemove vestigial global, no-longer used since SVN r262904.
2014-03-10 dteskeWhitespace.
2014-03-10 ianMove the exception vector table (so-called "page0"...
2014-03-10 ianEliminate irq_dispatch.S. Move the data items it conta...
2014-03-10 jhbPass the size of the top-level table to map when mappin...
2014-03-10 baptAdd the makefile forgotten in previous commit
2014-03-10 baptAdd a mailer.conf example to use dma
2014-03-10 baptUpdate libucl to 2014-03-03
2014-03-10 baptUpdate libucl to 2014-03-02 version which fixes an...
next