Ray Bellis

Results 31 issues of Ray Bellis

Your generated code for N and Z flag handling is incorrect. The Z flag should be set if result == 0 *after* truncating to 8 bits. The N flag is...

Chrome 14 now uses the protocol version introduced in draft-ietf-hybi-thewebsocketprotocol-08 See http://groups.google.com/a/chromium.org/group/chromium-discuss/browse_thread/thread/97f3cb623c581395

The `url` field in raw structured output always has an extra `\n\n` within the actual data fields, e.g: ``` "issues": [ { ... "url": "https://vuxml.FreeBSD.org/freebsd/2ccd71bd-426b-11ec-87db-6cc21735f730.html\\n\\n" } ], ``` This looks...

In the current master branch, the special addition of the Linux "any" pseudo-device by the platform specific implementation of `pcap_findalldevs` to the list of returned devices is not documented. This...

documentation

We are seeing frequent crashes of syslog-ng on our FreeBSD 12.3 boxes, with `dmesg` like the follow, ad infinitum: ``` pid 7927 (syslog-ng), jid 0, uid 0: exited on signal...

bug

There's no apparent way to unset a variable with the `/autolink` command (e.g. `Scope`) other than to delete the entire link and recreate it without that variable.

Help Wanted
Up For Grabs
Hacktoberfest
Difficulty/1:Easy
Tech/Go
Good First Issue
Type/Enhancement

There are some good examples in the help, but people might find it useful to have a pre-canned selection of rules that they can use. Here's my contribution, which converts...

Type/Enhancement

FreeBSD contains optional `linprocfs` and `linsysfs` modules that provides a subset of the equivalent Linux pseudo-filesystems. They are usually mounted in `/compat/linux/proc` and `/compat/linux/sys`. It would be great if this...

enhancement

Roland XV firmware updates require playing a long sequence of MIDI files containing SysEx data. For the XV-88 the files are 70KB+ each, and there are 32 of them. It...