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
/
lst.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Get rid of the ReturnStatus obscuration that was anyway used only
harti
2005-05-18
1
-2
/
+1
*
Move the Boolean and ReturnStatus stuff from sprite.h to util.h and
harti
2005-05-13
1
-1
/
+1
*
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
1
-5
/
+8
*
Now that there are no users of Lst_ForEach and Lst_ForEachFrom are left
harti
2005-03-16
1
-25
/
+2
*
Ups. Revert the last commits. These have been committed by accident.
harti
2005-03-15
1
-8
/
+0
*
modifier_M: instead of going through the string twice to compute the
harti
2005-03-15
1
-0
/
+8
*
Implement a new macro LST_NEXT which is like Lst_Succ but doesn't check
harti
2005-03-09
1
-0
/
+1
*
Invent the LST_FOREACH macro for looping through a list. In contrast
harti
2005-02-22
1
-0
/
+4
*
Lst_Append returns void, so the other case of the ? statement
harti
2005-02-10
1
-1
/
+1
*
Clean up include files and file including. Split nonints.h into pieces
harti
2005-02-01
1
-8
/
+6
*
Instead of dynamically allocating list heads allocated them statically
harti
2004-12-16
1
-4
/
+10
*
Nobody actually checked the return codes from Lst_Append and Lst_Insert
harti
2004-12-09
1
-2
/
+2
*
No caller checks the return code from Lst_Remove, so don't return one.
harti
2004-12-08
1
-1
/
+1
*
Remove return value from Lst_Concat. None of the callers ever checked
harti
2004-12-08
1
-1
/
+1
*
Get rid of the sequential access feature of the lists. This was used
harti
2004-12-08
1
-22
/
+0
*
Constify the arguments to the list compare function. This temporarily
harti
2004-12-08
1
-2
/
+2
*
Typedefs of pointers to structs are evil. Make Lst and LstNode typedef of
harti
2004-12-07
1
-22
/
+22
*
Make needs no circular lists so remove them from the list code.
harti
2004-12-07
1
-3
/
+1
*
Change a couple of the primitve list functions to be macros. This changes
harti
2004-11-30
1
-9
/
+16
*
Use typedefs for the types of the functions that are passed as arguments
harti
2004-11-29
1
-8
/
+13
*
Merge the contents of lstInt.h into the public lst.h. This let's us get
harti
2004-11-29
1
-4
/
+56
*
#define<space> -> #define<tab>
jmallett
2002-09-17
1
-5
/
+5
*
Fix copyrights, and undo SCS ID damage.
obrien
2002-04-13
1
-2
/
+3
*
o unifdef -D__STDC__
imp
2002-03-23
1
-2
/
+0
*
remove __P
imp
2002-03-22
1
-33
/
+28
*
There's also no point in #typedef'ing void/char pointers. Accordingly,
will
2000-12-02
1
-21
/
+21
*
There's no reason to use fancy forms of NULL. Replace all instances
will
2000-12-02
1
-3
/
+0
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Merge style- and trivial- only changes from OpenBSD (dated 1999/07/29-19:55+1).
hoek
1999-08-17
1
-3
/
+3
*
Revert $FreeBSD$ to $Id$
peter
1997-02-22
1
-1
/
+1
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
O' to be bitten by CVS. Cleanup after import
steve
1996-10-08
1
-0
/
+1
*
Merge in NetBSD's changes to make(1). Changes include:
steve
1996-10-06
1
-2
/
+2
*
Remove trailing whitespace.
rgrimes
1995-05-30
1
-2
/
+2
*
Bring in a number of changes from NetBSD's make, fixing quite a few
jkh
1995-01-23
1
-51
/
+70
*
BSD 4.4 Lite Usr.bin Sources
rgrimes
1994-05-27
1
-0
/
+145