This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-skq
Watch
1
Star
0
Fork
0
You've already forked freebsd-skq
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
freebsd-skq
/
sys
/
compat
History
jhb
c4dbd4b4f2
P_SHOULDSTOP used to be p_stat == SSTOP and needed the sched_lock, now it
...
is protected by the proc lock and doesnt' need sched_lock, so adjust the locking appropriately.
2003-04-17 21:58:45 +00:00
..
freebsd32
o In struct prison, add an allprison linked list of prisons (protected
2003-04-09 02:55:18 +00:00
ia32
SCARGS removal take II.
2002-12-14 01:56:26 +00:00
linprocfs
P_SHOULDSTOP used to be p_stat == SSTOP and needed the sched_lock, now it
2003-04-17 21:58:45 +00:00
linux
Don't include <sys/disklabel.h>
2003-04-16 20:57:35 +00:00
netbsd
Don't include <sys/buf.h> needlessly.
2003-04-01 09:02:58 +00:00
pecoff
Back out M_* changes, per decision of the TRB.
2003-02-19 05:47:46 +00:00
svr4
- Move p->p_sigmask to td->td_sigmask. Signal masks will be per thread with
2003-03-31 22:49:17 +00:00