| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin | |
| 2008-03-21 | Catch up with descriptor handling changes. See kern_descrip.c revision | ad | |
| 1.173 for details. | |||
| 2007-11-07 | Merge from vmlocking: | ad | |
| - pool_cache changes. - Debugger/procfs locking fixes. - Other minor changes. | |||
| 2007-02-09 | Merge newlock2 to head. | ad | |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos | |
| 2006-10-12 | - sprinkle __unused on function decls. | christos | |
| - fix a couple of unused bugs - no more -Wno-unused for i386 | |||
| 2006-07-23 | Use the LWP cached credentials where sane. | ad | |
| 2006-05-14 | integrate kauth. | elad | |
| 2005-12-11 | merge ktrace-lwp. | christos | |
| 2003-06-29 | Back out the lwp/ktrace changes. They contained a lot of colateral damage, | fvdl | |
| and need to be examined and discussed more. | |||
| 2003-06-28 | Pass lwp pointers throughtout the kernel, as required, so that the lwpid can | darrenr | |
| be inserted into ktrace records. The general change has been to replace "struct proc *" with "struct lwp *" in various function prototypes, pass the lwp through and use l_proc to get the process pointer when needed. Bump the kernel rev up to 1.6V | |||
| 2003-05-08 | Add breaks which were forgotten in rev. 1.2 change. | nakayama | |
| Inspired from a report by HIRATSUKA Kouichirou in tech-pkg-ja mailing list. | |||
| 2003-04-17 | use fd_getfile() in procfs_getfp(), and FILE_USE()/FILE_UNUSE() the | jdolecek | |
| returned file descriptor pointer appropriately | |||
| 2003-01-03 | Implement /proc/<pid>/fd/<n>. This is work in progress. Questionable things: | christos | |
| - Is it ok to convert DTYPE_PIPE to VFIFO and DTYPE_SOCKET to VSOCK? - XXX: Avoid locking issue in ls -Rl /proc by avoiding curproc - Does I/O to pipes work? - XXX: Are there security implications? | |||
