projects
/
dragonfly.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
kernel - Add per-process token, adjust signal code to use it.
[dragonfly.git]
/
sys
/
sys
/
proc.h
2011-02-11
Matthew Dillon
kernel - Add per-process token, adjust signal code...
blob
|
commitdiff
2010-06-30
Samuel J. Greear
Implement select(2) in terms of kevent
blob
|
commitdiff
|
diff to current
2010-04-15
Alex Hornung
dsched - Implement priorities and other improvements
blob
|
commitdiff
|
diff to current
2010-04-15
Alex Hornung
dsched - Tie the dsched framework into the system
blob
|
commitdiff
|
diff to current
2010-03-13
Alex Hornung
linux emu - peripheral changes
blob
|
commitdiff
|
diff to current
2010-01-03
Matthew Dillon
kernel - kqueue - refactor kqueue_scan(), rename tick...
blob
|
commitdiff
|
diff to current
2009-12-15
Matthew Dillon
kernel - Third time's the charm - move lwp_ucred to...
blob
|
commitdiff
|
diff to current
2009-12-15
Matthew Dillon
kernel - Make adjustments to the per-lwp ucred
blob
|
commitdiff
|
diff to current
2009-12-15
Matthew Dillon
kernel - move proc->p_lock, add lwp ucred caching
blob
|
commitdiff
|
diff to current
2009-10-11
Stathis Kamperis
mqueues: Port POSIX message queues from NetBSD.
blob
|
commitdiff
|
diff to current
2009-09-11
Matthew Dillon
KERNEL - Implement a poor man's ioscheduler using sys...
blob
|
commitdiff
|
diff to current
2009-07-27
Sascha Wildner
Remove suser*() functions, manpage and assorted remains.
blob
|
commitdiff
|
diff to current
2009-07-12
Michael Neumann
priv: Finally get completely rid of PRISON_ROOT flag.
blob
|
commitdiff
|
diff to current
2008-12-27
Jordan Gordeev
Bring in the remainder of the post-SoC amd64 enchilada.
blob
|
commitdiff
|
diff to current
2008-07-23
Matthew Dillon
Synchronize some of the machine-independant AMD64 bits.
blob
|
commitdiff
|
diff to current
2008-06-28
Matthew Dillon
Replace the bwillwrite() subsystem to make it more...
blob
|
commitdiff
|
diff to current
2008-06-13
Matthew Dillon
LWPHOLD/LWPRELE must be atomic ops because an IPI can...
blob
|
commitdiff
|
diff to current
2008-05-18
Nicolas Thery
Allocate struct lwp instances with kmalloc() instead...
blob
|
commitdiff
|
diff to current
2008-05-17
Nicolas Thery
Remove unused proc_zone declaration.
blob
|
commitdiff
|
diff to current
2008-04-01
Nicolas Thery
Migrate allocation of proc structures from zones to...
blob
|
commitdiff
|
diff to current
2007-12-06
Matthew Dillon
Add clarifying comments for LWP_WSTOP and LWP_WEXIT.
blob
|
commitdiff
|
diff to current
2007-08-30
Peter Avalos
Add WCONTINUED option for waitpid(2).
blob
|
commitdiff
|
diff to current
2007-08-21
Simon Schubert
Remove stale prototype.
blob
|
commitdiff
|
diff to current
2007-08-15
Matthew Dillon
Convert the lwp list into a red-black tree. This great...
blob
|
commitdiff
|
diff to current
2007-07-12
Matthew Dillon
Fix LWP support on exec. exec now properly kills all...
blob
|
commitdiff
|
diff to current
2007-07-01
Matthew Dillon
More multi-threaded support for virtualization. Move...
blob
|
commitdiff
|
diff to current
2007-07-01
Sascha Wildner
mi_switch() and cpu_switch() are gone. Remove manpage...
blob
|
commitdiff
|
diff to current
2007-06-29
Matthew Dillon
Implement struct lwp->lwp_vmspace. Leave p_vmspace...
blob
|
commitdiff
|
diff to current
2007-04-29
Matthew Dillon
* Use SYSREF for vmspace structures. This replaces...
blob
|
commitdiff
|
diff to current
2007-03-13
Simon Schubert
Drop this strange start/endzero thing for procs and...
blob
|
commitdiff
|
diff to current
2007-03-12
Simon Schubert
Rework stopping of procs.
blob
|
commitdiff
|
diff to current
2007-03-01
Simon Schubert
1:1 Userland threading stage 4.7/4:
blob
|
commitdiff
|
diff to current
2007-02-25
Simon Schubert
Get rid of struct user/UAREA.
blob
|
commitdiff
|
diff to current
2007-02-24
Simon Schubert
1:1 Userland threading stage 4.4/4:
blob
|
commitdiff
|
diff to current
2007-02-24
Simon Schubert
1:1 Userland threading stage 4.3/4:
blob
|
commitdiff
|
diff to current
2007-02-21
Simon Schubert
1:1 Userland threading stage 2.19/4:
blob
|
commitdiff
|
diff to current
2007-02-19
Simon Schubert
1:1 Userland threading stage 2.18/4:
blob
|
commitdiff
|
diff to current
2007-02-18
Simon Schubert
1:1 Userland threading stage 2.17/4:
blob
|
commitdiff
|
diff to current
2007-02-18
Simon Schubert
1:1 Userland threading stage 2.16/4:
blob
|
commitdiff
|
diff to current
2007-02-18
Simon Schubert
1:1 Userland threading stage 2.15/4:
blob
|
commitdiff
|
diff to current
2007-02-18
Simon Schubert
1:1 Userland threading stage 2.14/4:
blob
|
commitdiff
|
diff to current
2007-02-18
Simon Schubert
1:1 Userland threading stage 2.13/4:
blob
|
commitdiff
|
diff to current
2007-02-16
Simon Schubert
1:1 Userland threading stage 2.12/4:
blob
|
commitdiff
|
diff to current
2007-02-03
Simon Schubert
1:1 Userland threading stage 2.11/4:
blob
|
commitdiff
|
diff to current
2007-02-01
Simon Schubert
Change kinfo_proc interface between kernel and userland.
blob
|
commitdiff
|
diff to current
2007-01-14
Matthew Dillon
Implement a new signal delivery mechanism, SA_MAILBOX...
blob
|
commitdiff
|
diff to current
2007-01-01
Simon Schubert
1:1 Userland threading stage 2.10/4:
blob
|
commitdiff
|
diff to current
2006-10-26
Sascha Wildner
Remove obsolete prototype and documentation of the...
blob
|
commitdiff
|
diff to current
2006-10-10
Matthew Dillon
Fix a long-standing bug inherited from FreeBSD. It...
blob
|
commitdiff
|
diff to current
2006-09-30
Sascha Wildner
Remove unneccessary MALLOC_DECLARE (declared static...
blob
|
commitdiff
|
diff to current
2006-09-19
Simon Schubert
1:1 Userland threading stage 2.9/4:
blob
|
commitdiff
|
diff to current
2006-09-17
Matthew Dillon
Make some adjustments to low level madvise/mcontrol...
blob
|
commitdiff
|
diff to current
2006-08-27
David Xu
Use type lwpid_t for lwp_tid.
blob
|
commitdiff
|
diff to current
2006-06-07
Matthew Dillon
Remove the asynchronous system call interface sendsys...
blob
|
commitdiff
|
diff to current
2006-06-05
Matthew Dillon
Fix a minor bug in the last commit. lwp_cpumask has...
blob
|
commitdiff
|
diff to current
2006-06-05
David Xu
Allow userland to bind a process to specific CPUs....
blob
|
commitdiff
|
diff to current
2006-05-25
Matthew Dillon
Convert almost all of the remaining manual traversals...
blob
|
commitdiff
|
diff to current
2006-05-24
Matthew Dillon
Move the code that inserts a new process into the allpr...
blob
|
commitdiff
|
diff to current
2006-05-24
Matthew Dillon
Start consolidating process related code into kern_proc...
blob
|
commitdiff
|
diff to current
2006-05-23
Matthew Dillon
Move all the resource limit handling code into a new...
blob
|
commitdiff
|
diff to current
2006-05-21
Matthew Dillon
Clean up more #include files. Create an internal __boo...
blob
|
commitdiff
|
diff to current
2006-05-17
Matthew Dillon
The ktracing code was not properly matching up VOP_OPEN...
blob
|
commitdiff
|
diff to current
2005-12-01
Matthew Dillon
Get rid of the p_stat SZOMB state. p_stat can now...
blob
|
commitdiff
|
diff to current
2005-11-14
Matthew Dillon
Make tsleep/wakeup() MP SAFE for kernel threads and...
blob
|
commitdiff
|
diff to current
2005-11-08
Matthew Dillon
Make tsleep/wakeup MP SAFE part 1/2.
blob
|
commitdiff
|
diff to current
2005-10-11
Simon Schubert
1:1 Userland threading stage 2.8/4:
blob
|
commitdiff
|
diff to current
2005-10-09
Simon Schubert
1:1 Userland threading stage 2.7/4:
blob
|
commitdiff
|
diff to current
2005-10-09
Simon Schubert
1:1 Userland threading stage 2.6/4:
blob
|
commitdiff
|
diff to current
2005-10-09
Simon Schubert
1:1 Userland threading stage 2.5/4:
blob
|
commitdiff
|
diff to current
2005-10-08
Simon Schubert
1:1 Userland threading stage 2.4/4:
blob
|
commitdiff
|
diff to current
2005-10-08
Simon Schubert
1:1 Userland threading stage 2.3/4:
blob
|
commitdiff
|
diff to current
2005-10-08
Simon Schubert
1:1 Userland threading stage 2.2/4:
blob
|
commitdiff
|
diff to current
2005-10-06
Simon Schubert
Disable lwp_flag and lwp_stat for now so that it doesn...
blob
|
commitdiff
|
diff to current
2005-10-05
Simon Schubert
Userland 1:1 threading changes step 1/4+:
blob
|
commitdiff
|
diff to current
2005-06-27
Matthew Dillon
* Remove a procedural layer in the scheduler clock...
blob
|
commitdiff
|
diff to current
2005-06-26
Matthew Dillon
Move more scheduler-specific defines from various place...
blob
|
commitdiff
|
diff to current
2005-06-26
Matthew Dillon
Move remaining scheduler-specific functions into the...
blob
|
commitdiff
|
diff to current
2005-06-25
Matthew Dillon
Cleanup indentation, no operational changes.
blob
|
commitdiff
|
diff to current
2005-06-25
Matthew Dillon
Associate a userland scheduler control structure with...
blob
|
commitdiff
|
diff to current
2004-09-17
Joerg Sonnenberger
timeout/untimeout ==> callout_* for p->p_ithandle
blob
|
commitdiff
|
diff to current
2004-09-13
Matthew Dillon
Clean up struct session hold/rele management. The...
blob
|
commitdiff
|
diff to current
2004-08-12
Eirik Nygaard
Add message passed syscall's.
blob
|
commitdiff
|
diff to current
2004-07-24
Matthew Dillon
Update the userland scheduler. Fix scheduler interacti...
blob
|
commitdiff
|
diff to current
2004-07-23
Hiten Pandya
It is 'estcpu', not 'setcpu'.
blob
|
commitdiff
|
diff to current
2004-06-20
Hiten Pandya
Move the 'p_start' field from struct pstats (Process...
blob
|
commitdiff
|
diff to current
2004-06-04
Matthew Dillon
async syscall work: The async syscall code got dated...
blob
|
commitdiff
|
diff to current
2004-05-03
Joerg Sonnenberger
POSIX lock resource limit part 3/4
blob
|
commitdiff
|
diff to current
2004-04-10
Matthew Dillon
Do some minor critical path performance improvements...
blob
|
commitdiff
|
diff to current
2004-03-30
Matthew Dillon
Second major scheduler patch. This corrects interactiv...
blob
|
commitdiff
|
diff to current
2004-03-20
Matthew Dillon
Add a missing resetpriority() which was causing all...
blob
|
commitdiff
|
diff to current
2004-03-20
Matthew Dillon
Fix p_pctcpu and p_estcpu (addendum). Add a ESTCPUFREQ...
blob
|
commitdiff
|
diff to current
2004-03-05
Jeffrey Hsu
Once we distribute socket protocol processing requests...
blob
|
commitdiff
|
diff to current
2004-03-01
Matthew Dillon
Newtoken commit. Change the token implementation as...
blob
|
commitdiff
|
diff to current
2004-01-30
Matthew Dillon
This commit represents a major revamping of the clock...
blob
|
commitdiff
|
diff to current
2004-01-04
Matthew Dillon
Remove proc related extern's from sys/proc.h that are...
blob
|
commitdiff
|
diff to current
2003-12-27
Matthew Dillon
The attribution for the last commit was incorrect,...
blob
|
commitdiff
|
diff to current
2003-12-27
Matthew Dillon
Add a p_sched field to accomodate Adam K Kirchhoff...
blob
|
commitdiff
|
diff to current
2003-12-07
Matthew Dillon
Add additional functionality to the upcall support...
blob
|
commitdiff
|
diff to current
2003-11-21
Matthew Dillon
Do some fairly major include file cleanups to further...
blob
|
commitdiff
|
diff to current
2003-11-21
Matthew Dillon
Implement an upcall mechanism to support userland LWKT...
blob
|
commitdiff
|
diff to current
next