]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
style.lua(9): Clarify local variable guideline
[FreeBSD/FreeBSD.git] / sys /
2018-02-15 Brooks DavisReduce duplication in __acl_*_(file|link).
2018-02-15 Jung-uk KimChange size of padding to reflect reality. No function...
2018-02-15 Warner LoshReport the number of remaining retries when we have...
2018-02-15 Brooks DavisReduce duplication in __mac_*_(file|link)(2) implementa...
2018-02-15 Brooks DavisRegen after r329322.
2018-02-15 Brooks DavisRemove freebsd32_getdirentries(), it will be unused...
2018-02-15 Brooks DavisRevert r329323. I missed something in my testing.
2018-02-15 Mark JohnstonFix the test for SET_FOREACH termination.
2018-02-15 Brooks DavisRegen after r329322: Fix getdirentries(2) under 32...
2018-02-15 Brooks DavisFix getdirentries(2) under 32-bit compat.
2018-02-15 Olivier HouchardRename the ACPI variant of the gicv2m driver from ...
2018-02-15 Andriy GaponMFV r329313: 8857 zio_remove_child() panic due to alrea...
2018-02-15 Mateusz Guzikxen: fix smp boot after r328157
2018-02-15 Ravi Pokalamxge(4) should pass unhandled ioctls to ether_ioctl()
2018-02-14 Conrad Meyerx86 pmap: Make memory mapped via pmap_qenter() non...
2018-02-14 Eugene Grosbeinng_pppoe(8): add support for user-supplied Host-Uniq...
2018-02-14 Mateusz Guzikrwlock: diff-reduction of runlock compared to sx sunlock
2018-02-14 Alan Somersgpart: append partition name to the underlying provider...
2018-02-14 Alan Somersgeli: append "/eli" to the underlying provider's physic...
2018-02-14 Bryan Drewerynanosleep(2): Fix bogus incrementing of rmtp by tc_tick...
2018-02-14 Alan SomersImplement .vop_pathconf and .vop_getacl for the .zfs...
2018-02-14 Justin HibbitsFix a panic introduced in r329225
2018-02-14 Justin HibbitsPPC64: Get the timestap from the proper OF field
2018-02-14 Justin Hibbitspowerpc64/pseries: Define new hcalls
2018-02-14 Konstantin BelousovCleanup unused page argument for vm_reserv_break().
2018-02-14 Konstantin BelousovEnsure memory consistency on COW.
2018-02-14 Konstantin BelousovDo not call pmap_enter() with invalid protection mode.
2018-02-14 Conrad Meyerkgssapi: Remove trivial deadcode
2018-02-13 Landon J. Fullerbwn(4): Conditionalize "RX decryption attempted" messag...
2018-02-13 Mark JohnstonAdd support for zstd-compressed user and kernel core...
2018-02-13 Ed Masteamd64/pmap: Move Foundation copyright to the 2-clause...
2018-02-13 Mark JohnstonMove zstd malloc()/free()/calloc() macros to stdlib.h.
2018-02-13 Ed Mastelibkern: use nul for terminating char rather than 0
2018-02-13 Bryan Dreweryports modules: Don't leak AUTO_OBJ changes into the...
2018-02-13 Landon J. Fullerbwn(4): txpid2g/txpid5g[lh] are not defined after sromr...
2018-02-13 Justin HibbitsNarrow a race, and fix a leak, in g_part_wither
2018-02-13 Ian LeporeFix bad indentation. Whitespace only, no functional...
2018-02-13 Hans Petter SelaskyImport the mthca kernel side infiniband driver from...
2018-02-13 Li-Wen HsuFix non-64-bit platform build by printing bus_addr_t...
2018-02-13 Konstantin Belousovlinuxkpi: Do not leak pages on put.
2018-02-13 Konstantin BelousovDo not leak rv->psind in some specific situations.
2018-02-13 Konstantin BelousovFix build with gas.
2018-02-13 Hans Petter SelaskyFix for incorrect PnP information used by devmatch(8).
2018-02-13 Hans Petter SelaskyAdd new USB quirk.
2018-02-12 Jeff RobersonMake v_wire_count a per-cpu counter(9) counter. This...
2018-02-12 Landon J. Fullerbwn(4): Fix outstanding bug in PHY-G tssi2dbm table...
2018-02-12 Eric van GyzenUpdate the MTU in affected routes when IPv6 RA changes...
2018-02-12 Landon J. Fullersiba(4): Ignore disabled per-core address match entries.
2018-02-12 Alan SomersFix a comment. No functional change.
2018-02-12 Ian LeporeAdd a new sysctl, debug.clock_do_io, to allow manully...
2018-02-12 Ian LeporeAdd a set of convenience routines for RTC drivers to...
2018-02-12 Jonathan T. LooneyMark the pages used for the initial page-table entries...
2018-02-12 Ian LeporeReplace the existing print_ct() private debugging funct...
2018-02-12 Warner LoshAdd Lua as a scripting langauge to /boot/loader
2018-02-12 Warner LoshMove __va_list and related defines to sys/sys/_types.h
2018-02-12 Warner LoshWe don't support gcc < 4.2.1, so varargs.h now is just...
2018-02-12 Warner LoshUse standard pattern for stdargs.h
2018-02-12 Tycho NightingaleProvide further mitigation against CVE-2017-5715 by...
2018-02-11 Scott LongPrint out the shared memory queues during initialization
2018-02-11 Brooks DavisUse syscall_helper_register(9) rather than syscall_regi...
2018-02-11 Warner LoshConsistent macro indentation is the hobgoblin of small...
2018-02-11 Ian LeporeAdd a device ID to uftdi for TIAO USB Multi Protocol...
2018-02-11 Conrad MeyerAdd GUID and alias for Apple APFS partition
2018-02-10 Emmanuel Vadotdts: Update our device tree sources files from Linux...
2018-02-10 Andrey V. ElsukovReinitialize IP header length after checksum calculatio...
2018-02-10 Brooks DavisUse syscall_helper_register() to register syscalls...
2018-02-10 Alexander MotinTeach mps(4) and mpr(4) drivers to autotune chain frames.
2018-02-09 Alexander MotinAdd sysctls for dnode block and indirect block shifts.
2018-02-09 Jung-uk KimMFV: r329072
2018-02-09 Nathan WhitehornFix PowerMac G5 thermal management, plus likely other...
2018-02-09 Kirk McKusickMerge biodone_finish() back into biodone(). The primary...
2018-02-09 Jonathan T. LooneyOn bootup, the amd64 pmap initialization code creates...
2018-02-09 Gleb SmirnoffFix boot_pages exhaustion on machines with many domains...
2018-02-09 Eric van GyzenFix ICMPv6 redirects
2018-02-08 Kirk McKusickThe goal of this change is to prevent accidental foot...
2018-02-08 Dimitry AndricPull in r324594 from upstream clang trunk (by Alexander...
2018-02-08 Brooks DavisModernize nfssvc(2) registartion.
2018-02-08 Mark JohnstonUse vm_page_unwire_noq() instead of directly modifying...
2018-02-08 Jung-uk KimMFV: r329021
2018-02-08 Andriy Gaponremove a duplicate assignment
2018-02-08 Brooks Davisstyle(9): use a type for each member in struct defintions.
2018-02-07 Brooks DavisRemove part of a comment reverting to nonexistant struc...
2018-02-07 Andriy Gaponexec_map_first_page: fix an inverse condition introduce...
2018-02-07 Navdeep Parhariw_cxgbe: Remove declaration of a function that no...
2018-02-07 Andrey V. ElsukovRemove duplicate #include <netinet/ip_var.h>.
2018-02-07 Andrey V. ElsukovRework ipfw dynamic states implementation to be lockles...
2018-02-07 Hans Petter SelaskyGive USB template SYSUNINIT()'s a uniq name to avoid...
2018-02-07 Warner LoshCull Atmel board configs no longer relevant.
2018-02-07 Warner LoshFix cut and pasted comments to reflect differences...
2018-02-07 Gleb SmirnoffFix three miscalculations in amount of boot pages:
2018-02-07 Alex RichardsonFix compilation of mips_postboot_fixup() with a C11...
2018-02-07 Mark JohnstonDequeue wired pages lazily.
2018-02-07 Hans Petter SelaskyFix implementation of ktime_add_ns() and ktime_sub_ns...
2018-02-07 Adrian Chadd[ath] Use the BSSID address logic for STA VAPs too.
2018-02-07 Adrian Chadd[ar71xx] Fix the TL-wdr3600/tl-wdr4300 hints in the...
2018-02-07 Kyle Evansif_awg: Skip emac reset if configured for internal PHY
2018-02-06 Warner LoshKeep a counter for number of requests completed with...
2018-02-06 Pedro F. Giffuni{ext2|ufs}_readdir: Avoid setting negative ncookies.
2018-02-06 Ian LeporeUse const pointers for input data not modified by clock...
2018-02-06 Gleb SmirnoffUse correct arithmetic to calculate how many pages...
next