Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
cmucl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Carl Shapiro
cmucl
Commits
3861a7bf
Commit
3861a7bf
authored
30 years ago
by
ram
Browse files
Options
Downloads
Patches
Plain Diff
Solaris patches.
parent
68d8faf0
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
23
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
lisp/undefineds.c
+3
-1
3 additions, 1 deletion
lisp/undefineds.c
lisp/undefineds.h
+46
-12
46 additions, 12 deletions
lisp/undefineds.h
lisp/vars.c
+2
-1
2 additions, 1 deletion
lisp/vars.c
with
51 additions
and
14 deletions
lisp/undefineds.c
+
3
−
1
View file @
3861a7bf
/* Routines that must be linked into the core for lisp to work. */
/* Routines that must be linked into the core for lisp to work. */
/* $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/undefineds.c,v 1.2
1993/08/18 22:14:34 wlott
Exp $ */
/* $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/undefineds.c,v 1.2
.1.1 1994/10/24 19:52:41 ram
Exp $ */
#ifdef sun
#ifdef sun
#ifndef MACH
#ifndef MACH
#if !defined(SUNOS) && !defined(SOLARIS)
#define SUNOS
#define SUNOS
#endif
#endif
#endif
#endif
#endif
typedef
int
func
();
typedef
int
func
();
...
...
This diff is collapsed.
Click to expand it.
lisp/undefineds.h
+
46
−
12
View file @
3861a7bf
/* Routines that must be linked into the core for lisp to work. */
/* Routines that must be linked into the core for lisp to work. */
/* $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/undefineds.h,v 1.2
1993/07
/2
7
1
5:11:19 hallgren
Exp $ */
/* $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/undefineds.h,v 1.2
.1.1 1994/10
/2
4
1
9:52:44 ram
Exp $ */
/* Pick up all the syscalls. */
/* Pick up all the syscalls. */
accept
,
accept
,
...
@@ -24,33 +24,37 @@ exit,
...
@@ -24,33 +24,37 @@ exit,
fchmod
,
fchmod
,
fchown
,
fchown
,
fcntl
,
fcntl
,
#if
n
def
hpux
#if
!
def
ined(hpux) && !defined(SVR4)
flock
,
flock
,
#endif
#endif
fork
,
fork
,
fstat
,
fstat
,
fsync
,
fsync
,
ftruncate
,
ftruncate
,
#if
n
def
hpux
#if
!
def
ined(hpux) && !defined(SVR4)
getdtablesize
,
getdtablesize
,
#endif
#endif
getegid
,
getegid
,
geteuid
,
geteuid
,
getgid
,
getgid
,
getgroups
,
getgroups
,
#ifndef SVR4
gethostid
,
gethostid
,
#endif
gethostname
,
gethostname
,
getitimer
,
getitimer
,
#if
n
def
hpux
#if
!
def
ined(hpux) && !defined(SVR4)
getpagesize
,
getpagesize
,
#endif
#endif
getpeername
,
getpeername
,
getpgrp
,
getpgrp
,
getpid
,
getpid
,
getppid
,
getppid
,
#ifndef SVR4
getpriority
,
getpriority
,
#endif
getrlimit
,
getrlimit
,
#if
n
def
hpux
#if
!
def
ined(hpux) && !defined(SVR4)
getrusage
,
getrusage
,
#endif
#endif
getsockname
,
getsockname
,
...
@@ -59,7 +63,9 @@ gettimeofday,
...
@@ -59,7 +63,9 @@ gettimeofday,
getuid
,
getuid
,
ioctl
,
ioctl
,
kill
,
kill
,
#ifndef SVR4
killpg
,
killpg
,
#endif
link
,
link
,
listen
,
listen
,
lseek
,
lseek
,
...
@@ -71,13 +77,15 @@ open,
...
@@ -71,13 +77,15 @@ open,
pipe
,
pipe
,
profil
,
profil
,
ptrace
,
ptrace
,
#if !defined(SUNOS) && !defined(parisc)
#if !defined(SUNOS) && !defined(parisc)
&& !defined(SOLARIS)
quota
,
quota
,
#endif
#endif
read
,
read
,
readlink
,
readlink
,
readv
,
readv
,
#ifndef SVR4
reboot
,
reboot
,
#endif
recv
,
recv
,
recvfrom
,
recvfrom
,
recvmsg
,
recvmsg
,
...
@@ -89,17 +97,21 @@ send,
...
@@ -89,17 +97,21 @@ send,
sendmsg
,
sendmsg
,
sendto
,
sendto
,
setgroups
,
setgroups
,
#if
n
def
SUNOS
#if
!
def
ined(SUNOS) && !defined(SOLARIS)
sethostid
,
sethostid
,
#endif
#endif
#ifndef SVR4
sethostname
,
sethostname
,
#endif
setitimer
,
setitimer
,
setpgrp
,
setpgrp
,
#ifndef SVR4
setpriority
,
setpriority
,
#if !defined(SUNOS) && !defined(parisc)
#endif
#if !defined(SUNOS) && !defined(parisc) && !defined(SOLARIS)
setquota
,
setquota
,
#endif
#endif
#if
n
def
hpux
#if
!
def
ined(hpux) && !defined(SVR4)
setregid
,
setregid
,
setreuid
,
setreuid
,
#endif
#endif
...
@@ -107,22 +119,28 @@ setrlimit,
...
@@ -107,22 +119,28 @@ setrlimit,
setsockopt
,
setsockopt
,
settimeofday
,
settimeofday
,
shutdown
,
shutdown
,
#ifndef SVR4
sigblock
,
sigblock
,
#endif
sigpause
,
sigpause
,
#if !defined(ibmrt) && !defined(hpux)
#if !defined(ibmrt) && !defined(hpux)
&& !defined(SVR4)
sigreturn
,
sigreturn
,
#endif
#endif
#ifndef SVR4
sigsetmask
,
sigsetmask
,
sigstack
,
sigstack
,
sigvec
,
sigvec
,
#endif
socket
,
socket
,
socketpair
,
socketpair
,
stat
,
stat
,
#ifndef SVR4
swapon
,
swapon
,
#endif
symlink
,
symlink
,
sync
,
sync
,
syscall
,
syscall
,
#ifdef
hpux
#if
def
ined(hpux) || defined(SVR4)
closedir
,
closedir
,
opendir
,
opendir
,
readdir
,
readdir
,
...
@@ -131,7 +149,7 @@ tcsetattr,
...
@@ -131,7 +149,7 @@ tcsetattr,
#endif
#endif
truncate
,
truncate
,
umask
,
umask
,
#if !defined(SUNOS) && !defined(parisc)
#if !defined(SUNOS) && !defined(parisc)
&& !defined(SOLARIS)
umount
,
umount
,
#endif
#endif
unlink
,
unlink
,
...
@@ -141,7 +159,9 @@ utimes,
...
@@ -141,7 +159,9 @@ utimes,
vfork
,
vfork
,
vhangup
,
vhangup
,
wait
,
wait
,
#ifndef SVR4
wait3
,
wait3
,
#endif
write
,
write
,
writev
,
writev
,
...
@@ -182,5 +202,19 @@ gethostbyname,
...
@@ -182,5 +202,19 @@ gethostbyname,
gethostbyaddr
,
gethostbyaddr
,
/* Other random things. */
/* Other random things. */
#ifdef SVR4
setpgid
,
getpgid
,
timezone
,
altzone
,
daylight
,
tzname
,
dlopen
,
dlsym
,
dlclose
,
dlerror
,
#endif
#ifndef SVR4
getwd
,
getwd
,
#endif
ttyname
ttyname
This diff is collapsed.
Click to expand it.
lisp/vars.c
+
2
−
1
View file @
3861a7bf
/* $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/vars.c,v 1.1
1992/07/28 20:15:38 wlott
Exp $ */
/* $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/vars.c,v 1.1
.1.1 1994/10/24 19:53:01 ram
Exp $ */
#include
<stdio.h>
#include
<stdio.h>
#include
<sys/types.h>
#include
<sys/types.h>
#include
<stdlib.h>
#include
<stdlib.h>
#include
"lisp.h"
#include
"lisp.h"
#include
"vars.h"
#include
"vars.h"
#include
"os.h"
#define NAME_BUCKETS 31
#define NAME_BUCKETS 31
#define OBJ_BUCKETS 31
#define OBJ_BUCKETS 31
...
...
This diff is collapsed.
Click to expand it.
Prev
1
2
Next
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment