]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2016-05-13 arybchiksfxge(4): move ef10_mcdi_* to ef10_mcdi.c
2016-05-13 arybchiksfxge(4): move ef10_mac_* to ef10_mac.c
2016-05-13 arybchiksfxge(4): move ef10_intr_* to ef10_intr.c
2016-05-13 arybchiksfxge(4): move ef10_filter_* to ef10_filter.c
2016-05-13 arybchiksfxge(4): move ef10_ev_* to ef10_ev.c
2016-05-13 arybchiksfxge(4): comment on when we assume multicast chaining...
2016-05-13 arybchiksfxge(4): avoid duplicate delivery of packets when...
2016-05-13 truckmanProperly compute the size argument to pass to malloc().
2016-05-13 truckmanMove a call to cam_freeccb() to avoid a use after free...
2016-05-13 truckmanAlways return either a dynamically allocated string...
2016-05-13 scottlDon't jam the softc in the device_probe routine. The...
2016-05-13 truckmanInstead of ignoring the EEXIST from link(), uncondition...
2016-05-13 truckmanRevert r299584:
2016-05-13 jasoneUpdate jemalloc to 4.2.0.
2016-05-13 pfgi2c(8): uninitialized variable (UNINIT).
2016-05-13 truckmanDeclare line[] in the outermost scope of retrieve(...
2016-05-13 truckmanMark usage() as __dead2 so that Coverity doesn't think...
2016-05-13 truckmanAvoid indexing an array with a negative value.
2016-05-13 truckmanSimplify some overly complex code so that both humans...
2016-05-13 truckmanUse strlcpy() instead of strncpy() to ensure that qf...
2016-05-13 truckmanUse strlcpy() instead of strncpy() to ensure that ret...
2016-05-13 truckmanUse strlcpy() instead of strncpy() to ensure that qup...
2016-05-12 truckmanIf fchdir() fails, call err() instead of warn().
2016-05-12 truckmanAvoid Coverity NUL termination warning about strncpy...
2016-05-12 mmFix broken cpio behavior.
2016-05-12 avosnet80211: drop some unused variables / local macros
2016-05-12 cemstdio.h: Fix function-type typedef style and use _types...
2016-05-12 truckmanUse strlcpy() instead of strncpy() when copying to...
2016-05-12 cemlibc: Actually export fopencookie(3)
2016-05-12 cemPollute more places with off64_t and add __off64_t
2016-05-12 gonzoAdd loadable module for gpiokeys
2016-05-12 gonzoFix detach routine for gpiokeys
2016-05-12 gonzoProperly release mapped pin in gpio_pin_release
2016-05-12 gonzoAdd gpiobus_release_pin function to release mapped pin
2016-05-12 n_hibmaAdd myself to the list of src committers. I've never...
2016-05-12 n_hibmaAllow silencing of 'promiscuous mode enabled/disabled...
2016-05-12 skreuzerDocument r296633, OpenSSH updated to 7.2p2.
2016-05-12 erjixl: Re-add a change to TC0 setup made in D5203.
2016-05-12 erjixl: Update to 1.4.27-k.
2016-05-12 erjixl: Update to 1.4.24-k.
2016-05-12 erjixl: Update to 1.4.20-k.
2016-05-12 erjixl: Update to 1.4.17-k.
2016-05-12 erjixl: Update to 1.4.13-k.
2016-05-12 erjixl: Update to 1.4.12-k.
2016-05-12 erjixl: Update to 1.4.9-k.
2016-05-12 erjixl: Update to 1.4.7-k.
2016-05-12 erjixl: Update to 1.4.6-k.
2016-05-12 erjixl: Update to 1.4.5-k.
2016-05-12 scottlMove mutex initialization from PCI probe to PCI attach...
2016-05-12 tuexenRetire net.inet.sctp.strict_sacks and net.inet.sctp...
2016-05-12 roygerxen-netfront: fix feature detection
2016-05-12 adrian[siba] add more MCS tx power offset decoding.
2016-05-12 adrian[siba] add TX power index entry parsing.
2016-05-12 tuexenEnable SACK Immediately per default.
2016-05-12 andrewRename the internal BUC_DMA_* flags to BF_* so they...
2016-05-12 adrian[siba] add extra methods for chipcommon access and...
2016-05-12 tuexenUse a format string in snprintf() for consistency.
2016-05-12 andrewRestrict the memory barriers in bus_dmamap_sync to...
2016-05-12 hselaskyFix handling of IOCTLs in the LinuxKPI.
2016-05-12 mmMFV r299425:
2016-05-12 hselaskyRemove redundant "task_struct_set()".
2016-05-12 hselaskyCreate a dummy "task_struct" on the stack which is...
2016-05-12 truckmanUse strlcpy() instead of strncpy() when copying date...
2016-05-12 truckmanUse strlcpy() instead of strncpy() when copying the...
2016-05-12 traszStop hiding errors that result in failure to mount...
2016-05-12 truckmanUse strlcpy() instead of strncpy() to copy the string...
2016-05-12 kibTypo in comment.
2016-05-12 arybchiksfxge(4): update multicast filter insertion algorithm
2016-05-12 arybchiksfxge(4): cleanup: constify common code method tables
2016-05-12 truckmanCheck for socket creation success before calling bind().
2016-05-12 cemrtadvd(8): Fix use-after-close in cm_handler_client
2016-05-12 cemnfsd: Fix use-after-free in NFS4 lock test service
2016-05-12 cemrtadvd(8): Don't use-after-free
2016-05-12 cemdhclient: Fix some trivial buffer overruns
2016-05-12 cemprint_positional_test: Fix misuse of wchar APIs
2016-05-12 cemlibmp: Fix trivial buffer overrun
2016-05-12 cemrpcgen(1): Tag crash() routine as __dead2 for static...
2016-05-12 cemkern_descrip_test: Fix trivial buffer overrun with...
2016-05-12 cemrtadvd(8): Fix a typo in full msg receive logic
2016-05-12 sephemxge: Setup mbuf flowid before calling tcp_lro_rx().
2016-05-12 sephehyperv/stor: Enable INQUIRY result check only on WIN10...
2016-05-12 cemsnd_hda(4): Don't pass bogus sizeof()s to unused sysctl...
2016-05-12 cemsnd_hda(4): Don't pass bogus sizeof()s to unused sysctl...
2016-05-12 cemnss/gethostby_test: fix broken vector iteration of...
2016-05-12 pfgtraceroute6(8): use NULL instead of zero for initializi...
2016-05-12 pfgchat(8): use NULL instead of zero for initializing...
2016-05-12 pfgsys/boot/common: use of spaces vs. TAB.
2016-05-11 cematf map: Fix double-free in low memory error path
2016-05-11 cemlibkrb5: Fix potential double-free
2016-05-11 cemsubr_vmem: Fix double-free in error case of vmem_create
2016-05-11 cemRevert r299467 to fix the kernel build.
2016-05-11 skreuzerDocument r298695, ntp updated to 4.2.8p7.
2016-05-11 cemroute6d(8): Fix potential double-free
2016-05-11 cemcamcontrol(8): Fix another trivial double-free
2016-05-11 cemcamcontrol(8): Fix trival double-free
2016-05-11 cemrandom(6): Fix double-close
2016-05-11 emasteexec.h: Move PS_STRINGS define to kernel-only section
2016-05-11 jkimRegen x86 assembly files for r299480.
2016-05-11 jkimSet CC environment variable for Perl scripts. This...
2016-05-11 jkimRefine comments to add its origin.
next