]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Make kobj_methods constant.
[FreeBSD/FreeBSD.git] / sys /
2011-11-08 edMake kobj_methods constant.
2011-11-08 rstoneThe in-kernel CTF parser caches the result of its first...
2011-11-08 jhbClaim that _POSIX_ADVISORY_INFO is fully supported...
2011-11-08 adrianSome cosmetic fixes to ath_rate_sample.
2011-11-08 adrian.. add missing include from an incorrect merge.
2011-11-08 adrianReject frames in STA mode which are not destined to...
2011-11-08 attilioIntroduce the option VFS_ALLOW_NONMPSAFE and turn it...
2011-11-08 kevloEnable PCI MMC/SD support by default on i386 and amd64
2011-11-08 adrianAdd 802.11h quiet time element support into net80211.
2011-11-08 adrianBegin merging in some of my 802.11n TX aggregation...
2011-11-08 adrianBring over the 11n aggregation statistics struct from...
2011-11-08 adrianMerge in ath rate flags and ath_rc_series from my 11n...
2011-11-07 yongariDo not allow changing MTU to be less than the minimum.
2011-11-07 yongariIf ti_chipinit() fails in ti_stop(), ignore the error...
2011-11-07 yongariShow RX buffer allocation failure and do not blindly...
2011-11-07 tuexenWhen loading addresses from INITs, always use the correct
2011-11-07 yongariMini ring is not available on Tigon 1 so do not create...
2011-11-07 yongariTrack which ring was updated in RX handler and update...
2011-11-07 trocinyAdd KVME_FLAG_SUPER and use it in sysctl_kern_proc_vmma...
2011-11-07 trocinyIn lim_fork() assert that processes locks are held.
2011-11-07 yongari o Remove unnecessary controller reinitialization.
2011-11-07 yongariRemove ti_unit member variable in softc.
2011-11-07 marcelDon astbestos garment and remove the warning about...
2011-11-07 edMark all SYSCTL_NODEs static that have no corresponding...
2011-11-07 glebiusIn icmp6_redirect_input:
2011-11-07 edSDT's struct sdt_argtype can be marked static everywhere.
2011-11-07 edMark MALLOC_DEFINEs static that have no corresponding...
2011-11-07 rstoneReplace fasttrap_copyout() with uwrite(). FreeBSD...
2011-11-07 rstoneFix the DTrace pid return trap interrupt vector. Previ...
2011-11-06 hselaskyFix build breakage for 8-stable and older.
2011-11-06 hselaskyAdd support for new USB modem protocol.
2011-11-06 mariusFreeze the device queue if a request didn't complete...
2011-11-06 edRemove MALLOC_DECLAREs of nonexisting malloc-pools.
2011-11-06 tuexenInitialize all components of the sent COOKIE.
2011-11-06 trocinyCache SO_REUSEPORT socket option in inpcb-layer in...
2011-11-06 trocinyBefore dereferencing intotw() check for NULL, the same...
2011-11-06 trocinyFix the typo made in r157474.
2011-11-06 fjoeAdd KLD_DEBUG option.
2011-11-06 fjoe- Fix potential double mbuf free: M_PREPEND may free...
2011-11-06 fjoeFix potential double mbuf free: M_PREPEND may free...
2011-11-06 fjoeConstify "address" argument of ng_address_path().
2011-11-06 alcWake up the page daemon in vm_page_alloc_freelist(...
2011-11-06 mjacobImplement the sysctl's for fibre channel that are liste...
2011-11-05 pjdCorrect typo in comment.
2011-11-05 pjdIn zvol_open() if the spa_namespace_lock is already...
2011-11-05 hselaskyImplement support for modem control lines.
2011-11-05 kibFix typo.
2011-11-05 kibRemove redundand definitions. The chunk was missed...
2011-11-05 kibProvide typedefs for the type of bit mask for the page...
2011-11-04 yongariImplement altq(4) support.
2011-11-04 yongariBecause ti(4) drops a driver lock in RX handler, check...
2011-11-04 yongariDon't abuse if_hwassist and make sure enabling correspo...
2011-11-04 yongariDon't clear upper 4bits from VLAN tag information....
2011-11-04 yongariIntroduce ti_ifmedia_upd_locked() to use in driver...
2011-11-04 yongariAnnounce IFCAP_LINKSTATE capability and let network...
2011-11-04 yongariMake sure to unload loaded DMA area(descriptor, command...
2011-11-04 yongaris/u_intXX_t/uintXX_t/g
2011-11-04 yongariMake ti(4) build with 'options TI_PRIVATE_JUMBOS'.
2011-11-04 yongaristyle.
2011-11-04 yongariUse ANSI function definations.
2011-11-04 bzAlways use the opt_*.h options for ipfw.ko, not just...
2011-11-04 rmhSilence an (otherwise harmless) very recurrent warning...
2011-11-04 adrianCall the correct chipset power routine when disabling...
2011-11-04 hselaskyFix for panic at USB controller attach failure during...
2011-11-04 alcSimplify the implementation of the failure case in...
2011-11-04 jhbRegen.
2011-11-04 jhbAdd the posix_fadvise(2) system call. It is somewhat...
2011-11-04 jhbMove the cleanup of f_cdevpriv when the reference count...
2011-11-03 bzAdd QLogic 10 Gigabit Ethernet & CNA Adapter Driver...
2011-11-03 kibFix kernel panic when d_fdopen csw method is called...
2011-11-03 mlaierFix a use-after-free/redzone issue in the routing code.
2011-11-03 rmacklemBoth a crash reported on freebsd-current on Oct. 18...
2011-11-03 attilioDisable interrupt and preemption for smp_rendezvous...
2011-11-03 pluknetRemove the remnants of /stand/sysinstall.
2011-11-03 pluknetRemove a couple of write-only variables.
2011-11-02 mariusSprinkle some const.
2011-11-02 mariusRemove variable initialized but no longer actually...
2011-11-02 pluknetRestore sysctl names for tcp_sendspace/tcp_recvspace.
2011-11-02 cognetDisable the TX ready interrupts once we received one...
2011-11-02 mavAdd mutex and two flags to make orphan() call properly...
2011-11-02 alcAdd support for VM_ALLOC_WIRED and VM_ALLOC_ZERO to...
2011-11-01 mavMake orphan() method in geom_dev asynchronous using...
2011-11-01 mariusAdd a PCI front-end to esp(4) allowing it to support...
2011-11-01 mavRefactor disk disconnection and geom destruction handli...
2011-11-01 mariusIncrease the IOC port initialization timeouts by ten...
2011-11-01 mariusIn r225931 I've missed the only other driver using...
2011-11-01 mavRefactor disk disconnection and geom destruction handli...
2011-11-01 marius- Import the common MII bitbang'ing code from NetBSD...
2011-11-01 phoAdded missing cache purge of from argument for rename().
2011-11-01 mavWorkaround the problem introduced by combination of...
2011-10-31 phoFix the wrong commit log message for r226967: "Added...
2011-10-31 phoThe kern_renameat() looks up the fvp using the DELETE...
2011-10-31 aeAdd information about MD_READONLY and MD_COMPRESS flags...
2011-10-30 mariusAdd multiple inclusion protection.
2011-10-30 mariusActually, limit to 32-bit DMA for the transfer buffers...
2011-10-30 mariusCorrect the DMA constraints, the LSI64854 isn't limited...
2011-10-30 marius- Use device_t rather than the NetBSDish struct device.
2011-10-30 kevloAdd missing PF_UNLOCK in pf_test
2011-10-30 alcEliminate vm_phys_bootstrap_alloc(). It was a failed...
2011-10-30 marcelRevert rev. 226893: subr_syscall.c is being included...
next