aboutsummaryrefslogtreecommitdiff
path: root/src/libsec/386
AgeCommit message (Collapse)AuthorFilesLines
2020-12-30all: remove $OBJTYPE from buildRuss Cox3-495/+0
Now that we assume pthreads, the only assembly left is in libmp and libsec. We only ever added assembly for 386. The portable C code is fine for plan9port.
2017-09-14all: remove .cvsignore filesKare Nuorteva1-2/+0
Rename following .cvsignore files to .gitkeep since they are required by the build (directories must exist before build): - bin/fossil/.gitkeep - bin/fs/.gitkeep - bin/venti/.gitkeep Change-Id: I9c2865058480cffb3a4613f25e2eca1f7e5578c0
2011-05-17SunOS fixes (thanks Aram Hăvărneanu)Russ Cox1-2/+2
R=rsc, rsc http://codereview.appspot.com/4271084
2006-04-21applersc3-1/+11
2006-04-21use gcc because cpp sucksrsc3-4/+2
2005-05-12change labels to get better function boundariesrsc2-12/+12
2005-01-14checkpointrsc1-1/+6
2005-01-11os x changesrsc1-1/+1
2004-05-09Ditto.rsc1-9/+12
2004-05-09It's bad form to access data *below* the stack pointer.rsc1-16/+19
2004-05-03Ignore unknown pragmas.wkj1-0/+2
Be less verbose when allocating uprocs. Don't drop core dump turds all over the place when x11 goes away.
2004-04-21Rename the files so that we can run them through cpp.rsc3-0/+5
2004-04-21MD5 and SHA1 in transliterated to x86 assembler with C preprocessor goo.wkj3-0/+471
Thanks to Brendan Connell for putting up with this nonsense.