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
/
make
Commit message (
Expand
)
Author
Age
Files
Lines
*
Scheduled mdoc(7) sweep.
ru
2005-01-11
1
-3
/
+3
*
NOSHARED -> NO_SHARED
ru
2004-12-21
1
-1
/
+1
*
Fix compilation for the USE_KQUEUE case.
harti
2004-12-20
1
-0
/
+4
*
maxJobs is declared extern in job.h so it cannot be static in job.c.
harti
2004-12-20
1
-1
/
+1
*
Remove all the cleanup functions. There is no reason to free memory
harti
2004-12-17
10
-185
/
+6
*
Fix a long-standing bug when make(1) is passed the -V and
ru
2004-12-16
1
-8
/
+5
*
Instead of dynamically allocating list heads allocated them statically
harti
2004-12-16
20
-651
/
+530
*
Remove a list that was just used to free all variables just before exiting.
harti
2004-12-10
1
-12
/
+1
*
Remove a list that used to hold all the GNodes just to be able
harti
2004-12-10
1
-39
/
+0
*
Remove a useless list where just all command lines are stuffed onto, never
harti
2004-12-10
1
-4
/
+0
*
Nobody actually checked the return codes from Lst_Append and Lst_Insert
harti
2004-12-09
4
-43
/
+9
*
If a path element directory was never opened it is not on the list of
harti
2004-12-09
1
-2
/
+2
*
Now that circular lists are gone remove stuff for them. Simplify
harti
2004-12-08
1
-10
/
+6
*
No caller checks the return code from Lst_Remove, so don't return one.
harti
2004-12-08
2
-30
/
+12
*
Don't check the return code from Lst_Remove. There is no way
harti
2004-12-08
1
-5
/
+2
*
Remove return value from Lst_Concat. None of the callers ever checked
harti
2004-12-08
2
-36
/
+20
*
Don't free the second list in Lst_Concat for LST_CONCLINK; free it
harti
2004-12-08
2
-3
/
+3
*
Get rid of the sequential access feature of the lists. This was used
harti
2004-12-08
15
-551
/
+98
*
Constify the arguments to the list compare function. This temporarily
harti
2004-12-08
9
-39
/
+50
*
Constify some calls of Buf_AddBytes.
harti
2004-12-08
1
-3
/
+3
*
Consify the arguments to str_concat. Remove the STR_DOFREE flag for that
harti
2004-12-08
4
-14
/
+9
*
Typedefs of pointers to structs are evil. Make Lst and LstNode typedef of
harti
2004-12-07
31
-230
/
+230
*
Constification of arguments passed to functions; no change on the
harti
2004-12-07
1
-15
/
+15
*
Make needs no circular lists so remove them from the list code.
harti
2004-12-07
21
-144
/
+88
*
Some constification which doesn't require code rewrites.
harti
2004-12-06
4
-17
/
+13
*
Style: fix indentation.
harti
2004-12-06
2
-643
/
+660
*
Remove an unused macro.
harti
2004-12-06
1
-5
/
+0
*
Constify arguments to Hash_FindEntry and Hash_CreateEntry.
harti
2004-12-06
2
-6
/
+6
*
Remove extra empty lines.
harti
2004-12-06
1
-2
/
+0
*
Style: fix indentation, prototypes for functions even in comment.
harti
2004-12-06
1
-25
/
+13
*
Remove an extra space.
harti
2004-12-03
1
-1
/
+1
*
Fix breakage introduced on 64-bit platforms with my last commit. Need
harti
2004-12-03
10
-52
/
+53
*
Plug a memory leak.
harti
2004-12-03
1
-0
/
+1
*
Put macro arguments in paranthesis.
harti
2004-12-03
2
-2
/
+2
*
Make sizes to be of type size_t and correct function arguments that
harti
2004-12-03
3
-32
/
+32
*
Style: fix indentation, protect macro with do { } while (0).
harti
2004-12-03
2
-135
/
+134
*
Describe the .SHELL target.
harti
2004-12-03
1
-1
/
+109
*
Change the algorithm that matches the builtin shells from the name keyword
harti
2004-12-03
1
-32
/
+16
*
Remove a double test for the same ptr != NULL and use the official
harti
2004-12-01
1
-7
/
+6
*
Style: remove a lot of unnecessary casts, add some and spell the null
harti
2004-12-01
17
-508
/
+498
*
Stylification: missing spaces, extra space after function names, casts
harti
2004-11-30
34
-1401
/
+1452
*
Constify the array of predefined shells. It turns out that we need two
harti
2004-11-30
2
-45
/
+63
*
Change a couple of the primitve list functions to be macros. This changes
harti
2004-11-30
13
-756
/
+23
*
Fix a bug that would truncate the full name of an archive member if
harti
2004-11-29
1
-2
/
+5
*
Use typedefs for the types of the functions that are passed as arguments
harti
2004-11-29
10
-17
/
+22
*
Merge the contents of lstInt.h into the public lst.h. This let's us get
harti
2004-11-29
29
-355
/
+227
*
Remove unused file.
harti
2004-11-26
1
-300
/
+0
*
Style: prototypes, un-register and remove some empty lines.
harti
2004-11-26
25
-133
/
+100
*
Include sys/sysctl.h on all architectures not only i386.
harti
2004-11-25
2
-2
/
+1
*
Fix a very long-standing error in handling .SHELL targets: this target
harti
2004-11-25
1
-46
/
+125
[next]