linux-kernel-headers (2.6.11.2-0ubuntu18) dapper; urgency=low * Use the right CPP guards so that little endian machines work too. This and a new iproute upload should really fix Malone #23010 - debian/patches/linux_ip.h.patch: Update. -- Jeff Bailey Sun, 21 May 2006 23:16:39 -0400 linux-kernel-headers (2.6.11.2-0ubuntu17) dapper; urgency=low * Don't include both little endian and big endian fields in ip.h. - debian/patches/linux_ip.h.patch: New file. -- Jeff Bailey Mon, 15 May 2006 08:14:30 -0400 linux-kernel-headers (2.6.11.2-0ubuntu16) dapper; urgency=low * Make serio.h usable, add defines for SERIO_ELO and SERIO_MICROTOUCH. - debian/patches/linux-serio.h.patch: New file. - testsuite/serio.c: New file. -- Jeff Bailey Sat, 4 Feb 2006 11:13:21 +0000 linux-kernel-headers (2.6.11.2-0ubuntu15) dapper; urgency=low * Actually populate /usr/include/asm-i386 with i386 headers: - debian/rules: Fix pasto. -- Jeff Bailey Tue, 6 Dec 2005 12:58:09 +0000 linux-kernel-headers (2.6.11.2-0ubuntu14) dapper; urgency=low * Fix compilation of udev: - debian/patches/linux-un.h: New file. - debian/patches/linux-socket.h: Include nlmsg and cmsg stuff. - debian/patches/linux-wait.h: New file. - debian/patches/linux-byteorder-swab.h: New file, this just doesn't define the macros under non-glibc until someone provides versions that don't rely on glibc -- Scott James Remnant Thu, 10 Nov 2005 17:50:59 -0500 linux-kernel-headers (2.6.11.2-0ubuntu13) breezy; urgency=low * debian/patches/linux-inotify.patch: Update inotify to reflect kernel update. (Ubuntu #14456) -- Jeff Bailey Thu, 6 Oct 2005 17:12:14 -0400 linux-kernel-headers (2.6.11.2-0ubuntu12) breezy; urgency=low * debian/patches/linux-inotify.h: Include missing define (Ubuntu #14456) * debian/patches/linux-socket.h: Wrap defines in #if not glibc to cope with people including linux/socket.h by accident. -- Jeff Bailey Tue, 13 Sep 2005 09:40:00 -0400 linux-kernel-headers (2.6.11.2-0ubuntu11) breezy; urgency=low * debian/patches/linux-inotify.h: New file. (Ubuntu #14456) * debian/patches/asm-i386-ioctl.h.patch: Minimize _IOC_TYPECHECK so that g++-4.0 doesn't trip on it. (Ubuntu #9026) -- Jeff Bailey Wed, 31 Aug 2005 21:56:47 -0400 linux-kernel-headers (2.6.11.2-0ubuntu10) breezy; urgency=low * Do not test atomic.h with -ansi in C89 and C99 modes. * Change asm and volatile to __asm__ and __volatile__ in asm-ia64/gcc_intrin.h. * Remove definition of EV_RST from linux/input.h. It's only for 2.4 and earlier kernels. -- Jeff Bailey Tue, 24 May 2005 21:56:11 +0000 linux-kernel-headers (2.6.11.2-0ubuntu9) breezy; urgency=low * Remove use of variable "new" in asm-ia64/atomic.h * New test for atomic.h -- Jeff Bailey Tue, 24 May 2005 20:43:18 +0000 linux-kernel-headers (2.6.11.2-0ubuntu8) breezy; urgency=low * Touch generate-asm.sh to actually know about x86_64 -- Jeff Bailey Thu, 19 May 2005 20:41:34 +0000 linux-kernel-headers (2.6.11.2-0ubuntu7) breezy; urgency=low * Fix signal.patch to actually put new files in. * New patch: bitwise, needed for xorg compilation with recent kernel headers. -- Jeff Bailey Thu, 19 May 2005 15:13:43 +0000 linux-kernel-headers (2.6.11.2-0ubuntu6) breezy; urgency=low * Use the same biarch setup on x86_64 as on i386. * New patches: linux-time.h, resource, signal, linux-socket.h for klibc compilation. * New patch: linux-stat.h for udev compilation with klibc. * New patch: zz_ansi_c99.patch for Ansi C99 long long support. (Ubuntu BZ#10487) * Test with -std=c99 -pedantic * New test: rtnetlink.c -- Jeff Bailey Fri, 6 May 2005 18:05:03 -0400 linux-kernel-headers (2.6.11.2-0ubuntu5) breezy; urgency=low * Add Conflicts: amd64-libs-dev (<= 1.1) -- Jeff Bailey Thu, 5 May 2005 14:58:26 -0400 linux-kernel-headers (2.6.11.2-0ubuntu4) breezy; urgency=low * Adam Conrad - Add linux-keyboard.h.patch to get us the NR_KEYS definition which will be used in 2.6.12 and beyond, which unbreaks the build of the kbd/console-tools utilities. * Jeff Bailey - Do biarch i386/x86_64 setup. - Fix typo in generate_arch.sh that assumed {ARCH64} = {ARCH}64 -- Jeff Bailey Wed, 4 May 2005 14:49:52 -0400 linux-kernel-headers (2.6.11.2-0ubuntu3) breezy; urgency=low * Jeff Bailey - Fix thinko in 32/64 bit biarch asm support. -- Jeff Bailey Fri, 15 Apr 2005 11:21:06 -0400 linux-kernel-headers (2.6.11.2-0ubuntu2) breezy; urgency=low * Jeff Bailey - Apply patches to ia64, parisc and sparc to not expose "long long" to strict C89 compilers when including posix_types.h and types.h. -- Jeff Bailey Thu, 14 Apr 2005 15:31:37 -0400 linux-kernel-headers (2.6.11.2-0ubuntu1) breezy; urgency=low * Jeff Bailey - Stop using home-grown linux-kernel-headers solution, and switch to linux-libc-headers. - remove testsuite/spinlock.c, our headers no longer include spinlock.h as a sideeffect. -- Jeff Bailey Wed, 13 Apr 2005 16:24:47 +0000 linux-kernel-headers (2.5.999-test7-bk-17) unstable; urgency=low * GOTO Masanori - Don't use the XSI:isms `-a' and `-o' in tests for debian/generate-asm.sh from David Weinehall . (Closes: #256502) - Install i386 kernel headers into /usr/include/i386-linux on x86-64 from Andreas Jochens . (Closes: #252720) - Fix 64bit conversion makes weird behavior on s390 from Bastian Blank . (Closes: #259766) - s390-asm-byteorder.patch - Fix -ansi vs long long. (Closes: #252651) - asm-types-long-long.patch - Revert x86-64 modification in x86-64-long-long.patch because asm-types-long-long.patch fixes more appropriate method. -- GOTO Masanori Sun, 6 Jun 2004 05:35:11 +0900 linux-kernel-headers (2.5.999-test7-bk-16) unstable; urgency=low * Add a patch for MIPS and from Thiemo Seufer . (Closes: #234236) - debian/patches/asm-mips-asm-and-unistd.patch * Add a patch for x86-64 and from Kurt Roeckx . (Closes: #245387) - debian/patches/x86-64-long-long.patch * Add a patch for S390 to fix breakage when using gcc -ansi and #include . (Closes: #231972) - debian/patches/s390-asm-types.patch * debian/control: Update debhelper Build-Depends version to 4.1.0. * debian/control: Change gotom's address. -- GOTO Masanori Tue, 11 May 2004 15:22:19 +0900 linux-kernel-headers (2.5.999-test7-bk-15) unstable; urgency=low * Add a patch for Sparc from Ben Collins. * Add a patch for Sparc from Clint Adams (Closes: #227957). -- Daniel Jacobowitz Wed, 21 Jan 2004 09:50:38 -0500 linux-kernel-headers (2.5.999-test7-bk-14) unstable; urgency=low * Add a patch for (Closes: #225428). - debian/patches/toshiba.patch * Add another HPPA patch (Closes: #226540) (I hope). - debian/patches/hppa-atomic.patch -- Daniel Jacobowitz Wed, 7 Jan 2004 13:14:48 -0500 linux-kernel-headers (2.5.999-test7-bk-13) unstable; urgency=low * Fix another build failure on Alpha. - debian/patches/alpha-ansi.patch * Fix another build failure on ia64. - debian/patches/ia64-byteorder.patch -- Daniel Jacobowitz Sun, 4 Jan 2004 18:06:31 -0500 linux-kernel-headers (2.5.999-test7-bk-12) unstable; urgency=low * Update padding fix for Alpha and s390x, which do not define _LP64 in GCC 3.3. - debian/patches/asm-system-and-padding.patch * Correct an #ifndef __KERNEL__ to #ifdef __KERNEL__ for HPPA. - debian/patches/asm-system-and-padding.patch * Disable use of intrinsics in byteorder.h from userspace to fix ia64 build failures (Closes: #225697). - debian/patches/ia64-byteorder.patch * Add amd64 support (Closes: #225599). * Fix compilation of linux/nbd.h (Closes: #225594). * Work around a bug in cdbs 0.4.14. * Fix compilation of by providing dummy lock types (Closes: #223051). - debian/patches/spinlock.patch - testsuite/spinlock.c * Fix compilation of by not including the FSM in userspace (Closes: #224570). - debian/patches/isdn.patch - testsuite/isdn.c * Fix compilation of (Closes: #224360). - debian/patches/usb.patch - testsuite/usb.c * Fix compilation of (Closes: #220517). - debian/patches/i2c-dev.patch - testsuite/i2c.c -- Daniel Jacobowitz Sat, 3 Jan 2004 13:39:22 -0500 linux-kernel-headers (2.5.999-test7-bk-11) unstable; urgency=low * Build fixes for mips, mipsel, sparc, and probably ia64 and alpha. - debian/patches/mips-ansi-fixes.patch - debian/patches/asm-system-and-padding.patch * Fix a -Werror warning in the testsuite. - testsuite/fs.c -- Daniel Jacobowitz Tue, 30 Dec 2003 14:40:28 -0500 linux-kernel-headers (2.5.999-test7-bk-10) unstable; urgency=low * Daniel Jacobowitz - Add a testsuite. - Resolve a conflict between and (Closes: #215337, #219664). - debian/patches/no-linux-compiler-h.patch - Let compile by moving some of into __KERNEL__ (Closes: #215937). - debian/patches/linux-netlink-compilation.patch - Fix a -W (-Wextra) warning with the ioctl type checking macros (Closes: #219940, #220953). - debian/patches/ioctl-signedness.patch - Quiet #warning from for now. - debian/patches/linux-list-quiet-warning.patch - Fix conflict between and , and other C++ namespace cleanliness problems (Closes: #218438, #220232, #216921, #221438). - debian/patches/linux-types-and-time.patch - debian/patches/linux-types-ustat.h removed. - Also export __kernel_dev_t for util-linux/cryptoloop (Closes: 220991). - debian/patches/linux-types-and-time.patch - Remove some useless __const__ markers from byteorder headers. - debian/patches/byteorder-const.patch - Add __extension__ to several ({ }) constructs to allow them with -ansi (Closes: #203303). - debian/patches/byteorder.patch - Disable the contents of in userspace (Closes: #220138). - debian/patches/ia64-pal.patch - Don't include unneeded mod_devicetable.h from linux/pci.h (Closes: #221543). - debian/patches/linux-pci.patch - Don't include buffer_head.h from linux/msdos_fs.h (Closes: #220331). - debian/patches/msdos-fs.patch - Suppress pedantic long long warnings for . - debian/patches/linux-types-long-long.patch * Jeff Bailey - debian/control: Bump standards version to 3.6.1. No changes required. -- Daniel Jacobowitz Sat, 13 Dec 2003 16:13:20 -0500 linux-kernel-headers (2.5.999-test7-bk-9) unstable; urgency=low * Phil Blundell - debian/patches/arm-query-module.patch: New. (Closes: #219769) -- Philip Blundell Sun, 9 Nov 2003 00:21:32 +0000 linux-kernel-headers (2.5.999-test7-bk-8) unstable; urgency=low * Daniel Jacobowitz - debian/linux-kernel-headers.preinst: Check for asm-generic symlink (Closes: #218516). - debian/patches/linux-unistd-errno.patch: Don't say "extern int errno" in userspace. - debian/patches/linux-radix-tree.patch: Disable this header outside __KERNEL__ (Closes: #219175). -- Daniel Jacobowitz Wed, 5 Nov 2003 09:32:07 -0500 linux-kernel-headers (2.5.999-test7-bk-7) unstable; urgency=low * GOTO Masanori - debian/patches/linux-fb-compilefix.patch: Compilation fix not to export kernel internal structure and headers for and . (Closes: #216921) * Daniel Jacobowitz - debian/patches/ia64-modutils.patch: Add old module syscalls so that glibc will build the modutils support functions on 2.4 kernels. - Update linux-fb-compilefix.patch not to include either. - Include pre-generated for HPPA (GDB needs it) and ia64 (several kernel headers reference it). -- Daniel Jacobowitz Wed, 5 Nov 2003 00:36:05 -0500 linux-kernel-headers (2.5.999-test7-bk-6) unstable; urgency=low * Add .cvsignore. * Replace old versions of dvb-dev (Closes: #218387). * Don't use __u64 in if it wasn't defined. * Don't include in (Closes: #212101). * Disable the guts of in userspace (Closes: #218447, #218482). -- Daniel Jacobowitz Sat, 1 Nov 2003 17:34:44 -0500 linux-kernel-headers (2.5.999-test7-bk-5) unstable; urgency=low * Conflict with libc6.1-dev, not libc6.1. Oops. * Change maintainer to debian-glibc. -- Daniel Jacobowitz Mon, 27 Oct 2003 11:12:06 -0500 linux-kernel-headers (2.5.999-test7-bk-4) unstable; urgency=low * Don't define struct ustat in , since it conflicts with . -- Daniel Jacobowitz Sun, 26 Oct 2003 14:35:49 -0500 linux-kernel-headers (2.5.999-test7-bk-3) unstable; urgency=low * Don't define PT_IA64_UNWIND on IA64. From Ian Wienand . -- Daniel Jacobowitz Fri, 24 Oct 2003 18:18:47 -0400 linux-kernel-headers (2.5.999-test7-bk-2) unstable; urgency=low * Use $(DEB_HOST_ARCH) to select autoconf.h template. -- Daniel Jacobowitz Mon, 20 Oct 2003 21:53:52 -0400 linux-kernel-headers (2.5.999-test7-bk-1) unstable; urgency=low * Initial release. * Include templates for most architectures. * Include a MIPS patch for msqid64_ds (part of bug #200215). * Generate 64-bit wrappers for sparc64. -- Daniel Jacobowitz Mon, 20 Oct 2003 12:53:48 -0400