summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Note when 'stat' appeared in FreeBSD.obrien2005-03-281-1/+3
* When doing the initial open of the proc via procfs, complain if we arealfred2005-03-273-8/+14
* I've been working on this somewhat so I'm moving thealfred2005-03-272-313/+329
* Style: de-lispify by removing extra parantheses in conditional expressions.harti2005-03-231-19/+18
* Style: make indentation 8 characters.harti2005-03-231-1600/+1679
* Make paths an explicite datatype instead of using the generic Lst.harti2005-03-2310-293/+273
* Style: <space><tab> -> <tab>harti2005-03-221-34/+33
* Rename struct Path to struct Dir and move it into the C-file. Itharti2005-03-222-28/+29
* Remove debugging code that crept in in the last commit.harti2005-03-221-7/+0
* Remove Lst_Find() and Lst_FindFrom() now that they aren't needed anymore.harti2005-03-222-48/+8
* Remove the last two instances of Lst_Find() calls.harti2005-03-222-55/+35
* Use VarParse() inside var.c instead of Var_Parse().harti2005-03-221-20/+33
* Unify callers to Var_Parse() with regard to variable names.harti2005-03-221-27/+26
* Make some callers of VarFind using the same code structure.harti2005-03-221-28/+33
* De-lispify some if()-expressions by removing extra parantheses.harti2005-03-221-14/+14
* Return a Buf object from VarGetPattern() instead of a char * and a size_t.harti2005-03-223-45/+34
* Use the struct VarPattern's lhs field instead of using an extra variableharti2005-03-221-6/+5
* Merge struct VarREPattern into struct VarPattern. This will help sortingharti2005-03-223-15/+12
* Sort prototypes.harti2005-03-221-18/+18
* Fix indentation.harti2005-03-221-13/+13
* Delete an extra empty line.harti2005-03-221-1/+1
* An automatic variable in a local scope is (conceptionally) destroyed withharti2005-03-221-1/+1
* Simplify buffer access by using Buf_Data() and Buf_Peel() whereharti2005-03-228-76/+32
* Two new functions: Buf_Data() returns a reference to the data inharti2005-03-222-7/+31
* Remove a temporary variable. Rename pattern to patt to be consistent.harti2005-03-222-217/+92
* Remove unneeded temporary variables in modifier_S() and modifier_C().harti2005-03-211-69/+63
* Remove comment about Var_Parse assuming that the first characterharti2005-03-211-58/+28
* Split out SysV variable substitution into its own function.harti2005-03-211-228/+151
* Rename freePtr to freeResult to make it more obvious about whatharti2005-03-211-30/+30
* Move some code from ParseModifier() into the calling function toharti2005-03-211-62/+46
* Cleanup the VAR_JUNK handling.harti2005-03-211-44/+42
* Don't pass 'consumed' through all the parsing routines where it can be computedharti2005-03-211-131/+102
* Change one occurence of 'delim' to the correct type. Delete anotherharti2005-03-211-37/+29
* Replace calls to Lst_Find with either appropriate LST_FOREACH macrosharti2005-03-211-142/+71
* Reduce number of parameters passed between the parsing routinesharti2005-03-211-71/+58
* Support the L modifier for floating-point values as an extension.das2005-03-212-6/+44
* Reduce the number of explicit parameters passed to VarParse()harti2005-03-211-11/+18
* Don't skip the initialisation of tl->len when we hit an EOF immediatelyiedowse2005-03-201-3/+2
* Deorbit gtar, step 1: Remove WITH_GTAR knob.kientzle2005-03-201-3/+0
* Whitespace fixes.pjd2005-03-202-7/+6
* - Introduce an '-o' option which allows to match oldest of the matchingpjd2005-03-202-14/+33
* - Introduce '-S' option which allows to match system processes (pgrep only).pjd2005-03-202-21/+21
* Sort options properly.pjd2005-03-201-4/+4
* Add a -i option to ignore case in the process match.pjd2005-03-202-6/+12
* Add and document '-F' option which allows to use file where PID is storedpjd2005-03-202-4/+53
* Add and document '-j' option which allows to match processes based on itspjd2005-03-202-4/+30
* Cleanup handling of colons in variable substitutions.harti2005-03-181-50/+41
* Unfold parsing of single letter modifiers from multi-letter ones.harti2005-03-181-196/+258
* Style: fix indentation and <space><tab>.harti2005-03-181-584/+596
* Split out the 'S' modifier into its own function.harti2005-03-181-80/+83
OpenPOWER on IntegriCloud