Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -23/+23 |
| | | | | | | | | | | | | | | Note ALL MODULES MUST BE RECOMPILED make the kernel aware that there are smaller units of scheduling than the process. (but only allow one thread per process at this time). This is functionally equivalent to teh previousl -current except that there is a thread associated with each process. Sorry john! (your next MFC will be a doosie!) Reviewed by: peter@freebsd.org, dillon@freebsd.org X-MFC after: ha ha ha ha | ||||
* | Fix linux_getcwd() so that if the cwd isn't cached (__getcwd() fails), | gallatin | 2001-08-29 | 1 | -0/+466 |
the cwd is looked up inside the kernel. The native getcwd() in libc handles this in userland if __getcwd() fails. Obtained from: NetBSD via OpenBSD Tested by: Chris Casey <chriss@phys.ksu.edu>, Markus Holmberg <markush@acc.umu.se> Reviewed by: Darrell Anderson <anderson@cs.duke.edu> PR: kern/24315 |