]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Proper fix for copy/paste error (first attempt r249756).
[FreeBSD/FreeBSD.git] / sys /
2013-04-22 adrianConvert over the etherswitch framework to use VLAN...
2013-04-22 alcSimplify vm_radix_{add,dec}lev().
2013-04-21 olegPlug static llentry leak (ipv4 & ipv6 were affected).
2013-04-21 gshapiroMerge sendmail 8.14.7 to HEAD
2013-04-21 hselaskyAdd OHCI controller ID.
2013-04-21 tijlRemove redundant definitions of _ALIGN and _ALIGNBYTES.
2013-04-21 aeSince we didn't break the loop, we should set i to...
2013-04-21 rpauloFix an off by one calculation in wiipic_dispatch().
2013-04-21 adrianWhen doing BAW tracking, don't dereference a NULL point...
2013-04-20 adrianThere's some races (likely in the BAR handling, sigh...
2013-04-20 kenFix compilation.
2013-04-20 sbrunoExpose CAM_BOOT_DELAY as a kernel conf item now.
2013-04-19 jkimMerge ACPICA 20130418.
2013-04-19 adrianInitialise the chainmask fields regardless of whether...
2013-04-19 luigimostly whitespace changes:
2013-04-19 kenUpdate chio(1) and ch(4) to support reporting element...
2013-04-19 adrianImplement a very basic multi-PHY aware switch device.
2013-04-19 jhInclude PID in the error message which is printed when...
2013-04-19 glebiusDon't compare unsigned socklen_t against < 0.
2013-04-19 jillessem: Restart the POSIX sem_* calls after signals with...
2013-04-19 adrianAdd a debug statement to log the currently chosen chain...
2013-04-19 adrian.. don't know how this snuck into this commit. Sorry.
2013-04-19 adrianPrint out the chainmask configuration.
2013-04-19 adrianUse uint32_t for fields that are fetched via ath_hal_ge...
2013-04-19 jhibbitsFix the uart(4) module build. Without uart_dev_lpc...
2013-04-19 acheAttempt to mitigate poor initialization of arc4 by...
2013-04-18 rmacklemWhen an NFS unmount occurs, once vflush() writes the...
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 rpauloMove the previously added CPUID7 macros to CPUID_STDEXT.
2013-04-18 alcWhen calculating the number of reserved nodes, discount...
2013-04-18 rpauloAdd the most current CPUID7_* definitions.
2013-04-18 rpauloPrint RDSEED, ADX, and SMAP.
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 kenRevamp the old NFS server's File Handle Affinity (FHA...
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 neelCorrect misleading bootverbose output: ahc_isa_probe...
2013-04-17 pfgDTrace: Revert r249367
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 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 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 aeFix accounting after the r249528, also add several...
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 impFix N32/N64 register saving by ensuring that all regist...
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-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 mavRemove some more pieces of multilevel freeze mechanism...
2013-04-14 mjgAdd fdallocn function and use it when passing fds over...
2013-04-14 kibUsnure that PCI bus BIS_GET_DMA_TAG() method sees the...
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 hirenFixing a clang warning indicating uninitialized variabl...
2013-04-14 hirenImprove/correct a comment. We now support a lot more...
2013-04-13 neelCreate sysctl node 'hw.vmm.vmx' and populate it with...
2013-04-13 dimFix undefined behaviour in several gpio_pin_setflags...
next