]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
In usr.sbin/uhsoctl/uhsoctl.c, fix a few warnings about format strings
[FreeBSD/FreeBSD.git] / sys /
2011-12-12 Matthew D Fleming - Define true and false in sys/types.h for _KERNEL...
2011-12-12 Matthew D FlemingDo not define bool/true/false if the symbols already...
2011-12-12 Matthew D FlemingDo not use the sometimes-reserved work 'bool' for a...
2011-12-12 Matthew D FlemingConsistently use types in e1000 driver code:
2011-12-12 Matthew D FlemingConsistently use types in ixgbe driver code:
2011-12-12 Fabien ThomasThere's a small set of events on Nehalem, that are...
2011-12-12 Fabien ThomasAdd VIA microde update support to cpuctl(4) and cpucont...
2011-12-12 Konstantin BelousovAdd definitions for GNU-specific STT_GNU_IFUNC symbol...
2011-12-12 Andriy Gaponput sys/systm.h at its proper place or add it if missing
2011-12-12 Konstantin BelousovFix printf.
2011-12-12 Fabien ThomasAdd watchdog support for VIA south bridge chipset.
2011-12-12 Andriy Gaponkern_racct: move sys/systm.h inclusion to its proper...
2011-12-11 Andriy Gaponsyscons: make sc_puts static as it is used only privately
2011-12-11 Andriy Gaponpanic: add a switch and infrastructure for stopping...
2011-12-11 Jack F VogelLast change still had an issue, one more time...
2011-12-11 Nathan WhitehornIncrease the available virtual address space for user...
2011-12-11 Nathan WhitehornKeep track of PVO entries in each pmap, which allows...
2011-12-11 Jack F VogelCorrect LINT build issues in the ioctl code.
2011-12-10 Eitan Adler- fix typo
2011-12-10 Alan CoxAvoid the possibility of integer overflow in the calcul...
2011-12-10 Jack F VogelFix NETMAP code problem in the build.
2011-12-10 Pawel Jakub DawidekMove ru_inblock increment into arc_read_nolock() so...
2011-12-10 Michael TuexenFix a bug reported by Irene Ruengeler which resulted...
2011-12-10 Jack F VogelPart 2 of 2 New deltas for the 1G drivers.
2011-12-10 Jack F VogelPart 1 of two parts, this is the shared code changes in
2011-12-09 Pyun YongHyeonFreeBSD driver does not require arpcom structure in...
2011-12-09 Brooks DavisRemove the unused if_free_type() function.
2011-12-09 Dimitry AndricUpgrade our copy of llvm/clang to 3.0 release. Release...
2011-12-09 Konstantin BelousovTypo.
2011-12-09 Pyun YongHyeonAnnounce flow control ability to PHY driver and enable...
2011-12-09 Pyun YongHyeonRemove unnecessary definition of ET_PCIR_BAR. Controll...
2011-12-09 Pawel Jakub DawidekThe vfs.zfs.txg.timeout sysctl can be safely modified...
2011-12-09 Pyun YongHyeonDo not disable interrupt without knowing whether the...
2011-12-09 John BaldwinExplicitly use curthread while manipulating td_fpop...
2011-12-09 Peter HolmMove cpu_set_upcall(newtd, td) up before the first...
2011-12-08 Ruslan ErmilovPull up vendor changes to mdoc(7).
2011-12-08 Eitan Adler- Add support for Support SEAGATE DAT Scopion 130
2011-12-08 Eitan Adler- Fix ktrace leakage if error is set
2011-12-07 Pyun YongHyeonDisable all clocks and put PHY into COMA before enterin...
2011-12-07 Pyun YongHyeonConsistently use a tab character instead of using eithe...
2011-12-07 Pyun YongHyeonProtect SIOCSIFMTU ioctl handler with driver lock.
2011-12-07 Pyun YongHyeonImplement hardware MAC statistics counter. Counters...
2011-12-07 Pyun YongHyeonRework link state tracking and TX/RX MAC configuration.
2011-12-07 David ChisnallAs per das@'s suggestion, s/__noreturn/_Noreturn/,...
2011-12-07 Pyun YongHyeonRemove et_enable_intrs(), et_disable_intrs() functions and
2011-12-07 Pyun YongHyeonController does not require TX start command for every...
2011-12-07 Pyun YongHyeonOverhaul bus_dma(9) usage in et(4) and clean up TX...
2011-12-07 Alan CoxEliminate stale numbers from a comment.
2011-12-07 David ChisnallImplement quick_exit() / at_quick_exit() from C++11...
2011-12-07 Gleb SmirnoffFix double free.
2011-12-07 Alan CoxEliminate the possibility of 32-bit arithmetic overflow...
2011-12-06 Gleb SmirnoffFix a very special case when SIOCAIFADDR supplies mask...
2011-12-06 Max KhonMK_CTF is not defined when kmod.mk is used with old...
2011-12-06 Konstantin BelousovMost users of pipe(2) do not call fstat(2) on the retur...
2011-12-06 Hans Petter SelaskyCorrect some bInterval USB template descriptor values.
2011-12-06 Hans Petter SelaskyFix compile warning when using clang to compile the...
2011-12-06 Mikolaj GolubReally protect kern.proc.ps_strings sysctls with p_cand...
2011-12-06 Peter GrehanCatch up with Bryan Venteicher's virtio Hg repo:
2011-12-06 Pyun YongHyeonMake et_probe() return BUS_PROBE_DEFAULT such that...
2011-12-06 Pyun YongHyeonet(4) supports VLAN oversized frame so correctly set...
2011-12-05 Pyun YongHyeonFix alt(4) support. Also add check for number of avail...
2011-12-05 Pyun YongHyeonImplement suspend/resume methods. Driver has no issue...
2011-12-05 Pyun YongHyeonRemove NetBSD license. r199548 removed all bit macros...
2011-12-05 Marius Strobl- In mii_attach(9) just set the driver for a newly...
2011-12-05 Mikolaj GolubProtect kern.proc.auxv and kern.proc.ps_strings sysctls...
2011-12-05 Alan CoxIntroduce vm_reserv_alloc_contig() and teach vm_page_al...
2011-12-05 Pyun YongHyeonFix off by one error in mbuf access. Previously it...
2011-12-05 Ed SchoutenGet rid of kludgy per-descriptor state handling in...
2011-12-05 Luigi Rizzoadd netmap support for "em", "lem", "igb" and "re".
2011-12-05 Luigi Rizzorevise the implementation of the rings connected to...
2011-12-05 Justin HibbitsFix style(9) issues from r228270.
2011-12-05 Luigi Rizzo1. Fix the handling of link reset while in netmap more.
2011-12-05 Kevin LoAdd a missing curly bracket
2011-12-05 Jayachandran C.Disable KDB/DDB options for XLP N32 compile.
2011-12-05 Jayachandran C.Fix N32 compilation again for XLP.
2011-12-05 Jayachandran C.Fix XLP compilation.
2011-12-05 Justin HibbitsAdd a devd notification for closing/opening the lid...
2011-12-04 Mikolaj GolubProtect process environment variables with p_candebug().
2011-12-04 Andriy Gaponzfsboot: print boot.config contents before parsing it
2011-12-04 Andriy Gaponzfs boot: allow file vdevs to be used in testing (e...
2011-12-04 Andriy Gaponcritical_exit: ignore td_owepreempt if kdb_active is set
2011-12-04 Mikolaj GolubIn sysctl_kern_proc_ps_strings() there is no much sense...
2011-12-04 Konstantin BelousovInitialize fifoinfo fi_wgen field on open. The only...
2011-12-04 Rick MacklemThis patch adds a sysctl to the NFSv4 server which...
2011-12-04 Adrian ChaddModify the GPIO i2c bus code to allow for arbitrary...
2011-12-04 Adrian ChaddAllow the i2c node requirements to be slightly relaxed.
2011-12-03 Ed MasteAdd quirk for Micron RealSSD eUSB failing on unsupporte...
2011-12-03 Hans Petter SelaskyMake sure the description of pause() is
2011-12-03 Eitan Adler- Fix typos s/(more|less) then|\1 than/
2011-12-03 Hans Petter SelaskyFix a compile warning with clang.
2011-12-03 Marius StroblRevert r225889 a bit. While it's correct that in total...
2011-12-03 Peter HolmUse umtx_copyin_timeout() to copy and check timeout...
2011-12-03 Peter HolmAdd declaration of umtx_copyin_timeout()
2011-12-03 Peter HolmAdd umtx_copyin_timeout() and move parameter checks...
2011-12-03 Peter HolmRename copyin_timeout32 to umtx_copyin_timeout32 and...
2011-12-03 Rick MacklemPost r223774, the NFSv4 client no longer has multiple...
2011-12-02 Marius StroblIt doesn't make much sense to check whether child is...
2011-12-02 Marius Strobl- In device_probe_child(9) check the return value of...
2011-12-02 John BaldwinWhen changing the user priority of a thread, change...
2011-12-02 Alexander MotinClose race between geom destruction on g_vfs_close...
next