]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2013-04-18 npcxgbe(4): Refuse to install T5 firmwares on a T4 card...
2013-04-18 olegRecover missing arp_ifinit() call.
2013-04-18 npcxgbe/tom: Update the CLIP table on the chip when there...
2013-04-18 mavIntroduce kern.timecounter.smp_tsc_adjust tunable ...
2013-04-18 rmacklemBoth NFS clients can deadlock when using the "rdirplus...
2013-04-18 mavMake siis(4) and mvs(4) send bus_get_dma_tag() requests...
2013-04-18 joelRemove EOL whitespace.
2013-04-18 rpauloMove the previously added CPUID7 macros to CPUID_STDEXT.
2013-04-18 davidxuRemove debug code.
2013-04-18 davidxuAvoid copying memory if SIGCANCEL is not masked.
2013-04-18 alcWhen calculating the number of reserved nodes, discount...
2013-04-18 davidxuRevert revision 249323, the PR/177624 is confusing...
2013-04-18 andrewFix the value of NT_FREEBSD_TAG to be the same as ABI_N...
2013-04-18 rpauloAdd the most current CPUID7_* definitions.
2013-04-18 rpauloPrint RDSEED, ADX, and SMAP.
2013-04-18 pfgDTrace: NFS translators should be split into client...
2013-04-17 kenMove the NFS FHA (File Handle Affinity) code from sys...
2013-04-17 hirenImproving r249461 by providing a better way to handle...
2013-04-17 pjdStyle cleanups.
2013-04-17 jillespututxline: Don't set errno=0 in subfunctions.
2013-04-17 kenRevamp the old NFS server's File Handle Affinity (FHA...
2013-04-17 jlhDocument jail_<jname>_parameters option.
2013-04-17 glebiusOn non-ACPI i386 mp_ncpus is initialized at SI_SUB_CPU...
2013-04-17 adrianAdd the static kernel boot environment, needed to actua...
2013-04-17 gabor- Correct spelling in comments
2013-04-17 gabor- Correct mispellings of word and
2013-04-17 gabor- Correct mispellings of word resource
2013-04-17 gabor- Corrrect mispellings of word useful
2013-04-17 gabor- Correct mispellings of word miscellaneous
2013-04-17 gabor- Correct mispellings of the word necessary
2013-04-17 gabor- Correct mispellings of the word occurrence
2013-04-17 ivorasLink g_label_disk_ident when building geom_label as...
2013-04-17 adrianSetup needed tables for TPC on AR5416->AR9287 chips.
2013-04-17 adrianUse the TPC bank by default for AR9160.
2013-04-17 adrianUpdate the rate series setup code to use the decisions...
2013-04-17 rpauloPrint more bits from the standard extended features...
2013-04-17 pfgDTrace: Revert r249426
2013-04-17 neelCorrect misleading bootverbose output: ahc_isa_probe...
2013-04-17 pfgDTrace: Revert r249367
2013-04-17 neelSetup accesses to the memory hole below 4GB to return...
2013-04-16 ivorasComment typo fix.
2013-04-16 impr249408 and r249436 cause a NULL pointer dereference...
2013-04-16 adrianUse the new net80211 method to fetch the node TX power...
2013-04-16 adrianImplement a utility function to return the current...
2013-04-16 joelmdoc: remove superfluous paragraph macro.
2013-04-16 jhb- Document that sem_wait() can fail with EINTR if it...
2013-04-16 adrianUse a per-RX-queue deferred list, rather than a single...
2013-04-16 ivorasFix the buffer-overflow-fixing fixes.
2013-04-16 pfgDTrace: print() should try to resolve function pointers
2013-04-16 delphijFix incomplete printf.
2013-04-16 delphijDon't leak lock when returning.
2013-04-16 trocinyAdd a new set of notes to a process core dump to store...
2013-04-16 brooksPartial MFP4 of 222836:
2013-04-16 bdreweryAlso call configtest before reload to ensure working...
2013-04-16 rwatsonUse a suitable code generation when building libstand...
2013-04-16 rwatsonAdapt libstand's setjmp/longjmp MIPS support to be...
2013-04-16 tijlFix build after r249543.
2013-04-16 impPoint to regdef.h. May need to dig up references to...
2013-04-16 rmacklemAllow the vnode to be unlocked for the weird case of
2013-04-16 pjdCorrect error message.
2013-04-16 aeFix accounting after the r249528, also add several...
2013-04-16 aeReplace hardcoded numbers. Also use interface-local...
2013-04-16 aeUse IP6S_M2MMAX macro.
2013-04-16 aeReplace hardcoded numbers.
2013-04-16 kibSome compilers issue a warning when wider integer is...
2013-04-15 aeThe source address selection algorithm tries to apply...
2013-04-15 pfgDTrace: NFS translators should be split into client...
2013-04-15 kibThe origin_subst_one() function limits the length of...
2013-04-15 impFix N32/N64 register saving by ensuring that all regist...
2013-04-15 delphijReflect version update.
2013-04-15 adrianNow that the register definitions are in -HEAD, enable...
2013-04-15 adrianBring over some AR9271 register definitions from the...
2013-04-15 gnnPoint args[0] not at the thread that is ending but...
2013-04-15 jfvCorrections to the RX checksum code, make sure its...
2013-04-15 ivorasIntroduce glabel labels based on GEOM ident attributes...
2013-04-15 ivorasIntroduce a symbol for the GEOM class name instead...
2013-04-15 glebiusSwitch lagg(4) statistics to counter(9).
2013-04-15 luigifix a bug in the computation of the userspace offset...
2013-04-15 alcAlthough we perform path compression to reduce the...
2013-04-15 delphijUse arc4random() instead of random().
2013-04-15 delphijMFV r249496,249498. The most visible change is that...
2013-04-15 hirenFixing a typo.
2013-04-14 bdreweryRun configtest before restarting so that the system...
2013-04-14 trocinySimilarly to proc_getargv() and proc_getenvv(), export...
2013-04-14 trocinyRe-factor the code to provide kern_proc_filedesc_out...
2013-04-14 trocinyRe-factor coredump routines. For each type of notes...
2013-04-14 impPrint MB and GB instead of MiB and GiB mislabeled as...
2013-04-14 kientzleInstall a symlink
2013-04-14 mavRemove some more pieces of multilevel freeze mechanism...
2013-04-14 mjgAdd fdallocn function and use it when passing fds over...
2013-04-14 desBackport upstream r684 (OPENPAM_DEBUG enables debugging...
2013-04-14 jmgupdate information about debugging sysctl...
2013-04-14 kibUsnure that PCI bus BIS_GET_DMA_TAG() method sees the...
2013-04-14 desSilence "received disconnect" in the common case.
2013-04-14 antoineAdd one more obsolete file.
2013-04-14 jilleslibc: Fix typo in French translation.
2013-04-14 mavRemove owner field from struct cam_ed, unused at least...
2013-04-14 mavMFprojects/camlock r248982:
2013-04-14 mavMFprojects/camlock r248890, r248897, r248898, r248900...
2013-04-14 joelFix typo from previous commit.
next