]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
MFV: removes strict-aliasing warnings from GCC in tcpdump.
[FreeBSD/FreeBSD.git] / sys /
2013-11-25 Pedro F. GiffuniMFV: removes strict-aliasing warnings from GCC in tcpdump.
2013-11-25 Peter WemmImport svn-1.8.5. This contains a user-visible fix...
2013-11-25 Jean-Sébastien Pédrondrm: Fix build with gcc, broken with r258549
2013-11-25 Jean-Sébastien Pédrondrm: Dereference pointers given to qsort_r()'s cmp...
2013-11-25 Ganbold TsagaankhuuEnable reset mechanism for rk3188.
2013-11-25 Ganbold TsagaankhuuAdd clock frequency for rk3188 watchdog.
2013-11-25 Ganbold TsagaankhuuAdd watchdog driver for rk3188.
2013-11-25 Hans Petter SelaskyComply to the XHCI specification. Certain input context...
2013-11-25 Attilio Rao- For kernel compiled only with KDTRACE_HOOKS and not...
2013-11-24 Gavin AtkinsonFix typo in comment.
2013-11-24 Gavin Atkinsonplatform_devmap_init() was renamed initarm_devmap_init...
2013-11-24 Andrew TurnerRecent versions of U-Boot require us to also backup...
2013-11-23 Andreas ToblerSave and restore the trap vectors when doing OF calls...
2013-11-23 Andreas ToblerLimit the large page size to 16MB for now.
2013-11-23 Alexander MotinWhen purging per-CPU UMA caches do not return empty...
2013-11-23 Neel NatuAdd an ioctl to assert and deassert an ioapic pin atomi...
2013-11-23 John-Mark Gurneyfix broken style(9) in r258399
2013-11-22 Gleb SmirnoffThe DIOCKILLSRCNODES operation was implemented with...
2013-11-22 Gleb SmirnoffTo support upcoming changes change internal API for...
2013-11-22 Gleb SmirnoffAdd missing 'extern'.
2013-11-22 Gleb SmirnoffFix off by ones when scanning source nodes hash.
2013-11-22 Neel NatuEliminate redundant information about the host cpu...
2013-11-22 Gleb SmirnoffStyle: don't compare unsigned <= 0.
2013-11-22 Ed MasteRefactor i386 startup SMAP parsing
2013-11-22 Ed MasteDon't abort SMAP processing after an entry of length 0
2013-11-22 Luigi Rizzoadd a counter on the struct mq (a queue of mbufs),
2013-11-22 Luigi Rizzodisable some ipfw match options when compiling in userspace
2013-11-22 Luigi Rizzomake this code compile in userspace on OSX
2013-11-22 Luigi Rizzomore support for userspace compiling of this code:
2013-11-22 Luigi Rizzomake ipfw_check_packet() and ipfw_check_frame() public,
2013-11-21 Andreas ToblerReplace the WEAK_ALIAS() alias with the WEAK_REFERENCE...
2013-11-21 Marcel MoolenaarHave the GPT probe return a lower priority when the...
2013-11-21 Andreas ToblerIntroduce a WEAK_REFERENCE() alias and use it. Get...
2013-11-21 Olivier HouchardKill ARM_VFP_SUPPORT, it's been removed some time ago.
2013-11-21 Navdeep Parharcxgbe(4): update the internal list of device features.
2013-11-21 Brooks DavisSync with NetBSD. The funtional change is to make...
2013-11-21 Ed MasteRefactor amd64 startup SMAP parsing
2013-11-21 Ed MasteDisable amd64 boot time memory test by default
2013-11-21 Nathan WhitehornFor PCI<->PCI bridges, #address-cells may be 3. Allow...
2013-11-21 Grzegorz BernackiUnbreak compilation with GCC.
2013-11-21 Justin HibbitsRemove stale comment. The PID provider is handled...
2013-11-21 Ian LeporeCall cpu_setup() from the initarm() routine on platform...
2013-11-20 Olivier HouchardIn pmap_unmapdev(), remember the size, and use that...
2013-11-20 John-Mark Gurneyfix white space...
2013-11-20 John-Mark Gurneyfix a use after free, jsegdep_merge will free wk, avoid...
2013-11-20 John-Mark Gurneyflag that the aesni driver is sync... This means we...
2013-11-20 Konstantin BelousovRedo r258088 to avoid relying on signed arithmetic...
2013-11-20 Ian LeporeAdd USB_HOST_ALIGN=64; the cache line size on the am335...
2013-11-20 Ian LeporeCall cpu_setup() immediately after the page tables...
2013-11-20 Gleb SmirnoffFix comment after r250551.
2013-11-20 Andriy GaponMFV r258378: 4089 NULL pointer dereference in arc_read()
2013-11-20 Andriy GaponMFV r258377: 4088 use after free in arc_release()
2013-11-20 Grzegorz BernackiSplit raw reading/programming into smaller chunks to...
2013-11-20 Konstantin BelousovVm map code performs clipping when map entry covers...
2013-11-20 Konstantin BelousovAdd assertions to cover all places in the wiring and...
2013-11-20 Konstantin BelousovRevert back to use int for the page counts. In vn_io_f...
2013-11-20 Don LewisAdd alternate ID for Novatel MiFi 2200 CDMA, which...
2013-11-20 Justin HibbitsFix the function search space.
2013-11-19 Zbigniew BodekApply access flags for managed and unmanaged pages...
2013-11-19 Zbigniew BodekAvoid clearing EXEC permission bit when setting the...
2013-11-19 Andrey V. ElsukovAdd "resize" verb to gmirror(8) and such functionality...
2013-11-19 Ian LeporeBugfixes... the host capabilties from FDT data are...
2013-11-19 Andriy Gapontaskqueue_cancel: garbage collect a write-only variable
2013-11-19 Andriy Gaponzfs page_busy: fix the boundaries of the cleared range
2013-11-19 Alexander MotinReenable vfs.zfs.zio.use_uma for amd64, disabled at...
2013-11-19 Alexander MotinImplement mechanism to safely but slowly purge UMA...
2013-11-19 Alexander MotinGrow UMA zone bucket size also on lock congestion durin...
2013-11-19 Alexander MotinAdd two new UMA bucket zones to store 3 and 9 items...
2013-11-19 Alexander MotinImplement soft pressure on UMA cache bucket sizes.
2013-11-19 Mark JohnstonImport the axge(4) driver for the ASIX AX88178A and...
2013-11-18 George V. Neville... Allow ethernet drivers to pass in packets connected...
2013-11-18 Alan Somersopensolaris/uts/common/dtrace/fasttrap.c
2013-11-18 Steven HartlandFix ZFS deadlock when sending a snapshot which is mounted.
2013-11-18 Mark JohnstonThe fasttrap ioctl used to create probes takes a variab...
2013-11-17 Julio MerinoMFV: Import atf-0.18.
2013-11-17 Alan CoxImplement pmap_align_superpage().
2013-11-17 Peter WemmBump __FreeBSD_version for iconv changes
2013-11-17 Jilles TjoelkerFix siginfo_t.si_status for wait6/waitid/SIGCHLD.
2013-11-17 Alfred PerlsteinFix creating a vlan over lagg over mlxen crash.
2013-11-17 Justin HibbitsAdd a sysctl to allow disabling resetting the OF syscons.
2013-11-17 Nathan Whitehorn#interrupt-cells belongs to the iparent, not the device...
2013-11-17 Nathan WhitehornUse #address-cells and #size-cells here too instead...
2013-11-17 Nathan WhitehornActually look up #address-cells instead of assuming...
2013-11-17 Devin TeskeAdd a try-include word (which acts the same as "include...
2013-11-17 Devin TeskeRefactor draw-beastie function.
2013-11-17 Nathan WhitehornDo not assume a value for #address-cells when parsing...
2013-11-17 Jean-Sébastien Pédrondrm: Support DRM_CAP_TIMESTAMP_MONOTONIC capability
2013-11-17 Gleb SmirnoffIn r257692 I intentionally deleted code that handled...
2013-11-17 Nathan WhitehornUnify handling of illegal instruction faults between...
2013-11-17 Mikolaj GolubDeregister helper hooks on vnet destroy.
2013-11-17 Nathan WhitehornSplit the function of the PCB_FPU flags into two: PCB_F...
2013-11-17 Alexander MotinIn addition to r258220 allow shrinking in "automatic...
2013-11-17 Nathan WhitehornMake single precision floating point arithmetic actuall...
2013-11-17 Nathan WhitehornRemove a pointless #ifdef AIM. This is just PPC64 speci...
2013-11-17 Nathan WhitehornThere is no reason Book-E needs to save XER and CTR...
2013-11-17 Nathan WhitehornMove CCSR discovery into the platform module, while...
2013-11-17 Nathan WhitehornMake sure that TLB1 mappings are aligned correctly.
2013-11-16 Ian LeporeIn the data abort handler, don't panic if kdb is availa...
2013-11-16 Michael TuexenUse SCTP_PR_SCTP_TTL when the user provides a positive
2013-11-16 Michael TuexenRemove a stray write operation.
next