]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2017-11-02 sjgUpdate to bmake-20171028
2017-11-02 impThis used to have bzip2 support too.
2017-11-02 avgloader: fix BOOTSRC -> BOOTOBJ in a library path
2017-11-02 roygerloader: re-enable gzip support for x86
2017-11-02 bdreweryRegenerate for AUTO_OBJ.
2017-11-02 bdreweryEnable AUTO_OBJ by default if the OBJDIR is writable...
2017-11-02 bdreweryReduce MAKEOBJDIRPREFIX path spam by specifying a direc...
2017-11-02 jkimMerge OpenSSL 1.0.2m.
2017-11-02 jkimImport OpenSSL 1.0.2m.
2017-11-02 skraTake into account race conditions in case of accessed...
2017-11-02 avgDisable posix_fallocate(2) for ZFS
2017-11-02 traszRemove artificial limit for -i.
2017-11-02 traszAdd benchmark for access(2).
2017-11-02 traszAdd bad_open benchmark, which measures failed opens...
2017-11-02 traszAdd benchmark for getresuid(2) - three pointers, althou...
2017-11-02 traszAdd select(2) benchmark. It takes four pointers; unfor...
2017-11-02 traszAdd getpriority(2) benchmark; it's a lightweight syscal...
2017-11-02 traszMake syscall_timing(1) default to a temporary file...
2017-11-02 traszAdd fetchbench, a trivial HTTP benchmark based on fetch(1).
2017-11-02 tsoomezfs.c:vdev_read() needs to be careful about large sectors
2017-11-02 jhibbitsActually add the dtsec(4) man page to the build
2017-11-02 jhibbitsFix interrupt handling for dtsec
2017-11-02 bdreweryDon't propagate MAKEOBJDIRPREFIX changes to environment.
2017-11-02 avosrsu(4): trim code for Rx rate calculation.
2017-11-01 sjgWe get VERSION from bmake/VERSION now
2017-11-01 sjgtag bmake-20171028
2017-11-01 sjgImport bmake-20171028
2017-11-01 wulfevdev: Do not start/stop softrepeat callout if no clien...
2017-11-01 wulfevdev: Disable value normalization and state filtering...
2017-11-01 wulfsysmouse(4): Fix ums(4)-style T-axis reporting via...
2017-11-01 wulfevdev: Take driver's lock in cdev write handler if...
2017-11-01 wulfevdev: Lock Giant around keyboard ioctls
2017-11-01 wulfevdev: Hide "kern.evdev.rcpt_mask" sysctl if kernel...
2017-11-01 bdreweryRegenerate for UNIFIED_OBJDIR.
2017-11-01 bdreweryMETA_MODE: Respect make -s.
2017-11-01 bdrewerymake obj: Skip treewalk if AUTO_OBJ is enabled.
2017-11-01 bdrewerynative-xtools/xdev: Store these in a location including...
2017-11-01 bdreweryAdd a 'make cleanuniverse'.
2017-11-01 bdreweryAdd option UNIFIED_OBJDIR, on by default, which moves...
2017-11-01 cembluetooth: Default to discoverable off
2017-11-01 tsoomeefipart_strategy is using wrong offset with >512B sectors
2017-11-01 kibRestore an optimization that was temporary disabled...
2017-11-01 tuexenFix the reporting of the MTU for SCTP sockets when...
2017-11-01 kpepair: Fix panic on unload
2017-11-01 hselaskyImplement ioread16be() in the LinuxKPI.
2017-11-01 hselaskyUnconditionally include "opt_inet6.h" in the LinuxKPI.
2017-11-01 kibDo not run pmclog_configure_log() without pmc_sx protec...
2017-11-01 kibBe protective and check the po_file validity before...
2017-11-01 kibIn hwpmc, do not double-close the logging file.
2017-11-01 kibThere is no use for dropping Giant in the pmc syscall.
2017-11-01 kibMinor style tweaks.
2017-11-01 avggeom_slice: fix r325227, protect against multiple calls...
2017-11-01 kibUse designated initializers for pmc sysent and module...
2017-11-01 kibConsistently ensure that we do not load MXCSR with...
2017-11-01 dumbbellevdev: Translate KEY_102ND in evdev_scancode2key()
2017-11-01 mjgnamecache: fix .. check broken after r324378
2017-11-01 mjgFixup r325264, take #2
2017-11-01 mjgnamecache: ncnegfactor 16 -> 12
2017-11-01 mjgFixup r325264
2017-11-01 mjgSave on loginclass list locking by checking if caller...
2017-11-01 mjgSave on uihash table locking by checking if the caller...
2017-11-01 jhibbitsEnable a bunch more options in the QORIQ64 kernel
2017-11-01 grehanEmulate the "OR reg, r/m" instruction (opcode 0BH).
2017-11-01 jhibbitsRename a couple files to not conflict with ZFS filenames
2017-11-01 jhibbitsAdd Guest State (GS) bit to MSR bits
2017-11-01 jhibbitsFix debug interrupts on 64-bit Book-E
2017-11-01 eadlerRemove 'adding_user.7'
2017-11-01 jhibbitsRemove a singleton in the DPAA driver, to allow multipl...
2017-11-01 cpercivaAdd the amazon-ssm-agent package to EC2 AMI builds...
2017-10-31 bdreweryxdev: Follow-up r325087: Need to build lib/clang before...
2017-10-31 avosRegenerate etc/devd/usb.conf
2017-10-31 andrewAllocate the ITS translation table with a 64k page...
2017-10-31 andrewAs with r325242 use mp_maxid when iterating over CPUs...
2017-10-31 bdrewerykernel-toolchain: Fix improper build order after r325244.
2017-10-31 tsoomeloader ptblread() is broken with >512B sectors
2017-10-31 bdreweryDisconnect libpathconv tests since they require externa...
2017-10-31 bdreweryUse -j hw.ncpu for build/install.
2017-10-31 shurdPreserve TSO checksum flags
2017-10-31 bdrewerykernel-toolchain: Skip world _obj and _cleanobj phases.
2017-10-31 bdrewerybuild-tools: De-special-case the gcc tools build.
2017-10-31 andrewUse mp_maxid when iterating over CPUs as we may have...
2017-10-31 shurdFix PR221990 - Assertion at iflib.c:1947
2017-10-31 bdreweryFollow-up r297998: Remove redundant TOOLS_PREFIX in...
2017-10-31 mwRework counting of hardware statistics in ENA driver
2017-10-31 mwUpdate ena-com HAL to v1.1.4.3 and update driver accord...
2017-10-31 mwUpdate ena-com HAL to newest version
2017-10-31 mizhka[i2c/clock] add support for EPSON RTC-8583
2017-10-31 tijlSet the return address for stack entry points to zero.
2017-10-31 mizhka[mips] Pin control configuration for MediaTek RT2880
2017-10-31 avgvdev_geom_close: close errored consumer even if vdev_re...
2017-10-31 avggeom_slice: do not destroy softc until providers are...
2017-10-31 yuriAdd myself as a new committer
2017-10-31 eadlerFix '\' in binary ascii table
2017-10-31 eadlerAlso bump Dd
2017-10-31 eadlerUpdate tuning(7) some more
2017-10-31 ngieAdd `static` to `cap_setgrent` prototype in !WITH_CASPE...
2017-10-31 impAdd -c to the usage statements.
2017-10-31 jhibbitsMake DPAA work in 64-bit mode
2017-10-31 bdrewerynative-xtools: Allow SYSTEM_COMPILER to be used after...
2017-10-31 shurdFix build with nodevice netmap
next