~ubuntu-branches/ubuntu/natty/procps/natty-proposed

« back to all changes in this revision

Viewing changes to debian/patches/20_sysinfo_c.dpatch

  • Committer: Bazaar Package Importer
  • Author(s): Lars Wirzenius
  • Date: 2008-06-25 22:36:33 UTC
  • Revision ID: james.westby@ubuntu.com-20080625223633-17m20rfv89bz92hu
Tags: 1:3.2.7-8ubuntu1
* Merge from debian unstable, remaining changes (LP: #242976):
  - debian/{postinst,rules}: Place init script at priority 17.
  - debian/patches/60_top_nohz: fix idle report when running NOHZ.
  - debian/sysctl.conf: enable /proc/$pid/maps protection.
  - debian/rules: allow for arch-specific sysctl.conf settings.
    (append debian/sysctl.conf.$DEB_HOST_ARCH, if it exists, to sysctl.conf)
  - debian/sysctl.conf.powerpc: Mouse button emulation.
  - debian/init: respect $VERBOSE setting.
  - debian/control: Maintainer field update.
  - debian/sysctl.conf: stop low-level kernel messages to console
    (this was formerly not documented in the changelog)
  - debian/sysctl.conf: increase inotify watches to 524,388 for tracker.
  - debian/sysctl.conf: enable "rp_filter" by default.
  - debian/sysctl.conf: comment added about tcp_syncookies setting disabling
    TCP Window Scaling
  - debian/sysctl.conf: enable lower 64k protection to stop NULL deref 
    attacks.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
## 20_sysinfo_c.dpatch by  <csmall@debian.org>
3
3
##
4
4
## All lines beginning with `## DP:' are a description of the patch.
5
 
## DP: No description.
 
5
## DP: Dont find elf note for non-linux Bug #378157
6
6
 
7
7
@DPATCH@
8
8
diff -urNad procps-3.2.7~/proc/sysinfo.c procps-3.2.7/proc/sysinfo.c