Codebase list openrc / 56c006e
Update ChangeLog William Hubbs 5 years ago
1 changed file(s) with 86 addition(s) and 69 deletion(s). Raw diff Collapse all Expand all
0 commit 067088bbff42ca2fb9106acf309f1d9ce3e78ada
1 Author: William Hubbs <w.d.hubbs@gmail.com>
2 Commit: William Hubbs <w.d.hubbs@gmail.com>
3
4 move ci scripts to their own directory
5
6 This fixes #296.
7
8 commit 52d4e566743f57b9de81c77fdb605c171c02eacb
9 Author: William Hubbs <w.d.hubbs@gmail.com>
10 Commit: William Hubbs <w.d.hubbs@gmail.com>
11
12 combine test directories
13
14 This fixes #295.
15
16 commit 6e6902c28b715826fdfc7b42a592db88459b9a57
17 Author: William Hubbs <w.d.hubbs@gmail.com>
18 Commit: William Hubbs <w.d.hubbs@gmail.com>
19
20 remove unused test ignore patterns
21
22 commit 084823182aec4aef6fb880d642bba2d0ef91a3ad
23 Author: William Hubbs <w.d.hubbs@gmail.com>
24 Commit: William Hubbs <w.d.hubbs@gmail.com>
25
26 remove unused test data files
27
28 commit 7478c104fc479067d71d191dccfa4cbf541311d8
29 Author: Georgy Yakovlev <gyakovlev@gentoo.org>
30 Commit: William Hubbs <w.d.hubbs@gmail.com>
31
32 librc/librc-depend.c: fix NULL pointer dereference
33
34 In some cases deptree or depinfo can be NULL, check
35 before dereferencing.
36
37 Fixes https://github.com/OpenRC/openrc/issues/293
38 Fixes https://github.com/OpenRC/openrc/pulls/294
39 X-Gentoo-Bug: 659906
40 X-Gentoo-Bug-URL: https://bugs.gentoo.org/659906
41
42 commit 065b7ecc0d4ddd046cc235d60de20140db1a6fe8
43 Author: Georgy Yakovlev <gyakovlev@gentoo.org>
44 Commit: William Hubbs <w.d.hubbs@gmail.com>
45
46 use cirrus-ci for FreeBSD builds
47
48 This fixes #265.
49
50 commit b054aca50b31fc46fc736a542ec2719de2d23d30
51 Author: Sergei Trofimovich <slyfox@gentoo.org>
52 Commit: William Hubbs <w.d.hubbs@gmail.com>
53
54 src/test/runtests.sh: drop 'readelf'-based tests
55
56 The 'readelf'-based tests cover a few situations:
57 1. undefined symbols in shared libraries
58 2. unexpected exports in shared libraries
59
60 Bug #575958 shows that [2.] implementation is too simplistic
61 in assuming that presence of relocation equals to export presence.
62
63 It is incorrect for PLT stubs and local symbols.
64 Let's just drop these tests.
65
66 If one needs to cover [1.] it is better to use LDFLAGS=-Wl,--no-undefined.
67
68 This closes #292.
69
70 X-Reported-by: Benda Xu
71 X-Gentoo-Bug: https://bugs.gentoo.org/575958
72 X-Gentoo-Bug-URL: https://bugs.gentoo.org/575958
73
74 commit f9e7a00ba9c9b179c697fc0af83a19e923c831b0
75 Author: William Hubbs <w.d.hubbs@gmail.com>
76 Commit: William Hubbs <w.d.hubbs@gmail.com>
77
78 rc-status: style fixes
79
80 commit f1f48011acb266db309922f145653b86f11e0baf
81 Author: William Hubbs <w.d.hubbs@gmail.com>
82 Commit: William Hubbs <w.d.hubbs@gmail.com>
83
84 update ChangeLog
85
086 commit 427a1ce2995b376ed6d112c5c5b422217f815fbb
187 Author: William Hubbs <w.d.hubbs@gmail.com>
288 Commit: William Hubbs <w.d.hubbs@gmail.com>
13851471
13861472 make the base/controller functions return successfully if cgroups v1/v2
13871473 are not configured in the kernel
1388
1389 commit aa7d3a7911b658c550e7ce76cd6d7d46541fc323
1390 Author: William Hubbs <w.d.hubbs@gmail.com>
1391 Commit: William Hubbs <w.d.hubbs@gmail.com>
1392
1393 openrc: force deptree update for sysinit runlevel
1394
1395 commit 98262647a9d2f3c65a7ceb1aaa81095522c1ef06
1396 Author: William Hubbs <w.d.hubbs@gmail.com>
1397 Commit: William Hubbs <w.d.hubbs@gmail.com>
1398
1399 supervise-daemon: zero out the cmdline buffer when it is allocated
1400
1401 commit 5868abe97babcc287794dcb36ad8e77989b6ddcf
1402 Author: William Hubbs <w.d.hubbs@gmail.com>
1403 Commit: William Hubbs <w.d.hubbs@gmail.com>
1404
1405 start-stop-daemon: compiler warning cleanup
1406
1407 commit 71aad16256604e0e9e146221957a9b00cfe67b99
1408 Author: William Hubbs <w.d.hubbs@gmail.com>
1409 Commit: William Hubbs <w.d.hubbs@gmail.com>
1410
1411 openrc-run: clean up a compiler warning
1412
1413 commit e275da84de1589253da5ff6a7c272cf1c82f8567
1414 Author: William Hubbs <w.d.hubbs@gmail.com>
1415 Commit: William Hubbs <w.d.hubbs@gmail.com>
1416
1417 supervise-daemon: remove references to PATH_MAX
1418
1419 commit a6cc7f06cf3807a0e0590697e1f14e6ab9055271
1420 Author: William Hubbs <w.d.hubbs@gmail.com>
1421 Commit: William Hubbs <w.d.hubbs@gmail.com>
1422
1423 rc.c: remove PATH_MAX references
1424
1425 commit c1178c8eebb92c9f3702e981cd4af9ef41f51884
1426 Author: William Hubbs <w.d.hubbs@gmail.com>
1427 Commit: William Hubbs <w.d.hubbs@gmail.com>
1428
1429 rc-selinux.c: remove references to path_max
1430
1431 commit 3c031ca9780c555817fe9ccb8b23ceb231129724
1432 Author: William Hubbs <w.d.hubbs@gmail.com>
1433 Commit: William Hubbs <w.d.hubbs@gmail.com>
1434
1435 rc-plubin.c: remove references to PATH_MAX
1436
1437 commit 8e02406d8fbf92167c30431987d5de8de72cd7df
1438 Author: William Hubbs <w.d.hubbs@gmail.com>
1439 Commit: William Hubbs <w.d.hubbs@gmail.com>
1440
1441 rc-misc.c: remove references to PATH_MAX
1442
1443 commit 8dbdabcc5e0df8ac36722a4ba7bfe30664cc9919
1444 Author: William Hubbs <w.d.hubbs@gmail.com>
1445 Commit: William Hubbs <w.d.hubbs@gmail.com>
1446
1447 start-stop-daemon: clean up string handling
1448
1449 commit 488d8989c518d9256f183899aac02024c679b93e
1450 Author: William Hubbs <w.d.hubbs@gmail.com>
1451 Commit: William Hubbs <w.d.hubbs@gmail.com>
1452
1453 openrc-run: clean up string handling
1454
1455 - remove references to PATH_MAX
1456 - use xasprintf to create strings