1
I Use This!
Inactive

Commits : Listings

Analyzed about 18 hours ago. based on code collected 1 day ago.
May 18, 2023 — May 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Deleted call to C in %read_delimited since it cannot cope non-blocking file and socket descriptors. More... almost 24 years ago
Connect can now handle non-blocking sockets that return EINPROGRESS. More... almost 24 years ago
connect for non-blocking sockets. Untested code. More... almost 24 years ago
made sockets non/blocking. accept adds a non-ready fd to vm-queue and waits. Copied from socket.c. Maybe connect has to follow. More... almost 24 years ago
Added define-stubless-foreign. More... almost 24 years ago
Fixed bug in FFI. Up to 12 Arguments to an external call are now supported. More... almost 24 years ago
Fixed bug in %read-delimited! so the last char is not eaten if the buffer is full More... almost 24 years ago
Opened threads-internal only for access and replaced runn by run again. More... almost 24 years ago
Added several cwd-aligns. with-env usees with-lock. Some corrections to getenv. More... almost 24 years ago
Fixed cwd: Removed dynamic-wind and seperated things. More... almost 24 years ago
Fixed bug that skipped first entry in char_pp_2_string_list More... almost 24 years ago
read/write-string via the port procedures from the RTS. write-string/partial is no longer supported. More... about 24 years ago
Better type annotations. Moved char_pp_2_sting_list to cstuff.c. More... about 24 years ago
replaced enter_fixnum by enter_integer in really_stat so files may be bigger than 5 GB and it works with the inode numbers in my afs. More... about 24 years ago
fix for new FreeBSD signal mask representation More... about 24 years ago
removed the static return values in the uid and gid functions. This is all done without cig More... over 24 years ago
interrupt/alarm is now generated by itimer in low-interupt. command-level set no longer a handler for interrupt/keyboard. sighandler now generates the event for Interrupt: keyboard More... over 24 years ago
adaped to the original scsh structure More... over 24 years ago
configure for libcrypt and crypt.h More... over 24 years ago
added files from 0.5.2 More... over 24 years ago
moved files from machine to bsd More... over 24 years ago
added env and cwd per thread More... over 24 years ago
adapted types More... over 24 years ago
initial checkin from 0.5.2 More... over 24 years ago
only small changes to support low-interrupt More... over 24 years ago
the newest images More... over 24 years ago
support for the latest changes: low-interrupt and co, cwd and env per thread More... over 24 years ago
replaced code-vector by byte-vector (not that this is a real difference) More... over 24 years ago
number-of-interupts is no longer a function More... over 24 years ago
adjusted the numbers for the interrupts, I'm not sure if this works this way More... over 24 years ago