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
*
Assign 0.0 to the variable passed to getfloating() if the argument is missing.
stefanf
2005-04-13
1
-1
/
+3
*
Split VarFind() into a series of functions tailored for the different sets
harti
2005-04-13
1
-70
/
+94
*
Add support for more than two datasets. Currently limited to 7 though
mdodd
2005-04-13
1
-29
/
+29
*
Add myself as a new ports committer.
jylefort
2005-04-12
1
-0
/
+1
*
Silence a warning on systems without carp(4).
ru
2005-04-12
1
-1
/
+2
*
Replace buggy for-loops to skip certain character with strspn(). If *fmt was
stefanf
2005-04-11
1
-3
/
+3
*
Parse_Init() is gone so remove comments that mention it.
harti
2005-04-11
1
-11
/
+0
*
Remove an unneccesary forward declaration for MainParseArgs().
harti
2005-04-11
1
-20
/
+34
*
Remove the call to Parse_Init() - there is no need to initialize
harti
2005-04-11
1
-2
/
+0
*
Rework the directive parsing code. Instead of using a lot of strcmp()s
harti
2005-04-11
6
-599
/
+673
*
Add myself to the calendar.
remko
2005-04-10
1
-0
/
+1
*
Remove unused variables.
stefanf
2005-04-09
7
-11
/
+6
*
Commodore Perry was not 4 years old when he sailed to Japan. Correct
murray
2005-04-08
1
-1
/
+1
*
Add myself (and decrease the average age).
joel
2005-04-08
1
-0
/
+1
*
Move the code for parsing .for and .if statements to the place where the
harti
2005-04-08
1
-56
/
+42
*
When Parse_Error is called after the top-level Makefile is closed we
harti
2005-04-07
1
-3
/
+7
*
Handle popping of the input stack in ParseReadLine() instead of
harti
2005-04-07
1
-341
/
+329
*
Mostly stylistic changes: remove the noPLen field from the Shell
harti
2005-04-07
1
-64
/
+67
*
There is not much sense in having an else after Punt() and _exit() which
harti
2005-04-05
1
-48
/
+56
*
Put parantheses into 'if (foo && bar & flag)'. While they are not strictly
harti
2005-04-05
1
-2
/
+2
*
Remove lots if irritating parantheses and fix two comments.
harti
2005-04-05
1
-28
/
+28
*
Remove the definition for STATIC and just use static.
harti
2005-04-05
1
-10
/
+8
*
Remove unneccessary local prototypes.
harti
2005-04-05
1
-7
/
+0
*
The static tfile is used only in one single function so move it into that
harti
2005-04-05
1
-6
/
+1
*
The tfile field of struct Job isn't used anymore since revision 1.22 so
harti
2005-04-05
1
-3
/
+0
*
Include <string.h> and <strings.h> for various functions.
stefanf
2005-04-04
1
-0
/
+2
*
If they ever tell my story,
pjd
2005-04-03
1
-0
/
+2
*
Don't refer to devices that don't exist.
imp
2005-04-03
1
-4
/
+0
*
Commemorate the bicentenary of Hans Christian Andersen's birth by
tanimura
2005-04-02
1
-0
/
+1
*
Use rpmatch() instead of checking for responses that begin with 'y'
tjr
2005-04-02
2
-18
/
+24
*
Use a type-safe intrusive list to put jobs on the jobs or stoppedJobs list
harti
2005-04-01
1
-40
/
+36
*
Remove a forward declaration that isn't needed anymore.
harti
2005-04-01
1
-1
/
+0
*
Both struct Job and struct Shell are only used inside job.c so there is
harti
2005-04-01
2
-171
/
+172
*
Style: fix indentation.
harti
2005-04-01
1
-357
/
+349
*
Style: fix indentation.
harti
2005-04-01
1
-63
/
+51
*
Style: indentation.
harti
2005-04-01
1
-475
/
+473
*
Style: Indentation.
harti
2005-04-01
1
-133
/
+133
*
Style: fix indentation.
harti
2005-04-01
1
-886
/
+875
*
Style: fix indentation.
harti
2005-04-01
1
-202
/
+179
*
Style: fix indentation.
harti
2005-04-01
1
-307
/
+268
*
Style: fix indentation.
harti
2005-04-01
1
-1882
/
+1818
*
Note the passing of Cameron Grant <cg@FreeBSD.org>.
cperciva
2005-03-31
1
-0
/
+1
*
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
[next]