1) Add the sysctl(9) manual page from FreeBSD with the following
[dragonfly.git] / sys / kern / usched_bsd4.c
2006-06-20 Matthew DillonFix a case where RTP_PRIO_FIFO was not being handled...
2006-06-14 Gregory Neil ShapiroMerge from vendor branch SENDMAIL:
2006-06-10 Matthew DillonRemove the select_curproc vector from the usched struct...
2006-06-05 David XuAllow userland to bind a process to specific CPUs....
2006-06-01 Matthew DillonSince we can only hold one shared spinlock at a time...
2006-06-01 Matthew DillonIf the scheduler clock cannot call bsd4_resetpriority...
2006-05-29 Matthew DillonFix numerous bugs in the BSD4 scheduler introduced...
2006-05-29 Matthew DillonFurther isolate the user process scheduler data by...
2006-04-23 Matthew DillonThe nticks calculation is still broken. Sometimes...
2006-04-12 Sascha WildnerMerge from vendor branch BINUTILS:
2006-03-22 Gregory Neil ShapiroMerge from vendor branch SENDMAIL:
2006-02-13 Simon SchubertMerge from vendor branch OPENSSH:
2006-01-11 Simon SchubertMerge from vendor branch GDB:
2005-12-23 Matthew DillonCleanup minor typeos.
2005-12-07 Simon SchubertMerge from vendor branch CVS:
2005-12-03 Simon SchubertMerge from vendor branch OPENSSL:
2005-12-03 Simon SchubertMerge from vendor branch CVS:
2005-11-21 Matthew DillonAdd a sysctl and tunable kern.syscall_mpsafe which...
2005-11-16 Matthew DillonContinue work on our pluggable scheduler abstraction...
2005-11-14 Matthew DillonMake tsleep/wakeup() MP SAFE for kernel threads and...
2005-11-13 Simon SchubertMerge from vendor branch LUKEMFTP:
2005-10-11 Simon Schubert1:1 Userland threading stage 2.8/4:
2005-10-01 Simon SchubertMerge from vendor branch GDB:
2005-09-27 Matthew DillonBecause recalculate is only called once or twice for...
2005-09-11 Simon SchubertMerge from vendor branch GCC:
2005-09-09 Jeroen Ruigrok/asmodaiMerge from vendor branch GROFF:
2005-09-06 Joerg SonnenbergerMerge from vendor branch OPENSSH:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch GROFF:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch GROFF:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch GROFF:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch GROFF:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch TEXINFO:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch TEXINFO:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch NCURSES:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch GCC:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch CVS:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch BINUTILS:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch BIND:
2005-08-10 Joerg SonnenbergerMerge from vendor branch GCC:
2005-08-01 Joerg SonnenbergerMerge from vendor branch OPENPAM:
2005-07-21 Joerg SonnenbergerMerge from vendor branch ZLIB:
2005-07-14 Joerg SonnenbergerMerge from vendor branch OPENSSH:
2005-07-12 Simon SchubertMerge from vendor branch OPENSSH:
2005-07-11 Simon SchubertMerge from vendor branch OPENSSH:
2005-07-08 Joerg SonnenbergerMerge from vendor branch OPENPAM:
2005-07-07 Simon SchubertMerge from vendor branch OPENSSL:
2005-07-06 Joerg SonnenbergerMerge from vendor branch FILE:
2005-06-30 Matthew DillonRe-commit usched_bsd4.c (losing the history) to try...