aboutsummaryrefslogtreecommitdiff
path: root/src/libplumb/mesg.c
Commit message (Collapse)AuthorAgeFilesLines
* warnings: fix warnings on newer compilersDan Cross2025-07-241-0/+2
| | | | | | | | | | Mostly turning the crank on fixing simple warnings: arrays, for instance, can never be nil. A couple of pointers should have been initialized to `nil` before being tested. Some logic in `troff` was simplified: basically, an `if` statement had a condition that must have always been true if that section of code were being executed at all.
* Trivial changes: whitespace and modes.Dan Cross2020-01-101-1/+0
| | | | | | | | | Remote whitespace at the ends of lines. Remove blank lines from the ends of files. Change modes on source files so that they are not executable. Signed-off-by: Dan Cross <cross@gajendra.net>
* use 9pclientrsc2005-01-041-1/+0
|
* change to plumb betterrsc2004-06-091-136/+0
|
* various bug fixesrsc2004-04-241-0/+8
|
* Today's changes.rsc2004-03-251-1/+0
| | | | More changes.
* Small tweaksrsc2004-03-211-10/+52
| | | | Lots of new code imported.
* Tweaks to various bits.rsc2003-12-171-20/+53
| | | | | Until I hear otherwise, Refs aren't used enough to merit their own assembly. They are now implemented with locks.
* Add support for user-level 9P servers/clients and various bug fixes to go ↵rsc2003-12-111-27/+9
| | | | with them.
* fix libplumbrsc2003-11-251-3/+6
|
* make -> mkrsc2003-11-231-4/+12
| | | | use $HOME/mnt/plumb as named pipe.
* Single-threaded plumber that can run "start" rules.rsc2003-10-141-0/+403
Thanks to Caerwyn Jones.