Name Date Size #Lines LOC

..--

READMEH A D20-Feb-2020388 86

hpux.hH A D20-Feb-20206.6 KiB261168

hpux_compat.cH A D20-Feb-202046.3 KiB2,2261,749

hpux_exec.hH A D20-Feb-20201,020 3615

hpux_net.cH A D20-Feb-20206.2 KiB269223

hpux_sig.cH A D20-Feb-20209.9 KiB424328

hpux_termio.hH A D20-Feb-20205.4 KiB165127

hpux_tty.cH A D20-Feb-202012.8 KiB514390

makesyscalls.shH A D20-Feb-20204.4 KiB180156

syscalls.masterH A D20-Feb-20207.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