aboutsummaryrefslogtreecommitdiffstats
path: root/sort.c
AgeCommit message (Expand)AuthorFilesLines
2014-12-12Ptr list sorting should use memmove instead of memcpyChristopher Li1-1/+1
2007-03-09Fix typos in commentsJosh Triplett1-1/+1
2005-12-31[PATCH] fix sparse warningsAlecs King1-3/+2
2005-04-07Beginning infrastructure for tagged lists.Linus Torvalds1-3/+3
2005-04-07Split out the blob allocator from lib.c into allocate.c.Linus Torvalds1-1/+3
2005-04-07Make sure sort does not degenerate.welinder@anemone.rentec.com1-68/+256
2005-04-07Add sort_list() function that kind of works like qsort, butLinus Torvalds1-0/+101