tangled
alpha
login
or
join now
jcs.org
/
openbsd-src
0
fork
atom
jcs's openbsd hax
openbsd
0
fork
atom
overview
issues
pulls
pipelines
openbsd-src
/
usr.bin
/
make
/
lst.lib
/
at
jcs
20 files
Makefile.inc
current code no longer uses Lst_Replace not Lst_Requeue so don't bother compiling them.
2 years ago
lst.h
unifdef HAS_INLINES inline is part of gnu89 and c99 ok kn@ espie@
2 years ago
lstAddNew.c
Correct $OpenBSD$ stuff
15 years ago
lstAppend.c
zap really odd code that's not actually in-use. okay millert@
11 years ago
lstConcat.c
Correct $OpenBSD$ stuff
15 years ago
lstConcatDestroy.c
spelling fixes; from paul tagliamonte amendments to his diff are noted on tech
3 years ago
lstDeQueue.c
Correct $OpenBSD$ stuff
15 years ago
lstDestroy.c
Correct $OpenBSD$ stuff
15 years ago
lstDupl.c
Correct $OpenBSD$ stuff
15 years ago
lstFindFrom.c
make sure we use stdbool.h Mostly diff by Daniel Dickman, who told me to commit in his stead, as he's tied up at work.
10 years ago
lstForEachFrom.c
gc lst_ForEachNodeWhile, which isn't actually in use anywhere
10 years ago
lstInit.c
Correct $OpenBSD$ stuff
15 years ago
lstInsert.c
Correct $OpenBSD$ stuff
15 years ago
lstInt.h
GC old code that was originally implemented to facilitate adoption by other BSDs, which never happened, so make things simpler for further development.
2 years ago
lstMember.c
Correct $OpenBSD$ stuff
15 years ago
lstRemove.c
Correct $OpenBSD$ stuff
15 years ago
lstReplace.c
Correct $OpenBSD$ stuff
15 years ago
lstRequeue.c
new function: lstRequeue, to be used by the job handler
18 years ago
lstSucc.c
Correct $OpenBSD$ stuff
15 years ago
lst_t.h
adjust to ohash being in libutil now, and to the interface changes. fix potential integer overflows in memory allocation (mostly for pedagogical purposes, these are unlikely to overflow in practice) move the rest of lst.lib stuff into its own directory.
12 years ago