Commit Graph

3 Commits

Author SHA1 Message Date
Arnaldo Carvalho de Melo b4d6de9b6f [LICENSE]: Add COPYING file and add missing license info on some files
Thanks to Otavio Salvador for bringing up this issue.

Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
2007-12-17 14:15:42 -02:00
Arnaldo Carvalho de Melo 461099d7a8 [LIST]: Introduce list_del_range
a <-> b <-> c <-> d <-> e <-> f <-> g

list_del_range(b, d) turns the list into:

a <-> e <-> f <-> g

This one is not in the kernel list.h, have to look if there are uses and push
it to linux if there are any.

Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
2007-11-12 15:44:35 -02:00
Arnaldo Carvalho de Melo 038d806873 Repository creation.
Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com>
2006-10-24 20:42:39 -03:00