|
|
@10603
|
13 years |
gb |
Updated kernel and image.
|
|
|
@10602
|
13 years |
gb |
In STRING-TO-PATHNAME: when creating a physical pathname, set the …
|
|
|
@10601
|
13 years |
gb |
Fix a few problems with %OS-GETCWD and CURRENT-DIRECTORY-NAME, mostly …
|
|
|
@10600
|
13 years |
gb |
SLEEP: return NIL on windows.
|
|
|
@10567
|
13 years |
gb |
externals for lisp-kernel
|
|
|
@10566
|
13 years |
gb |
remove, use trunk version while this branch lasts
|
|
|
@10240
|
13 years |
gb |
Handle Cygwin, Windows paths. Set DD convenience variable later.
|
|
|
@10233
|
13 years |
gb |
not needed
|
|
|
@10044
|
13 years |
gb |
Current kernel, heap image.
|
|
|
@10043
|
13 years |
gb |
Simpler expression to set pool data to NIL.
|
|
|
@10042
|
13 years |
gb |
Code which sets tcr->interrupt_pending: use LL suffix on constants …
|
|
|
@10041
|
13 years |
gb |
Disable -Wall. Don't -DFORCE_DWS_MARK. Set COPT to -O2; seems
to …
|
|
|
@10040
|
13 years |
gb |
Interrupt setup changes, natural stack sizes, thread entry prototype …
|
|
|
@10039
|
13 years |
gb |
natural stack sizes.
|
|
|
@10038
|
13 years |
gb |
Kinder, gentler macros; may confuse C compiler less.
|
|
|
@10037
|
13 years |
gb |
Darwin reg name nonsense, from trunk.
|
|
|
@10036
|
13 years |
gb |
Don't skip tenured area when nuking macptrs.
|
|
|
@10035
|
13 years |
gb |
Windows thread start routine prototype; prototype for allocate_stack().
|
|
|
@10034
|
13 years |
gb |
Start trying to make this work on Windows; still all conditionalized out.
|
|
|
@10033
|
13 years |
gb |
Real-er %REALPATH for Windows.
|
|
|
@10032
|
13 years |
gb |
CCL-DIRECTORY: if initialized from heap image, use pathname-device, too.
|
|
|
@9826
|
13 years |
gb |
PATHNAME-DIRECTORY: if parsing a string, skip over Windows device
prefix.
|
|
|
@9825
|
13 years |
gb |
Provide naive implementations of things otherwise done via #_acosh/ …
|
|
|
@9824
|
13 years |
gb |
Add %WINDOWS-ERROR-STRING.
|
|
|
@9823
|
13 years |
gb |
In windows_open(), if fd is negative, close the handle and return fd …
|
|
|
@9820
|
13 years |
gb |
Still a work in progress, but the pathname-device stuff (such as it …
|
|
|
@9819
|
13 years |
gb |
Handle Cygwin paths on Windows (for LOCAL-SVN-REVISION).
|
|
|
@9818
|
13 years |
gb |
Some support for pathname devices (e.g., drive letters) for Windows. …
|
|
|
@9817
|
13 years |
gb |
Some support for pathname devices (e.g., drive letters) for Windows.
|
|
|
@9816
|
13 years |
gb |
Add %PHYSICAL-PATHNAME-DEVICE slot to (physical) PATHNAME.
|
|
|
@9815
|
13 years |
gb |
Don't "strip drive prefix" for Windows.
Try to make RUN-PROGRAM work …
|
|
|
@9814
|
13 years |
gb |
Use #\' for *PATHNAME-ESCAPE-CHARACTER*. (At some point, we'll
need …
|
|
|
@9813
|
13 years |
gb |
Handle DEVICE in REPLACE-BASE-TRANSLATIONS.
|
|
|
@9812
|
13 years |
gb |
Not really sure why HAIRY-EQUAL was not comparing the version slot
of …
|
|
|
@9811
|
13 years |
gb |
Can use EQL subprim in EQUAL.
|
|
|
@9810
|
13 years |
gb |
Don't purify MACPTRs.
|
|
|
@9809
|
13 years |
gb |
Don't disable EGC, since that hides the problem(s) without telling
us …
|
|
|
@9808
|
13 years |
gb |
Conditionalize lisp_thread_entry() for Windows.
|
|
|
@9807
|
13 years |
gb |
In windows_arbstack_exception_handler(), pass exceptions that don't …
|
|
|
@9806
|
13 years |
gb |
Conditionalize prototype of create_system_thread() for Windows.
|
|
|
@9729
|
13 years |
gb |
can't fix problems by obscuring them
|
|
|
@9728
|
13 years |
gb |
Windows version of EXEC-WITH-IO-REDIRECTION: new-input, new-output, …
|
|
|
@9727
|
13 years |
gb |
*LISTENER-PROMPT-FORMAT* should have a space after the break-level.
|
|
|
@9714
|
13 years |
andreas |
* EGC is broken, so disable it in the Makefile for now
* Drop boot …
|
|
|
@9713
|
13 years |
andreas |
Allow multiple concurrent readers for cdb files.
|
|
|
@9671
|
13 years |
andreas |
Some more canonicalization of types.
|
|
|
@9664
|
13 years |
andreas |
Ignore debug message printing trap.
|
|
|
@9658
|
13 years |
andreas |
Kernel and image for win64.
|
|
|
@9657
|
13 years |
andreas |
Implement substitute for missing mktemp, and thus input redirection …
|
|
|
@9656
|
13 years |
andreas |
image and kernel names for windows
|
|
|
@9655
|
13 years |
gb |
Try to avoid #including this file more than once.
Define a litte …
|
|
|
@9654
|
13 years |
gb |
Fail in attempts to use overlapped I/O.
Use an OVERLAPPED structure in …
|
|
|
@9653
|
13 years |
gb |
windows raise_thread_interrupt: if the interrupted thread is obviously …
|
|
|
@9652
|
13 years |
gb |
Set file-descriptors 1 and 2 to O_BINARY.
Define and call …
|
|
|
@9651
|
13 years |
gb |
CommitMemory?: on windows, the region that contains NIL is already …
|
|
|
@9650
|
13 years |
gb |
prototype wperror for windows.
|
|
|
@9649
|
13 years |
gb |
More canonical foreign types for Windows RUN-PROGRAM stuff.
|
|
|
@9648
|
13 years |
gb |
Put callback return values in the right place.
|
|
|
@9647
|
13 years |
gb |
fd-dup: handle is a pointer to a handle, not a pointer to a pointer to …
|
|
|
@9557
|
13 years |
gb |
Comparison of foreign_rsp to csarea bounds in suspend_tcr() was backward.
|
|
|
@9556
|
13 years |
gb |
Do raise_thread_interrupt() for Win64.
If the thread is running …
|
|
|
@9555
|
13 years |
gb |
Share most of the interrupt_handler() code between Win64 and other …
|
|
|
@9554
|
13 years |
gb |
Try to suppress compiler warnings, but it may be a losing battle.
|
|
|
@9553
|
13 years |
gb |
Remove some unused variables.
|
|
|
@9551
|
13 years |
andreas |
Pass the error in execute to the calling thread.
|
|
|
@9550
|
13 years |
andreas |
Working MONITOR-FUNCTION for RUN-PROCESS.
|
|
|
@9549
|
13 years |
andreas |
Stub for run-program implementation for Windows.
|
|
|
@9336
|
13 years |
gb |
Canonical-foreign-type-ordinals for some Windows foreign typss.
|
|
|
@9335
|
13 years |
andreas |
Properly conditionalize definition of PIPE.
|
|
|
@9334
|
13 years |
andreas |
Implementation of pipe() for Windows.
|
|
|
@9327
|
13 years |
gb |
If we get an unhandled exception on Windows, report the Windows …
|
|
|
@9326
|
13 years |
gb |
Canonicalized foreign types for windows, a little.
|
|
|
@9325
|
13 years |
gb |
Use Windows functions (not #_uname) for machine/software-type/version.
|
|
|
@9324
|
13 years |
gb |
Use :_stat64 struct type in windows %fstat.
GETPID: don't trust …
|
|
|
@9323
|
13 years |
gb |
Call INIT-WINDOWS-FFI on startup. (May need to "revive" shared …
|
|
|
@9321
|
13 years |
gb |
In windows_arbstack_exception_handler(), ensure that foreign_rsp is …
|
|
|
@9320
|
13 years |
gb |
Add (wide-char) directory-access functions (statically linkged from …
|
|
|
@9319
|
13 years |
gb |
os_get_current_thread_stack_bounds() for Windows: call …
|
|
|
@9318
|
13 years |
gb |
High-end Vista versions allow up to 128GB of pageable memory.
Reserve …
|
|
|
@9317
|
13 years |
gb |
Add (pseudo-) syscall definitions for open/read/close dir.
|
|
|
@9316
|
13 years |
gb |
It would make too much sense for #_rename to overwrite an existing …
|
|
|
@9315
|
13 years |
gb |
Use windows (pseudo-) syscalls, for directory access functions.
|
|
|
@9314
|
13 years |
gb |
Load ffi-win64 if #+win64-target.
|
|
|
@9313
|
13 years |
gb |
Saner *FEATURES* for windows.
|
|
|
@9308
|
13 years |
gb |
Try to get more things working.
Recognize stylized instruction …
|
|
|
@9307
|
13 years |
gb |
Define x64_iret_frame, which is pretty much what an interrupt return …
|
|
|
@9306
|
13 years |
gb |
Provide pointers into restore_win64_context(), for the benefit of …
|
|
|
@9305
|
13 years |
gb |
Try to get Windows versions of suspend_tcr/restore_tcr closer to usability.
|
|
|
@9304
|
13 years |
gb |
SEM_WAIT for Windows: WaitForSingleObject?, not WaitOn?…
|
|
|
@9298
|
13 years |
gb |
Note beginning, end of spentry, subprims code (for "real" …
|
|
|
@9297
|
13 years |
gb |
Call tcr_cleanup() with the tcr as argument.
|
|
|
@9296
|
13 years |
gb |
Try to ensure that windows exception handler (mostly) runs on C stack, …
|
|
|
@9295
|
13 years |
gb |
Try to suppress some compiler warnings.
|
|
|
@9294
|
13 years |
gb |
Lose a few unused variables.
|
|
|
@9293
|
13 years |
gb |
Add parens to suppress compiler warning.
|
|
|
@9292
|
13 years |
gb |
use _beginthreadex(), which allegedly avoids some memory leaks in the …
|
|
|
@9291
|
13 years |
gb |
restore_win64_context(), windows_switch_to_foreign_stack().
|
|
|
@9290
|
13 years |
gb |
Define win64_context struct layout.
|
|
|
@9289
|
13 years |
gb |
Add some parens.
|
|
|
@9281
|
13 years |
gb |
Try to suppress some compiler warnings.
Approximate initial stack …
|
|
|