]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2012-04-06 nwhitehornGive the kernel pmap lock a different name than user...
2012-04-06 luigiwe need to specify a NETMAP_API version or the ioctl...
2012-04-06 melifaroFix build broken by r233938.
2012-04-06 edProperly clear the O_NONBLOCK flag after opening the...
2012-04-06 avgretrofit Safe Mode loader menu item actions
2012-04-06 tuexenRemove duplicate condition in if statement.
2012-04-06 pluknetFree ballooned pages with the corresponding malloc...
2012-04-06 melifaro- Improve performace for writer-only BPF users.
2012-04-06 melifaro- Improve BPF locking model.
2012-04-06 stas- Do not use deprecated krb5 error message reporting...
2012-04-05 kibProperly handle absent AT_CANARY aux entry.
2012-04-05 jhbAdd new ktrace records for the start and end of VM...
2012-04-05 pfgFix a typo in GCC affecting calculations with -ffast...
2012-04-05 avgzfs_ioctl: no need for ddi_copyin/out here because...
2012-04-05 aeFix VIMAGE build.
2012-04-05 dougbUpdate to version 9.8.2, the latest from ISC, which...
2012-04-05 davidxuIn sem_post, the field _has_waiters is no longer used...
2012-04-05 davidxuumtx operation UMTX_OP_MUTEX_WAKE has a side-effect...
2012-04-04 dougbAdd Bv9ARM.pdf to the list of docs to install.
2012-04-04 adrianImplement BAR TX.
2012-04-04 nwhitehornFix typo.
2012-04-04 adrianTrack and optionally log the actual sync interrupt...
2012-04-04 adrianDisable the HWQ contents upon a TX queue reset, rather...
2012-04-04 adrianNow that I've fixed the BAW TX hangs, disable this...
2012-04-04 jkimSave and restore VGA display memory between suspend...
2012-04-04 adrianCorrectly handle AR_MoreAggr when assembling multi...
2012-04-04 jkimDo not copy VESA state buffer if the VBE call has faile...
2012-04-04 jhbDisable INET6 support in modules when building the...
2012-04-04 jkimRemove a useless warning. The mode information is...
2012-04-04 marius- Const'ify the device lookup-table.
2012-04-04 adrianAdd a threadid to the ah_decode API.
2012-04-04 mariusRefine r233827; as it turns out, controllers with a...
2012-04-04 adrianDisable a specific Merlin hardware workaround which...
2012-04-04 jkim- Do not include machine/atomic.h. It is no longer...
2012-04-04 jhAdd a check for unsupported file flags to ufs_setattr().
2012-04-04 glebiusMerge from OpenBSD:
2012-04-04 jhbAdd descriptions after the 'device' line for several...
2012-04-04 jhbFix build on i386.
2012-04-04 glebiusWith pf 4.5 import the name of pfsync stats sysctl...
2012-04-03 np- Remove redundant call to pr_ctloutput from code that...
2012-04-03 glebiusDocument syncdev, syncpeer and defer keywords for
2012-04-03 glebiusMake it possible to switch pfsync(4) deferral mechanism...
2012-04-03 glebiusSince pf 4.5 import pf(4) has a mechanism to defer
2012-04-03 bschmidtAdd basic HT channel setup to ieee80211_init_channels...
2012-04-03 mariusFix probing of SAS1068E with a device ID of 0x0059...
2012-04-02 mckusickA file cannot be deallocated until its last name has...
2012-04-02 kibWhen process exists, not only the children shall be...
2012-04-02 kibAdd helper function to remove the process from the...
2012-04-02 ambriskoMove struct megasas_sge from mfi_ioctl.h to mfivar...
2012-04-02 jhbFurther tweak the changes made in r233709. The kernel...
2012-04-02 jillessh: Fix build with -DDEBUG=2.
2012-04-02 jh- Use more natural ip->i_flags instead of vap->va_flags...
2012-04-02 andreast- Write the ISO9660 descriptor after the apm partition...
2012-04-02 jhbMake machine check exception logging more readable...
2012-04-02 kanRemove extra blank line from revious commit.
2012-04-02 kanDo not try to adjust stacks if dlopen_object is called...
2012-04-02 jchandraReinstate the XTLB handler for CPU_NLM and CPU_RMI
2012-04-02 hselaskyFix compiler warnings, mostly signed issues,
2012-04-02 glebiusHistorically arp(8) did a route lookup for the entry...
2012-04-02 hselaskyAdd definitions and structures for USB 2.0 Link Power...
2012-04-02 delphijEliminate two cases of unwanted strncpy(). The name...
2012-04-02 ambriskoChange typedef atomic_t to struct mfi_atomic to avoid...
2012-04-02 gonzoRemove extra semicolon which rendered condition useless
2012-04-01 jhbExport some more useful info about shared memory object...
2012-04-01 theravenBump __FreeBSD_version for xlocale cleanup, as requeste...
2012-03-31 theravenMake libsupc++ build as a shared library and make libst...
2012-03-31 mariusRemove checks that are redundant due to tf_type being...
2012-03-31 mariusFix panic on kernel traps having a mapping in trap_sig...
2012-03-31 mavBe more conservative in using READ CAPACITY(16) command...
2012-03-31 glebiusDon't check malloc(M_WAITOK) results.
2012-03-31 joelRemove end of line whitespace.
2012-03-31 joelmdoc: use It for each item in the list and separate...
2012-03-31 davidxuRemove stale comments.
2012-03-30 ambriskoMFhead_mfi r233621
2012-03-30 ambriskoMFhead_mfi r227068
2012-03-30 dimFix the following compilation warning with clang trunk...
2012-03-30 jhbAttempt to make machine check handling a bit more robust:
2012-03-30 jhbFix a few issues with transmit handling in em(4) and...
2012-03-30 jhbMove the legacy(4) driver to x86.
2012-03-30 jkimRe-initialize model-specific MSRs when we resume CPUs.
2012-03-30 jkimWork around Erratum 721 for AMD Family 10h and 12h...
2012-03-30 marius- Remove erroneous trailing semicolon. [1]
2012-03-30 davidxuRemove trailing semicolon, it is a typo.
2012-03-30 theravenUndo the earlier revert of the ABI change in libsupc...
2012-03-30 joelmdoc: terminate quoted strings.
2012-03-30 davidxuFix COMPAT_FREEBSD32 build.
2012-03-30 mavReenable unsolicited responses on CODEC if hdaa_sense_i...
2012-03-30 davidxuRemove trailing space.
2012-03-30 davidxuMerge umtxq_sleep and umtxq_nanosleep into a single...
2012-03-30 yongariDo not report current link status if driver is not...
2012-03-30 yongariRemove task queue based link state change handler....
2012-03-29 dimFix an issue introduced in sys/x86/include/endian.h...
2012-03-29 dimRevert sys/x86/include/endian.h to what it was before...
2012-03-29 adrianoops, add a missing lock.
2012-03-29 joelFix typo from last commit.
2012-03-29 joelRemove unnecessary Xo/Xc.
2012-03-29 trocinyIf hastd is invoked with "-P pidfile" option always...
2012-03-29 jkimFix couple of style nits.
2012-03-29 jkimRevert r233662 and generalize the hack. Writing zero...
2012-03-29 jhbUse a more proper fix for enabling HT MSI mapping windo...
next