There are suspended jobsIn this case, you may have inadvertantly typed C-z while running an application such as emacs or mail. C-z suspends a currently running job. To re-enter your stopped job, type fg at the Unix prompt. From:http://www.cs.bu.edu/help/unix/what_does__there_are_suspended_jobs__mean_.html 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/122/showart_2...
Kernel-scheduled Entities for FreeBSD FreeBSD中的“内核调度实体” Jason Evans [email]jasone@freebsd.org[/email] January 1, 2003 译者: DarkBlueSea 感谢风丝片雨斑竹和gvim的鼓励与修正 Abstract: 摘要 FreeBSD has historically had less than ideal support for multi-threaded application programming. At present, there are two threading libraries available. libc_r is entirely invisible to the kernel,...