1
0
mirror of https://github.com/DoctorWkt/unix-jun72.git synced 2026-03-02 01:51:03 +00:00

8 Commits

Author SHA1 Message Date
warren.toomey
133fc4d8a8 From Russ Cox:
In v7trap.c, the case S_BREAK body is wrong:

<       i=0; break;
---
>       i=sarg1; break;

since (in V6 at least) the break system  
call does not return anything -- it leaves r0
untouched.  If break zeros r0, then db mysteriously
fails to load the symbols from binaries.
2008-05-19 13:46:53 +00:00
warren.toomey
b51690ad06 Another patch from Sergey Poznyakoff. A compile-time define allows Apout
to run V1 binaries which do not have 0407 nor 0405 headers; this includes
chmod, rm, ln.
2008-05-19 13:45:10 +00:00
warren.toomey
2547b87ec7 Remove all of the Apout compile warnings on Ubuntu and FreeBSD. 2008-05-19 13:27:35 +00:00
warren.toomey
c014639d94 Patches from Sergey Poznyakoff, way back in 2001. powf() function may not be
present. struct termios may lack c_ispeed, c_ospeed members.
2008-05-17 02:37:44 +00:00
warren.toomey
66655be6e2 I added the APOUT_UNIX_VERSION variable, so we can recompile/reassemble
V2 source code and then run it, without having to muck with the magic.c.
2008-05-15 03:21:46 +00:00
warren.toomey
4d820ab2f3 Add __APPLE__ for OS X. Remove -static for OS X. 2008-05-09 14:05:29 +00:00
warren.toomey
b4c3cdca38 Add V2 bin/strip to list. 2008-05-06 23:32:26 +00:00
warren.toomey
896dbd998a Import of wkt's apout src tree into svn. 2008-05-06 23:25:22 +00:00