]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2015-02-02 amdmi3- Remove more files when MK_BSNMP == no
2015-02-02 amdmi3- Remove more files when MK_BSD_CPIO == no
2015-02-02 amdmi3- Remove more files when MK_BOOT == no
2015-02-02 amdmi3- Remove more files when MK_BLUETOOTH == no
2015-02-02 amdmi3- Remove more files when MK_BINUTILS == no
2015-02-02 pfgrpc: Uninitialized pointer read
2015-02-02 smhPrevent inlining txg_quiesce
2015-02-01 pfgResource leak
2015-02-01 jillesttyname_r(): Return actual error, not always [ENOTTY].
2015-02-01 mavCTL LUN mapping rewrite.
2015-02-01 smhAdd a quirk to limit AHCI MSI vectors to one
2015-02-01 ianDo not skip setting the memory 'reg' property if the...
2015-02-01 ianRemove a stale comment. The logic that deleted the...
2015-02-01 andrewFreeBSD expects _Unwind_GetGR, _Unwind_SetGR, and _Unwi...
2015-02-01 nwhitehornAllow this to work with disks greater than 4 GB and...
2015-01-31 dimImport libcxxrt master 1cb607e89f6135bbc10f3d3b6fba1f98...
2015-01-31 markjFix mktemp(1) usage.
2015-01-31 markjUse syscall::exit instead of the nonexistent syscall...
2015-01-31 dimRevert r256642, not only to reduce diffs against upstre...
2015-01-31 markjRemove hard-coded invocations of gcc; use cc(1) instead.
2015-01-31 markjRemove a makefile that isn't present upstream.
2015-01-31 markjFix a number of DTrace scripting tests:
2015-01-31 markjFix some proc provider tests:
2015-01-31 dimConstify a number of accesses in drm2's radeon drivers...
2015-01-31 kibDo not qualify the mcontext_t *mcp argument for set_mco...
2015-01-31 kibUpdate directory times immediately after an entry is...
2015-01-31 andrewStop using load-multiple with lr and pc. This has been...
2015-01-31 nwhitehornRelocate kernel to high address space (a static + 64...
2015-01-31 loosImplement GPIO_GET_BUS() method for all GPIO drivers.
2015-01-31 nwhitehornAdd FDT reservations for memory areas used by OPAL...
2015-01-31 nwhitehornBuild the powerpc64 kernel as a position-independent...
2015-01-31 ianFix whitespace glitch from prior comit.
2015-01-31 nwhitehornAdd code to support loading relocatable kernels at...
2015-01-31 nwhitehornCorrectness improvements for removing FDT excluded...
2015-01-31 jillesEnsure #include <semaphore.h> is sufficient for using...
2015-01-31 pfgMFV r277981:
2015-01-31 loosImplement a new method to retrieve the gpiobus referenc...
2015-01-31 pfgPrevent access to an uninitialized variable
2015-01-31 traszUse proper module name in MODULE_VERSION().
2015-01-31 traszDrop unneeded include.
2015-01-31 traszFix build with "device iscsi" in kernel config.
2015-01-31 dimFix a bunch of -Wcast-qual warnings in sys/dev/usb...
2015-01-31 jillessh: Abort a wait builtin on any trapped signal.
2015-01-31 kibRemove single-use boolean.
2015-01-31 loosReplace spaces with tabs, this will easier future chang...
2015-01-31 kibThe dependency chain for priority-inheritance mutexes...
2015-01-31 kibPOSIX states that write(2) "shall mark for update the...
2015-01-31 loosClean up and fix the device detach routine and the...
2015-01-31 traszAdd two files missed in r277963.
2015-01-31 traszAdd kobj interface between ICL and the rest of the...
2015-01-31 nwhitehornAdd support for booting relocatable kernels on PowerPC.
2015-01-31 markjStop iterating and return if the caller-supplied callba...
2015-01-31 jhbAdd a WITNESS_WARN check to STOPEVENT() to match the...
2015-01-31 adrianFix backlight for ivybridge based laptops (and whatever...
2015-01-31 rpauloti_pruss: make sure the mmap'ed memory region is uncach...
2015-01-31 gremboFix order of functions in smbios.c (corrects r277949...
2015-01-30 cpercivaFix 7-year-old typo: The default directory searched...
2015-01-30 dimFix a -Wcast-qual warning in smbfs_subr.c, by using...
2015-01-30 dimFix a -Wcast-qual warning in udf_vnops.c, by using...
2015-01-30 dimFix a bunch of -Wcast-qual warnings in netgraph's ng_pa...
2015-01-30 nwhitehornUse MBR by default on BIOS systems. An increasing numbe...
2015-01-30 gremboNew function smbios_match to detect BIOS versions durin...
2015-01-30 pfgmsun: use previously ignored value.
2015-01-30 dimPartially revert r273382, to reduce diffs against upstr...
2015-01-30 ambriskoFix UEFI PXE boot on a NIC that isn't the first NIC.
2015-01-30 erjAdd myself (erj) to committers-src.dot.
2015-01-30 loosThe BCM2835 GPIO controller uses has interrupt lines...
2015-01-30 dimFor clang, disable -Wcast-qual warnings for specific...
2015-01-30 ngieCreate MANLINKS for lzgrep, etc when MK_LZMA_SUPPORT...
2015-01-30 hirenMake syncookie_mac() use 'tcp_seq irs' in computing...
2015-01-30 mrKeep original images, dont compile tests,
2015-01-30 kibUse powerof2(). Remove single-use variable.
2015-01-30 loosAllow the retrieving of the reserved pins state.
2015-01-30 loosDo not leak the OFW memory when the result does not...
2015-01-30 pjdMake gcc happy.
2015-01-30 pjdAdd missing nvlist_get_parent(3) link.
2015-01-30 pjdHandle empty nvlists correctly.
2015-01-30 kibWhen mounting SU-enabled mount point, wait until the...
2015-01-30 pjdModify nvlist_get_parent() API to take additional cooki...
2015-01-30 pjdIf moving descriptor or binary data to an nvlist fails...
2015-01-30 kenImprove SCSI Extended Inquiry VPD page (0x86) support.
2015-01-30 markjpause() isn't a system call on FreeBSD; use sigsuspend...
2015-01-30 markjDon't attempt to disable enabled fasttrap probes in...
2015-01-30 markjIn fasttrap_sigtrap(), use tdsendsignal() rather than...
2015-01-30 markjThe DTrace harness (dtest.pl) executes DTrace scripts...
2015-01-30 markjInclude required headers in DTrace test programs.
2015-01-30 markjReplace Solaris identifiers and types with their FreeBS...
2015-01-30 markjUse the correct field when reading the PID out of a...
2015-01-30 markjWhen searching for an accompanying test program, look...
2015-01-30 emasteAdd note that contigfree(9) does not accept NULL
2015-01-30 yongariCorrect device description message.
2015-01-29 rodrigcAdd -s option to config.
2015-01-29 dimSimilar to r277901, fix more -Wcast-qual warnings in...
2015-01-29 dimFix a -Wcast-qual warning in libkern's strtol(), by...
2015-01-29 jhbOpt for performance over power-saving on Intel CPUs...
2015-01-29 dimFix a bunch of -Wcast-qual warnings in cd9660_util...
2015-01-29 dimFix a bunch of -Wcast-qual warnings in msdosfs_conv...
2015-01-29 jhbRemove the d_thread_t compatibility shim provided in...
2015-01-29 arybchiksfxge: Separate software Tx queue limit for non-TCP...
2015-01-29 arybchiksfxge: implemented parameter to restrict RSS channels
next