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
379c662e1d944903619c3055bce20682c56911e3
Select Git revision
Branches
20
master
default
protected
issue-195b-relocatable-stacks-by-default
issue-195-relocatable-stacks-by-default
branch-21e
issue-143-ansi-compliance-failure-listen-extra-argument
issue-156-take-2-nan-comparison
issue-193-nil-unspecific-equivalent
issue-192-disassemble-prints-radix-marker
issue-185-x86-shorter-insts
issue-131-move-unix-uname
issue-189-move-get-system-info
issue-180-get-page-size-in-c
rtoy-master-patch-80206
issue-120-software-type-in-c
issue-187-imul-disassembly
issue-96-x86-disassem
issue-179-get-system-info-in-c
issue-158-darwin-pathnames-utf8
issue-171-readable-unspecific-pathnames
issue-120-move-misc-first
Tags
20
21e
snapshot-2023-04
snapshot-2021-07
snapshot-2021-01
snapshot-2020-04
snapshot-2019-06
21d
snapshot-2018-10
snapshot-2018-03
snapshot-2018-02
snapshot-2018-01
21c
snapshot-2017-10
snapshot-2017-04
snapshot-2017-03
sparc64-dev-checkpoint-6
sparc64-dev-checkpoint-5
snapshot-2017-01
sparc64-dev-checkpoint-4
sparc64-dev-checkpoint-3
40 results
cmucl
code
unix.lisp
Author
Search by author
Any Author
authors
Carl Shapiro
cshapiro
1 author
Feb 16, 1992
Changed SUB-UNIX-EXECVE to VECTOR-SAP the program now that the SYSCALL
· 62822c7a
wlott
authored
33 years ago
macro doesn't do it for us.
62822c7a
Feb 15, 1992
Added export of ``ltchars''
· f6e483e7
wlott
authored
33 years ago
f6e483e7
Feb 13, 1992
Fixed unix-write to accept vectors in addition to saps.
· 4170c222
wlott
authored
33 years ago
4170c222
Changed pointer< and pointer> to sap< and sap>.
· 5db5e4c9
wlott
authored
33 years ago
5db5e4c9
Actually pass all the arguments to the system call in unix-readlink.
· 9057a79a
wlott
authored
33 years ago
9057a79a
Jan 28, 1992
Fixed the export to export both unix-access and unix-accept, instead of
· b682602b
wlott
authored
33 years ago
unix-accpet twice.
b682602b
Deleted kbd ioctls, because they arn't used, and are probably RT specific.
· 624383c9
wlott
authored
33 years ago
624383c9
Fixed some ``kbdarg'' to be ``(struct kdbarg)''.
· f4b85bc0
wlott
authored
33 years ago
f4b85bc0
Fixed some places I used ``ltchars'' when I wanted ``(struct ltchars)''.
· 58edec37
wlott
authored
33 years ago
58edec37
Jan 24, 1992
Fixed the ioctl defn stuff.
· 8d084de8
wlott
authored
33 years ago
8d084de8
Added exports for l_set, l_incr, and l_xtnd.
· e91c3037
wlott
authored
33 years ago
e91c3037
Initial revision
· 13f41b9d
wlott
authored
33 years ago
13f41b9d
Loading