Rob Norris

Results 47 issues of Rob Norris

Output of `awesome --version`: ``` awesome v4.3-897-g66b1780d (Too long) • Compiled against Lua 5.3.3 (running with Lua 5.3) • API level: 4 • D-Bus support: yes • xcb-errors support: no...

bug

``` I'm a bit concerned by the new random number generator jpab: anything specific, or just gut feeling? specifically, I'm concerned by it only having 32 bits of state so...

To do

A nice toggle to show docking surfaces, decal/label surfaces and tag points would be useful.

Feature request

This adds extended versions of all DOS functions that take a filename and interpret a relative name against the current working directory to take a directory lock and a filename,...

The docs say: > The TCP states are generalized as above because they tend to be a useful abstraction for typical users, and because they help minimize overhead. I would...

I’ve added a new encryption option to OpenZFS, `chacha20-poly1305`, which implements the [Chacha20-Poly1305 AEAD](https://en.wikipedia.org/wiki/ChaCha20-Poly1305) described in [RFC 8439](https://datatracker.ietf.org/doc/html/rfc8439). I’m interested in feedback, code review, testing and benchmarking from anyone interested...

Status: Work in Progress
Status: Design Review Needed

### Motivation and Context Its possible to create pools that are perfectly valid but are perhaps not the "best" choice for a given set of hardware. An example is a...

### Description Backporting #14498 and #14534 to 2.1. ### How Has This Been Tested? Compiles OK. Test suite will do the rest. ### Types of changes - [x] Bug fix...

### Motivation and Context We were working on a data recovery for a client, and the dataset name table was damaged to the extent that referencing a snapshot we needed,...

Status: Code Review Needed
Status: Revision Needed

### Motivation and Context `-Wformat-truncation` looks for places where the return code of `snprintf()` is unchecked and the provided buffer might be too short. This is based on a heuristic...