]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - usr.sbin
Temporarily skip flakey test case
[FreeBSD/FreeBSD.git] / usr.sbin /
2019-07-22 Alan SomersRemove the USE_RFC2292BIS option and reap dead code
2019-07-22 Ed Mastemptutil: emit a warning on big-endian architectures
2019-07-20 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2019-07-19 Warner LoshRemove obsolete RELEASE_CRUNCH
2019-07-19 Emmanuel Vadotpkgbase: Add a FreeBSD-bluetooth package
2019-07-19 Emmanuel Vadotpkgbase: Add a FreeBSD-hostapd package
2019-07-19 Emmanuel Vadotpkgbase: Add a FreeBSD-wpa package
2019-07-18 Cy SchubertMFV r350080:
2019-07-17 Mark JohnstonRemove obsolete compatibility code from rtadvd.
2019-07-17 Thomas Munrotzsetup: upgrade to zone1970.tab
2019-07-17 Chuck Tufflibhyve: update the NVMe CQ based on the status
2019-07-16 Michael TuexenAdd support for ICMPv6 messages indicating a parameter...
2019-07-16 Michael TuexenLet packet_op() explicitly return the type and code...
2019-07-16 Michael TuexenWhitespace change. No functional change.
2019-07-15 Warner LoshReplace complicated expression to disable libedit when...
2019-07-15 Warner LoshRemove all the RELEASE_CRUNCH instances that partially...
2019-07-15 Warner LoshMK_OPENSSL makes RELEASE_CRUNCH redundant here
2019-07-13 Chuck Tufflibhyve: Create EUI64 for NVMe namespaces
2019-07-12 Sean Chittendenusr.sbin/bhyve: close backend file descriptor during...
2019-07-12 Sean Chittendenusr.sbin/bhyveload: don't leak an fd if a device can...
2019-07-12 Sean Chittendenusr.sbin/bhyve: only unassign a pt device after obtaini...
2019-07-12 Sean Chittendenusr.sbin/bhyve: free resources when erroring out of...
2019-07-12 Sean Chittendenusr.sbin/bhyve: prevent use-after-free in virtio scsi...
2019-07-12 Sean Chittendenusr.sbin/bhyve: don't leak a FD if the device is not...
2019-07-12 Warner LoshRetire the -DRELEASE_CRUNCH define.
2019-07-12 Sean Chittendenusr.sbin/bhyve: unconditionally initialize the NVMe...
2019-07-12 Sean Chittendenusr.sbin/bhyve: free resources when erroring out of...
2019-07-11 Sean Chittendenusr.sbin/bhyve: send an initialized value to wake up...
2019-07-11 Sean Chittendenusr.sbin/bhyve: commit miss from r349918
2019-07-11 Sean Chittendenusr.sbin/bhyve: free leaked memory during option parsing
2019-07-11 Sean Chittendenusr.sbin/bhyve: initialize return value in xhci device...
2019-07-11 Sean Chittendenusr.sbin/bhyve: free resources if there is an initializ...
2019-07-09 Vincenzo Maffionebhyve: net_backends.c: add missing __FBSDID
2019-07-09 Vincenzo Maffionebhyve: add missing license identifiers in net_utils...
2019-07-09 Jung-uk KimMFV: r349861
2019-07-08 Koichiro Iwaomld6query: Fix typo s/linkocal/linklocal/
2019-07-07 Ian LeporeEliminate spurious periodic.daily error message for...
2019-07-07 Vincenzo Maffionebhyve: abstraction for network backends
2019-07-06 Dimitry AndricUpgrade our copies of clang, llvm, lld, lldb, compiler...
2019-07-04 Dag-Erling SmørgravUpgrade Unbound to 1.9.2.
2019-07-03 Sean Chittendenbhyve/audio: don't leak resources on failed initialization.
2019-07-02 Warren BlockCorrect name of vmm(4) pptdevs variable.
2019-06-29 Xin LIMFV r349535: less v551.
2019-06-28 Martin MatuskaMFV r349454:
2019-06-28 Xin LIUpgrade to Bzip2 version 1.0.7.
2019-06-27 John BaldwinUse __FBSDID() and sort #includes.
2019-06-25 Ed Mastebhyve: avoid theoretical stack buffer overflow from...
2019-06-25 Alexander MotinFix strsep_quote() on strings without quotes.
2019-06-25 Hans Petter SelaskyFix parsing of corrupt data in usbdump(8). Check that...
2019-06-25 Marcelo AraujoAdd SPDX tags to bhyve(8) HD Audio device.
2019-06-25 Warner LoshReplay r349336 by scottl accidentally reverted by r349352
2019-06-25 Warner LoshReplay r349335 by scottl accidentally reverted by r349352
2019-06-25 Warner LoshRemove NAND and NANDFS support
2019-06-24 Warner Loshkbdcontrol -h prints two error messages.
2019-06-24 Scott LongAdd a section about the HD Audio module support
2019-06-24 Scott LongAdd the PCI HDAudio device model from the 2016 GSoC...
2019-06-21 Eric van Gyzenbhyve: Fix vtscsi maximum segment config
2019-06-21 Shteryana ShopovaNo need for each bsnmpd(1) module to open connection...
2019-06-21 Shteryana ShopovaUnbreak snmp_pf(3) after the changes introduced in...
2019-06-19 Mark JohnstonMake zlib encoding messages idempotent.
2019-06-18 Vincenzo Maffionebhyve: vtnet: fix locking on receive
2019-06-18 Ian LeporeOops, it seems I left out the word 'cycle', fix it.
2019-06-18 Ian LeporeRearrange the argument checking and processing so that...
2019-06-18 Ian LeporeExplain the relationship between PWM hardware channels...
2019-06-18 Ian LeporeRemove everything related to channels from the pwmc...
2019-06-17 Ian LeporePut periods at the ends of argument descriptions. ...
2019-06-17 Ian LeporeFollow changes in the pwmc(4) driver in relation to...
2019-06-17 Martin MatuskaMFV r349134:
2019-06-16 Edward Tomasz Napi... In iostat(8) output, skip the decimal point and the...
2019-06-15 Ian LeporeMake pwm channel numbers unsigned.
2019-06-15 Ian LeporeMove/rename the sys/pwm.h header file to dev/pwm/pwmc...
2019-06-13 Vincenzo Maffionebhyve: move common code to net_utils.c
2019-06-12 Dimitry AndricUpgrade our copies of clang, llvm, lld, lldb, compiler...
2019-06-12 John BaldwinRemove a spurious break when setting up a 64-bit memory...
2019-06-12 Martin MatuskaMFV r348971,r348977:
2019-06-11 Vincenzo Maffionebhyve: virtio: introduce vq_kick_enable() and vq_kick_d...
2019-06-09 Vincenzo Maffionebhyve: vtnet: simplify thread synchronization
2019-06-09 Chuck TuffliFix uninitialized variable in camdd
2019-06-08 Chuck TuffliAdd NVMe support to camdd(8)
2019-06-07 Chuck Tufflibhyve: Add PCIe Integrated Endpoint capability
2019-06-07 John BaldwinKeep the shadow PCIR_COMMAND synced with the real one...
2019-06-07 John BaldwinEnable memory and I/O decoding in PCI devices on demand.
2019-06-05 John BaldwinUse parse_integer to avoid sign extension.
2019-06-05 John BaldwinDon't simulate PBA access if the PBA is in a separate...
2019-06-04 Conrad Meyerdaemon(8): Don't block SIGTERM during restart delay
2019-06-03 John BaldwinEmulate the AMD MSR_LS_CFG MSR used for various Ryzen...
2019-06-03 Rick Macklemr348590 had mention of "-I" in a comment that no longer...
2019-06-03 Rick MacklemModify mountd so that it incrementally updates the...
2019-06-03 Alexander MotinMFV r348585: 9683 Allow bypassing devid in vdev_disk_open()
2019-06-03 Alexander MotinMFV r348583: 9847 leaking dd_clones (DMU_OT_DSL_CLONES...
2019-06-03 Alexander MotinMFV r348580: 9559 zfs diff handles files on delete...
2019-06-03 Alexander MotinMFV r348578: 9962 zil_commit should omit cache thrash
2019-06-03 Alexander MotinMFV r348576: 9963 Seperate tunable for disabling ZIL...
2019-06-03 Alexander MotinMFV r348573: 9993 zil writes can get delayed in zio...
2019-06-03 Alexander MotinMFV r348568: 9466 add JSON output support to channel...
2019-06-03 Alexander MotinMFV r348555: 9690 metaslab of vdev with no space maps...
2019-06-03 Alexander MotinMFC r348554: 9688 aggsum_fini leaks memory
2019-06-03 Alexander MotinMFV r348553: 9681 ztest failure in spa_history_log_inte...
2019-06-03 Alexander MotinMFV r348552: 9682 page fault in dsl_async_clone_destroy...
2019-06-03 Alexander MotinMFV r348551: 9862 fix typo in comment in vdev_impl.h
next