aboutsummaryrefslogtreecommitdiff
path: root/proc
Commit message (Collapse)AuthorAgeFilesLines
* (OBJS): Removed ihash.o and primes.o.Michael I. Bushnell1995-06-061-10/+6
| | | | | | | (CPPFLAGS): Deleted addition of -I../lib. (vpath): Deleted spec. (REMHDRS): Added ../libihash/ihash.h. (HURDLIBS): Added libihash.
* (S_proc_wait): Use `waiter_cares', not `waiting_parent_cares' inMichael I. Bushnell1995-04-261-1/+2
| | | | zombie check.
* (reparent_zombies): Send SIGCHLD signal to init.Michael I. Bushnell1995-04-181-1/+7
|
* (S_proc_wait): Don't return ESRCH; return ECHILD.Michael I. Bushnell1995-04-181-3/+3
|
* (SRCS): Omit primes.c (it's moved to the lib dir).Michael I. Bushnell1995-04-121-2/+2
|
* (S_proc_getprocinfo): New var `tp'. Bother to setMichael I. Bushnell1995-04-061-1/+5
| | | | PI->logincollection.
* (waiter_cares, waiting_parent_cares): New functions.Roland McGrath1995-04-061-28/+37
| | | | (alert_parent, reparent_zombies, S_proc_wait, S_proc_mark_stop): Use them.
* Use the hashing routines from ../lib/ihash.c.Miles Bader1995-04-051-1/+4
|
* (main): Missing decls.Michael I. Bushnell1995-04-041-0/+1
|
* (main): Wire text and data segment on startup to avoid failure modeMichael I. Bushnell1995-04-041-1/+14
| | | | during non-standalone pseudo-crash.
* 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.
* More of same.Roland McGrath1995-01-192-8/+11
|
* (S_proc_setpgrp): Use nowait_msg_proc_newids instead of nowait_proc_newids.Roland McGrath1995-01-191-3/+3
|
* (S_proc_child): Use nowait_msg_proc_newids instead of nowait_proc_newids.Roland McGrath1995-01-191-4/+4
|
* (check_uid): Return true if P has root.Roland McGrath1995-01-171-3/+3
|
* (struct proc): Make `argv' and `envp' members `vm_address_t'.Roland McGrath1995-01-171-2/+2
|
* entered into RCSMichael I. Bushnell1994-11-032-3/+3
|
* Formerly info.c.~9~Roland McGrath1994-10-241-3/+3
|
* Formerly mgt.c.~22~Roland McGrath1994-10-141-0/+1
|
* Formerly mgt.c.~21~Roland McGrath1994-10-141-6/+22
|
* entered into RCSJim Blandy1994-10-101-1/+5
|
* entered into RCSRoland McGrath1994-10-101-2/+15
|
* Formerly host.c.~9~Roland McGrath1994-10-031-142/+126
|
* Formerly host.c.~8~Roland McGrath1994-09-101-12/+12
|
* Formerly mgt.c.~20~Roland McGrath1994-09-101-6/+6
|
* Formerly mgt.c.~19~Michael I. Bushnell1994-08-311-5/+5
|
* Formerly primes.c.~11~Michael I. Bushnell1994-08-301-119/+92
|
* entered into RCSMichael I. Bushnell1994-08-301-0/+1
|
* Formerly mgt.c.~18~Michael I. Bushnell1994-08-291-2/+3
|
* entered into RCSMichael I. Bushnell1994-08-231-0/+3
|
* entered into RCSMichael I. Bushnell1994-08-221-3/+0
|
* Formerly info.c.~8~Michael I. Bushnell1994-08-221-1/+2
|
* Formerly wait.c.~10~Roland McGrath1994-08-221-1/+2
|
* Formerly pgrp.c.~12~Roland McGrath1994-08-221-1/+1
|
* Formerly pgrp.c.~11~Michael I. Bushnell1994-08-191-4/+9
|
* Formerly mgt.c.~17~Michael I. Bushnell1994-08-191-3/+4
|
* Formerly pgrp.c.~10~Michael I. Bushnell1994-08-191-7/+18
|
* Formerly pgrp.c.~9~Roland McGrath1994-08-191-2/+7
|
* Formerly mgt.c.~16~Michael I. Bushnell1994-08-181-1/+1
|
* entered into RCSMichael I. Bushnell1994-08-181-3/+3
|
* Formerly host.c.~7~Michael I. Bushnell1994-08-171-37/+4
|
* Formerly host.c.~6~Michael I. Bushnell1994-08-151-2/+60
|
* entered into RCSMichael I. Bushnell1994-08-151-2/+10
|
* Formerly main.c.~12~Michael I. Bushnell1994-08-151-0/+4
|
* entered into RCSMichael I. Bushnell1994-07-221-65/+18
|
* entered into RCSMichael I. Bushnell1994-07-221-1/+1
|
* Formerly pgrp.c.~8~Michael I. Bushnell1994-07-221-2/+2
|
* Formerly mgt.c.~15~Michael I. Bushnell1994-07-221-4/+4
|
* Formerly info.c.~7~Michael I. Bushnell1994-07-221-1/+1
|
* Formerly host.c.~5~Michael I. Bushnell1994-07-221-1/+1
|