index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.bin
Commit message (
Expand
)
Author
Age
Files
Lines
*
Document the new -A flag for ignoring archive errors.
harti
2005-03-31
1
-2
/
+5
*
Almost complete rewrite of the archive code (except for the Makefile parsing
harti
2005-03-31
3
-431
/
+500
*
Move the MAX macro to a util.h so it becomes usable in other modules.
harti
2005-03-31
2
-4
/
+4
*
Make the structure for handling the input stack local to the parse
harti
2005-03-30
5
-165
/
+127
*
Fix a bug introduced in a previous commit: ParseModifier() consumes
harti
2005-03-30
1
-15
/
+30
*
Add directory hierarchy copying example.
obrien
2005-03-28
1
-0
/
+7
*
Note when 'stat' appeared in FreeBSD.
obrien
2005-03-28
1
-1
/
+3
*
When doing the initial open of the proc via procfs, complain if we are
alfred
2005-03-27
3
-8
/
+14
*
I've been working on this somewhat so I'm moving the
alfred
2005-03-27
2
-313
/
+329
*
Style: de-lispify by removing extra parantheses in conditional expressions.
harti
2005-03-23
1
-19
/
+18
*
Style: make indentation 8 characters.
harti
2005-03-23
1
-1600
/
+1679
*
Make paths an explicite datatype instead of using the generic Lst.
harti
2005-03-23
10
-293
/
+273
*
Style: <space><tab> -> <tab>
harti
2005-03-22
1
-34
/
+33
*
Rename struct Path to struct Dir and move it into the C-file. It
harti
2005-03-22
2
-28
/
+29
*
Remove debugging code that crept in in the last commit.
harti
2005-03-22
1
-7
/
+0
*
Remove Lst_Find() and Lst_FindFrom() now that they aren't needed anymore.
harti
2005-03-22
2
-48
/
+8
*
Remove the last two instances of Lst_Find() calls.
harti
2005-03-22
2
-55
/
+35
*
Use VarParse() inside var.c instead of Var_Parse().
harti
2005-03-22
1
-20
/
+33
*
Unify callers to Var_Parse() with regard to variable names.
harti
2005-03-22
1
-27
/
+26
*
Make some callers of VarFind using the same code structure.
harti
2005-03-22
1
-28
/
+33
*
De-lispify some if()-expressions by removing extra parantheses.
harti
2005-03-22
1
-14
/
+14
*
Return a Buf object from VarGetPattern() instead of a char * and a size_t.
harti
2005-03-22
3
-45
/
+34
*
Use the struct VarPattern's lhs field instead of using an extra variable
harti
2005-03-22
1
-6
/
+5
*
Merge struct VarREPattern into struct VarPattern. This will help sorting
harti
2005-03-22
3
-15
/
+12
*
Sort prototypes.
harti
2005-03-22
1
-18
/
+18
*
Fix indentation.
harti
2005-03-22
1
-13
/
+13
*
Delete an extra empty line.
harti
2005-03-22
1
-1
/
+1
*
An automatic variable in a local scope is (conceptionally) destroyed with
harti
2005-03-22
1
-1
/
+1
*
Simplify buffer access by using Buf_Data() and Buf_Peel() where
harti
2005-03-22
8
-76
/
+32
*
Two new functions: Buf_Data() returns a reference to the data in
harti
2005-03-22
2
-7
/
+31
*
Remove a temporary variable. Rename pattern to patt to be consistent.
harti
2005-03-22
2
-217
/
+92
*
Remove unneeded temporary variables in modifier_S() and modifier_C().
harti
2005-03-21
1
-69
/
+63
*
Remove comment about Var_Parse assuming that the first character
harti
2005-03-21
1
-58
/
+28
*
Split out SysV variable substitution into its own function.
harti
2005-03-21
1
-228
/
+151
*
Rename freePtr to freeResult to make it more obvious about what
harti
2005-03-21
1
-30
/
+30
*
Move some code from ParseModifier() into the calling function to
harti
2005-03-21
1
-62
/
+46
*
Cleanup the VAR_JUNK handling.
harti
2005-03-21
1
-44
/
+42
*
Don't pass 'consumed' through all the parsing routines where it can be computed
harti
2005-03-21
1
-131
/
+102
*
Change one occurence of 'delim' to the correct type. Delete another
harti
2005-03-21
1
-37
/
+29
*
Replace calls to Lst_Find with either appropriate LST_FOREACH macros
harti
2005-03-21
1
-142
/
+71
*
Reduce number of parameters passed between the parsing routines
harti
2005-03-21
1
-71
/
+58
*
Support the L modifier for floating-point values as an extension.
das
2005-03-21
2
-6
/
+44
*
Reduce the number of explicit parameters passed to VarParse()
harti
2005-03-21
1
-11
/
+18
*
Don't skip the initialisation of tl->len when we hit an EOF immediately
iedowse
2005-03-20
1
-3
/
+2
*
Deorbit gtar, step 1: Remove WITH_GTAR knob.
kientzle
2005-03-20
1
-3
/
+0
*
Whitespace fixes.
pjd
2005-03-20
2
-7
/
+6
*
- Introduce an '-o' option which allows to match oldest of the matching
pjd
2005-03-20
2
-14
/
+33
*
- Introduce '-S' option which allows to match system processes (pgrep only).
pjd
2005-03-20
2
-21
/
+21
*
Sort options properly.
pjd
2005-03-20
1
-4
/
+4
*
Add a -i option to ignore case in the process match.
pjd
2005-03-20
2
-6
/
+12
[next]