aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* pmcstat(8): unbreak build with LDFLAGS+=-Wl,--as-neededAndriy Voskoboinyk2017-11-031-1/+1
* AUTO_OBJ is unsafe at the moment as it is for some reason removing /etc with ...Bryan Drewery2017-11-022-2/+1
* Something is very wrongBryan Drewery2017-11-021-0/+1
* Follow-up r325342: Always ensure WORLDTMP exists.Bryan Drewery2017-11-021-1/+1
* DIRDEPS_BUILD: Cleanup leftover WORLDTMP files.Bryan Drewery2017-11-022-0/+16
* Update to bmake-20171028Simon J. Gerraty2017-11-0228-72/+156
|\
| * Import bmake-20171028vendor/NetBSD/bmake/20171028Simon J. Gerraty2017-11-0125-60/+148
* | This used to have bzip2 support too.Warner Losh2017-11-021-0/+1
* | loader: fix BOOTSRC -> BOOTOBJ in a library pathAndriy Gapon2017-11-021-1/+1
* | loader: re-enable gzip support for x86Roger Pau Monné2017-11-021-0/+1
* | Regenerate for AUTO_OBJ.Bryan Drewery2017-11-021-7/+4
* | Enable AUTO_OBJ by default if the OBJDIR is writable, only for in-tree builds.Bryan Drewery2017-11-025-3/+81
* | Reduce MAKEOBJDIRPREFIX path spam by specifying a direct objdir to use.Bryan Drewery2017-11-023-7/+13
* | Merge OpenSSL 1.0.2m.Jung-uk Kim2017-11-02510-744/+3028
|\ \
| * | Import OpenSSL 1.0.2m.vendor/openssl/1.0.2mJung-uk Kim2017-11-02134-350/+1578
* | | Take into account race conditions in case of accessed or modified bitSvatopluk Kraus2017-11-021-41/+75
* | | Disable posix_fallocate(2) for ZFSAndriy Gapon2017-11-021-0/+1
* | | Remove artificial limit for -i.Edward Tomasz Napierala2017-11-021-1/+1
* | | Add benchmark for access(2).Edward Tomasz Napierala2017-11-021-0/+23
* | | Add bad_open benchmark, which measures failed opens by callingEdward Tomasz Napierala2017-11-021-0/+16
* | | Add benchmark for getresuid(2) - three pointers, although only "output" ones,Edward Tomasz Napierala2017-11-021-0/+17
* | | Add select(2) benchmark. It takes four pointers; unfortunately it'sEdward Tomasz Napierala2017-11-021-1/+26
* | | Add getpriority(2) benchmark; it's a lightweight syscall which does prettyEdward Tomasz Napierala2017-11-021-0/+18
* | | Make syscall_timing(1) default to a temporary file when run without -p.Edward Tomasz Napierala2017-11-021-2/+36
* | | Add fetchbench, a trivial HTTP benchmark based on fetch(1).Edward Tomasz Napierala2017-11-021-0/+76
* | | zfs.c:vdev_read() needs to be careful about large sectorsToomas Soome2017-11-021-7/+51
* | | Actually add the dtsec(4) man page to the buildJustin Hibbits2017-11-021-0/+1
* | | Fix interrupt handling for dtsecJustin Hibbits2017-11-023-4/+7
* | | Don't propagate MAKEOBJDIRPREFIX changes to environment.Bryan Drewery2017-11-021-1/+2
* | | rsu(4): trim code for Rx rate calculation.Andriy Voskoboinyk2017-11-021-92/+26
* | | evdev: Do not start/stop softrepeat callout if no clients attachedVladimir Kondratyev2017-11-011-1/+2
* | | evdev: Disable value normalization and state filtering for SND events.Vladimir Kondratyev2017-11-012-3/+1
* | | sysmouse(4): Fix ums(4)-style T-axis reporting via evdev protocolVladimir Kondratyev2017-11-012-6/+6
* | | evdev: Take driver's lock in cdev write handler if necessaryVladimir Kondratyev2017-11-011-0/+4
* | | evdev: Lock Giant around keyboard ioctlsVladimir Kondratyev2017-11-011-1/+10
* | | evdev: Hide "kern.evdev.rcpt_mask" sysctl if kernel is compiledVladimir Kondratyev2017-11-011-0/+2
* | | Regenerate for UNIFIED_OBJDIR.Bryan Drewery2017-11-011-6/+24
* | | META_MODE: Respect make -s.Bryan Drewery2017-11-011-1/+4
* | | make obj: Skip treewalk if AUTO_OBJ is enabled.Bryan Drewery2017-11-011-1/+9
* | | native-xtools/xdev: Store these in a location including both MACHINE/TARGET.Bryan Drewery2017-11-011-5/+12
* | | Add a 'make cleanuniverse'.Bryan Drewery2017-11-013-8/+23
* | | Add option UNIFIED_OBJDIR, on by default, which moves the default build OBJDIR.Bryan Drewery2017-11-0114-95/+193
* | | bluetooth: Default to discoverable offConrad Meyer2017-11-012-2/+2
* | | efipart_strategy is using wrong offset with >512B sectorsToomas Soome2017-11-011-1/+5
* | | Restore an optimization that was temporary disabled by r324665.Konstantin Belousov2017-11-011-4/+32
* | | Fix the reporting of the MTU for SCTP sockets when using IPv6.Michael Tuexen2017-11-011-1/+1
* | | epair: Fix panic on unloadKristof Provost2017-11-011-4/+12
* | | Implement ioread16be() in the LinuxKPI.Hans Petter Selasky2017-11-011-0/+7
* | | Unconditionally include "opt_inet6.h" in the LinuxKPI.Hans Petter Selasky2017-11-011-2/+0
* | | Do not run pmclog_configure_log() without pmc_sx protection.Konstantin Belousov2017-11-013-45/+109