]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2018-02-08 Kirk McKusickInclude files missed in 329051.
2018-02-08 Kirk McKusickThe goal of this change is to prevent accidental foot...
2018-02-08 Warner LoshFix build of userboot.so
2018-02-08 Dimitry AndricPull in r324594 from upstream clang trunk (by Alexander...
2018-02-08 Brooks DavisModernize nfssvc(2) registartion.
2018-02-08 Jung-uk KimRemove c_rehash(1) to not confuse users. We do not...
2018-02-08 Mark JohnstonUse vm_page_unwire_noq() instead of directly modifying...
2018-02-08 Jung-uk KimMFV: r329021
2018-02-08 Warner LoshMove to tabs for indentation and to 8-space notches...
2018-02-08 Pedro F. Giffunisu_data: correct macro expansion.
2018-02-08 Andriy Gaponremove a duplicate assignment
2018-02-08 Justin HibbitsTemporarily widen count for interrupt rate calculations...
2018-02-08 Conrad Meyermountd(8): Produce vaguely meaningful error messages
2018-02-08 Brooks Davisstyle(9): use a type for each member in struct defintions.
2018-02-08 Jeb CramerAdd myself to committers-src.dot
2018-02-08 Ed Masteld.lld.1: explain long options may use one or two dashes
2018-02-07 Ed MasteUpdate ld.lld.1 based on the version committed upstream
2018-02-07 Brooks DavisRemove part of a comment reverting to nonexistant struc...
2018-02-07 Warner LoshMove simple interpreter 'perform' into interp.c and...
2018-02-07 Warner LoshFix indentation to FreeBSD standard for interp files
2018-02-07 Andriy Gaponexec_map_first_page: fix an inverse condition introduce...
2018-02-07 Mark JohnstonFix the WITH_SORT_THREADS build.
2018-02-07 Navdeep Parhariw_cxgbe: Remove declaration of a function that no...
2018-02-07 Hans Petter... Move the stand/usb test loader into its own directory.
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... A more definitions to kernel emulation shim in order...
2018-02-07 Hans Petter... Fix relative location of USB sources after recent move.
2018-02-07 Hans Petter... Give 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 broken SPDX comment in usr.bin/lex/initparse.c
2018-02-07 Alex RichardsonFix compilation of mips_postboot_fixup() with a C11...
2018-02-07 Mark JohnstonDequeue wired pages lazily.
2018-02-07 Warner LoshAdd a note about why we have the conditional before...
2018-02-07 Ed Masteadd retpoline compiler and linker feature flags
2018-02-07 Hans Petter... Fix 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 Conrad Meyerfsync.2: Cross-reference fsync(1)
2018-02-06 Warner LoshAvoid find -s, use find | sort instead.
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...
2018-02-06 Jeff RobersonUse per-domain locks for vm page queue free. Move...
2018-02-06 Gleb SmirnoffImprove DIAGNOSTIC printf. Report using a boot page...
2018-02-06 Gleb SmirnoffFix boot_pages calculation for machines that don't...
2018-02-06 Mark FelderRefactor cleanvar to remove shell expansion vulnerability
2018-02-06 Scott LongCache the value of the request and reply frame size...
2018-02-06 Mark FelderFix firstboot fs mount logic
2018-02-06 Bjoern A. ZeebRemove a trailing whitspace.
2018-02-06 Mark JohnstonDelete a declaration for a variable removed in r305362.
2018-02-06 John BaldwinUse a workaround to compile the crt init functions...
2018-02-06 Mark JohnstonSimplify synchronization read error handling.
2018-02-06 Alexander MotinFix queue length reporting in mps(4) and mpr(4).
2018-02-06 Kenneth D.... Diagnostic buffer fixes for the mps(4) and mpr(4) drivers.
2018-02-06 Alex Richardsoncrossbuild: Make the CHECK_TIME variable work on Linux
2018-02-06 Alex RichardsonDon't hardcode /usr/bin as the path for mktemp in build...
2018-02-06 Alex RichardsonAllow compiling usr.bin/find on Linux and Mac
2018-02-06 Alex RichardsonMake mips_postboot_fixup work when building the kernel...
2018-02-06 Dmitry Marakasov- Document new ${name}_limits rc.conf option
2018-02-06 Kyle Evansdtb/allwinner: Add sun7i-a20-lamobo-r1.dts (Banana...
2018-02-06 Baptiste DaroussinRemove libreadline from the source tree, all consumers...
2018-02-06 Baptiste DaroussinCommit forgotten change in gdb allowing to use libedit
2018-02-06 Baptiste DaroussinSwitch to use libedit instead of readline
2018-02-06 Baptiste DaroussinRemove gdbtui, it was already not installed on every...
2018-02-06 Adrian Chadd[arswitch] Implement the switch MAC address fetch API.
2018-02-06 Adrian Chadd[etherswitchcfg] print the switch MAC address if provided.
2018-02-06 Adrian Chadd[etherswitch] add initial support for potentially confi...
2018-02-06 Scott LongFix a case where a request frame can be composed that...
2018-02-06 Scott LongReturn a C errno for cam_periph_acquire().
2018-02-06 Bryan VenteicherCorrect structure name used in bus_map_resource(9)...
2018-02-06 Gleb SmirnoffFollowup on r302393 by cperciva, improving calculation...
2018-02-06 Kirk McKusickOccasional cylinder-group check-hash errors were being...
2018-02-06 Konstantin... Move signal trampolines out of locore.s into separate...
2018-02-05 Landon J. Fullerbwn(4): migrate bwn(4) to the native bhnd(9) interface...
2018-02-05 John BaldwinIgnore relocation tables for non-memory-resident sections.
2018-02-05 John BaldwinFix a typo.
2018-02-05 John BaldwinAlways give ELF brands a chance to veto a match.
2018-02-05 Adrian Chadd[arswitch] disable ARP copy-to-CPU port for AR9340...
2018-02-05 Adrian Chadd[arswitch] fix build breakage.
2018-02-05 Brooks DavisReduce duplication in extattr_*_(file|link) syscalls.
2018-02-05 Brooks DavisANSIfy syscall implementations.
2018-02-05 Brooks DavisFix and enable SysV IPC tests.
2018-02-05 Ed MasteCorrect Russia spelling in regdomain.xml
2018-02-05 Ed MasteAdditional linuxolator whitespace cleanup, missed in...
2018-02-05 John BaldwinFix makecontext() on MIPS O32.
2018-02-05 Brooks DavisGarbage collect trailing whitespace.
2018-02-05 Mark JohnstonDocument the need for WITH_CASPER.
2018-02-05 Ed MasteLinuxolator whitespace cleanup
2018-02-05 Pedro F. Giffuniext2fs: remove EXT4F_RO_INCOMPAT_SUPP
2018-02-05 Ed MasteMove assym.s to DPSRCS in linux modules
2018-02-05 Pedro F. Giffuniext2fs: Cleanup variable assignments for extents.
2018-02-05 Andriy Gaponzfs: move a utility function, ioflags, closer to its...
2018-02-05 Konstantin... On munlock(), unwire correct page.
2018-02-05 Andrey V. ElsukovModify ip6_get_prevhdr() to be able use it safely.
2018-02-05 Adrian Chadd[arswitch] Enable ATU dump support for the AR9340.
next