Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 10-May-2022 | - | ||||
README | H A D | 10-May-2022 | 388 | 8 | 6 | |
hpux.h | H A D | 10-May-2022 | 6.6 KiB | 261 | 168 | |
hpux_compat.c | H A D | 10-May-2022 | 46.3 KiB | 2,226 | 1,749 | |
hpux_exec.h | H A D | 10-May-2022 | 1,020 | 36 | 15 | |
hpux_net.c | H A D | 10-May-2022 | 6.2 KiB | 269 | 223 | |
hpux_sig.c | H A D | 10-May-2022 | 9.9 KiB | 424 | 328 | |
hpux_termio.h | H A D | 10-May-2022 | 5.4 KiB | 165 | 127 | |
hpux_tty.c | H A D | 10-May-2022 | 12.8 KiB | 514 | 390 | |
makesyscalls.sh | H A D | 10-May-2022 | 4.4 KiB | 180 | 156 | |
syscalls.master | H A D | 10-May-2022 | 7.7 KiB | 352 | 347 |
README
1 2The HP-UX compatibility code still needs to be converted to the new 3syscall argument access/description method. Since the new method is binary 4compatible with the old method, it is possible to "sleaze" a solution by 5having makesyscalls.sh just use (nargs * 4) as the syscall argsize and not 6changing the emulation code. While this works, it's ugly and should be 7cleaned up eventually. 8