summaryrefslogtreecommitdiff
path: root/sys/compat/linux/common/linux_sched.c
AgeCommit message (Expand)Author
2003-01-18Merge the nathanw_sa branch.thorpej
2002-12-22Use yield() for voluntary context switches.gmcgarry
2002-03-31make signal array handling uniform, and put signal arrays in a separatechristos
2001-11-15don't need <sys/types.h> when including <sys/param.h>lukem
2001-11-13add RCSIDs (including regeneration of files as appropriate)lukem
2000-08-25Make need_resched() take a "struct cpu_info *" argument. Thisthorpej
2000-05-28Rather than starting init and creating kthreads by forking and thenthorpej
2000-03-30Kill register declarations.augustss
1999-12-04Allow signal numbers upto 63 in clone(2) emulation.tron
1999-10-21Add #include <machine/cpu.h> for need_resched() macro.itohy
1999-10-11Fix typos in the license notice.thorpej
1999-10-04Add emulation for scheduler related syscalls. Although they are dummiestron