aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/sam/sam.h
AgeCommit message (Collapse)AuthorFilesLines
2021-01-05stats: add threadmaybackgroundRuss Cox1-2/+0
2020-08-15all: a few more #define tricks for AIXRuss Cox1-0/+3
This should make the AIX build finally work. Fixes #400.
2019-12-19sam: report close errorRuss Cox1-0/+1
2014-03-13acme, sam: handle >1GB files correctlyRuss Cox1-2/+2
TBR=rsc https://codereview.appspot.com/74060043
2010-08-04sam: use ulong as type of dev consistentlyRuss Cox1-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
2007-01-12change namersc1-1/+1
2007-01-12Fix 15-year-old sam protocol bug.rsc1-1/+2
2006-04-21darwinrsc1-0/+3
2006-04-2064-bit fixesrsc1-19/+11
2006-04-01Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms.rsc1-5/+7
2006-03-20update usagersc1-1/+0
2006-03-20update lucidarsc1-0/+1
2005-01-27add autoindent (-a) and chording.rsc1-1/+1
clean up argument parsing.
2004-12-28more little compile fixesrsc1-0/+3
2004-05-14allowrsc1-1/+1
sam -r machine filelist... from presotto
2003-11-25Add the #goo to allow use in C++.rsc1-1/+0
Silence a few more warnings. Strip down the mkfiles more. Fix bug in X11 mouse handling, note groups.
2003-11-24Changes for Mac OS X. Most important is stack sizes in samterm,rsc1-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.)
2003-11-23create, perror, and remove are now properly in the headers.rsc1-4/+0
2003-10-11Various tweaks. The implementation of notify, create, etc.rsc1-0/+5
should really be in lib9.
2003-09-30Reorgrsc1-4/+3
2003-09-30Initial revisionrsc1-0/+407