"README.md" did not exist on "d1bc08cdf57ac426ca0c3f02f972afe056912f17"
- Mar 08, 2003
-
-
pmai authored
the layout of struct dirent64 returned from readdir64. Also added readdir64 to the list of stubs, in order to force usage of the same readdir64 definition at runtime as was used at compile-time.
-
- Mar 07, 2003
-
-
pw authored
-
- Mar 06, 2003
-
-
pmai authored
Attached is the full patch containing the addition of the ISTREAM-MEMORY-BARRIER VOP, the change to GENTRAP to use the bugchk opcode, and also a boot file to allow the patched sources to be compiled with an unpatched binary.
-
toy authored
space or the assembler routine space with linkage-table builds. Otherwise, we never find the assembler routines.
-
emarsden authored
This is to avoid ending up with the same initializer present twice, and also to give the initializer a clearer print-name.
-
- Mar 05, 2003
- Mar 04, 2003
- Mar 03, 2003
-
-
pmai authored
for identification purposes. Also exported *cmucl-lib*, *cmucl-core-path*, *cmucl-core-dump-time* and *cmucl-core-dump-host* from extensions, since they are arguably useful for certain users.
-
toy authored
-
pmai authored
-
emarsden authored
attempt to use negative values. From Dan Barlow via the portable-clx-devel mailing list.
-
pmai authored
Also removed obsolete ustat struct (statfs is the replacement).
-
emarsden authored
-
pmai authored
-
toy authored
-
- Mar 02, 2003
-
-
toy authored
-
toy authored
-
emarsden authored
library calls to the list of symbols that need special handling when linking.
-
emarsden authored
files to be visible via DIRECTORY and friends: added stat64, fstat64, lstat64, statfs64, readdir64. This requires additional transitions to 64-bit wide data types, and additions to linux-stubs.S, given that some of the 64-bit stat variants are not accessible via dlsym(). Mostly from Pierre Mai.
-
- Feb 28, 2003
- Feb 25, 2003
-
-
emarsden authored
:if-output-exists and :if-error-exists. The two forms below currently signal errors if the file /tmp/inexist does not exist, due to the defaulting value of the :if-exists argument to OPEN. With this change, the output/error file is created if it does not already exist. (ext:run-program "ls" '("/tmp") :output "/tmp/inexist" :if-output-exists :append) (ext:run-program "ls" '("/zob") :error "/tmp/inexist" :if-error-exists :append)
-
toy authored
-
toy authored
FORMAT-3-IMMED instructions because the I bit is set to 0. This makes disasembly of these instructions work.
-
emarsden authored
uses the CPUID + RDTSC instructions on Pentium, and reads the %TICK register on UltraSPARC. Accessible via the VM::READ-CYCLE-COUNTER VOP that returns two (unsigned-byte 32) values, that are the lower and upper components of a 64-bit cycle count (actually 63 bits for UltraSPARC). Basic support for counting the number of CPU cycles has been added to the TIME macro.
-
toy authored
-
emarsden authored
-
emarsden authored
-
emarsden authored
- add support for copy-word during isearch (bound to C-w as per GNU Emacs) - add dabbrev support (bound to M-/)
-
emarsden authored
-
- Feb 24, 2003
-
-
emarsden authored
-
emarsden authored
is necessary to support access to files that are larger than 2GB. It is implemented by calling 64-bit variants of certain library functions, such as open64 instead of open. Certain library functions such as lseek are called with a 64-bit offset, instead of a 32-bit offset.
-
gerd authored
New section.
-
gerd authored
Add dolist and make-string fixes.
-
gerd authored
form evaluating the result form, for the case where VAR is declared special.
-