/
nerfur
/
openbsd-src
ОбзорДокументацияВойти
/
nerfur
/
openbsd-src
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
openbsd-src/
.../make/lst.lib/
..
Makefile.inc

current code no longer uses Lst_Replace not Lst_Requeue so don't bother compiling them.

3 года назад
lst.h

unifdef HAS_INLINES inline is part of gnu89 and c99 ok kn@ espie@

3 года назад
lstAddNew.c

Correct $OpenBSD$ stuff

16 лет назад
lstAppend.c

zap really odd code that's not actually in-use. okay millert@

12 лет назад
lstConcat.c

Correct $OpenBSD$ stuff

16 лет назад
lstConcatDestroy.c

spelling fixes; from paul tagliamonte amendments to his diff are noted on tech

4 года назад
lstDeQueue.c

Correct $OpenBSD$ stuff

16 лет назад
lstDestroy.c

Correct $OpenBSD$ stuff

16 лет назад
lstDupl.c

Correct $OpenBSD$ stuff

16 лет назад
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.

11 лет назад
lstForEachFrom.c

gc lst_ForEachNodeWhile, which isn't actually in use anywhere

11 лет назад
lstInit.c

Correct $OpenBSD$ stuff

16 лет назад
lstInsert.c

Correct $OpenBSD$ stuff

16 лет назад
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.

3 года назад
lstMember.c

Correct $OpenBSD$ stuff

16 лет назад
lstRemove.c

Correct $OpenBSD$ stuff

16 лет назад
lstReplace.c

Correct $OpenBSD$ stuff

16 лет назад
lstRequeue.c

new function: lstRequeue, to be used by the job handler

19 лет назад
lstSucc.c

Correct $OpenBSD$ stuff

16 лет назад
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 лет назад