source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @4984   18 years Gary Byers Include Mach stuff on Darwin; prototypes for DARWIN_GS_HACK %gs …
(edit) @4983   18 years Gary Byers Manipulate the %gs register when a lisp thread starts, exits and …
(edit) @4982   18 years Gary Byers DARWIN_GS_HACK macros.
(edit) @4981   18 years Gary Byers Note the need for DARWIN_GS_HACK.
(edit) @4980   18 years Gary Byers DARWIN_GS_HACK hacks.
(edit) @4979   18 years Gary Byers Hope that the need for DARWIN_GS_HACK is also temporary.
(edit) @4978   18 years Gary Byers Hope that the workaround for missing mcontext64 in x8664 Darwin is …
(edit) @4977   18 years Gary Byers * empty log message *
(edit) @4976   18 years Gary Byers typo
(edit) @4975   18 years Gary Byers spell name right
(edit) @4974   18 years Gary Byers * empty log message *
(edit) @4973   18 years Gary Byers :darwinx8664 stuff.
(edit) @4972   18 years Gary Byers :struct-by-value: don't read-time conditionalize (do other things …
(edit) @4971   18 years Gary Byers Darwinx8664: overload %gs, setup syscall mask.
(edit) @4970   18 years Gary Byers Handle syscall, ff-call for :darwinx8664 as well.
(edit) @4969   18 years Gary Byers New file; or's in the bit for Unix syscalls on Darwinx8664. (Screw: …
(edit) @4968   18 years Gary Byers Mask for PPC.
(edit) @4967   18 years Gary Byers Syscall conditionalization.
(edit) @4966   18 years Gary Byers Syscall conditionalization. SELECTION-INPUT-STREAM created with …
(edit) @4965   18 years Gary Byers Fencepost in POINTER-IN-CFSTRING-SECTION-P.
(edit) @4964   18 years Gary Byers * empty log message *
(edit) @4963   18 years Gary Byers rename
(edit) @4962   18 years Gary Byers * empty log message *
(edit) @4961   18 years Gary Byers Enable FP underflow detection on x8664. Should do this on PPC as …
(edit) @4960   18 years Gary Byers Dress up the Darwin x86-64 backend a little. Explicily define …
(edit) @4959   18 years Gary Byers Use :rcontext when necessary.
(edit) @4958   18 years Gary Byers Recognize :rcontext as a reference to the backend's …
(edit) @4957   18 years Gary Byers Backend now has a lisp-context-register slot.
(edit) @4956   18 years Gary Byers No more (constant) rcontext.
(edit) @4955   18 years Gary Byers Refer to rcontext segment register as :rcontext, since x86-64 Darwin …
(edit) @4954   18 years Gary Byers Copy some of the Mach exception code from the PPC version and tweak it …
(edit) @4953   18 years Gary Byers Provide some interim Darwin conditionalization.
(edit) @4952   18 years Gary Byers Spell FREEBSD correctly. Generate an equate for HAVE_TLS.
(edit) @4951   18 years Gary Byers Changes in purify_xp().
(edit) @4950   18 years Gary Byers * empty log message *
(edit) @4949   18 years Gary Byers Darwin x86-64 assembler doesn't like absolute jumps, prefers slower …
(edit) @4948   18 years Gary Byers Tell m4 that we HAVE_TLS.
(edit) @4947   18 years Gary Byers * empty log message *
(edit) @4946   18 years phil Initial version
(edit) @4945   18 years phil * empty log message *
(edit) @4944   18 years Gary Byers * empty log message *
(edit) @4943   18 years Gary Byers New file.
(edit) @4942   18 years Gary Byers xp accessors for Darwinx8664.
(edit) @4941   18 years Gary Byers REG_* constants for Darwin.
(edit) @4940   18 years Gary Byers Darwin assembler doesn't like lock instructions on the same line as …
(edit) @4939   18 years Gary Byers Treat X8664 like PPC64 (e.g., use dlfcn) on Darwin.
(edit) @4938   18 years Gary Byers xcode 2.4 headers: <i386/ucontext.h> doesn't define mcontext64, but …
(edit) @4937   18 years Gary Byers Define Iregnames for darwinx8664.
(edit) @4936   18 years Gary Byers Define an IMAGE_BASE_ADDRESS for x8664/Darwin.
(edit) @4935   18 years Gary Byers * empty log message *
(edit) @4934   18 years Gary Byers STREAM-WRITE-BYTE, STREAM-WRITE-IVECTOR. :BASIC defaults to T in OPEN; …
(edit) @4933   18 years Gary Byers * empty log message *
(edit) @4932   18 years Gary Byers ALLOCATE-RESOURCE, FREE-RESOURCE: use lock. TODO: evaluate whether …
(edit) @4931   18 years Gary Byers * empty log message *
(edit) @4930   18 years Gary Byers Resources aren't thread-private, need locks.
(edit) @4929   18 years Gary Byers MAKE-FILE-STREAM: support for BASIC-STREAMs.
(edit) @4928   18 years Gary Byers OPEN handles BASIC-STREAMs; not yet the default.
(edit) @4927   18 years Gary Byers *PARSE-STRING-RESOURCE* probably hasn't been used in 10 or 12 years.
(edit) @4926   18 years Gary Byers * empty log message *
(edit) @4925   18 years Gary Byers Most BASIC-FILE-STREAM stuff.
(edit) @4924   18 years Gary Byers BASIC-FILE-STREAM.EXTERNAL-FORMAT, at least for now.
(edit) @4923   18 years Gary Byers BASIC-IO-STREAM; ALLOCATE-BASIC-STREAM makes one more slot in …
(edit) @4922   18 years Gary Byers * empty log message *
(edit) @4921   18 years Gary Byers Bump.
(edit) @4920   18 years Gary Byers A couple of more (soon-to-be-used) slots in IOBLOCK.
(edit) @4919   18 years Gary Byers * empty log message *
(edit) @4918   18 years Gary Byers Lots of changes; lots more to go.
(edit) @4917   18 years Gary Byers Pass :CHARACTER-P T to MAKE-FD-STREAM.
(edit) @4916   18 years Gary Byers Want :SHARING :LOCK on listener output. (SLIME probably faces the …
(edit) @4915   18 years Gary Byers Define SELECT-STREAM-CLASS on FUNDAMENTAL-FILE-STREAM.
(edit) @4914   18 years Gary Byers READ-BYTE for BASIC-STREAMs.
(edit) @4913   18 years Gary Byers Need an explicit BASIC-STREAM-FLAG.OPEN-CHARACTER bit, due to bivalence.
(edit) @4912   18 years Gary Byers BASIC-STREAM-IOBLOCK.
(edit) @4911   18 years Gary Byers * empty log message *
(edit) @4910   18 years Gary Byers Compiler-macro for BASIC-STREAM-P.
(edit) @4909   18 years Gary Byers * empty log message *
(edit) @4908   18 years Gary Byers READ-CHAR bypasses STREAM-READ-CHAR for BASIC-STREAMs.
(edit) @4907   18 years Gary Byers Some BASIC-STREAM stuff starts to appear.
(edit) @4906   18 years Gary Byers Add a plist to basic-/basic-file-stream.
(edit) @4905   18 years Gary Byers * empty log message *
(edit) @4904   18 years Gary Byers FILE-STREAM is now abstract (and some sublasses may get that way); …
(edit) @4903   18 years Gary Byers * empty log message *
(edit) @4902   18 years Gary Byers *class-table* entry for BASIC-STREAM.
(edit) @4901   18 years Gary Byers STREAM-IOBLOCK now takes 2 required args and is inlined. Some bug …
(edit) @4900   18 years Gary Byers STREAM-IOBLOCK now takes 2 required args.
(edit) @4899   18 years Gary Byers Bump.
(edit) @4898   18 years Gary Byers Start to define what a BASIC-STREAM looks like.
(edit) @4897   18 years Gary Byers Move stream-ioblock access/locking macros here. Likewise WITH-EAGAIN.
(edit) @4896   18 years Gary Byers * empty log message *
(edit) @4895   18 years Gary Byers Fix a few botches. :private arg to stream creation primitives …
(edit) @4894   18 years Gary Byers * empty log message *
(edit) @4893   18 years Gary Byers Bootstrapping stuff. Move along, nothing to see here.
(edit) @4892   18 years Gary Byers * empty log message *
(edit) @4891   18 years (none) This commit was manufactured by cvs2svn to create tag …
(edit) @4890   18 years Gary Byers First (rough) cut at making streams "private" (effectively always …
(edit) @4889   18 years Gary Byers * empty log message *
(edit) @4888   18 years Gary Byers subtag_lisp_thread -> subtag_basic_stream.
(edit) @4887   18 years Gary Byers new (istruct-based) LISP-THREAD accessors.
(edit) @4886   18 years Gary Byers Bump.
(edit) @4885   18 years Gary Byers Introduce "owner" slot in basic ioblock. A little tricky to bootstrap.
Note: See TracRevisionLog for help on using the revision log.