]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Implement BUS_ADD_CHILD() for the isab(4) driver. It already calls
[FreeBSD/FreeBSD.git] / sys /
2011-12-14 jhbImplement BUS_ADD_CHILD() for the isab(4) driver. ...
2011-12-14 edSlightly alter the C1X definitions in in cdefs.h:
2011-12-14 hselaskyFix for random USB transfer time out.
2011-12-14 hselaskyFix definition of XHCI port power bit.
2011-12-14 npDo not clobber the ingress queue's congestion setting.
2011-12-14 obrienMatch other formatting.
2011-12-14 hselaskyUse usbd_transfer_unsetup() instead of usbd_transfer_st...
2011-12-14 hselaskyStop USB audio transfers early so that any audio applic...
2011-12-14 hselaskyImplement better support for USB controller suspend...
2011-12-13 edChange targ(4) to use cdevpriv, instead of multiple...
2011-12-13 yongariDestroy DMA tag for jumbo RX buffer in device detach.
2011-12-13 yongariBCM5720 performance tweak from Broadcom.
2011-12-13 edReimplement CTASSERT() using _Static_assert().
2011-12-13 edMake support for C1X keywords more complete.
2011-12-13 yongariRework link state tracking and remove superfluous link...
2011-12-13 obrienDisallow various debug.kdb sysctl's when securelevel...
2011-12-13 edReplace `inline static' by `static inline'.
2011-12-13 eadler- Add a sysctl to allow non-root users the ability...
2011-12-13 edReplace __signed by signed.
2011-12-13 edReplace __const by const in all non-contributed source...
2011-12-13 mavFix few bugs in isp(4) target mode support:
2011-12-13 glebiusSome cleanup of BOOTP code. Initially I wanted to just...
2011-12-13 glebiusBelatedly catch up with r151555. in_scrubprefix() also...
2011-12-13 adrianStyle(9) changes.
2011-12-13 eadlerDocument a large number of currently undocumented sysct...
2011-12-12 attilioRevert the approach for skipping lockstat_probe_func...
2011-12-12 eadler- Add support for ASCII art splash screens in TheDraw...
2011-12-12 mdf - Define true and false in sys/types.h for _KERNEL...
2011-12-12 mdfDo not define bool/true/false if the symbols already...
2011-12-12 mdfDo not use the sometimes-reserved work 'bool' for a...
2011-12-12 mdfConsistently use types in e1000 driver code:
2011-12-12 mdfConsistently use types in ixgbe driver code:
2011-12-12 fabientThere's a small set of events on Nehalem, that are...
2011-12-12 fabientAdd VIA microde update support to cpuctl(4) and cpucont...
2011-12-12 kibAdd definitions for GNU-specific STT_GNU_IFUNC symbol...
2011-12-12 avgput sys/systm.h at its proper place or add it if missing
2011-12-12 kibFix printf.
2011-12-12 fabientAdd watchdog support for VIA south bridge chipset.
2011-12-12 avgkern_racct: move sys/systm.h inclusion to its proper...
2011-12-11 avgsyscons: make sc_puts static as it is used only privately
2011-12-11 avgpanic: add a switch and infrastructure for stopping...
2011-12-11 jfvLast change still had an issue, one more time...
2011-12-11 nwhitehornIncrease the available virtual address space for user...
2011-12-11 nwhitehornKeep track of PVO entries in each pmap, which allows...
2011-12-11 jfvCorrect LINT build issues in the ioctl code.
2011-12-10 eadler- fix typo
2011-12-10 alcAvoid the possibility of integer overflow in the calcul...
2011-12-10 jfvFix NETMAP code problem in the build.
2011-12-10 pjdMove ru_inblock increment into arc_read_nolock() so...
2011-12-10 tuexenFix a bug reported by Irene Ruengeler which resulted...
2011-12-10 jfvPart 2 of 2 New deltas for the 1G drivers.
2011-12-10 jfvPart 1 of two parts, this is the shared code changes in
2011-12-09 yongariFreeBSD driver does not require arpcom structure in...
2011-12-09 brooksRemove the unused if_free_type() function.
2011-12-09 kibTypo.
2011-12-09 yongariAnnounce flow control ability to PHY driver and enable...
2011-12-09 yongariRemove unnecessary definition of ET_PCIR_BAR. Controll...
2011-12-09 pjdThe vfs.zfs.txg.timeout sysctl can be safely modified...
2011-12-09 yongariDo not disable interrupt without knowing whether the...
2011-12-09 jhbExplicitly use curthread while manipulating td_fpop...
2011-12-09 phoMove cpu_set_upcall(newtd, td) up before the first...
2011-12-08 eadler- Add support for Support SEAGATE DAT Scopion 130
2011-12-08 eadler- Fix ktrace leakage if error is set
2011-12-07 yongariDisable all clocks and put PHY into COMA before enterin...
2011-12-07 yongariConsistently use a tab character instead of using eithe...
2011-12-07 yongariProtect SIOCSIFMTU ioctl handler with driver lock.
2011-12-07 yongariImplement hardware MAC statistics counter. Counters...
2011-12-07 yongariRework link state tracking and TX/RX MAC configuration.
2011-12-07 theravenAs per das@'s suggestion, s/__noreturn/_Noreturn/,...
2011-12-07 yongariRemove et_enable_intrs(), et_disable_intrs() functions and
2011-12-07 yongariController does not require TX start command for every...
2011-12-07 yongariOverhaul bus_dma(9) usage in et(4) and clean up TX...
2011-12-07 alcEliminate stale numbers from a comment.
2011-12-07 theravenImplement quick_exit() / at_quick_exit() from C++11...
2011-12-07 glebiusFix double free.
2011-12-07 alcEliminate the possibility of 32-bit arithmetic overflow...
2011-12-06 glebiusFix a very special case when SIOCAIFADDR supplies mask...
2011-12-06 fjoeMK_CTF is not defined when kmod.mk is used with old...
2011-12-06 kibMost users of pipe(2) do not call fstat(2) on the retur...
2011-12-06 hselaskyCorrect some bInterval USB template descriptor values.
2011-12-06 hselaskyFix compile warning when using clang to compile the...
2011-12-06 trocinyReally protect kern.proc.ps_strings sysctls with p_cand...
2011-12-06 grehanCatch up with Bryan Venteicher's virtio Hg repo:
2011-12-06 yongariMake et_probe() return BUS_PROBE_DEFAULT such that...
2011-12-06 yongariet(4) supports VLAN oversized frame so correctly set...
2011-12-05 yongariFix alt(4) support. Also add check for number of avail...
2011-12-05 yongariImplement suspend/resume methods. Driver has no issue...
2011-12-05 yongariRemove NetBSD license. r199548 removed all bit macros...
2011-12-05 marius- In mii_attach(9) just set the driver for a newly...
2011-12-05 trocinyProtect kern.proc.auxv and kern.proc.ps_strings sysctls...
2011-12-05 alcIntroduce vm_reserv_alloc_contig() and teach vm_page_al...
2011-12-05 yongariFix off by one error in mbuf access. Previously it...
2011-12-05 edGet rid of kludgy per-descriptor state handling in...
2011-12-05 luigiadd netmap support for "em", "lem", "igb" and "re".
2011-12-05 luigirevise the implementation of the rings connected to...
2011-12-05 jhibbitsFix style(9) issues from r228270.
2011-12-05 luigi1. Fix the handling of link reset while in netmap more.
2011-12-05 kevloAdd a missing curly bracket
2011-12-05 jchandraDisable KDB/DDB options for XLP N32 compile.
2011-12-05 jchandraFix N32 compilation again for XLP.
next