- May 17, 2015
-
-
Raymond Toy authored
-
Raymond Toy authored
-
- May 16, 2015
-
-
Raymond Toy authored
-
- May 14, 2015
-
-
Raymond Toy authored
-
Raymond Toy authored
-
Raymond Toy authored
Includes * support for large files * unix-times * unix-get-minutes-west and friends * unix-uname
-
- Apr 22, 2015
-
-
Raymond Toy authored
contrib/unix/unix.lisp. Why are these macros anyway? Can't they be functions?
-
- Apr 18, 2015
-
-
Raymond Toy authored
-
- Nov 19, 2014
-
-
Raymond Toy authored
expected.
-
- Nov 17, 2014
-
-
Raymond Toy authored
-
Raymond Toy authored
-
Raymond Toy authored
-
- Nov 16, 2014
-
-
Raymond Toy authored
* asdf wants unix-rmdir * Add some missing structs.
-
Raymond Toy authored
-
Raymond Toy authored
* Moved original unix.lisp to src/contrib/unix/unix.lisp. * Copied just enough from unix.lisp to compile and load the first build. (Second build doesn't yet work.) * Trimmed exports.lisp to the current UNIX symbols. This is currently for Darwin/x86. Nothing else is supported yet.
-
- Oct 27, 2014
-
-
Raymond Toy authored
-
- Oct 25, 2014
-
-
Raymond Toy authored
Fixes from Robert Swindells.
-
- Nov 04, 2011
-
-
Raymond Toy authored
-
- Sep 25, 2011
-
-
Raymond Toy authored
entries with just the file path, removing the revision number, date, author and state. The actual information is now computed during compilation and stored in the fasl itself. (See ticket:48.)
-
- Jan 07, 2011
-
-
rtoy authored
freebsd and solaris/x86.
-
- Dec 22, 2010
- Nov 12, 2010
-
-
rtoy authored
a 64-bit boundary. Add st-pad3 to make sure st-blocks is on a 64-bit boundary. Only a problem when cross-compiling from a different arch. The native compile correctly padded the fields.
-
- Apr 20, 2010
-
-
rtoy authored
may get confused with source locations if the reader macros are installed.
-
- Apr 16, 2010
-
-
agoncharov authored
-
- Mar 19, 2010
-
-
rtoy authored
boot-2010-02-1 as the bootstrap file. You should probably also use the new -P option for build.sh to generate and update the po files while building.
-
- Dec 17, 2009
-
-
rtoy authored
o Add UNIX-GETRLIMIT and appropriate constants (for solaris and darwin/x86) code/exports.lisp: o Export them.
-
- Dec 07, 2009
-
-
rtoy authored
Lisp string to a C string appropriately. Bug noted by Helmut Eller on cmucl-imp, 2009-12-06. He also provided the basic solution.
-
- Oct 15, 2009
- Oct 14, 2009
-
-
agoncharov authored
As suggested by Madhu <madhu@cs.unm.edu>, removed the ext:getenv function that I had introduced a few days ago. Instead, four foreign function definitions are introduced, following Madhu's proposal. The four functions: unix-getenv unix-setenv unix-putenv unix-unsetenv are defined both in unix.lisp and unix-glibc2.lisp.
-
- Jun 11, 2009
-
-
rtoy authored
unicode-utf16-extfmt-2009-06-11.
-
- Jan 23, 2009
-
-
rtoy authored
argument better. o Make docstring for unix-mkdir mention unix-chmod instead of unix-fchmod for the mode argument. (Patch mostly from GP Lisper, cmucl-help 2009/01/22.)
-
- Sep 24, 2008
-
-
cshapiro authored
an available devices on our own. This resolves an issue with Linux systems that do not populate /dev with BSD pseudo-terminal devices.
-
- Apr 02, 2008
-
-
rtoy authored
o Make UNIX-GETGRNAM for all BSD systems, including Darwin.
-
- Feb 08, 2008
-
-
rtoy authored
UNIX-SYSINFO SI-SYSNAME SI-HOSTNAME SI-RELEASE SI-VERSION SI-MACHINE SI-ARCHITECTURE SI-HW-SERIAL SI-HW-PROVIDER SI-SRPC-DOMAIN SI-PLATFORM SI-ISALIST SI-DHCP-CACHE Actually only UNIX-SYSINFO, SI-MACHINE, and SI-PLATFORM are needed (sparc-svr4-vm.lisp) but let's export them all since they're in exports.lisp.
-
- Dec 21, 2007
-
-
cshapiro authored
struct than the utsname struct in sys/utsname.h and the alien struct definition in Lisp. Instead of calling the exported uname, call the underlying __xuname that knows about with the post FreeBSD 4 struct.
-
- Nov 09, 2007
-
-
rtoy authored
happened because the callback trampoline used malloc'ed space which were not executable by default. Change this so that the trampoline is executable. code/unix.lisp, code/unix-glibc2.lisp: o Add UNIX-MPROTECT code/exports.lisp: o Export UNIX-MPROTECT code/alieneval.lisp: o Make sure the malloc'ed trampoline area is executable. general-info/release-19e.txt: o Update
-
- Nov 06, 2007