aboutsummaryrefslogtreecommitdiff
path: root/proc/hash.c
Commit message (Collapse)AuthorAgeFilesLines
* (pid_find, task_find, task_find_nocreate, reqport_find):Miles Bader1997-02-041-5/+5
| | | | Don't dereference P if it's 0.
* Many changes to support multi-threading. See ChangeLog.Michael I. Bushnell1996-04-251-31/+27
|
* "ihash.h" -> <hurd/ihash.h>Michael I. Bushnell1995-07-071-2/+2
|
* Move the guts of the hash-table code to another to ihash.c, which is moreMiles Bader1995-03-141-123/+28
| | | | | | | | generic. Rename struct htable to struct ihash. Rename addhash to ihash_add. Rename findhash to ihash_find. Use ihash_loc_remove to delete entries.
* entered into RCSMichael I. Bushnell1994-06-301-2/+2
|
* Formerly hash.c.~5~Michael I. Bushnell1994-06-271-1/+1
|
* Formerly hash.c.~4~Michael I. Bushnell1994-06-241-2/+8
|
* Formerly hash.c.~3~Michael I. Bushnell1994-04-051-11/+17
|
* Formerly hash.c.~2~Michael I. Bushnell1994-03-221-67/+22
|
* Initial revisionMichael I. Bushnell1994-03-221-0/+292