illumos-gate icon indicating copy to clipboard operation
illumos-gate copied to clipboard

An open-source Unix operating system

Results 10 illumos-gate issues
Sort by recently updated
recently updated
newest added

Work by Rick McNeal at Nexenta by DDN: [11380](https://www.illumos.org/issues/11380) Support for Microsemi SmartPQI HBA Portions contributed by: Garrett D'Amore Reviewed by: Yuri Pankov Reviewed by: Evan Layton Reviewed by: Rob...

On NIC's with Atheros AR8151 v2.0 the atge driver has a problem if you disconnect the network cable on a running interface. The error message reads as follows: May 23...

Please see https://www.illumos.org/issues/7291 for details. 1. In case of ZFS filesystem with nested child datasets we have _**/dev/zvol/{r,}dsk**_ directories hierarchy: _**/dev/zvol/{r,}dsk/pool/filesystem/child1/child2/child3**_ 2. When _**pool/filesystem/child1**_ filesystem and its child datasets are...

commit 8ad8a2c4a4abef9af95f1033b18eecffe4860896 Author: jhb Date: Mon Dec 22 16:53:04 2014 +0000 Explicitly treat timeouts when waiting for IBF or OBF to change state as an error. This fixes occasional hangs...

Recently, coverity static analysis found a use-after-free bug in the btree code in openzfs/zfs. It had been detected causing problems in the wild on debug builds in 2020: https://github.com/openzfs/zfs/issues/10989 On...

In groff, Heirloom Doctools troff, and neatroff, the `\~` escape sequence produces an adjustable (paddable) but unbreakable space. mandoc, which does not perform adjustment or render to typesetters, supports the...

Fixes [#15551](https://www.illumos.org/issues/15551)

### Changes Made: 1. **Functions Created** Four functions were introduced to modularize the logic and improve readability: - `process_file`: Handles file processing logic. - `extract_fmri`: Extracts the FMRI from a...