about summary refs log tree commit diff stats
path: root/subx/020syscalls.cc
Commit message (Collapse)AuthorAgeFilesLines
* 4552Kartik Agaram2018-09-201-6/+13
| | | | | More useful trace if we mess up args to a syscall and pass a non-pointer where a pointer is expected.
* 4522Kartik Agaram2018-08-141-3/+3
| | | | Don't use trace infrastructure if you're just going to immediately exit.
* 4520 - several syscalls for filesKartik Agaram2018-08-131-0/+78
|
* 4469Kartik Agaram2018-08-031-0/+32
2019-03-31 12:14:37 -0400 Make the message viewer real, part one' href='/akspecs/aerc/commit/commands/account/view-message.go?h=0.5.0&id=27b25174e2f0249a6a1d4ba45b70f8504b63ffb1'>27b2517 ^
2a09617 ^


6838c23 ^
2a09617 ^


6838c23 ^
2a09617 ^
27b2517 ^

6838c23 ^
27b2517 ^



3cd0d5b ^


27b2517 ^

abd9e78 ^


4966b91 ^
abd9e78 ^
3cd0d5b ^

f3158b3 ^




27b2517 ^

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47