aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/sam/sam.h
Commit message (Collapse)AuthorAgeFilesLines
* stats: add threadmaybackgroundRuss Cox2021-01-051-2/+0
|
* all: a few more #define tricks for AIXRuss Cox2020-08-151-0/+3
| | | | | | This should make the AIX build finally work. Fixes #400.
* sam: report close errorRuss Cox2019-12-191-0/+1
|
* acme, sam: handle >1GB files correctlyRuss Cox2014-03-131-2/+2
| | | | | TBR=rsc https://codereview.appspot.com/74060043
* sam: use ulong as type of dev consistentlyRuss Cox2010-08-041-1/+1
| | | | | | | | | Otherwise io.c:39 compares int != ulong, causing spurious file modification warnings when dev doesn't fit in an int. R=r http://codereview.appspot.com/1917045
* change namersc2007-01-121-1/+1
|
* Fix 15-year-old sam protocol bug.rsc2007-01-121-1/+2
|
* darwinrsc2006-04-211-0/+3
|
* 64-bit fixesrsc2006-04-201-19/+11
|
* Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms.rsc2006-04-011-5/+7
|
* update usagersc2006-03-201-1/+0
|
* update lucidarsc2006-03-201-0/+1
|
* add autoindent (-a) and chording.rsc2005-01-271-1/+1
| | | | clean up argument parsing.
* more little compile fixesrsc2004-12-281-0/+3
|
* allowrsc2004-05-141-1/+1
| | | | | | sam -r machine filelist... from presotto
* Add the #goo to allow use in C++.rsc2003-11-251-1/+0
| | | | | | Silence a few more warnings. Strip down the mkfiles more. Fix bug in X11 mouse handling, note groups.
* Changes for Mac OS X. Most important is stack sizes in samterm,rsc2003-11-241-0/+1
| | | | | | which were completely bogus. (Libthread used to ignore them but not anymore. Maybe we really should ignore them, but that breaks Venti, which needs *really* big stacks.)
* create, perror, and remove are now properly in the headers.rsc2003-11-231-4/+0
|
* Various tweaks. The implementation of notify, create, etc.rsc2003-10-111-0/+5
| | | | should really be in lib9.
* Reorgrsc2003-09-301-4/+3
|
* Initial revisionrsc2003-09-301-0/+407