summaryrefslogtreecommitdiffstats
path: root/sys/sys/proc.h
Commit message (Expand)AuthorAgeFilesLines
* Changes to allow event-based process monitoring and control.sef1997-12-061-1/+10
* Shift a few SYSINT() calls around.julian1997-11-251-3/+1
* Removed all traces of P_IDLEPROC. It was tested but never set.bde1997-11-241-2/+1
* Const poisoning from ks_shortdesc.bde1997-11-211-2/+2
* Move the "retval" (3rd) parameter from all syscall functions and putphk1997-11-061-1/+2
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.phk1997-10-121-1/+8
* buf.h:gibbs1997-09-211-1/+6
* Implement SA_NOCLDWAIT.joerg1997-09-131-1/+4
* This is an upgrade so that the kernel supports the AIO calls fromdyson1997-07-061-2/+2
* Preliminary support for per-cpu data pages.peter1997-06-221-10/+1
* Modifications to existing files to support the initial AIO/LIO anddyson1997-06-161-1/+10
* New field: p_sleepend; so that settime() can adjust the expected wakeuppeter1997-06-011-1/+2
* Remove p_selbits and p_selbits_size so sizeof(struct proc) returns to 256phk1997-05-221-11/+3
* remove #include "opt_smp.h"peter1997-05-071-6/+5
* Man the liferafts! Here comes the long awaited SMP -> -current merge!peter1997-04-261-2/+17
* Move p_vmspace into the startzero section since we've just changed thingspeter1997-04-071-2/+3
* The biggie: Get rid of the UPAGES from the top of the per-process addresspeter1997-04-071-2/+3
* Use roundup(MAXLOGNAME, sizeof(long)) as e_login/s_login arrays sizeache1997-03-031-2/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Make processes waken up eligible for immediate swap-in.dyson1996-10-171-1/+2
* Moved declarations of tsleep() and wakeup() from proc.h to systm.h sobde1996-10-121-3/+1
* Don't use __dead in the kernel. It was an obfuscation for gcc >= 2.5bde1996-09-131-3/+3
* Remove the kernel FD_SETSIZE limit for select().smpatel1996-08-201-1/+4
* Converted timer/run queues to 4.4BSD queue style. Removed old and unuseddg1996-07-311-3/+4
* Include <sys/param.h> needed for MAXCOMLEN and MAXLOGNAME constants.alex1996-06-091-1/+2
* Removed prototype for obsolete function sleep().bde1996-05-011-2/+1
* systm.h:bde1996-04-071-1/+2
* Merge in Lite2: LIST changeshsu1996-03-111-28/+46
* From Lite2: moved acct_process() prototype over to acct.h.hsu1996-03-111-2/+1
* Fix a bunch of spelling errors in the comment fields ofmpp1996-01-301-3/+3
* proc.h: Add PHOLD()/PRELE() macros to ensure the U area is not swappedpeter1996-01-241-1/+8
* NOTE: libkvm, w, ps, 'top', and any other utility which depends on structdg1995-07-131-8/+4
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-161-1/+3
* Added missing extern declaration for 'maxprocperuid'.dg1995-02-211-1/+2
* These changes embody the support of the fully coherent merged VM buffer cache,dg1995-01-091-4/+5
* Include <sys/time.h> so that we compile again provided <sys/param.h> isbde1994-11-151-6/+8
* Added P_SWAPPING flag to implement a lock for swap in. It was possible fordg1994-11-131-2/+3
* Cosmetics. (sort of) Added 19 prototypes.phk1994-10-101-2/+9
* Prototypes, prototypes and even more prototypes. Not quite done yet, butphk1994-10-021-1/+5
* Include rtprio.h for struct rtprio.dg1994-10-021-1/+2
* "idle priority" support. Based on code from Henrik Vestergaard Draboel,dg1994-10-021-2/+3
* Realtime priority scheduling support.dg1994-09-011-4/+6
* Reformat recent additions to the same style as the original.bde1994-08-281-10/+8
* Methinks p_sysent should be in the copy-on-fork rather than thewollman1994-08-251-3/+3
* Changes preparing for iBCS supportsos1994-08-241-2/+5
* Fix up some sloppy coding practices:wollman1994-08-181-5/+8
* Added $Id$dg1994-08-021-0/+1
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.rgrimes1994-05-251-1/+2
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-241-0/+263
OpenPOWER on IntegriCloud