summaryrefslogtreecommitdiffstats
path: root/src/cmd/plumb/plumber.h
Commit message (Collapse)AuthorAgeFilesLines
* all: remove need for `-fcommon`Dan Cross2025-07-251-8/+8
| | | | | | | | | | Use `extern` where appropriate so that we can remove `-fcommon` on macOS and others. On macOS, `-fcommon` generates a number of linker warnings. I've tested building on macOS, Linux, FreeBSD, NetBSD, OpenBSD and illumos. I am not in a position to test on AIX or other more esoteric platforms, however.
* plumber: increase NMATCHSUBEXP up to 100Igor Burago2023-03-311-1/+1
| | | | | Thus up to two-digit subexpression match variables are supported ($1 through $99) in addition to the entire expression match ($0).
* plumber: increase NMATCHSUBEXP up to libregexp's NSUBEXPIgor Burago2023-03-301-1/+1
|
* plumber: parametrize the number of stored match pattern subexpressionsIgor Burago2023-03-301-1/+6
|
* plumber: add -f (foreground) option (#288)Jason Felice2019-10-291-1/+1
| | | | In MacOS, services run by launchd must run in the foreground, since launchd manages forking and other resources.
* Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms.rsc2006-04-011-2/+2
|
* Add support for user-level 9P servers/clients and various bug fixes to go ↵rsc2003-12-111-0/+1
| | | | with them.
* Plan 9 version, nothing tweaked yet.rsc2003-11-231-0/+93