Opened 4 weeks ago

Closed 3 weeks ago

#5611 closed enhancement (fixed)

procps-ng-4.0.5

Reported by: Bruce Dubbs Owned by: lfs-book
Priority: normal Milestone: 12.3
Component: Book Version: git
Severity: normal Keywords:
Cc:

Description

New point version.

Change History (3)

comment:1 by Xi Ruoyao, 4 weeks ago

src_w_LDADD='$(LDADD) -lsystemd' is no longer needed.

comment:2 by Bruce Dubbs, 3 weeks ago

procps-ng-4.0.5

  • library
    • increment current, revision and age to 0: 1:0:0
    • internal: days/users when value is 0
    • internal: dont print 60s but increment minute
    • internal: stat api fixed remaining cpu distortions
    • internal: only count user sessions
    • internal: Recover from meminfo seek using LXC
    • internal: stat api no longer counts guest tics twice
    • external: zswap & zswapped added to meminfo api
    • external: schedule class added to pids api
    • external: disk sleep added to pids api, sleep revised
    • external: docker containers added to pids api
    • external: procps_users new exported function
    • external: procps_uptime_snprint uses given upseconds
    • external: procps_container_uptime
    • external: meminfo api adds SecPageTables, Unaccepted
    • external: pids api now provides open file descriptors
    • external: 'info' parm removed from all 'VAL' macros
    • external: Add procps_sigmask_names
    • external: Add procps_capability_names
    • external: Add PIDS_CAPPRM Permitted Capabilities
  • build-sys: Added --disable-pidwait and fixed logic
  • kill: Correctly parse negative pids
  • pgrep: select process by environment variable
  • pgrep: Rework pidfile reading to include stdin
  • pmap: Don't escape correct UTF-8 characters
  • ps: Add environ field
  • ps: Add htprv and htshr fields for HugeTables
  • ps: restore lost tasks for options --sort with -H
  • ps: add 'docker' containers field, similar to 'lxc'
  • ps: Restore AIX free-format
  • ps: can display open file descriptors for each task
  • ps: Fix signames scanning
  • ps: Add -o pcap,pcaps to show permitted capabilities
  • ps: Zombies show <defunct> in the commandname
  • ps: Use quick mode if possible
  • slabtop: Add --human option for slab size
  • snice: Minor fix for help screen
  • sysctl: Add glob excludes
  • sysctl: --all skips stat_refresh
  • top: added a 'CLS' scheduling class field, like ps
  • top: exploit library addition of 'disk sleep'
  • top: add 'docker' containers field, similar to 'lxc'
  • top: provides additional control over colors
  • top: can display open file descriptors for each task
  • top: corrected cpu % for hosts with qemu processes
  • top: remains functional if /proc mounted subset=pid
  • top: can display a task's permitted capabilities (A)
  • uptime: Add container uptime option
  • vmstat: Add page allocation to --stats
  • vmstat.8: si/so are changed by --unit
  • w: Don't segfault with -s option
  • w: Cache pids list
  • w: Add container uptime option
  • w.1: Note utmp is for non-systemd
  • watch: use clock_gettime
  • watch.1: --chgexit only works for visible changes
  • hugetop: a new utility to show huge page information

comment:3 by Bruce Dubbs, 3 weeks ago

Resolution: fixed
Status: newclosed

Fixed at commit 7a01f6150f.

Note: See TracTickets for help on using tickets.