]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Drop all ATF tools code.
[FreeBSD/FreeBSD.git] / sys /
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.
2013-11-16 Michael TuexenWhen determining if an address belongs to an stcb,...
2013-11-16 Michael TuexenCleanups which result in fixes which have been made...
2013-11-16 Alexander MotinImplement automatic live resize support for GEOM MULTIP...
2013-11-16 Rui PauloEnable the ti_mbox and ti_pruss drivers.
2013-11-16 Rui PauloAdd a driver for the TI Programmable Realtime Unit...
2013-11-16 Rui PauloAdd a driver for the Texas Instruments Mailbox hardware.
2013-11-16 Eitan AdlerCentrino Wireless-N 2200 does not have bluetooth support.
2013-11-15 Ian LeporeRework the routine that returns a pointer to the table...
2013-11-15 Ian LeporeMove the luns field to the end of the struct, for seren...
2013-11-15 Ian LeporeONFI parameters are little-endian, hence we must take...
2013-11-15 Ian LeporeSearch for and validate the ONFI params as specified...
2013-11-15 Ian LeporeUpdate the onfi_params struct to ONFI revision 3.2...
2013-11-15 Ian LeporeThe vendor specified field is 88 bytes, not 8 bytes.
2013-11-15 Xin LIMFV: netcat from OpenBSD 5.4.
2013-11-15 Eric DavisFixed a tx watchdog chip reset that could occur on...
2013-11-15 Pawel Jakub DawidekReplace CAP_POLL_EVENT and CAP_POST_EVENT capability...
2013-11-15 Justin T. GibbsImprove robustness of the Xen balloon driver.
2013-11-15 John BaldwinRemove an incorrectly copied and pasted clause from...
2013-11-15 Justin T. GibbsFix accounting for hw.realmem on the i386 and amd64...
2013-11-15 George V. Neville... Clean up the macros to avoid using casts.
2013-11-15 John BaldwinDon't allow vfs.lorunningspace or vfs.hirunningspace...
2013-11-15 Alexander MotinAdd few more minor parts of DevSleep support from AHCI...
2013-11-15 Alexander MotinAdd some more Intel HDA controller IDs and rename HDMI...
2013-11-15 Alexander MotinAdd ID for Intel Avoton SMBus controller.
2013-11-15 Alexander MotinAdd ID for Intel Lynx Point HDMI CODEC.
2013-11-15 Andrey V. ElsukovANSIfy function defintions.
2013-11-15 Alexander MotinHandle case when ACPI reports HPET device, but does...
2013-11-15 Alexander MotinAdd some more IDs for Intel ATA, AHCI and USB controllers.
2013-11-15 David C SomayajuluValidate the buffer and its length passed to QLA_MPI_DUMP.
2013-11-15 David C Somayajuluql_hw.[c,h]: set minimum thresholds on pkt size for...
2013-11-14 Pawel Jakub Dawidek- Move CAP_EXTATTR_* and CAP_ACL_* rights to index...
2013-11-14 Pawel Jakub DawidekThe CAP_LINKAT, CAP_MKDIRAT, CAP_MKFIFOAT, CAP_MKNODAT...
2013-11-14 Pawel Jakub DawidekPrecisely document capability rights here too (they...
2013-11-14 Pawel Jakub DawidekStyle.
2013-11-14 Pawel Jakub DawidekSync return value with actual implementation.
2013-11-14 Pawel Jakub DawidekChange cap_rights_merge(3) and cap_rights_remove(3...
2013-11-14 Pawel Jakub DawidekAdd a note that this file is compiled as part of the...
2013-11-14 George V. Neville... Put in the correct bit shifting and add a type to preve...
2013-11-14 George V. Neville... Shift our OUI correctly.
2013-11-14 George V. Neville... The FreeBSD Project now has its own, Ogranizationally...
2013-11-14 Xin LIThe previous code makes a memory allocation in size of
2013-11-14 Alexander MotinIntroduce allocation cache to store LZ4 compression...
2013-11-14 Ed Mastex86: Allow users to change PSL_RF via ptrace(PT_SETREGS...)
2013-11-14 Gleb SmirnoffSome fixups to pf_get_sport after r257223:
2013-11-14 Alexander MotinSome minor tuning to rpc/svc.c:
2013-11-14 Gleb SmirnoffFix a very bad typo from r248887.
2013-11-14 Justin HibbitsFix copy+paste-o, OEA64 uses LPTE, not PTE.
2013-11-14 Adrian ChaddFix (I think!) the scan timeouts on the intel NICs.
2013-11-14 Adrian ChaddThis is "scan_flags" from Linux.
2013-11-13 Ruslan Bukino Use common ARMv6/v7 bus_space tag.
2013-11-13 Adrian ChaddLeave a note that the 5300 is a 3x3 NIC.
2013-11-13 Konstantin BelousovRemove useless comparisions of assigned offset and...
2013-11-13 Adrian ChaddCorrectly initialise the 2-chain antenna mask in the...
2013-11-13 Kevin LoRemove a couple of unused macros.
2013-11-13 Kevin Lo- Use bit twiddling macro to set IEEE80211_MODE_11A
2013-11-13 Justin HibbitsFix typo.
2013-11-13 Justin HibbitsIncrease the stack size for ppc64 from 4 pages to 8.
2013-11-12 Neel NatuMove the ioapic device model from userspace into vmm...
2013-11-12 Sergey KandaurovAdd VM_LAST, a special last element in enum VM_GUEST...
2013-11-12 Ruslan BukinAdd support for Freescale Vybrid Family VF600 heterogeneous
2013-11-12 Alan CoxEliminate the gratuitous use of mmap(2) flags from...
2013-11-12 Ed MasteUpdate LLDB to upstream r194122 snapshot
2013-11-12 Nathan WhitehornFollowing the approach with ACPI DMAR on x86, split...
2013-11-12 Nathan WhitehornActually add IOMMU domain to the list of known mappings...
2013-11-12 Luiz Otavio O SouzaFix gpiobus to return BUS_PROBE_GENERIC insted of BUS_P...
2013-11-12 Luiz Otavio O SouzaMove the KASSERT() check to the point before the increa...
2013-11-12 Luiz Otavio O SouzaFix a typo on a comment in ofw_bus_if.m, the default...
2013-11-12 Luiz Otavio O SouzaAs all the IIC controllers on system uses the same...
2013-11-12 Konstantin BelousovAvoid overflow for the page counts.
2013-11-12 Mark JohnstonAdd IDs for the ASIX 88179 and 88178A USB to GigE adapters.
2013-11-12 Adrian ChaddCommit over some work to prepare the iwn(4) driver...
2013-11-12 Adrian ChaddFix up the link quality lookup and re-enable multi...
2013-11-12 Adrian ChaddGrr. For some odd reason, setting this to a single...
2013-11-12 Adrian ChaddUse the negotiated HT rate set when generating the...
next