View Git repositories
branches with status:
Name Status Last Modified Last Commit
lp:smpq Development 2023-11-19 21:17:12 UTC
139. Exclude internal files from --info co...

Author: Pali
Revision Date: 2023-11-19 21:17:12 UTC

Exclude internal files from --info count "Number of files in archive:"

lp:~pali/nouveau/trunk Development 2023-10-06 00:10:21 UTC
2506. gitlab CI: ensure libtool is installe...

Author: Alan Coopersmith
Revision Date: 2023-10-06 00:10:21 UTC

gitlab CI: ensure libtool is installed in build container

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

lp:~pali/mesa/mesa-demos Development 2021-08-02 22:31:38 UTC
3845. mesa-demos: NOTE! Default branch is n...

Author: Jordan Justen
Revision Date: 2021-08-02 22:31:38 UTC

mesa-demos: NOTE! Default branch is now main

To update your local repository to use the new default branch, these
commands may help:

$ git fetch origin
$ git checkout master
$ git branch -m main
$ git branch --set-upstream-to=origin/main
$ git remote set-head origin --auto

Signed-off-by: Jordan Justen <jordan.l.justen@intel.com>
Reviewed-by: Dave Airlie <airlied@redhat.com>

lp:~pali/llvm/lldb-trunk Development 2019-10-22 04:00:37 UTC
20870. fix PythonDataObjectsTest.TestExcepti...

Author: lawrence_danna
Revision Date: 2019-10-22 04:00:37 UTC

fix PythonDataObjectsTest.TestExceptions on windows

Looks like on windows googlemock regexes treat newlines differently
from on darwin. This patch fixes the regex in this test so it
will work on both.

Fixes: https://reviews.llvm.org/D69214

lp:~pali/llvm/polly-trunk Development 2019-10-21 15:48:42 UTC
3936. Fix Polly

Author: gchatelet
Revision Date: 2019-10-21 15:48:42 UTC

Fix Polly

lp:~pali/llvm/clang-tools-extra-trunk Development 2019-10-19 00:48:11 UTC
5261. Move endian constant from Host.h to S...

Author: rnk
Revision Date: 2019-10-19 00:48:11 UTC

Move endian constant from Host.h to SwapByteOrder.h, prune include

Works on this dependency chain:
  ArrayRef.h ->
  Hashing.h -> --CUT--
  Host.h ->
  StringMap.h / StringRef.h

ArrayRef is very popular, but Host.h is rarely needed. Move the
IsBigEndianHost constant to SwapByteOrder.h. Clients of that header are
more likely to need it.

lp:~pali/libclc/libclc-trunk Development 2019-09-27 05:58:15 UTC
583. travis: Add LLVM 9 build Reviewer: t...

Author: jvesely
Revision Date: 2019-09-27 05:58:15 UTC

travis: Add LLVM 9 build

Reviewer: tstellar
Signed-off-by: Jan Vesely <jan.vesely@rutgers.edu>

lp:~pali/llvm/compiler-rt-trunk Development 2019-02-16 08:34:26 UTC
11209. [compiler-rt] Cleanup usage of C++ AB...

Author: hahnfeld
Revision Date: 2019-02-16 08:34:26 UTC

[compiler-rt] Cleanup usage of C++ ABI library

Add missed value "libcxxabi" and introduce SANITIZER_TEST_CXX for linking
unit tests. This needs to be a full C++ library and cannot be libcxxabi.

Recommit r354132 which I reverted in r354153 because it broke a sanitizer
bot. This was because of the "fixes" for pthread linking, so I've removed
these changes.

Differential Revision: https://reviews.llvm.org/D58012

lp:~pali/llvm/llvm-toolchain-3.5-debian-packaging Development 2018-02-27 07:57:36 UTC
489. moved to git

Author: sylvestre
Revision Date: 2018-02-27 07:57:36 UTC

moved to git

lp:~pali/llvm/llvm-toolchain-3.9-packaging Development 2018-02-27 07:57:36 UTC
852. moved to git

Author: sylvestre
Revision Date: 2018-02-27 07:57:36 UTC

moved to git

lp:~pali/mesa/drm Development 2018-02-14 16:33:58 UTC
4283. android: Change gralloc_handle_t memb...

Author: Robert Foss
Revision Date: 2018-02-14 16:33:58 UTC

android: Change gralloc_handle_t members to be fixed width

In order to lessen future alignment issues, lets switch to
fixed width integers where possible.

This excludes the data_owner since it is a pid_t which
in theory could be larger than 32 bits.

Signed-off-by: Robert Foss <robert.foss@collabora.com>
Reviewed-by: Rob Herring <robh@kernel.org>

lp:~pali/smpq/stormlib Development 2018-01-13 12:48:21 UTC
29. New upstream release 9.22

Author: Pali
Revision Date: 2018-01-13 12:48:21 UTC

New upstream release 9.22

lp:~pali/kubuntu-packaging/kopete-git Development 2018-01-11 08:39:54 UTC
164. release to unstable, as team upload

Author: Pino Toscano
Revision Date: 2018-01-11 08:39:54 UTC

release to unstable, as team upload

lp:ocl-icd Development 2017-11-29 08:48:45 UTC
218. Release 2.2.12

Author: Vincent Danjean
Revision Date: 2017-11-29 08:48:45 UTC

Release 2.2.12

lp:~pali/kubuntu-packaging/kopete-git-pali Development 2017-06-18 11:48:00 UTC
118. Remove private symbol _ZN15AccountSel...

Author: Pali
Revision Date: 2017-06-18 11:48:00 UTC

Remove private symbol _ZN15AccountSelector20slotSelectionChangedEP14Q3ListViewItem@Base

lp:~pali/kubuntu-packaging/kopete-git-pali-without-jasper Development 2017-03-24 22:08:35 UTC
113. Build without jasper and disable yahoo

Author: Pali
Revision Date: 2017-03-24 22:08:12 UTC

Build without jasper and disable yahoo

lp:~pali/+junk/mesa-packaging Development 2017-02-26 13:01:24 UTC
55. --disable-shared when --enable-static

Author: Pali
Revision Date: 2017-02-26 13:01:24 UTC

--disable-shared when --enable-static

lp:~pali/+junk/mesa-lts-trusty-packaging Development 2017-02-26 12:57:53 UTC
38. Disable patch i915-dont-default-to-2....

Author: Pali
Revision Date: 2017-02-26 12:57:53 UTC

Disable patch i915-dont-default-to-2.1.patch

lp:~pali/libva/intel-driver Development 2017-02-18 23:22:23 UTC
1607. PROJECT HAS MOVED See https://github...

Author: Sean V Kelley
Revision Date: 2017-02-18 23:22:23 UTC

PROJECT HAS MOVED

See https://github.com/01org/intel-vaapi-driver

Signed-off-by: Sean V Kelley <seanvk@posteo.de>

lp:~pali/llvm/llvm-3.9 Development 2016-12-06 20:09:33 UTC
135437. Merging r288433: -------------------...

Author: tstellar
Revision Date: 2016-12-06 20:09:33 UTC

Merging r288433:

------------------------------------------------------------------------
r288433 | oranevskyy | 2016-12-01 14:58:35 -0800 (Thu, 01 Dec 2016) | 24 lines

[ARM] Fix for 64-bit CAS expansion on ARM32 with -O0

Summary:
This patch fixes comparison of 64-bit atomic with its expected value in CMP_SWAP_64 expansion.

Currently, the low words are compared with CMP, while the high words are compared with SBC. SBC expects the carry flag to be set if CMP detects a difference. CMP might leave the carry unset for unequal arguments though if the first one is >= than the second. This might cause the comparison logic to detect false equality.

Example of the broken C++ code:
```
std::atomic<long long> at(2);

long long ll = 1;
std::atomic_compare_exchange_strong(&at, &ll, 3);
```
Even though the atomic `at` and the expected value `ll` are not equal and `atomic_compare_exchange_strong` returns `false`, `at` is changed to 3.

The patch replaces SBC with CMPEQ.

Reviewers: t.p.northover

Subscribers: aemerson, rengolin, llvm-commits, asl

Differential Revision: https://reviews.llvm.org/D27315

------------------------------------------------------------------------

lp:~pali/llvm/compiler-rt-3.9 Development 2016-12-02 17:33:09 UTC
7332. [ARM|RT] Merging r24766 into 3.9.1 F...

Author: rengolin
Revision Date: 2016-12-02 17:33:09 UTC

[ARM|RT] Merging r24766 into 3.9.1

Fixes a bug encountered in RC2 validation.

lp:~pali/llvm/clang-3.9 Development 2016-11-29 15:53:17 UTC
64812. Merging r280120: -------------------...

Author: tstellar
Revision Date: 2016-11-29 15:53:17 UTC

Merging r280120:

------------------------------------------------------------------------
r280120 | niels_ole | 2016-08-30 11:00:22 -0700 (Tue, 30 Aug 2016) | 4 lines

Basic/Targets.cpp: Add polaris10 and polaris11 gpus

Differential Revision: https://reviews.llvm.org/D23746

------------------------------------------------------------------------

lp:~pali/llvm/lldb-3.9 Development 2016-11-23 08:18:42 UTC
14806. Merging r284001: --------------------...

Author: nitesh.jain
Revision Date: 2016-11-23 08:18:42 UTC

Merging r284001:
------------------------------------------------------------------------
r284001 | nitesh.jain | 2016-10-12 15:51:09 +0530 (Wed, 12 Oct 2016) | 7 lines

[LLDB][MIPS] Fix qProcessInfo to return correct pointer size based on ELF ABI

Reviewers: clayborg, labath

Subscribers: jaydeep, bhushan, slthakur, lldb-commits

Differential Revision: https://reviews.llvm.org/D25021
------------------------------------------------------------------------

lp:~pali/libva/libva-debian-2 Development 2016-11-21 17:18:23 UTC This branch has not been imported yet.
lp:~pali/+junk/beignet-packaging-old Development 2016-11-19 15:27:44 UTC
17. Fix patch terminfo

Author: Pali
Revision Date: 2015-02-10 16:12:34 UTC

Fix patch terminfo

lp:~pali/ocl-icd/trunk-bzr Development 2016-11-19 15:08:13 UTC This branch has not been imported yet.
lp:~pali/+junk/libdrm-packaging Development 2016-11-08 19:55:47 UTC
13. Remove debian/libdrm-amdgpu1.symbols

Author: Pali
Revision Date: 2016-11-08 19:55:47 UTC

Remove debian/libdrm-amdgpu1.symbols

lp:~pali/libva/libva-debian-precise Development 2016-11-07 21:23:40 UTC
301. Disable wayland, egl and create m4

Author: Pali
Revision Date: 2016-11-07 21:23:11 UTC

Disable wayland, egl and create m4

lp:~pali/libva/libva-debian Development 2016-11-07 21:02:32 UTC
300. No longer install dummy driver

Author: Sebastian Ramacher
Revision Date: 2016-09-05 21:36:51 UTC

No longer install dummy driver

lp:~pali/+junk/libclc-packaging Development 2016-11-07 19:49:18 UTC
12. Use llvm-3.9

Author: Pali
Revision Date: 2016-11-07 19:49:18 UTC

Use llvm-3.9

lp:~pali/+junk/llvm-toolchain-3.9-packaging-precise Development 2016-10-29 09:07:55 UTC
762. Use ld instead gold and with flags --...

Author: Pali
Revision Date: 2016-10-29 09:07:55 UTC

Use ld instead gold and with flags --no-keep-memory --reduce-memory-overheads

lp:~pali/llvm/polly-3.9 Development 2016-10-23 09:38:26 UTC
2527. ReleaseNotes: drop in-progress warning

Author: hans
Revision Date: 2016-08-18 20:15:53 UTC

ReleaseNotes: drop in-progress warning

lp:~pali/llvm/clang-tools-extra-3.9 Development 2016-10-23 09:36:41 UTC
1751. Drop doxygen link; the release ships ...

Author: hans
Revision Date: 2016-08-18 20:54:38 UTC

Drop doxygen link; the release ships it in tarball instead

lp:~pali/+junk/mesa-lts-saucy-packaging Development 2016-10-23 09:11:36 UTC
46. Install mesa_glinterop.h file

Author: Pali
Revision Date: 2016-10-23 09:11:36 UTC

Install mesa_glinterop.h file

lp:~pali/+junk/xserver-xorg-video-intel-packaging Development 2016-08-02 15:54:55 UTC
6. Depends on x11proto-damage-dev

Author: Pali
Revision Date: 2016-08-02 15:54:55 UTC

Depends on x11proto-damage-dev

lp:~pali/+junk/xserver-xorg-video-ati-packaging Development 2016-08-02 15:53:37 UTC
5. Depends on x11proto-damage-dev

Author: Pali
Revision Date: 2016-08-02 15:53:37 UTC

Depends on x11proto-damage-dev

lp:~pali/kubuntu-packaging/kopete-git-pali-without-kdepim Development 2016-07-04 19:12:42 UTC
112. Disable cryptography plugin

Author: Pali
Revision Date: 2016-07-04 19:12:42 UTC

Disable cryptography plugin

lp:~pali/smpq/stormlib-listfiles Development 2016-07-02 12:45:22 UTC
12. Fix packaging issues

Author: Pali
Revision Date: 2016-07-02 12:45:22 UTC

Fix packaging issues

lp:~pali/ubuntu/precise/libva/libva Development 2016-05-21 08:19:21 UTC
29. Upgrade to version 1.7.0-2 from Debian

Author: Pali
Revision Date: 2016-05-21 08:19:21 UTC

Upgrade to version 1.7.0-2 from Debian

lp:~pali/kubuntu-packaging/kopete Development 2016-03-13 13:01:54 UTC
75. Remove upstream patches

Author: Pali
Revision Date: 2015-06-17 18:57:37 UTC

Remove upstream patches

lp:~pali/+junk/mesa-demos-packaging Development 2016-01-04 18:33:30 UTC
6. Depends on freeglut3-dev

Author: Pali
Revision Date: 2016-01-04 18:33:30 UTC

Depends on freeglut3-dev

lp:~pali/+junk/maemo_libicd-network-ipv6-scripts Development 2015-12-21 12:26:46 UTC
21. Update changelog

Author: Pali
Revision Date: 2015-12-21 12:26:46 UTC

Update changelog

lp:~pali/ubuntu/oneiric/initramfs-tools/initramfs-tools bug(Has a merge proposal) Development 2015-11-17 13:22:11 UTC
241. Fixed writing messages to plymouth

Author: Pali
Revision Date: 2011-07-17 09:11:48 UTC

Fixed writing messages to plymouth

lp:~pali/chromium-browser/precise-working Development 2015-09-28 18:38:18 UTC
980. Disable patch ld-memory-32bit.patch

Author: Pali
Revision Date: 2015-09-28 18:38:18 UTC

Disable patch ld-memory-32bit.patch

lp:~pali/+junk/llvm-toolchain-3.7 Development 2015-09-28 17:54:26 UTC
8. Disable lldb tests

Author: Pali
Revision Date: 2015-09-28 17:54:26 UTC

Disable lldb tests

lp:~pali/+junk/xserver-xorg-video-intel-lts-trusty-packaging Development 2015-07-26 09:47:28 UTC
7. Merge with package xserver-xorg-video...

Author: Pali
Revision Date: 2015-07-26 09:47:28 UTC

Merge with package xserver-xorg-video-intel-lts-trusty

lp:~pali/+junk/llvm-toolchain-3.6 Development 2015-05-24 13:20:16 UTC
9. Ignore test errors

Author: Pali
Revision Date: 2015-05-24 13:20:16 UTC

Ignore test errors

lp:~pali/ubuntu/precise/lsb/lsb-messages Development 2015-04-05 18:47:09 UTC
46. * bzr merge lp:ubuntu/precise-updates...

Author: Pali
Revision Date: 2015-04-05 18:27:32 UTC

* bzr merge lp:ubuntu/precise-updates/lsb

lp:~pali/ubuntu/precise/initramfs-tools/initramfs-tools-messages Development 2015-04-05 18:46:44 UTC
242. * bzr merge lp:ubuntu/precise-updates...

Author: Pali
Revision Date: 2015-04-05 18:13:56 UTC

* bzr merge lp:ubuntu/precise-updates/initramfs-tools

lp:~pali/ubuntu/precise/kubuntu-default-settings-pali/kubuntu-default-settings-pali-messages Development 2015-04-05 18:46:14 UTC
311. * bzr merge lp:ubuntu/precise/kubuntu...

Author: Pali
Revision Date: 2015-04-05 18:00:44 UTC

* bzr merge lp:ubuntu/precise/kubuntu-default-settings

lp:~pali/ubuntu/precise/plymouth/plymouth-messages Development 2015-04-05 18:45:50 UTC
1407. * bzr merge lp:ubuntu/precise-updates...

Author: Pali
Revision Date: 2015-04-05 17:14:06 UTC

* bzr merge lp:ubuntu/precise-updates/plymouth

lp:~pali/llvm/lldb-3.5 Development 2015-03-18 00:37:37 UTC
9173. Merging r230694: --------------------...

Author: tstellar
Revision Date: 2015-03-18 00:37:37 UTC

Merging r230694:
------------------------------------------------------------------------
r230694 | chaoren | 2015-02-26 14:15:16 -0800 (Thu, 26 Feb 2015) | 16 lines

Fix Bug 20400

Summary:
http://llvm.org/bugs/show_bug.cgi?id=20400

The default triple of i686-pc-linux-gnu for 32 bit linux targets is compatible
but not necessarily identical to the inferior binaries.

Applying Azat Khuzhin's solution of using ArchSpec::IsCompatibleMatch() instead
of ArchSpec::IsExactMatch() when comparing ObjectFile and Modules architecture.

Reviewers: vharron

Subscribers: lldb-commits

Differential Revision: http://reviews.llvm.org/D7897
------------------------------------------------------------------------

lp:~pali/llvm/llvm-3.5 Development 2015-03-17 20:42:08 UTC
103223. Merging r214336: -------------------...

Author: tstellar
Revision Date: 2015-03-17 20:42:08 UTC

Merging r214336:

------------------------------------------------------------------------
r214336 | rafael.espindola | 2014-07-30 17:04:00 -0400 (Wed, 30 Jul 2014) | 9 lines

SimplifyCFG: Avoid miscompilations due to removed lifetime intrinsics.

The lifetime intrinsics need some work in order to make it clear which
optimizations are or are not valid.

For now dropping this optimization avoids a miscompilation.

Patch by Björn Steinbrink.

------------------------------------------------------------------------

lp:~pali/+junk/llvm-toolchain-3.5-packaging Development 2015-02-10 16:23:58 UTC
376. Fix LLVM_VERSION_FULL

Author: Pali
Revision Date: 2015-02-10 16:23:58 UTC

Fix LLVM_VERSION_FULL

lp:~pali/+junk/kubuntu-automation Development 2014-12-28 17:25:46 UTC
442. Fix backporting kde-baseapps for precise

Author: Pali
Revision Date: 2014-12-28 17:25:46 UTC

Fix backporting kde-baseapps for precise

lp:~pali/llvm/clang-3.5 Development 2014-12-08 23:38:47 UTC
52794. Merging r221832: -------------------...

Author: tstellar
Revision Date: 2014-12-08 23:38:47 UTC

Merging r221832:

------------------------------------------------------------------------
r221832 | richard-llvm | 2014-11-12 18:38:38 -0500 (Wed, 12 Nov 2014) | 5 lines

PR19372: Keep checking template arguments after we see an argument pack
expansion into a parameter pack; we know that we're still filling in that
parameter's arguments. Previously, if we hit this case for an alias template,
we'd try to substitute using non-canonical template arguments.

------------------------------------------------------------------------

lp:~pali/llvm/compiler-rt-3.5 Development 2014-08-19 23:30:32 UTC
4417. Merging r215295: --------------------...

Author: rengolin
Revision Date: 2014-08-19 23:30:32 UTC

Merging r215295:
------------------------------------------------------------------------
r215295 | compnerd | 2014-08-09 21:17:37 +0100 (Sat, 09 Aug 2014) | 10 lines

builtins: correct __umodsi3, __udivsi3 on ARM

When building the builtins for a modern CPU (idiv support), __umodsi3 was
completely incorrect as it would behave as __udivmosi3, which takes a tertiary
parameter which is a pointer.

__udivsi3 was also incorrect, returning the remainder in r1. Although this
would not result in any crash or invalid behaviour as r1 is a caller saved
register in AAPCS, this is unnecessary. Simply perform the division ignoring
the remainder.
------------------------------------------------------------------------

lp:~pali/llvm/polly-3.5 Development 2014-08-15 11:41:03 UTC
1063. Revert renaming. Should rename tags i...

Author: void
Revision Date: 2014-08-06 23:15:48 UTC

Revert renaming. Should rename tags instead.

lp:~pali/llvm/clang-tools-extra-3.5 Development 2014-08-15 11:38:43 UTC
560. Revert renaming. Should rename tags i...

Author: void
Revision Date: 2014-08-06 23:15:45 UTC

Revert renaming. Should rename tags instead.

lp:~pali/+junk/xserver-xorg-video-ati-lts-trusty-packaging Development 2014-08-07 18:16:48 UTC
2. Disable upstream patches

Author: Pali
Revision Date: 2014-08-07 18:16:48 UTC

Disable upstream patches

lp:~pali/+junk/glamor-egl-lts-trusty-packaging Development 2014-08-07 17:57:11 UTC
2. Add patch ltst.patch

Author: Pali
Revision Date: 2014-08-07 17:57:11 UTC

Add patch ltst.patch

lp:~pali/+junk/xserver-xorg-video-nouveau-packaging Development 2014-07-03 15:57:31 UTC
7. Remove upstream patch 0001-xorg_list-...

Author: Pali
Revision Date: 2014-07-03 15:57:31 UTC

Remove upstream patch 0001-xorg_list-define-the-xorg_list-symbols.patch

lp:~pali/glamor/trunk Development 2014-06-26 14:24:56 UTC
311. glamor_xv: add missing include glamo...

Author: Chi-Thanh Christopher Nguyen
Revision Date: 2014-06-26 14:24:56 UTC

glamor_xv: add missing include

glamor_xv.c uses DamageDamageRegion but does not include xorg/damage.h. This
causes the build to fail if 9b8217f9ef6279fff6628631d18497bed0343ef9 is not
present in the X server.

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=75466
Bugzilla: https://bugs.gentoo.org/show_bug.cgi?id=499442

Signed-off-by: Chí-Thanh Christopher Nguyễn <chithanh at gentoo.org>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

lp:~pali/+junk/xserver-xorg-video-intel-lts-saucy-packaging Development 2014-06-04 11:50:03 UTC
6. Move debian/* to top level dir

Author: Pali
Revision Date: 2014-06-04 11:50:03 UTC

Move debian/* to top level dir

lp:~pali/ubuntu/precise/util-linux/bug-1164683 bug(Has a merge proposal) Development 2014-05-28 13:10:24 UTC
89. Correctly read udf label with blocksi...

Author: Pali
Revision Date: 2014-05-28 13:07:38 UTC

Correctly read udf label with blocksize < 2048 (LP: #1164683)

lp:~pali/kubuntu-packaging/kopete-precise Development 2014-05-15 15:09:22 UTC
40. * bzr merge lp:~pali/kubuntu-packagin...

Author: Pali
Revision Date: 2014-05-15 15:09:22 UTC

* bzr merge lp:~pali/kubuntu-packaging/kopete

lp:~pali/+junk/xserver-xorg-video-nouveau-lts-saucy-packaging Development 2014-05-09 13:24:37 UTC
6. Merge with package xserver-xorg-video...

Author: Pali
Revision Date: 2014-05-09 13:24:16 UTC

Merge with package xserver-xorg-video-nouveau-lts-saucy

lp:~pali/+junk/llvm-toolchain-3.5-packaging-old Development 2014-05-08 10:18:58 UTC
8. Fix files for libclang-common-3.5-dev

Author: Pali
Revision Date: 2014-05-07 07:50:33 UTC

Fix files for libclang-common-3.5-dev

lp:~pali/+junk/xserver-xorg-video-ati-lts-saucy-packaging Development 2014-04-11 12:49:31 UTC
5. Merge with package xserver-xorg-video...

Author: Pali
Revision Date: 2014-04-11 12:48:31 UTC

Merge with package xserver-xorg-video-ati-lts-saucy

lp:~pali/+junk/glamor-egl-lts-saucy-packaging Development 2014-04-10 16:17:52 UTC
4. Merge with package glamor-egl-lts-saucy

Author: Pali
Revision Date: 2014-04-10 16:17:12 UTC

Merge with package glamor-egl-lts-saucy

lp:~pali/ubuntu/precise/llvm-toolchain-3.4/llvm-toolchain-3.4 Development 2014-02-06 16:14:52 UTC
14. Do not fail on tests

Author: Pali
Revision Date: 2013-12-23 20:24:58 UTC

Do not fail on tests

lp:~pali/+junk/glamor-egl-packaging Development 2014-01-24 17:50:53 UTC
3. Increase version

Author: Pali
Revision Date: 2014-01-24 17:50:53 UTC

Increase version

lp:~pali/+junk/maemo_fiasco-image-update-ask Development 2013-10-23 10:20:49 UTC
24. Update changelog

Author: Pali
Revision Date: 2013-10-23 10:20:49 UTC

Update changelog

lp:~pali/+junk/gnash Development 2013-09-17 19:03:44 UTC
24. Move to debian subdir

Author: Pali
Revision Date: 2013-09-17 19:03:44 UTC

Move to debian subdir

lp:~pali/+junk/maemo_M32GB Development 2013-09-06 10:14:49 UTC
12. Fixed another stupid invidible whites...

Author: Pali
Revision Date: 2013-09-06 10:14:49 UTC

Fixed another stupid invidible whitespace

lp:~pali/+junk/xuheki Development 2013-07-24 11:20:47 UTC
1. Initial commit

Author: Pali
Revision Date: 2013-07-24 11:20:02 UTC

Initial commit

lp:~pali/kdenetwork/kopete-old Development 2013-06-29 15:21:52 UTC
997. * svn build 1357035 for release raring

Author: Pali
Revision Date: 2013-06-05 11:16:18 UTC

* svn build 1357035 for release raring

lp:~pali/+junk/dritek Development 2013-05-05 09:07:02 UTC
9. Fix compilation on new kernels

Author: Pali
Revision Date: 2013-05-05 09:07:02 UTC

Fix compilation on new kernels

lp:~pali/ubuntu/raring/udev/hp-elitebook-8460p (Has a merge proposal) Development 2013-04-05 15:54:43 UTC
234. Add patch for HP EliteBook 8460p buttons

Author: Pali
Revision Date: 2013-04-05 15:54:08 UTC

Add patch for HP EliteBook 8460p buttons

lp:~pali/smpq/stormlib-doc Development 2013-03-10 11:18:23 UTC
6. Rename dsc package back to stormlib-doc

Author: Pali
Revision Date: 2013-03-10 11:15:44 UTC

Rename dsc package back to stormlib-doc

lp:~pali/+junk/aspell-cs-ascii Development 2013-01-17 13:21:01 UTC
6. Created ascii dictionary package from...

Author: Pali
Revision Date: 2013-01-17 13:20:28 UTC

Created ascii dictionary package from aspell-cs

lp:~pali/+junk/maemo_ipv6-support Development 2013-01-03 20:47:10 UTC
9. Nokia binary in libicd-network-ipv6 i...

Author: Pali
Revision Date: 2013-01-03 20:47:10 UTC

Nokia binary in libicd-network-ipv6 is thumb compiled, so add dependency on kernel with thumb support

lp:~pali/+junk/maemo_getbootstate Development 2013-01-02 11:39:58 UTC
46. preinit - Create also /dev/ttyS0 and ...

Author: Pali
Revision Date: 2013-01-02 11:39:58 UTC

preinit - Create also /dev/ttyS0 and set variable devfs_created to 1

lp:~pali/+junk/maemo_pcsuite-usb-network Development 2012-12-31 17:17:25 UTC
9. USB network in PC Suite mode was inte...

Author: Pali
Revision Date: 2012-12-31 17:17:25 UTC

USB network in PC Suite mode was integrated into Maemo CSSU update

lp:~pali/+junk/maemo_bootmenu Development 2012-12-16 00:02:54 UTC
116. Fix watchdogs crash when reading CAL ...

Author: Pali
Revision Date: 2012-12-16 00:02:54 UTC

Fix watchdogs crash when reading CAL failed

lp:~pali/+junk/maemo_battery-widget Development 2012-12-12 22:58:47 UTC
6. Optify package and remove unneeded files

Author: Pali
Revision Date: 2012-12-12 22:58:47 UTC

Optify package and remove unneeded files

lp:~pali/+junk/ghost++ Development 2012-09-25 22:14:23 UTC
6. * Fix creating log file * Fixed posti...

Author: Pali
Revision Date: 2012-09-25 22:14:23 UTC

* Fix creating log file
* Fixed postinst script

lp:~pali/+junk/maemo_recovery-boot Development 2012-07-10 17:56:27 UTC
21. Fix CURRENT_VC in loadkmap.c

Author: Pali
Revision Date: 2012-07-10 17:56:27 UTC

Fix CURRENT_VC in loadkmap.c

lp:pvpgn Development 2012-03-10 11:10:04 UTC
548. Merge pull request #1 from Pelish/mas...

Author: d1zzy
Revision Date: 2011-12-29 21:36:52 UTC

Merge pull request #1 from Pelish/master

Fix for a bug in WOL USERIP command

lp:~pali/maemo-browser/trunk Development 2012-02-29 23:49:37 UTC
4011. Update to 20100401 baseline

Author: romaxa
Revision Date: 2012-02-29 23:49:37 UTC

Update to 20100401 baseline

lp:~pali/+junk/maemo_libbqioctl Development 2012-02-29 12:47:20 UTC
7. Use va_list for open and ioctl, use R...

Author: Pali
Revision Date: 2012-02-29 12:47:20 UTC

Use va_list for open and ioctl, use RTLD_NEXT for dlsym

lp:~pali/ubuntu/precise/bluez/bluez (Has a merge proposal) Development 2012-02-12 10:22:18 UTC
84. Respawn bluetooth daemon if crashed

Author: Pali
Revision Date: 2012-02-12 10:21:06 UTC

Respawn bluetooth daemon if crashed

lp:~pali/ubuntu/precise/pulseaudio/pulseaudio (Has a merge proposal) Development 2012-02-12 10:07:18 UTC
165. Convert System V pulseaudio init scri...

Author: Pali
Revision Date: 2012-02-12 10:07:18 UTC

Convert System V pulseaudio init script to upstart

lp:~pali/ubuntu/oneiric/kubuntu-default-settings/kubuntu-default-settings (Has a merge proposal) Development 2012-01-28 13:53:33 UTC
310. * bzr merge lp:ubuntu/kubuntu-default...

Author: Pali
Revision Date: 2012-01-28 13:53:33 UTC

* bzr merge lp:ubuntu/kubuntu-default-settings

lp:~pali/stratagus/boswars-network-merge (Linked to a blueprint) Development 2012-01-24 17:47:54 UTC
7963. Reapply commit merged some stuff from...

Author: Pali
Revision Date: 2011-04-12 21:28:17 UTC

Reapply commit merged some stuff from boswars back to stratagus in network submodule

lp:~pali/+junk/maemo_initrd-progs Development 2012-01-08 18:43:19 UTC
1. Added program key_pressed

Author: Pali
Revision Date: 2012-01-08 18:42:55 UTC

Added program key_pressed

lp:~pali/pvpgn/berlios Development 2011-12-27 08:17:06 UTC
547. Fix for /clan commands bug when clan ...

Author: pelish
Revision Date: 2011-03-03 20:58:02 UTC

Fix for /clan commands bug when clan was always created after two invitations was accepted add PHP WOLHASH implementation script

lp:~pali/+junk/maemo_locale-resolver-config Development 2011-12-16 00:50:05 UTC
1. Initial release

Author: Pali
Revision Date: 2011-12-16 00:50:05 UTC

Initial release

lp:~pali/+junk/maemo_getbootstate-old Development 2011-11-22 23:39:09 UTC
6. Minor fix

Author: Pali
Revision Date: 2011-10-02 09:27:32 UTC

Minor fix

lp:~pali/+junk/maemo_kbd bug Development 2011-11-15 21:55:30 UTC
3. Changes for Maemo

Author: Pali
Revision Date: 2011-11-15 19:02:33 UTC

Changes for Maemo

1100 of 115 results