Android-x86
Fork
Donation

  • R/O
  • HTTP
  • SSH
  • HTTPS

external-toybox: List of commits

external/toybox


RSS
Rev. Tiempo Autor
75e7f8f pie-x86 2018-02-27 17:25:23 android-build-team Robot

Snap for 4623514 from 12285d088a3e672a5f3964952dac3b443f67574c to pi-release

Change-Id: If40533d2b49ca9b0ce615c9f8385c204adbbe3be

12285d0 2018-02-27 05:14:11 Elliott Hughes

Merge remote-tracking branch 'toybox/master' into HEAD am: 14cafec540 am: 4d29f725c0
am: 7f401dbdde

Change-Id: I7ba3d69a58986c71eaf798e7404c634c51a7352c

7f401db 2018-02-27 05:05:55 Elliott Hughes

Merge remote-tracking branch 'toybox/master' into HEAD am: 14cafec540
am: 4d29f725c0

Change-Id: Id383a5a6051093a22d568dc7c690ae259d73022a

4d29f72 2018-02-27 04:58:49 Elliott Hughes

Merge remote-tracking branch 'toybox/master' into HEAD
am: 14cafec540

Change-Id: Ic1986b5eb97accf70fcf8af0e689503f51da4a4f

14cafec 2018-02-27 03:30:34 Elliott Hughes

Merge remote-tracking branch 'toybox/master' into HEAD

Change-Id: Ifc6e2ca6cd1939f4d270a5adae1f68c899e2075f

c0ad454 2018-02-25 02:24:22 Rob Landley

Update version string to 0.7.6.

63b9816 2018-02-23 11:09:08 Rob Landley

Bugfix, facility values are <<3 in the headers.

66f12b7 2018-02-19 10:35:10 Rob Landley

Work around a musl-libc bug that has facilitynames/prioritynames in headers
but then the link fails.

afb4bb9 2018-02-18 04:03:33 Rob Landley

Add RFC link to the examples.

88097b6 2018-02-14 17:22:25 android-build-team Robot

Snap for 4603395 from a62c5f6d669cf2d15f54ce58fa4ca025613632e4 to pi-release

Change-Id: I6dff7c00ca9a518ea5e068cb330d85286ee13e02

a62c5f6 2018-02-13 16:28:00 Elliott Hughes

Merge remote-tracking branch 'toybox/master' into HEAD am: 9d0d755783 am: 9dad7044ee
am: 3b3281367c

Change-Id: I35260f9b4b37b9b61500cf914d788fff121253d1

3b32813 2018-02-13 16:16:54 Elliott Hughes

Merge remote-tracking branch 'toybox/master' into HEAD am: 9d0d755783
am: 9dad7044ee

Change-Id: I6795f845ffdcda4d229415773787c0494b97ec0d

9dad704 2018-02-13 15:59:41 Elliott Hughes

Merge remote-tracking branch 'toybox/master' into HEAD
am: 9d0d755783

Change-Id: I5a66e9d66758a3272e5dac219dc563f7ffc6968a

9d0d755 2018-02-13 05:41:50 Elliott Hughes

Merge remote-tracking branch 'toybox/master' into HEAD

Change-Id: Iffded943f8814d22bff3c082ee619623f53be479

982ca94 2018-02-11 17:21:55 android-build-team Robot

Snap for 4598635 from 1c98a8e1fb384161159b5ebc5550503818bb255f to pi-release

Change-Id: Ibd420c4cdde9c98376038207c572c144c1368060

9a2c9da 2018-02-11 03:38:06 Rob Landley

Fix ps -T again, but this time read files from tid directory, not pid.
(Otherwise updating pid to parents makes threads read thread parent data.)

371dfd4 2018-02-11 01:34:42 Rob Landley

Rename struct strawberry -> struct ofields, and carveup -> procpid.

The first contains display fields selectable by the -o argument,
the second contains the /proc/$PID data for one process.

1c98a8e 2018-02-10 13:14:09 Elliott Hughes

Merge remote-tracking branch 'toybox/master' into HEAD am: b5517d09b2 am: 0ab6910887
am: 671339863b

Change-Id: If03af1a137e7f7ce154658b73ad2189e8d698dcc

6713398 2018-02-10 13:06:29 Elliott Hughes

Merge remote-tracking branch 'toybox/master' into HEAD am: b5517d09b2
am: 0ab6910887

Change-Id: If2999e2badb59cc5fbb67b6ef57a7ee851516b0b

0ab6910 2018-02-10 13:00:27 Elliott Hughes

Merge remote-tracking branch 'toybox/master' into HEAD
am: b5517d09b2

Change-Id: I6578e6446b411e93af01e8883dfb7fd02892493e

b5517d0 2018-02-10 10:36:01 Elliott Hughes

Merge remote-tracking branch 'toybox/master' into HEAD

Change-Id: Id5e655e6beec5bd291a8f2b53987d646b1f54f5f

2530d54 2018-02-10 04:06:58 Elliott Hughes

Fix the pidof comm and cmdline tests.

If we have a 15-byte name, we don't know whether comm actually matches
or is a truncated form of a longer name that has a common prefix.

For example, with "this-is-a-very-long-name-that-is-too-long", we shouldn't
match "this-is-a-very-" (but the old code would).

The cmdline code was also broken on Android because it used basename(3)
rather than getbasename. This doesn't affect glibc because there's a
workaround in portability.h to ensure that we get the non-POSIX basename(3)
with glibc but then a non-glibc section that ensures everyone else gets
POSIX basename(3). That should probably be removed (and maybe `basename`
poisoned) to prevent similar mistakes in future.

Bug: http://b/73123244

0a61ed7 2018-02-10 03:59:43 Elliott Hughes

Merge remote-tracking branch 'toybox/master' into HEAD am: 4b13881492 am: d21ae1a3cc
am: 8aa1c6e7f5

Change-Id: I84f2c89ff26a8005d28c72dd1316f54c6926bc92

8aa1c6e 2018-02-10 03:53:40 Elliott Hughes

Merge remote-tracking branch 'toybox/master' into HEAD am: 4b13881492
am: d21ae1a3cc

Change-Id: I3c441f8e25e2b3ae0ba3fa3b91df5ce9d620cff2

d21ae1a 2018-02-10 03:49:08 Elliott Hughes

Merge remote-tracking branch 'toybox/master' into HEAD
am: 4b13881492

Change-Id: I1e2d98073fcbb2b84ab3ccb3eef01f0fdd8c9a99

4b13881 2018-02-10 01:49:48 Elliott Hughes

Merge remote-tracking branch 'toybox/master' into HEAD

Change-Id: Ib8bc739a3c5c68f426ff4aef793050db4a10f4a4

912646f 2018-02-10 00:03:34 Rob Landley

Andreas Gampe suggested a different fix.

(Bionic _does_ do the malloc(0)!=0 thing, the problem is pedantic access
checking, not null dereference. So test count instead.)

4c44317 2018-02-09 04:45:15 Elliott Hughes

Merge remote-tracking branch 'toybox/master' into HEAD am: b02120dad8 am: 7f1d01238d
am: ffcd050779

Change-Id: I9712e269013d40f33546584e35dbfb528c5e492d

ffcd050 2018-02-09 04:40:44 Elliott Hughes

Merge remote-tracking branch 'toybox/master' into HEAD am: b02120dad8
am: 7f1d01238d

Change-Id: I87c21d1b6296ab4d356ee9d5b4d83b17ccc12598

7f1d012 2018-02-09 04:36:59 Elliott Hughes

Merge remote-tracking branch 'toybox/master' into HEAD
am: b02120dad8

Change-Id: I1295c7bd2156f093e702fd2196dc222bf43b2a48

Show on old repository browser