Nick Briggs
|
ffc8f06fc3
|
Solaris has moved from being SYSVONLY to not so. We still need sys/fcntl.h though.
modified: src/ldsout.c
|
2020-07-12 18:10:24 -07:00 |
|
Nick Briggs
|
46c3dc1991
|
Cleanup choice of valloc/malloc based on OS
Although vmalloc() is deprecated in new code, it exists on a number of OSs.
modified: src/ldsout.c
|
2020-07-12 15:59:25 -07:00 |
|
Nick Briggs
|
7eca23930b
|
Correct FPtoVP table size error in BIGVM case
The table requires 1 cell (32-bit word) per page, for 256 MB in 512 byte pages.
modified: src/ldsout.c
|
2020-07-08 18:43:00 -07:00 |
|
Nick Briggs
|
69796e34d7
|
More linux related fixups for string.h.
Fix some type warnings.
modified: ../src/dsk.c
modified: ../src/fvar.c
modified: ../src/ldsout.c
modified: ../src/main.c
modified: ../src/timer.c
|
2018-03-27 10:39:23 -07:00 |
|
Nick Briggs
|
b578b38c78
|
Include unistd.h for lseek() and friends.
Convert from K&R style function definition.
modified: src/ldsout.c
|
2017-06-21 17:58:22 -07:00 |
|
Nick Briggs
|
3d47027d31
|
Clean up error message for case where sysout is not integral number of pages.
Correct format string (%lx) for size of argument (long).
modified: ldsout.c
|
2017-06-07 20:50:30 -07:00 |
|
Nick Briggs
|
156c3292f8
|
Reformat all C source files with Clang-format in Google style w/ 100 col width.
|
2017-05-28 18:08:18 -07:00 |
|
Nick Briggs
|
691645d048
|
Fix missing return types on functions, convert some functions with always ignored results to void.
|
2017-05-28 15:08:42 -07:00 |
|
Nick Briggs
|
e716766e30
|
Include stdlib.h for malloc. Don't try to use valloc() on MacOS
|
2017-05-24 15:37:03 -07:00 |
|
Nick Briggs
|
de170a64d9
|
Maiko sources matching state as of 020102 prior to initial patching for Mac OSX
|
2015-04-20 18:53:52 -07:00 |
|