summaryrefslogtreecommitdiffstats
path: root/src/cmd/sam/unix.c
Commit message (Collapse)AuthorAgeFilesLines
* Trivial changes: whitespace and modes.Dan Cross2020-01-101-10/+8
| | | | | | | | | 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 gcc -ansi -pedantic in 9c. Fix many non-C89-isms.rsc2006-04-011-2/+2
|
* more little compile fixesrsc2004-12-281-8/+12
|
* SunOS can rot in hell.rsc2004-03-261-0/+1
|
* Add support for user-level 9P servers/clients and various bug fixes to go ↵rsc2003-12-111-88/+0
| | | | with them.
* Add the #goo to allow use in C++.rsc2003-11-251-4/+0
| | | | | | Silence a few more warnings. Strip down the mkfiles more. Fix bug in X11 mouse handling, note groups.
* use path-less names for ssh, samterm.rsc2003-11-231-2/+2
| | | | let execvp sort it out.
* Use new directory structure.rsc2003-10-111-2/+2
|
* Various tweaks. The implementation of notify, create, etc.rsc2003-10-111-5/+6
| | | | should really be in lib9.
* Various tweaks to make things run on Mac OS.rsc2003-10-011-0/+36
| | | | The main change is the use of pthread to implement ffork.
* Initial revisionrsc2003-09-301-0/+272