lp:ubuntu/karmic/net-tools

Created by James Westby and last modified
Get this branch:
bzr branch lp:ubuntu/karmic/net-tools
Members of Ubuntu branches can upload to this branch. Log in for directions.

Related bugs

Related blueprints

Branch information

Owner:
Ubuntu branches
Review team:
Ubuntu Development Team
Status:
Development

Recent revisions

15. By Muharem Hrnjadovic

* Merge from debian unstable, remaining changes:
  Ubuntu_unit_conversion.patch:
    - the diff-style patch was converted into quilt format
    - Ubuntu Policy: output using standard SI unit multiples:
      KB (10^3), MB (10^6), GB (10^9), TB (10^12) and PB (10^15).
      Includes manpage update to remove comment about IEC units.
      LP: #240073.
  Dropped patches, already in debian:
    - lib/ec_hw.c: #include <stddef.h to get definition of NULL.
    - lib/fddi.c: #include <linux/types.h> to get types. LP: #66209.

14. By Scott James Remnant (Canonical)

* Merge from debian unstable, remaining changes:
  - Ubuntu Policy: output using standard SI unit multiples:
    KB (10^3), MB (10^6), GB (10^9), TB (10^12) and PB (10^15).
    Includes manpage update to remove comment about IEC units.
    LP: #240073.
  - lib/ec_hw.c: #include <stddef.h to get definition of NULL.
  - lib/fddi.c: #include <linux/types.h> to get types. LP: #66209.

13. By Scott James Remnant (Canonical)

Include stddef.h to get NULL

12. By Scott James Remnant (Canonical)

Change units to be multiples of 10, there is compelling argument that
this is better for transfer speeds and bandwidths. Remove mention of
IEC 60027-2 units from the manpage. LP: #240073.

11. By Michael Vogt

* Merge from debian unstable, remaining changes:
  - Change units to be more consistent with Ubuntu
  - lib/fddi.c: Add missing #include <linux/types.h> to fix FTBFS
  - set Ubuntu maintainer address

10. By Michael Vogt

* Merge from debian unstable, remaining changes:
  - Change units to be more consistent with Ubuntu
  - lib/fddi.c: Add missing #include <linux/types.h> to fix FTBFS
  - set Ubuntu maintainer address

9. By Scott James Remnant (Canonical)

Change units to be more consistent with other parts of Ubuntu, such
as the desktop. LP: #119998.

8. By Martin Pitt

lib/fddi.c: Add missing #include <linux/types.h> to fix FTBFS.
Closes: LP#66209

7. By Bernd Eckenfels

arp.c: bus error on sparc64 with latest gcc fixed. (Closes: Bug#340384)

6. By Fabio Massimo Di Nitto

Fix arp command on sparc64 and ia64 (at least):
(thanks to David S. Miller for the patch)

Rationale:

struct sockaddr is not aligned enough to be accessed as
a sockaddr_in, so use "struct sockaddr_storage" which gives
us the correct alignment.

Tested on i386/ppc/hppa/sparc/ia64.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:ubuntu/lucid/net-tools
This branch contains Public information 
Everyone can see this information.

Subscribers