messages from 2013-10-28 14:18:46 to 2013-11-14 14:20:07 UTC [more...]
[LTP] [PATCH] setpgid03: use SIGUSR1 instead of sleep
2013-11-14 14:19 UTC (21+ messages)
` [LTP] [PATCH SERIES V2] "
` [LTP] [PATCH V2 1/2] setpgid03: handle children errors and cleanup
` [LTP] [PATCH V2 2/2] setpgid03: use SIGUSR1 instead of sleep
` [LTP] [RFC PATCH] tst_checkpoint_signal_child: implemented timeout
` [LTP] [RFC PATCH V2] "
` [LTP] [PATCH V3 1/2] tst_res: added ETIME, ETIMEDOUT errno values
` [LTP] [PATCH V3 2/2] tst_checkpoint_signal_child: implemented timeout
[LTP] [PATCH] sigaction:16-1: leave it untested on the Linux kernel less than 2.6.22
2013-11-14 12:55 UTC (4+ messages)
[LTP] [PATCH] fs/ext4-new-features: add ext4-new-features tests to the default
2013-11-14 12:34 UTC (3+ messages)
[LTP] [PATCH] device-drivers: acpi: add new test for acpi-cpufreq driver
2013-11-14 12:32 UTC (3+ messages)
[LTP] [PATCH] add test for tst_checkpoint_signal_child timing out
2013-11-14 9:05 UTC
[LTP] [LNG][PATCH 1/8] ltp-networking: standardize test result message
2013-11-14 3:38 UTC (8+ messages)
` [LTP] [LNG][PATCH 2/8] ltp-networking/rpc: gave precise test name
` [LTP] [LNG][PATCH 3/8] ltp-networking/nfs: use NFSv3 by default
` [LTP] [LNG][PATCH 4/8] ltp-networking/nfs: remove absolute path for showmount
` [LTP] [LNG][PATCH 5/8] ltp-networking/nfs: fix nfsstat01 typo
` [LTP] [LNG][PATCH 6/8] ltp-networking/tcp_cmds/finger: fix finger test
` [LTP] [LNG][PATCH 7/8] ltp-networking/tcp_cmds/netstat: fix netstat test
` [LTP] [LNG][PATCH 8/8] ltp-networking/iproute: fix iproute test
[LTP] [PATCH] clone/clone08.c: Add new flags
2013-11-14 4:07 UTC
[LTP] [PATCH] lib/cloner.c: add more args
2013-11-14 4:06 UTC
[LTP] LTP networking multicast test fail
2013-11-13 17:29 UTC (3+ messages)
[LTP] [PATCH V2] BindMounts: fix to properly unmount during cleanup
2013-11-13 16:39 UTC (3+ messages)
[LTP] [PATCH V2 1/2] syscalls/ipc/Makefile.inc: changed LIB to LIBIPC
2013-11-13 15:29 UTC (3+ messages)
` [LTP] [PATCH V2 2/2] msgctl{08, 09, 10, 11}: cleanup
[LTP] [PATCH 1/3] pthread_rwlock_rdlock:2-1: do not test on glibc
2013-11-13 15:13 UTC (2+ messages)
[LTP] safe_touch and utimensat
2013-11-13 14:30 UTC (3+ messages)
` [LTP] [RFC PATCH 1/2] autoconf check for utimensat(2)
` [LTP] [RFC PATCH 2/2] safe_touch: use utimes(2) if utimensat(2) is not defined
[LTP] [PATCH] setregid02: invalid user value fix
2013-11-13 12:46 UTC (2+ messages)
[LTP] [PATCH v3] device-drivers: acpi: fixes
2013-11-12 17:31 UTC (2+ messages)
[LTP] [PATCH v2] clock_getres/clock_getres01.c: cleanup
2013-11-12 13:12 UTC
[LTP] [PATCH] networktests.sh: add ${LTPROOT}/bin into $PATH
2013-11-12 12:38 UTC (5+ messages)
` [LTP] [PATCH] move gethost from tools to sendfile01
[LTP] [PATCH] rdist01: fix mistakes
2013-11-11 16:48 UTC (4+ messages)
` [LTP] [PATCH V2] "
[LTP] [PATCH] mc_cmds: Multicast ping being disabled should not fail the test
2013-11-11 16:49 UTC (4+ messages)
[LTP] [PATCH] xinetd_tests.sh: remove RECORD and eliminate "|| RC=$?"
2013-11-11 17:06 UTC (4+ messages)
` [LTP] [PATCH V2] "
[LTP] [PATCH] sendfile: add SF_Server into INSTALL_TARGETS in Makefile
2013-11-11 17:04 UTC (4+ messages)
` [LTP] [PATCH] sendfile01: rename SF_Server to sendfile01_server and add it into Makefile
[LTP] [PATCH v2] network: tcp_fastopen: add TCP Fast Open test
2013-11-11 14:41 UTC
[LTP] [PATCH] rpc01: fix $TCbin and $TCtmp
2013-11-11 14:15 UTC (5+ messages)
` [LTP] [PATCH V2] rpc01: fix $TCbin and $TCtmp and data file names
` [LTP] [PATCH V3] rpc01: fix $TCbin and $TCtmp and add Makefile for datafiles
[LTP] [LNG][PATCH 0/9] ltp-networking on ubuntu
2013-11-11 13:49 UTC (26+ messages)
` [LTP] [LNG][PATCH 1/9] ltp-networking/nfs: Setting the NFS to version 3 by default. NFSv3 is more compatibled with recent linux distributions
` [LTP] [LNG][PATCH 2/9] ltp-networking/nfs: don't use absolute path for showmount. showmount does not locate at /user/sbin/showmount on Ubuntu 12.04
` [LTP] [LNG][PATCH 3/9] ltp-networking/tcp_cmds/finger: finger an unknown host test will return 1 even if execution success "
` [LTP] [LNG][PATCH 4/9] ltp-networking/tcp_cmds/netstat: netstat cmds will return 1 even if no output in stderr "
` [LTP] [LNG][PATCH 5/9] ltp-networking/tcp_cmds/tcpdump: 1. RHOST IP won't appear in network interfaces. It should be LHOST. 2. Host commad can't fetch IP in no DNS enviroment. use ping intead of it
` [LTP] [LNG][PATCH 6/9] ltp-networking/iproute: ip02: set original mtu size back. this test will set mtu to 300. ip05: if there is nott only one route using "head" command will get wrong result
` [LTP] [LNG][PATCH 7/9] ltp-networking/iptables: "iptables -L -t nat" lists 4 chains not 3 chains on Ubuntu 12.04
` [LTP] [LNG][PATCH 8/9] ltp-networking: standardize test result message
` [LTP] [LNG][PATCH 9/9] ltp-networking/rpc: gave precise test name
[LTP] [PATCH] tcpdump01: specify interface for ping
2013-11-11 6:08 UTC
[LTP] [PATCH] ext4-new-features: fix to properly configure in ffsb
2013-11-10 2:11 UTC
[LTP] [PATCH v2] BindMounts: fix to properly unmount during cleanup in fs_bind
2013-11-08 10:50 UTC (5+ messages)
[LTP] [PATCH] tcpdump01: fix the way to identify network interface
2013-11-07 14:02 UTC (2+ messages)
[LTP] [PATCH] fcntl16.c patch
2013-11-07 11:19 UTC (3+ messages)
[LTP] [PATCH] msgctl{08, 09, 10, 11}: cleanup
2013-11-07 10:54 UTC (6+ messages)
[LTP] [PATCH] network: tcp_fastopen: add TCP Fast Open test
2013-11-07 10:06 UTC (4+ messages)
[LTP] [PATCH] diotest3: fix -f argument
2013-11-06 21:43 UTC (3+ messages)
[LTP] [PATCH] sendfile08 - initialize buf structure
2013-11-06 21:13 UTC (2+ messages)
[LTP] [PATCH] fsync02: SIGFPE fix
2013-11-06 13:06 UTC (2+ messages)
[LTP] [PATCH] clock_getres/clock_getres01.c: cleanup
2013-11-06 12:53 UTC
[LTP] [PATCH v2] access(2): add ELOOP, ENOTDIR, EROFS error number test
2013-11-06 12:39 UTC (2+ messages)
[LTP] [PATCH] prot_hsymlinks: explicitly close file descriptors
2013-11-06 11:03 UTC (6+ messages)
` [LTP] [PATCH V2 1/2] Implemented SAFE_TOUCH macro
` [LTP] [PATCH V2 2/2] prot_hsymlinks: use SAFE_TOUCH
[LTP] [PATCH] rwho01: fix getting hostnames from command output and a typo
2013-11-06 10:56 UTC (6+ messages)
` [LTP] [PATCH V2] rwho01: fix getting hostnames from command output and $COUNT
[LTP] [PATCH] BindMounts: fix to properly unmount during cleanup in fs_bind
2013-11-06 9:32 UTC
[LTP] Please fix TWARN in BindMounts
2013-11-06 9:27 UTC
[LTP] [PATCH v2] acct01: add a check routine for acct implementation
2013-11-06 2:29 UTC (2+ messages)
[LTP] [PATCH] device-drivers: pci: remove bus_slot file on exit
2013-11-06 0:47 UTC (2+ messages)
[LTP] [PATCH] acct01: add a check routine for acct implmentation
2013-11-05 2:14 UTC
[LTP] [PATCH] access(2): add ELOOP, ENOTDIR, EROFS error values test
2013-11-04 15:16 UTC (2+ messages)
[LTP] [PATCH] acct01: fix cleanup function
2013-11-04 13:57 UTC (2+ messages)
[LTP] [PATCH v2] acct/acct01.c: Add ELOOP ENAMETOOLONG EROFS
2013-11-04 13:22 UTC (2+ messages)
[LTP] [PATCH] sctp: enlarge SO_RCVBUF option value
2013-11-04 8:25 UTC (3+ messages)
[LTP] [PATCH v3] acct01: fix TBROK to TCONF if acct not implemented
2013-11-04 2:39 UTC (3+ messages)
[LTP] [PATCH v2] acct01: fix TBROK to TCONF if acct not implemented
2013-11-03 8:08 UTC
[LTP] [PATCH] acct01: fix TBROK to TCONF if acct not implemented
2013-11-03 7:42 UTC
[LTP] [PATCH] device-drivers: pci: fix PCI_EXP_CAP_CONFIG test-case
2013-11-01 3:15 UTC (5+ messages)
[LTP] [PATCH] realtime: add realtime tests to the default
2013-10-31 17:49 UTC (2+ messages)
[LTP] [PATCH] clock_getres/clock_getres01.c: Add CLOCK_MONOTONIC_RAW test
2013-10-31 15:49 UTC (2+ messages)
[LTP] [PATCH] fcntl/fcntl16: close fd before unlink
2013-10-31 8:57 UTC (2+ messages)
[LTP] [PATCH] iptables_tests.sh: nat table can have 4 chains
2013-10-31 8:44 UTC (2+ messages)
[LTP] [PATCH] dhcpd_tests.sh: fix dhcpd.conf file paths
2013-10-31 8:44 UTC (2+ messages)
[LTP] [PATCH] chroot/chroot03.c: add ELOOP error value test for chroot(2)
2013-10-31 8:43 UTC (2+ messages)
[LTP] [PATCH] chdir/chdir01.c: Add ELOOP error number test
2013-10-31 2:01 UTC (2+ messages)
[LTP] [PATCH] chmod/chmod06.c: add ELOOP, EROFS error number test for chmod(2)
2013-10-31 2:00 UTC (2+ messages)
[LTP] [PATCH] chown/chown04.c: Add ELOOP EROFS
2013-10-31 2:00 UTC (2+ messages)
[LTP] tpci test trigger RHEL6.4GA crash!
2013-10-30 3:35 UTC (2+ messages)
[LTP] [PATCH v2] device-drivers: pci: check memory region for flag IORESOURCE_PREFETCH
2013-10-30 2:51 UTC (2+ messages)
[LTP] [PATCH] device-drivers: pci: check memory region for flag IORESOURCE_PREFETCH
2013-10-29 12:00 UTC
[LTP] [PATCH] kernel/connectors: TCONF vs TBROK, and fix check for root
2013-10-29 6:06 UTC (2+ messages)
[LTP] [PATCH] ext4-new-features: fix syntax error in configure
2013-10-29 6:05 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox