public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Robin H. Johnson" <robbat2@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/genkernel:master commit in: defaults/
Date: Tue,  5 Jul 2016 19:49:02 +0000 (UTC)	[thread overview]
Message-ID: <1467748067.8336d3de653db02f1cc558a04560aaa76722ef4e.robbat2@gentoo> (raw)

commit:     8336d3de653db02f1cc558a04560aaa76722ef4e
Author:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
AuthorDate: Tue Jul  5 19:47:47 2016 +0000
Commit:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Tue Jul  5 19:47:47 2016 +0000
URL:        https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=8336d3de

busybox features, pass 2

Start to tune busybox features, based on pieces I've used to bring up
systems, as well as turning off pieces that have no use.

conspy could be useful to get genkernel printing on all consoles before
OpenRC starts up, just like the kernel does.

Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>

 defaults/busy-config | 68 ++++++++++++++++++++++++++--------------------------
 1 file changed, 34 insertions(+), 34 deletions(-)

diff --git a/defaults/busy-config b/defaults/busy-config
index 9f36eea..2d8af84 100644
--- a/defaults/busy-config
+++ b/defaults/busy-config
@@ -139,7 +139,7 @@ CONFIG_CPIO=y
 CONFIG_FEATURE_CPIO_O=y
 CONFIG_FEATURE_CPIO_P=y
 CONFIG_DPKG=y
-# CONFIG_DPKG_DEB is not set
+CONFIG_DPKG_DEB=y
 # CONFIG_FEATURE_DPKG_DEB_EXTRACT_ONLY is not set
 CONFIG_GUNZIP=y
 CONFIG_GZIP=y
@@ -157,7 +157,7 @@ CONFIG_FEATURE_TAR_OLDGNU_COMPATIBILITY=y
 # CONFIG_FEATURE_TAR_OLDSUN_COMPATIBILITY is not set
 CONFIG_FEATURE_TAR_GNU_EXTENSIONS=y
 CONFIG_FEATURE_TAR_LONG_OPTIONS=y
-# CONFIG_FEATURE_TAR_TO_COMMAND is not set
+CONFIG_FEATURE_TAR_TO_COMMAND=y
 CONFIG_FEATURE_TAR_UNAME_GNAME=y
 CONFIG_FEATURE_TAR_NOPRESERVE_TIME=y
 # CONFIG_FEATURE_TAR_SELINUX is not set
@@ -182,7 +182,7 @@ CONFIG_HOSTID=y
 CONFIG_ID=y
 CONFIG_GROUPS=y
 CONFIG_TEST=y
-# CONFIG_FEATURE_TEST_64 is not set
+CONFIG_FEATURE_TEST_64=y
 CONFIG_TOUCH=y
 CONFIG_FEATURE_TOUCH_SUSV3=y
 CONFIG_TR=y
@@ -192,7 +192,7 @@ CONFIG_BASE64=y
 # CONFIG_WHO is not set
 # CONFIG_USERS is not set
 # CONFIG_CAL is not set
-# CONFIG_CATV is not set
+ CONFIG_CATV is not set
 CONFIG_CHGRP=y
 CONFIG_CHMOD=y
 CONFIG_CHOWN=y
@@ -248,14 +248,14 @@ CONFIG_MKNOD=y
 CONFIG_MV=y
 # CONFIG_FEATURE_MV_LONG_OPTIONS is not set
 CONFIG_NICE=y
-# CONFIG_NOHUP is not set
-# CONFIG_OD is not set
+CONFIG_NOHUP=y
+CONFIG_OD=y
 CONFIG_PRINTENV=y
 CONFIG_PRINTF=y
 CONFIG_PWD=y
 CONFIG_READLINK=y
-# CONFIG_FEATURE_READLINK_FOLLOW is not set
-# CONFIG_REALPATH is not set
+CONFIG_FEATURE_READLINK_FOLLOW=y
+CONFIG_REALPATH=y
 CONFIG_RM=y
 CONFIG_RMDIR=y
 CONFIG_FEATURE_RMDIR_LONG_OPTIONS=y
@@ -264,12 +264,12 @@ CONFIG_SHA1SUM=y
 CONFIG_SHA256SUM=y
 CONFIG_SHA512SUM=y
 CONFIG_SLEEP=y
-# CONFIG_FEATURE_FANCY_SLEEP is not set
-# CONFIG_FEATURE_FLOAT_SLEEP is not set
+CONFIG_FEATURE_FANCY_SLEEP=y
+CONFIG_FEATURE_FLOAT_SLEEP=y
 CONFIG_SORT=y
 CONFIG_FEATURE_SORT_BIG=y
-# CONFIG_SPLIT is not set
-# CONFIG_FEATURE_SPLIT_FANCY is not set
+CONFIG_SPLIT=y
+CONFIG_FEATURE_SPLIT_FANCY=y
 CONFIG_STAT=y
 CONFIG_FEATURE_STAT_FORMAT=y
 CONFIG_STTY=y
@@ -335,7 +335,7 @@ CONFIG_SETFONT=y
 CONFIG_FEATURE_SETFONT_TEXTUAL_MAP=y
 CONFIG_DEFAULT_SETFONT_DIR=""
 CONFIG_SETKEYCODES=y
-# CONFIG_SETLOGCONS is not set
+CONFIG_SETLOGCONS=y
 CONFIG_SHOWKEY=y
 
 #
@@ -367,7 +367,7 @@ CONFIG_FEATURE_VI_MAX_LEN=4096
 CONFIG_FEATURE_VI_COLON=y
 CONFIG_FEATURE_VI_YANKMARK=y
 CONFIG_FEATURE_VI_SEARCH=y
-# CONFIG_FEATURE_VI_REGEX_SEARCH is not set
+CONFIG_FEATURE_VI_REGEX_SEARCH=y
 CONFIG_FEATURE_VI_USE_SIGNALS=y
 CONFIG_FEATURE_VI_DOT_CMD=y
 CONFIG_FEATURE_VI_READONLY=y
@@ -435,7 +435,7 @@ CONFIG_INIT=y
 CONFIG_FEATURE_USE_INITTAB=y
 # CONFIG_FEATURE_KILL_REMOVED is not set
 CONFIG_FEATURE_KILL_DELAY=0
-# CONFIG_FEATURE_INIT_SCTTY is not set
+CONFIG_FEATURE_INIT_SCTTY is not set
 # CONFIG_FEATURE_INIT_SYSLOG is not set
 CONFIG_FEATURE_EXTRA_QUIET=y
 # CONFIG_FEATURE_INIT_COREDUMPS is not set
@@ -634,7 +634,7 @@ CONFIG_FEATURE_VOLUMEID_LINUXRAID=y
 #
 # Miscellaneous Utilities
 #
-# CONFIG_CONSPY is not set
+CONFIG_CONSPY=y
 CONFIG_LESS=y
 CONFIG_FEATURE_LESS_MAXLINES=0
 # CONFIG_FEATURE_LESS_BRACKETS is not set
@@ -660,14 +660,14 @@ CONFIG_FEATURE_COMPRESS_BBCONFIG=y
 CONFIG_BEEP=y
 CONFIG_FEATURE_BEEP_FREQ=4000
 CONFIG_FEATURE_BEEP_LENGTH_MS=30
-CONFIG_CHAT=y
-CONFIG_FEATURE_CHAT_NOFAIL=y
+# CONFIG_CHAT is not set
+# CONFIG_FEATURE_CHAT_NOFAIL is not set
 # CONFIG_FEATURE_CHAT_TTY_HIFI is not set
-CONFIG_FEATURE_CHAT_IMPLICIT_CR=y
-CONFIG_FEATURE_CHAT_SWALLOW_OPTS=y
-CONFIG_FEATURE_CHAT_SEND_ESCAPES=y
-CONFIG_FEATURE_CHAT_VAR_ABORT_LEN=y
-CONFIG_FEATURE_CHAT_CLR_ABORT=y
+# CONFIG_FEATURE_CHAT_IMPLICIT_CR is not set
+# CONFIG_FEATURE_CHAT_SWALLOW_OPTS is not set
+# CONFIG_FEATURE_CHAT_SEND_ESCAPES is not set
+# CONFIG_FEATURE_CHAT_VAR_ABORT_LEN is not set
+# CONFIG_FEATURE_CHAT_CLR_ABORT is not set
 # CONFIG_CHRT is not set
 # CONFIG_CROND is not set
 # CONFIG_FEATURE_CROND_D is not set
@@ -712,14 +712,14 @@ CONFIG_RAIDAUTORUN=y
 CONFIG_READAHEAD=y
 # CONFIG_RFKILL is not set
 # CONFIG_RUNLEVEL is not set
-# CONFIG_RX is not set
-# CONFIG_SETSID is not set
+CONFIG_RX=y
+CONFIG_SETSID=y
 CONFIG_STRINGS=y
 # CONFIG_TASKSET is not set
 # CONFIG_FEATURE_TASKSET_FANCY is not set
 CONFIG_TIME=y
 CONFIG_TIMEOUT=y
-# CONFIG_TTYSIZE is not set
+CONFIG_TTYSIZE=y
 CONFIG_VOLNAME=y
 # CONFIG_WALL is not set
 # CONFIG_WATCHDOG is not set
@@ -743,7 +743,7 @@ CONFIG_FEATURE_IPV6=y
 # CONFIG_FEATURE_PREFER_IPV4_ADDRESS is not set
 CONFIG_VERBOSE_RESOLUTION_ERRORS=y
 # CONFIG_ARP is not set
-# CONFIG_ARPING is not set
+CONFIG_ARPING=y
 CONFIG_BRCTL=y
 CONFIG_FEATURE_BRCTL_FANCY=y
 CONFIG_FEATURE_BRCTL_SHOW=y
@@ -816,7 +816,7 @@ CONFIG_FEATURE_NETSTAT_PRG=y
 CONFIG_NSLOOKUP=y
 CONFIG_NTPD=y
 CONFIG_FEATURE_NTPD_SERVER=y
-# CONFIG_PSCAN is not set
+CONFIG_PSCAN=y
 CONFIG_ROUTE=y
 # CONFIG_SLATTACH is not set
 # CONFIG_TCPSVD is not set
@@ -844,10 +844,10 @@ CONFIG_FEATURE_TRACEROUTE_SOURCE_ROUTE=y
 CONFIG_FEATURE_TRACEROUTE_USE_ICMP=y
 CONFIG_TUNCTL=y
 CONFIG_FEATURE_TUNCTL_UG=y
-# CONFIG_UDHCPC6 is not set
-CONFIG_UDHCPD=y
-CONFIG_DHCPRELAY=y
-CONFIG_DUMPLEASES=y
+CONFIG_UDHCPC6=y
+# CONFIG_UDHCPD is not set
+# CONFIG_DHCPRELAY is not set
+# CONFIG_DUMPLEASES is not set
 # CONFIG_FEATURE_UDHCPD_WRITE_LEASES_EARLY is not set
 # CONFIG_FEATURE_UDHCPD_BASE_IP_ON_MAC is not set
 CONFIG_DHCPD_LEASES_FILE="/var/lib/misc/udhcpd.leases"
@@ -867,7 +867,7 @@ CONFIG_FEATURE_WGET_STATUSBAR=y
 CONFIG_FEATURE_WGET_AUTHENTICATION=y
 CONFIG_FEATURE_WGET_LONG_OPTIONS=y
 CONFIG_FEATURE_WGET_TIMEOUT=y
-# CONFIG_ZCIP is not set
+CONFIG_ZCIP=y
 
 #
 # Print Utilities
@@ -971,7 +971,7 @@ CONFIG_ASH_GETOPTS=y
 CONFIG_ASH_BUILTIN_ECHO=y
 CONFIG_ASH_BUILTIN_PRINTF=y
 CONFIG_ASH_BUILTIN_TEST=y
-# CONFIG_ASH_CMDCMD is not set
+CONFIG_ASH_CMDCMD=y
 CONFIG_ASH_MAIL=y
 CONFIG_ASH_OPTIMIZE_FOR_SIZE=y
 CONFIG_ASH_RANDOM_SUPPORT=y


             reply	other threads:[~2016-07-05 19:49 UTC|newest]

Thread overview: 339+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-05 19:49 Robin H. Johnson [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-05-23 19:12 [gentoo-commits] proj/genkernel:master commit in: defaults/ Ben Kohler
2024-05-01 18:00 Ben Kohler
2024-02-17  5:16 Robin H. Johnson
2024-02-16 19:39 Ben Kohler
2023-07-27 10:59 Sam James
2023-07-27 10:58 Sam James
2023-07-27 10:56 Sam James
2023-06-28 15:10 Ben Kohler
2022-06-21  2:54 Robin H. Johnson
2022-05-29 16:52 Robin H. Johnson
2022-05-28 20:54 Robin H. Johnson
2022-05-28 20:52 Robin H. Johnson
2022-05-28 20:52 Robin H. Johnson
2022-05-16 19:33 Andreas K. Hüttel
2022-05-16  5:45 Robin H. Johnson
2022-05-16  5:34 Robin H. Johnson
2021-11-16 17:34 Thomas Deutschmann
2021-11-15  3:35 Thomas Deutschmann
2021-09-29 20:35 Thomas Deutschmann
2021-09-08 14:00 Thomas Deutschmann
2021-07-06  0:25 Thomas Deutschmann
2021-07-06  0:25 Thomas Deutschmann
2021-03-27 16:15 Thomas Deutschmann
2021-03-27  0:00 Thomas Deutschmann
2021-03-21 22:36 Thomas Deutschmann
2021-03-21 22:36 Thomas Deutschmann
2021-03-21 22:36 Thomas Deutschmann
2021-03-21 22:36 Thomas Deutschmann
2021-03-21 22:36 Thomas Deutschmann
2021-03-21 22:36 Thomas Deutschmann
2021-03-21 22:36 Thomas Deutschmann
2021-03-21 22:36 Thomas Deutschmann
2021-03-20  0:16 Thomas Deutschmann
2021-03-20  0:16 Thomas Deutschmann
2021-03-20  0:16 Thomas Deutschmann
2021-03-14 20:05 Thomas Deutschmann
2021-03-14 20:05 Thomas Deutschmann
2021-03-14 20:05 Thomas Deutschmann
2021-03-14 20:05 Thomas Deutschmann
2021-03-14 20:05 Thomas Deutschmann
2021-03-14 20:05 Thomas Deutschmann
2021-03-14 20:05 Thomas Deutschmann
2021-03-14 20:05 Thomas Deutschmann
2021-03-14 20:05 Thomas Deutschmann
2021-03-14 20:05 Thomas Deutschmann
2021-03-14 20:05 Thomas Deutschmann
2021-03-08  0:37 Thomas Deutschmann
2021-02-18 23:54 Thomas Deutschmann
2021-02-18 23:12 Thomas Deutschmann
2021-02-15  6:01 Thomas Deutschmann
2021-02-15  6:01 Thomas Deutschmann
2021-02-15  6:01 Thomas Deutschmann
2020-09-02 19:57 Thomas Deutschmann
2020-09-02 13:52 Thomas Deutschmann
2020-09-02 13:52 Thomas Deutschmann
2020-08-30 21:11 Thomas Deutschmann
2020-08-28 20:18 Thomas Deutschmann
2020-08-28 20:18 Thomas Deutschmann
2020-08-28 20:18 Thomas Deutschmann
2020-08-28 20:18 Thomas Deutschmann
2020-08-28 20:18 Thomas Deutschmann
2020-08-28 20:18 Thomas Deutschmann
2020-08-26 22:54 Thomas Deutschmann
2020-08-25 17:42 Thomas Deutschmann
2020-08-25 17:42 Thomas Deutschmann
2020-08-24 20:28 Thomas Deutschmann
2020-08-23 20:16 Thomas Deutschmann
2020-08-21 18:48 Thomas Deutschmann
2020-08-19 21:31 Thomas Deutschmann
2020-08-09 20:04 Thomas Deutschmann
2020-08-09 19:51 Thomas Deutschmann
2020-08-04 21:29 Thomas Deutschmann
2020-07-23 23:57 Thomas Deutschmann
2020-07-23 23:57 Thomas Deutschmann
2020-07-23 23:57 Thomas Deutschmann
2020-07-23 23:57 Thomas Deutschmann
2020-07-23 23:57 Thomas Deutschmann
2020-07-23 23:57 Thomas Deutschmann
2020-07-23 23:57 Thomas Deutschmann
2020-07-16 15:03 Thomas Deutschmann
2020-06-23 19:14 Thomas Deutschmann
2020-06-21 22:15 Thomas Deutschmann
2020-06-12 15:02 Thomas Deutschmann
2020-04-11 20:04 Thomas Deutschmann
2020-04-11 20:04 Thomas Deutschmann
2020-04-11 20:04 Thomas Deutschmann
2020-04-09 17:37 Rick Farina
2020-03-05 15:10 Thomas Deutschmann
2020-03-04 15:41 Rick Farina
2020-02-15 21:14 Thomas Deutschmann
2020-02-14 16:35 Rick Farina
2020-02-14 16:35 Rick Farina
2020-01-05 21:18 Thomas Deutschmann
2020-01-05 21:18 Thomas Deutschmann
2020-01-03 13:37 Ben Kohler
2019-12-14 19:02 Thomas Deutschmann
2019-12-14  0:51 Thomas Deutschmann
2019-12-05 23:52 Thomas Deutschmann
2019-12-05 23:52 Thomas Deutschmann
2019-12-05 23:52 Thomas Deutschmann
2019-12-05 23:52 Thomas Deutschmann
2019-12-02 19:15 Thomas Deutschmann
2019-11-27 16:40 Thomas Deutschmann
2019-11-27 16:40 Thomas Deutschmann
2019-11-27 16:40 Thomas Deutschmann
2019-11-27 16:40 Thomas Deutschmann
2019-11-27 16:40 Thomas Deutschmann
2019-11-27 16:40 Thomas Deutschmann
2019-11-27 16:40 Thomas Deutschmann
2019-11-27 16:40 Thomas Deutschmann
2019-11-27 16:40 Thomas Deutschmann
2019-11-26 13:50 Thomas Deutschmann
2019-11-25 13:53 Thomas Deutschmann
2019-11-25 13:53 Thomas Deutschmann
2019-11-25 13:53 Thomas Deutschmann
2019-11-24 20:00 Thomas Deutschmann
2019-11-24 20:00 Thomas Deutschmann
2019-11-24 20:00 Thomas Deutschmann
2019-11-24 20:00 Thomas Deutschmann
2019-11-24 20:00 Thomas Deutschmann
2019-11-24 20:00 Thomas Deutschmann
2019-11-24 20:00 Thomas Deutschmann
2019-11-24 20:00 Thomas Deutschmann
2019-11-24 20:00 Thomas Deutschmann
2019-11-24 20:00 Thomas Deutschmann
2019-11-24 20:00 Thomas Deutschmann
2019-10-13 16:00 Thomas Deutschmann
2019-10-13 16:00 Thomas Deutschmann
2019-10-13 16:00 Thomas Deutschmann
2019-10-07 21:56 Thomas Deutschmann
2019-10-07 21:56 Thomas Deutschmann
2019-10-02 22:45 Thomas Deutschmann
2019-10-02 22:45 Thomas Deutschmann
2019-08-29 20:49 Thomas Deutschmann
2019-08-29 20:49 Thomas Deutschmann
2019-08-21 14:49 Thomas Deutschmann
2019-08-16 19:56 Thomas Deutschmann
2019-08-16 19:17 Thomas Deutschmann
2019-08-07 15:46 Thomas Deutschmann
2019-08-07 15:46 Thomas Deutschmann
2019-08-07 15:46 Thomas Deutschmann
2019-08-07 15:46 Thomas Deutschmann
2019-08-07 15:46 Thomas Deutschmann
2019-08-07 15:46 Thomas Deutschmann
2019-08-07 15:46 Thomas Deutschmann
2019-08-07 15:46 Thomas Deutschmann
2019-08-07 15:46 Thomas Deutschmann
2019-08-07 15:46 Thomas Deutschmann
2019-08-07 15:46 Thomas Deutschmann
2019-08-07 15:46 Thomas Deutschmann
2019-08-07 15:46 Thomas Deutschmann
2019-08-07 15:46 Thomas Deutschmann
2019-08-07 15:46 Thomas Deutschmann
2019-08-07 15:46 Thomas Deutschmann
2019-07-29 20:10 Thomas Deutschmann
2019-07-29 20:10 Thomas Deutschmann
2019-07-21 16:26 Thomas Deutschmann
2019-07-18 17:32 Thomas Deutschmann
2019-07-18 17:32 Thomas Deutschmann
2019-07-18 17:32 Thomas Deutschmann
2019-07-18 17:32 Thomas Deutschmann
2019-07-16 22:46 Thomas Deutschmann
2019-07-16 20:30 Thomas Deutschmann
2019-07-16 20:30 Thomas Deutschmann
2019-07-16 16:36 Thomas Deutschmann
2019-07-15 22:39 Thomas Deutschmann
2019-07-15 22:39 Thomas Deutschmann
2019-07-15 22:39 Thomas Deutschmann
2019-07-15 22:39 Thomas Deutschmann
2019-07-15 22:39 Thomas Deutschmann
2019-07-15 22:39 Thomas Deutschmann
2019-07-15 22:39 Thomas Deutschmann
2019-07-15 22:39 Thomas Deutschmann
2019-07-15 15:37 Thomas Deutschmann
2019-07-15 12:42 Thomas Deutschmann
2019-07-14 19:35 Thomas Deutschmann
2019-06-17 16:58 Ben Kohler
2019-06-05  0:03 Ben Kohler
2019-05-22 19:20 Ben Kohler
2019-03-30  1:28 Thomas Deutschmann
2019-03-30  1:28 Thomas Deutschmann
2019-03-30  1:28 Thomas Deutschmann
2019-03-29 21:26 Robin H. Johnson
2019-03-24 19:47 Thomas Deutschmann
2019-03-07 22:38 Ben Kohler
2019-03-07 22:38 Ben Kohler
2019-03-01  6:00 Robin H. Johnson
2019-03-01  6:00 Robin H. Johnson
2019-03-01  6:00 Robin H. Johnson
2019-03-01  6:00 Robin H. Johnson
2019-03-01  6:00 Robin H. Johnson
2019-03-01  6:00 Robin H. Johnson
2019-03-01  6:00 Robin H. Johnson
2019-03-01  6:00 Robin H. Johnson
2019-03-01  5:55 Robin H. Johnson
2019-02-28  6:40 Robin H. Johnson
2019-02-28  6:40 Robin H. Johnson
2019-02-28  6:40 Robin H. Johnson
2019-02-28  6:40 Robin H. Johnson
2019-02-19  7:40 Robin H. Johnson
2019-02-19  7:40 Robin H. Johnson
2018-07-25 15:11 Richard Farina
2018-04-05 22:52 Richard Farina
2017-11-15  3:08 Robin H. Johnson
2017-11-15  3:08 Robin H. Johnson
2017-11-15  3:08 Robin H. Johnson
2017-10-31 18:59 Robin H. Johnson
2017-10-31 18:59 Robin H. Johnson
2017-09-07  0:52 Robin H. Johnson
2017-09-07  0:52 Robin H. Johnson
2017-09-07  0:52 Robin H. Johnson
2017-09-07  0:52 Robin H. Johnson
2017-09-04  6:43 Robin H. Johnson
2017-09-04  5:54 Robin H. Johnson
2017-09-04  2:54 Robin H. Johnson
2017-09-04  2:51 Robin H. Johnson
2017-09-03  6:28 Robin H. Johnson
2017-07-14 18:50 Robin H. Johnson
2017-06-23 21:53 Robin H. Johnson
2017-01-08  1:57 Robin H. Johnson
2017-01-08  1:57 Robin H. Johnson
2017-01-08  0:40 Robin H. Johnson
2017-01-08  0:40 Robin H. Johnson
2017-01-07 23:50 Robin H. Johnson
2017-01-07 23:37 Robin H. Johnson
2017-01-02 22:41 Robin H. Johnson
2017-01-02 20:14 Matt Thode
2016-11-08  4:53 Richard Farina
2016-11-01 18:00 Richard Farina
2016-08-31 22:25 Robin H. Johnson
2016-05-16  6:55 Robin H. Johnson
2016-05-16  6:55 Robin H. Johnson
2016-02-14 20:53 Robin H. Johnson
2016-02-04  2:54 Stefan Behte
2016-01-23 22:49 Robin H. Johnson
2016-01-23 21:28 Robin H. Johnson
2016-01-23 21:28 Robin H. Johnson
2016-01-23 21:28 Robin H. Johnson
2016-01-23 21:28 Robin H. Johnson
2016-01-20 19:03 Richard Yao
2016-01-05 20:05 Robin H. Johnson
2016-01-05 20:02 Richard Farina
2015-12-30  4:38 Richard Farina
2015-08-29 20:53 Richard Yao
2015-08-20 16:14 Richard Farina
2015-08-20 16:06 Richard Farina
2015-08-20  2:26 Richard Farina
2015-08-19 19:34 Richard Farina
2015-08-18  3:35 Robin H. Johnson
2015-08-11 20:55 Richard Yao
2015-08-11 20:48 Richard Yao
2015-08-11 18:37 Richard Farina
2015-08-11 18:37 Richard Farina
2015-08-11 18:37 Richard Farina
2015-08-11 18:37 Richard Farina
2015-08-11 18:37 Richard Farina
2015-08-11 18:37 Richard Farina
2015-08-11 18:37 Richard Farina
2015-08-11 18:37 Richard Farina
2015-08-11 18:37 Richard Farina
2015-08-11 18:37 Richard Farina
2015-08-11 18:37 Richard Farina
2015-08-11 18:37 Richard Farina
2015-08-11 18:37 Richard Farina
2015-08-11 18:37 Richard Farina
2015-08-11 18:37 Richard Farina
2015-08-11 18:37 Richard Farina
2015-08-11 18:37 Richard Farina
2015-08-11 18:37 Richard Farina
2015-08-11 18:37 Richard Farina
2015-08-11 18:37 Richard Farina
2015-08-11 18:37 Richard Farina
2015-08-11 18:37 Richard Farina
2015-08-11 18:37 Richard Farina
2015-08-11 18:37 Richard Farina
2015-08-11 18:37 Richard Farina
2014-07-15  7:27 Robin H. Johnson
2014-04-14  1:16 Robin H. Johnson
2014-03-16  0:41 Richard Yao
2014-03-16  0:26 Richard Yao
2014-03-16  0:26 Richard Yao
2014-03-16  0:26 Richard Yao
2014-02-27  4:47 Richard Yao
2014-02-27  4:47 Richard Yao
2013-06-09 13:57 [gentoo-commits] proj/genkernel:ryao " Richard Yao
2013-06-09 13:57 ` [gentoo-commits] proj/genkernel:master " Richard Yao
2013-06-09 13:57 [gentoo-commits] proj/genkernel:ryao " Richard Yao
2013-06-09 13:48 ` [gentoo-commits] proj/genkernel:master " Richard Yao
2013-06-09 13:57 [gentoo-commits] proj/genkernel:ryao " Richard Yao
2013-06-09 13:48 ` [gentoo-commits] proj/genkernel:master " Richard Yao
2013-06-09 13:57 Richard Yao
2013-06-09 13:57 Richard Yao
2013-06-09 13:48 Richard Yao
2013-06-09 13:48 Richard Yao
2013-06-09 13:48 Richard Yao
2013-06-09 13:48 Richard Yao
2013-06-06  3:36 [gentoo-commits] proj/genkernel:ryao " Richard Yao
2013-06-03 23:49 ` [gentoo-commits] proj/genkernel:master " Richard Yao
2013-04-29  8:56 Fabio Erculiani
2013-04-25  6:22 Fabio Erculiani
2013-04-25  6:22 Fabio Erculiani
2013-04-25  6:22 Fabio Erculiani
2013-04-25  6:22 Fabio Erculiani
2012-11-22 22:20 Richard Yao
2012-11-11 17:04 Richard Yao
2012-11-02 17:06 Robin H. Johnson
2012-10-13 18:05 Robin H. Johnson
2012-08-28 12:13 Peter Hjalmarsson
2012-08-12 23:22 Sebastian Pipping
2012-07-27 23:05 Sebastian Pipping
2012-07-21 17:44 Richard Yao
2012-07-20  3:02 Richard Yao
2012-07-20  0:39 Richard Yao
2012-07-19 20:41 Richard Yao
2012-07-19 20:12 Richard Yao
2012-07-17 20:25 Richard Yao
2012-07-17 20:20 Richard Yao
2012-07-17 20:06 Richard Yao
2012-07-17 20:06 Richard Yao
2012-07-17 20:03 Richard Yao
2012-07-17 20:03 Richard Yao
2012-06-11 17:35 Sebastian Pipping
2012-06-11 17:35 Sebastian Pipping
2012-05-02  2:51 Robin H. Johnson
2012-05-01 19:44 Robin H. Johnson
2012-05-01 19:44 Robin H. Johnson
2012-05-01 19:44 Robin H. Johnson
2012-04-12  4:21 Sebastian Pipping
2012-04-12  4:21 Sebastian Pipping
2012-04-12  4:21 Sebastian Pipping
2012-04-12  4:21 Sebastian Pipping
2012-03-17  1:27 Sebastian Pipping
2012-03-17  1:27 Sebastian Pipping
2012-03-12 19:39 Robin H. Johnson
2012-02-03 14:16 Sebastian Pipping
2012-01-08  2:29 Robin H. Johnson
2012-01-06  4:29 Robin H. Johnson
2011-09-22 22:44 Robin H. Johnson
2011-09-22  7:45 Robin H. Johnson
2011-06-08 15:52 Peter Hjalmarsson
2011-05-31 18:50 Sebastian Pipping
2011-05-12 14:40 Amadeusz Żołnowski

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1467748067.8336d3de653db02f1cc558a04560aaa76722ef4e.robbat2@gentoo \
    --to=robbat2@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox