]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
- correct variable name
[FreeBSD/FreeBSD.git] / sys /
2008-12-06 danger- correct variable name
2008-12-06 gnnBug fix to support N310 version of Chelsio cards (board...
2008-12-06 mavForget current bus power settings on full reset. Chip...
2008-12-05 gnnRe submit code to print the part and serial number...
2008-12-05 jhbAdd simple locking for the in-kernel iconv code. Trans...
2008-12-05 kibUnconditionally use locked addition of zero to tip...
2008-12-05 kibSeveral threads in a process may do vfork() simultaneou...
2008-12-05 jhbWhen the SYSINIT() to load a module invokes the MOD_LOA...
2008-12-05 rajAvoid confusion and adjust link address range of Marvel...
2008-12-05 rajFix configuration of the PCI bridge. This got omitted...
2008-12-05 glebiusIn a case of CARP status change run through the if_link...
2008-12-05 jhb- Invoke MOD_QUIESCE on all modules in a linker file...
2008-12-05 kibImprove db_backtrace() for compat ia32 on amd64. 32bit...
2008-12-05 impMove to using filter for the change interrupts. Also...
2008-12-05 impMinor style nit.
2008-12-05 impAugment comments, and move things around a smidge.
2008-12-05 impImplement a method described in NetBSD PR 36652 for...
2008-12-04 gnnFix a bug with the ael1006 PHY. The bug shows up as...
2008-12-04 impPut the MIPS support back in after it was removed in...
2008-12-04 kmacy Integrate 185578 from dfr
2008-12-04 kmacy fix initialization for case of normal kernbase
2008-12-04 yongariAdd HW MAC counter support for newer JMC250/JMC260...
2008-12-04 yongariAdd support for newer JMC250/JMC260 revisions.
2008-12-03 delphijDon't attempt to clear status updates if we did not...
2008-12-03 jhbWhen unloading a 32-bit system call module, restore...
2008-12-03 kanChange nfsserver slightly so that it does not trip...
2008-12-03 jkoshyFixes for Core2 Extreme support.
2008-12-03 ambriskoChange new card identification names.
2008-12-03 bzFix a credential reference leak. [1]
2008-12-03 jkoshyAdd aliases that map architectural event names to fixed...
2008-12-03 luigiAnother, hopefully final set of changes to boot0 and...
2008-12-03 yongariAR8113 also need to set DMA read burst value. This...
2008-12-03 yongariAdd some PHY magic to enable PHY hibernation and 1000ba...
2008-12-03 yongariUpdate if_iqdrops instead of if_ierrors when m_devget...
2008-12-02 rwatsonMerge OpenBSM 1.1 alpha 2 from the OpenBSM vendor branc...
2008-12-02 bzRather than using hidden includes (with cicular depende...
2008-12-02 edRemove "[KEEP THIS!]" from COMPAT_43TTY. It's not reall...
2008-12-02 gnnBug fix from Chelsio which addresses the issue of the...
2008-12-02 luigiThis commits brings in a lot of documentation and some...
2008-12-02 ganboldRemove unused variable.
2008-12-02 kibShared lookup makes it possible to create several negat...
2008-12-02 kibDo not lock vnode interlock around reading of v_iflag...
2008-12-02 jkoshy- Efficiency tweak: when checking for PMC overflows...
2008-12-02 peterkf_offset was supposed to be signed.
2008-12-02 kmacy- fix bug where dnsperf would stop transmitting after...
2008-12-02 peterMerge user/peter/kinfo branch as of r185547 into head.
2008-12-02 impDon't call destroy_dev on the alias. This fixes half...
2008-12-02 psFix world by including opt_route.h
2008-12-02 kmacyreturn ENOBUFS when ring is full
2008-12-02 yongariAdd 8168D support.
2008-12-02 peterPrune some whining.
2008-12-02 yongariAdd VLAN hardware tag insertion/stripping support....
2008-12-02 yongariMake sure to clear PMDR register by writing back power...
2008-12-02 kmacyThe pkthdr field is flowid not rss_hash
2008-12-02 kmacy- fix multiqueue conditional
2008-12-02 kmacyintegrate use after free fixes from private branch
2008-12-01 kanShared memory objects that have size which is not neces...
2008-12-01 mavAdd controller suspend/resume support.
2008-12-01 samSwitch to ath hal source code. Note this removes the...
2008-12-01 samimport ath hal
2008-12-01 ivorasTrivial patch to show on which geom has the error been...
2008-12-01 kensmithCatch up with the disappearance of sys/dev/hfa.
2008-12-01 kensmithAdjustments to make a tags file a bit more suitable...
2008-12-01 stas- Fix spelling error in comments.
2008-12-01 kevloThe Netgear WG111v2 USB dongle contains a RTL8187 chip,
2008-12-01 kmacynull out m_next when marshalling a packet
2008-12-01 kmacyUpdate internal mac stats every time the tick task...
2008-12-01 kmacydon't manually track statistics
2008-12-01 kmacyProper fix for tracking ifnet statistics
2008-12-01 attilioFix an inverted check introduced in r184554.
2008-12-01 peterDuplicate another few hundred lines of code in order...
2008-12-01 davidxuRevision 184199 had not been fully reverted, add missin...
2008-12-01 mavRestore AHCI suspend/resume support,
2008-12-01 marcelAllow boot code to be smaller than what the scheme...
2008-11-30 stas- Get rid of unused variable in KTR checks. This allows...
2008-11-30 stas- Get rid of extra include file, erroneously added...
2008-11-30 stas- Obtain main clock frequency dynamically based on...
2008-11-30 samcover up sun4v namespace pollution
2008-11-30 peterProperly wrap this giant block of duplicate code inside...
2008-11-30 samhookup mcast and promisc callbacks
2008-11-30 csjpPartially roll back a revision which changed the error...
2008-11-30 samMajor overhaul:
2008-11-30 samsync w/ p4 branch
2008-11-30 samsome of the 11n parts can hang under certain conditions...
2008-11-30 samadd frequency mapping for the Zcomax GZ-901
2008-11-30 samenable use of modules but disable them by adding MODULE...
2008-11-30 impopt_at91.h isn't needed here at all anymore, since...
2008-11-30 dfrDon't call ether_ioctl() with locks held. Loop in xn_rx...
2008-11-30 impOn FreeBSD, printing the version is centralized, so...
2008-11-30 jkoshyImprove a comment.
2008-11-30 peterImplement copyout packing more along the lines of what...
2008-11-30 mavAccording to "Intel 64 and IA-32 Architectures Software...
2008-11-30 mavAccording to "Intel 64 and IA-32 Architectures Software...
2008-11-29 peterWIP kinfo_file/kinfo_vmmentry tweaks. The idea:
2008-11-29 kibThird argument to the vi_mmap_t function is vm_paddr_t *.
2008-11-29 kibMake linux_sendmsg() and linux_recvmsg() work on linux3...
2008-11-29 bzUnbreak the no-networks (no INET/6) build that I broke...
2008-11-29 kibRegenerate
2008-11-29 kibFix iovec32 for linux32/amd64.
2008-11-29 bzRegen after jail support was added in r185435.
next