Skip to content

Releases: tyler569/nightingale

v0.15.0

30 Apr 01:35
2af8267
Compare
Choose a tag to compare
meta: fixup readme

v0.14.0

16 Jul 04:00
8a1dabe
Compare
Choose a tag to compare
2023

v0.13.0

18 Mar 06:42
Compare
Choose a tag to compare
fs: it's not fs"2" anymore

This officially swaps over fs"2" to take the name "kernel/fs"

This also moves its headers to include/ so they can be consumed in
kernel modules.

v0.12.6

29 Jan 04:42
Compare
Choose a tag to compare
Fix all the concurrency problems

v0.12.5

21 Jan 05:33
Compare
Choose a tag to compare
Improvements to interactive line editing

v0.12.4

21 Jan 04:41
Compare
Choose a tag to compare
Correct handling of C-d

v0.12.3

17 Jan 21:44
Compare
Choose a tag to compare
Interactive line editing

v0.12.2

17 Jan 00:25
Compare
Choose a tag to compare
stdio: significant rework of FILE stream buffering

The code is better, more accurately matches the specification, actually
sends output through buffers, and is more understandable.

This took a few revisions, but it always helps to return to designing
the interface first. I was originally trying to rework buffer first with
its own struct, but since I had no idea what I needed it was
fundamentally unfit (seperate read and write buffers in the same stream
for example). I regrouped, wrote fread and fwrite first, and was able to
get a really nice design that way.

v0.12.1

14 Jan 22:43
Compare
Choose a tag to compare

This is the first release where I'm automatically uploading the ISO to the GitHub Release! Hopefully this makes it easier for people to try the operating system.