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
2023d3b0
Commit
2023d3b0
authored
34 years ago
by
wlott
Browse files
Options
Downloads
Patches
Plain Diff
Initial revision
parent
e3d5c9d6
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ldb/Makefile.boot
+7
-0
7 additions, 0 deletions
ldb/Makefile.boot
ldb/undefineds.src
+146
-0
146 additions, 0 deletions
ldb/undefineds.src
with
153 additions
and
0 deletions
ldb/Makefile.boot
0 → 100644
+
7
−
0
View file @
2023d3b0
# Makefile for generating the real Makefile.
# $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/ldb/Attic/Makefile.boot,v 1.1 1990/10/21 14:40:35 wlott Exp $
#
Makefile
:
Makefile.orig
/lib/cpp < Makefile.orig
>
Makefile.NEW
mv
Makefile.NEW Makefile
This diff is collapsed.
Click to expand it.
ldb/undefineds.src
0 → 100644
+
146
−
0
View file @
2023d3b0
/* Routines that must be linked into the core for lisp to work. */
/* $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/ldb/Attic/undefineds.src,v 1.1 1990/10/21 14:41:21 wlott Exp $ */
/* Pick up all the syscalls. */
accept
access
acct
adjtime
bind
brk
chdir
chmod
chown
chroot
close
connect
creat
dup
dup2
execve
exit
fchmod
fchown
fcntl
flock
fork
fstat
fsync
ftruncate
getdtablesize
getegid
geteuid
getgid
getgroups
gethostid
gethostname
getitimer
getpagesize
getpeername
getpgrp
getpid
getppid
getpriority
getrlimit
getrusage
getsockname
getsockopt
gettimeofday
getuid
ioctl
kill
killpg
link
listen
lseek
lstat
mkdir
mknod
mount
open
pipe
profil
ptrace
quota
read
readlink
readv
reboot
recv
recvfrom
recvmsg
rename
rmdir
sbrk
select
send
sendmsg
sendto
setgroups
sethostid
sethostname
setitimer
setpgrp
setpriority
setquota
setregid
setreuid
setrlimit
setsockopt
settimeofday
shutdown
sigblock
sigpause
sigreturn
sigsetmask
sigstack
sigvec
socket
socketpair
stat
swapon
symlink
sync
syscall
truncate
umask
umount
unlink
utimes
vfork
vhangup
wait
wait3
write
writev
/* Math routines. */
cos
sin
tan
acos
atan
atan2
sinh
cosh
tanh
asinh
acosh
atanh
exp
expm1
log
log10
log1p
pow
cbrt
sqrt
hypot
/* Network support. */
gethostbyname
gethostbyaddr
/* Other random things. */
getwd
ttyname
This diff is collapsed.
Click to expand it.
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