fork of 9front i guess
Find a file
Ori Bernstein 1047b53efc ape/libap: fix _startbuf, check rfork return (thanks pixelherodev)
When _startbuf is invoked, it would crash on the second invocation
if creating a mux segment failed. This is because the first attempt
would assign the return value -1 to the global mux variable, and
the second attempt would notice that the global mux was not nil,
and would attempt to use it.

This change only assigns to the global variable if the allocation
of the segment was a success.

While we're here, we should also check the return of the rfork call.
2021-01-19 19:56:38 -08:00
386 ape: unify math.h copies 2021-01-01 21:40:00 -08:00
68000 add signed fixed size integer typedefs 2018-05-12 19:19:52 +02:00
68020 ape: unify math.h copies 2021-01-01 21:40:00 -08:00
acme win: fix window recreation command 2020-09-16 12:41:24 +02:00
adm/timezone timezones: change DST timezone string for South Australia 2019-11-20 11:49:16 +10:30
amd64 ape: unify math.h copies 2021-01-01 21:40:00 -08:00
arm ape: unify math.h copies 2021-01-01 21:40:00 -08:00
arm64 ape: unify math.h copies 2021-01-01 21:40:00 -08:00
lib /lib/keyboard: Anführungszeichen uten (danke sirjofri) 2020-12-01 09:23:16 +01:00
mips add va_copy macro, conforming to c99 7.15.1.2 2020-03-22 17:31:39 -07:00
power ape: unify math.h copies 2021-01-01 21:40:00 -08:00
power64 add signed fixed size integer typedefs 2018-05-12 19:19:52 +02:00
rc 9fs: bell labs is very dead 2021-01-15 19:32:02 +01:00
sparc ape: unify math.h copies 2021-01-01 21:40:00 -08:00
sparc64 ape: unify math.h copies 2021-01-01 21:40:00 -08:00
spim add signed fixed size integer typedefs 2018-05-12 19:19:52 +02:00
sys ape/libap: fix _startbuf, check rfork return (thanks pixelherodev) 2021-01-19 19:56:38 -08:00
.hgignore hgignore: ignore section 9 manpage indices, ignore init, kernels and bootloader binaries 2020-03-07 12:28:49 +01:00