Skip to content
Snippets Groups Projects
  1. Nov 22, 2002
  2. Nov 21, 2002
  3. Nov 20, 2002
  4. Nov 19, 2002
  5. Nov 18, 2002
    • toy's avatar
      From Eric Marsden: · ede7bc95
      toy authored
         Under Linux, the SOFTWARE-VERSION function now returns information
         on the current kernel taken from /proc/version (instead of "n/a").
         Under Linux and xBSD, the internal GET-PAGE-SIZE function obtains
         the page size from the operating system via the getpagesize()
         library call, instead of returning a hard-coded value.
      
      A few random typos were also fixed.
      ede7bc95
  6. Nov 15, 2002
    • toy's avatar
      From Eric Marsden: · d1a7c168
      toy authored
         Replace the code that grovels /etc/passwd files with an interface
         to the standard user and group database access functions. This
         makes CMUCL work better on systems where user databases are
         accessed using NIS or LDAP.
      
         Add functions UNIX-GETPWUID, UNIX-GETPWNAM that return structures
         of type USER-INFO, and UNIX-GETGRGID and UNIX-GETGRNAM that
         return structures of type GROUP-INFO. The functions return NIL if
         the requested information is not available. On Linux/glibc and
         Solaris, reentrant versions of the functions are used. On FreeBSD
         we call the non-thread-safe versions.
      d1a7c168
    • toy's avatar
    • toy's avatar
      o Add rule for building the index for cmu-user-letter. · 86875fbd
      toy authored
      o Adjust rule to make the right index.
      86875fbd
  7. Nov 14, 2002
Loading