aboutsummaryrefslogtreecommitdiff
path: root/libps/fmt.c
Commit message (Expand)AuthorAgeFilesLines
* libps: Fix erroneous allocation testSamuel Thibault2023-01-011-1/+1
* Simplify deallocations.Justus Winter2017-08-051-6/+3
* Use our own variant of 'assert' and 'assert_perror'.Justus Winter2017-08-051-1/+1
* Fix use-after-free in libps.Esa Peuha2016-02-281-1/+1
* Fix ps -o %r infinite loopEsa Peuha2015-06-051-0/+15
* fix common misspellingsJonathan Neuschäfer2011-08-201-6/+6
* Fix ps -o command and such hangSamuel Thibault2009-11-171-1/+3
* Add braces to silence gcc warnings.Roland McGrath1998-10-201-9/+11
* (ps_fmt_squash):Miles Bader1997-02-281-2/+3
* (_fmt_create):Miles Bader1996-10-081-7/+14
* (_fmt_create): Set NEW_FMT->src_len. Use strdup.Miles Bader1996-06-271-5/+36
* (_fmt_create): Make NAME termination work for posix-mode.Miles Bader1996-05-281-16/+23
* (ps_fmt_write_proc_stat): Call the output function correctly.Miles Bader1996-05-281-8/+4
* (_fmt_create):Miles Bader1996-05-231-17/+21
* (_fmt_create):Miles Bader1996-05-071-122/+202
* (_fmt_create): New function (was ps_fmt_create).Miles Bader1996-05-011-8/+34
* Get rid of mega typedefs, and just use structure pointers like other hurdMiles Bader1996-03-261-60/+60
* (ps_fmt_create):Miles Bader1996-01-191-8/+35
* (ps_fmt_write_titles, ps_fmt_write_proc_stat): Use new write function names.Miles Bader1995-11-201-8/+7
* (ps_fmt_create): Don't mutate the format spec name in the fmt_spec list we'reMiles Bader1995-05-311-34/+22
* Rename ps_fmt_squash to ps_fmt_squash_flags, moving most of the guts into aMiles Bader1995-05-031-62/+78
* Tighten up types used (i.e., don't use int for everything).Miles Bader1995-04-071-3/+4
* Copy the correct number of fields when squashing.Miles Bader1995-03-141-1/+4
* Initial revisionMiles Bader1995-03-131-0/+385