Name Date Size #Lines LOC

..10-May-2022-

READMEH A D10-May-2022388 86

hpux.hH A D10-May-20226.6 KiB261168

hpux_compat.cH A D10-May-202246.3 KiB2,2261,749

hpux_exec.hH A D10-May-20221,020 3615

hpux_net.cH A D10-May-20226.2 KiB269223

hpux_sig.cH A D10-May-20229.9 KiB424328

hpux_termio.hH A D10-May-20225.4 KiB165127

hpux_tty.cH A D10-May-202212.8 KiB514390

makesyscalls.shH A D10-May-20224.4 KiB180156

syscalls.masterH A D10-May-20227.7 KiB352347

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