]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2015-02-17 ngieSome minor style(9) fixes (whitespace + comment)
2015-02-17 hselaskyUpdate the infiniband stack to Mellanox's OFED version...
2015-02-17 hselaskyTry to resolve infinite interrupts by clearing an undoc...
2015-02-17 impRemove compat code for pre-FreeBSD 7 systems.
2015-02-17 impThis should have been GC'd 6 years ago when ar(4) was...
2015-02-17 adrianImplement taskqueue_start_threads_cpuset().
2015-02-17 nwhitehornHaving the TOC pointer in kernel dbeugger printouts...
2015-02-16 glebius- Improve INET/INET6 scope.
2015-02-16 rpauloFix a typo when invoking tar(1) to create the debug...
2015-02-16 kibArray cannot be NULL, remove always true comparision...
2015-02-16 mariusUnbreak sparc64 after r276630 by calling __sparc_sigtra...
2015-02-16 kibInitialize x2APIC mode on the resume path before access...
2015-02-16 glebiusToss declarations to fix regular build and NO_INET6...
2015-02-16 pfgrexec(3): prevent uninitialized access to "port" variable.
2015-02-16 hselaskyDefine standard formatting strings to print GIDs
2015-02-16 hselaskyThe kasprintf() function cannot be inlined due to using...
2015-02-16 sbrunoAdd example for upcoming aarch64/arm64 targets.
2015-02-16 loosAdd a mask to match only the relative base address...
2015-02-16 jmgremove NULL check as M_WAITOK will not return NULL
2015-02-16 glebiusCommit a miss from r278843.
2015-02-16 brdFix build.
2015-02-16 pluknetkdump: sendfile(2) "flags" argument needs casting on...
2015-02-16 hselaskyThe "frag_info" pointer is already pointing to an array...
2015-02-16 roygerxen/intr: improve handling of legacy IRQs
2015-02-16 roygerxen/intr: improve PIRQ handling
2015-02-16 hselaskyReduce number of memory buffers a bit.
2015-02-16 hselaskyAvoid recursive locking.
2015-02-16 hselaskySwap screen dimensions back to normal.
2015-02-16 hselaskyHandle VBUS error interrupts.
2015-02-16 avgvt: move suspend/resume event handlers registration...
2015-02-16 jillessymlink(7): Mention chflagsat() (can take AT_SYMLINK_NO...
2015-02-16 hselaskyAllow the display port to be powered off.
2015-02-16 hselaskyForward the FBIO_BLANK IOCTL to framebuffer clients...
2015-02-16 roygerxen: fix xenstore dev
2015-02-16 glebiusIn the forwarding case refragment the reassembled packe...
2015-02-16 glebiusFactor out ip6_fragment() function, to be used in IPv6...
2015-02-16 arybchiksfxge: flush all Tx queues from if_qflush
2015-02-16 kevloXref the following in wlan(4):
2015-02-16 arybchiksfxge: style fixes
2015-02-16 arybchiksfxge: SYSCTL_IN/OUT should not be called with non...
2015-02-16 arybchiksfxge: remove inline specifiers
2015-02-16 arybchiksfxge: remove used sfxge_tso_state member dma_seg_i
2015-02-16 arybchiksfxge: remove full_packet_size from sfxge_tso_state
2015-02-16 glebiusMissed from r278831.
2015-02-16 arybchiksfxge: remove unused variable
2015-02-16 glebiusMove ip6_deletefraghdr() to frag6.c.
2015-02-16 glebiusUpdate the pf fragment handling code to closer match...
2015-02-16 jmginstall the man page...
2015-02-16 adrianRemove this - I made it all work again a looong time...
2015-02-16 glebiusFactor out ip6_deletefraghdr() function, to be shared...
2015-02-15 sbrunoIf no arguments are passed to a subcommand that require...
2015-02-15 jillessh: Various cleanups to expand.c:
2015-02-15 hselaskyAdd new device ID.
2015-02-15 hselaskyBugfixes. Check if a framebuffer is present before...
2015-02-15 jillessh: Prefer "" to nullstr where possible.
2015-02-15 brdReally fix the pw_usernext tests.
2015-02-15 jillessh: Add stsavestr(), like savestr() but allocates using...
2015-02-15 jillestouch: Fix some subtle bugs related to NULL times fallback:
2015-02-15 adrianAdd initial support to the AR9300 HAL to support FreeBS...
2015-02-15 pfgReplace strcpy() with strlcpy()
2015-02-15 pfgReverse one of the initializations from r278804.
2015-02-15 emastetimeout: handle zombie grandchildren
2015-02-15 adrianAdd ath_hal_setbeacontimers() to the AR9300 HAL.
2015-02-15 jillessh: Add simple tests for globbing/splitting command...
2015-02-15 pfgMismatch in r278804.
2015-02-15 pfgMore tidy-ups on uninitialized scalar variable
2015-02-15 pfgulimit(3): Fix broken check.
2015-02-15 pfgext2fs: Plug small memory leak
2015-02-15 hselaskyImport USB display link driver from OpenBSD. Support...
2015-02-15 hselaskyImport videomode code from NetBSD which is needed by...
2015-02-15 andrewAdd the structures needed to get/set the power state...
2015-02-15 kibReparenting done by debugger attach can leave reaper...
2015-02-15 kibReturn with the process locked, caller expects p still...
2015-02-15 pfgReuse value of cursize instead of recalculating.
2015-02-15 pfgInitialize the allocation of variables related to the...
2015-02-14 gremboQuirk based support of Chromebook keyboard found in...
2015-02-14 davideDon't access sockbuf fields directly, use accessor...
2015-02-14 ngieRefactor pkill-j_test to reflect the relevant changes...
2015-02-14 luigitwo minor changes from the master netmap version:
2015-02-14 luigiwhitespace change:
2015-02-14 ianAdd logic for handling new-style ARM cpu ID info.
2015-02-14 brdRemove an extra curly bracket that was causing intermit...
2015-02-14 hrsFix a panic when tearing down a vnet on a VIMAGE-enable...
2015-02-14 adrianMove the lock destruction/creation to earlier in the...
2015-02-14 adrianMore fixes to wpi(4), again not by me! Woo!
2015-02-14 adrianComment out a double declaration of this particular...
2015-02-14 adrianQuieten a clang warning.
2015-02-14 jhbInclude OBJT_PHYS VM objects in ELF core dumps. In...
2015-02-14 jhbAdd two new counters for vnode life cycle events:
2015-02-14 adrianRemove the reserved pin 11 from the HAL check.
2015-02-14 tijlThe ld(1) flag is -Bsymbolic not -Wsymbolic.
2015-02-14 kibProperly interpose libc spinlocks, was missed in r27663...
2015-02-14 kibDetect whether x2APIC on VMWare is usable without interrupt
2015-02-14 ngieSimplify jail_name_to_jid and try to be more fault...
2015-02-14 adrianUpdate the AR9300 HAL to the latest public available...
2015-02-14 delphijDisallow pattern spaces which would cause intermediate...
2015-02-14 markjTweak the fds test program so that it actually compiles...
2015-02-13 glebiusUse less ugly code to allocate buffer of SORCVBUF_SIZE.
2015-02-13 bdreweryRemove disconnected (and broken) directory libiconv...
2015-02-13 sjgsbspace: size of bleft, mleft must match sockbuf fields...
next