aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/proc.h
Commit message (Expand)AuthorAgeFilesLines
* Change the scheduler to actually respect the PUSER barrier. It's beenBrian Feldman2000-04-301-4/+4
* Introduce kqueue() and kevent(), a kernel event notification facility.Jonathan Lemon2000-04-161-0/+2
* The SMP cleanup commit broke UP compiles. Make UP compiles work again.Matthew Dillon2000-03-281-0/+1
* Commit major SMP cleanups and move the BGL (big giant lock) in theMatthew Dillon2000-03-281-2/+11
* Fix a bug that could crash the system if you press ^T while a slowerBrian Feldman2000-01-281-4/+7
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-3/+3
* Move the wakeup_one() prototype from proc.h to systm.h. It now hangsBrian Feldman1999-12-121-1/+0
* User ldt sharing.Luoqi Chen1999-12-061-1/+1
* Scheduler fixes equivalent to the ones logged in the following NetBSDBruce Evans1999-11-281-0/+13
* Moved scheduling-related code to kern_synch.c so that it is easier to fixBruce Evans1999-11-271-0/+1
* Add a sysctl to control if argv is disclosed to the world:Poul-Henning Kamp1999-11-261-0/+1
* Introduce the new functionPoul-Henning Kamp1999-11-211-0/+1
* Introduce commandline caching in the kernel.Poul-Henning Kamp1999-11-161-1/+15
* Add a per-signal flag to mark handlers registered with osigaction, so weLuoqi Chen1999-10-111-7/+10
* Implement RLIMIT_SBSIZE in the kernel. This is a per-uid sockbuf totalBrian Feldman1999-10-091-0/+1
* sigset_t change (part 2 of 5)Marcel Moolenaar1999-09-291-1/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Update for MI switch components. struct prochd is replaced by TAILQ's.Peter Wemm1999-08-191-10/+11
* The buffer queue mechanism has been reformulated. Instead of havingKirk McKusick1999-07-041-2/+2
* Slight reorganization of kernel thread/process creation. Instead of usingPeter Wemm1999-07-011-3/+2
* Slight tweak to fork1() calling conventions. Add a third argument soPeter Wemm1999-06-301-4/+2
* Move struct prochd out of #ifdef KERNEL so the Alpha genassym can getPeter Wemm1999-06-281-5/+6
* This Implements the mumbled about "Jail" feature.Poul-Henning Kamp1999-04-281-1/+16
* Enable vmspace sharing on SMP. Major changes are,Luoqi Chen1999-04-281-3/+9
* Suser() simplification:Poul-Henning Kamp1999-04-271-1/+2
* Moved cpu_set_fork_handler's prototype from <machine/cpu.h> to <sys/proc.h>.Dmitrij Tejblum1999-04-231-1/+3
* Move the declaration of faultin() from the vm headers to proc.h, sincePeter Wemm1999-04-131-2/+3
* Remove (but leave place markers) P_NOSWAP and P_PHYSIO - they were onlyPeter Wemm1999-04-061-3/+3
* Reviewed by: Many at differnt times in differnt parts,Julian Elischer1999-03-121-3/+4
* The magic "no-cpu" cpu number is 0xff. Don't misrepresent cpuBruce Evans1999-03-051-3/+3
* The tunable parameter for the scheduler quantum was inverted.Julian Elischer1999-03-031-1/+2
* Removed all traces of `p_switchtime'. The relevant timestamp is per-cpu,Bruce Evans1999-02-281-2/+1
* Added p_emuldata to struct proc as a place for emulators to hookMark Newton1999-02-251-1/+2
* Improved scheduling in uiomove(), etc. resched_wanted() is true tooBruce Evans1999-02-221-1/+3
* Removed some unused includes (only 1 to go here now). Sorted includes.Bruce Evans1999-02-031-5/+3
* Declare M_ZOMBIE so the svr4 emulator doesn't need to.Mark Newton1999-02-011-1/+2
* Enable Linux threads support by default.Julian Elischer1999-01-261-19/+1
* Changes to the LINUX_THREADS support to only allocate extra memory forJulian Elischer1999-01-071-15/+10
* Removed garbage sloppy-common variable `pasleep'. Fixed other styleBruce Evans1998-12-311-9/+7
* Add asleep() and await() support. Currently highly experimental. AMatthew Dillon1998-12-211-1/+14
* Reviewed by: Luoqi Chen, Jordan HubbardJulian Elischer1998-12-191-2/+39
* Increased PID_MAX to 99999. The main reason for doing this is to make theDavid Greenman1998-11-131-3/+3
* I got another batch of suggestions for cosmetic changes from bde.Don Lewis1998-11-111-4/+4
* Installed the second patch attached to kern/7899 with some changes suggestedDon Lewis1998-11-111-1/+4
* If the session leader dies, s_leader is set to NULL and getsid() mayDon Lewis1998-11-091-1/+2
* Some cleanups related to timecounters and weird ifdefs in <sys/time.h>.Poul-Henning Kamp1998-05-281-3/+4
* Time changes mark 2:Poul-Henning Kamp1998-04-041-2/+2
* Moved some #includes from <sys/param.h> nearer to where they are actuallyBruce Evans1998-03-281-2/+5
* Reviewed by: msmith, bde long agoPeter Dufault1998-03-041-1/+2
* Staticized.Bruce Evans1998-02-201-2/+1