| Age | Commit message (Expand) | Author |
| 2003-12-10 | a little bit more namespace sanity | drochner |
| 2003-12-04 | Dynamic sysctl. | atatat |
| 2003-10-30 | t_pgrp can be null. | christos |
| 2003-10-30 | Remove some assigned-to but otherwise unused variables. | simonb |
| 2003-10-03 | terminate snprintb 'new' format strings correctly. | yamt |
| 2003-09-27 | Put pfsnode in the #ifdef _KERNEL too, so this actually compiles. | mycroft |
| 2003-09-27 | Changes as discussed with itojun on tech-kern. I have modified the enums | darcy |
| 2003-09-07 | remove meaningless line (variable overwritten 2 lines below) | itojun |
| 2003-08-21 | Add casts of LINUX_USRSTACK and USRSTACK to handle the cases | he |
| 2003-08-09 | LINUX_USRSTACK is only defined on i386. Thanks Izumi! | christos |
| 2003-08-09 | Only choose the linux usrstack if the netbsd usrstack was higher. | christos |
| 2003-08-09 | Change the way we compute the top of the stack. This makes java-1.4.2 work. | christos |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-06-29 | Back out the lwp/ktrace changes. They contained a lot of colateral damage, | fvdl |
| 2003-06-29 | Undo part of the ktrace/lwp changes. In particular: | thorpej |
| 2003-06-28 | Pass lwp pointers throughtout the kernel, as required, so that the lwpid can | darrenr |
| 2003-05-29 | Change "%qu" to "PRIu64" to make it compile on sparc64. | hannken |
| 2003-05-28 | Add /proc/<pid>/stat for linux compat. j2sdk1.4.2 depends on it. | christos |
| 2003-05-08 | Add breaks which were forgotten in rev. 1.2 change. | nakayama |
| 2003-04-18 | Make the mode of /proc/<pid>/fd dr-x------ | christos |
| 2003-04-18 | Make symlinks for directories that point to the actual directory. | christos |
| 2003-04-18 | change PROCFS_FILENO() to use 5 bits for 'type', since there are more than | jdolecek |
| 2003-04-17 | do not show nodes corresponding to directory descriptors for process | jdolecek |
| 2003-04-17 | procfs_readdir(): in Pfd case, only show descriptors of types we want | jdolecek |
| 2003-04-17 | procfs_lookup(): use fd_getfile() et al in Pfd case | jdolecek |
| 2003-04-17 | use fd_getfile() in procfs_getfp(), and FILE_USE()/FILE_UNUSE() the | jdolecek |
| 2003-04-17 | g/c, it's outdated and the info wouldn't belong here anyway | jdolecek |
| 2003-04-17 | make some local arrays/variables static + const | jdolecek |
| 2003-04-16 | PR/1796: John Kohl: statfs misbehaves under chrooted environments. | christos |
| 2003-04-10 | use former genfs_eopnotsupp_rele() as genfs_eopnotsupp(), so that vnodes | jdolecek |
| 2003-04-05 | Remove pointless check against PID_MAX. Let pfind() do the validation. | dsl |
| 2003-03-15 | Release the hash lock on failure. | enami |
| 2003-03-04 | Teach procfs_allocvp() about Puptime to avoid panics if "/proc/uptime" | tron |
| 2003-02-27 | Change "%llu" to "PRIu64" to make it compile on sparc64. | hannken |
| 2003-02-25 | This addresses PR kerm/19989. Thanks to hamajima@nagoya.ydc.co.jp for submitt... | jrf |
| 2003-02-03 | don't bother special-casing DTYPE_KQUEUE/DTYPE_MISC nor panic for unknown | jdolecek |
| 2003-02-03 | procfs_allocvp(): | jdolecek |
| 2003-01-18 | Merge the nathanw_sa branch. | thorpej |
| 2003-01-04 | Cast off_t expression to long long to match format even on 64 bit | martin |
| 2003-01-03 | add LK_CANRECURSE in the locking of /dev/<pid>/fd/<n> and remove the curproc | christos |
| 2003-01-03 | Implement /proc/<pid>/fd/<n>. This is work in progress. Questionable things: | christos |
| 2002-11-07 | Fix a signed/unsigned comparison warning. | thorpej |
| 2002-11-07 | Fix signed/unsigned comparison warnings. | thorpej |
| 2002-09-21 | MNT_GETARGS support | christos |
| 2002-08-03 | Just use the "time" variable in the *_getattr functions instead of a call | simonb |
| 2002-07-30 | Die, qaddr_t, die! - mnt_data in struct mount is already effectively | soren |
| 2002-07-25 | Make sure that the pointer to old parent process for ptraced children | jdolecek |
| 2002-05-09 | Move code shared by procfs and the kernel proper out of procfs and | thorpej |
| 2002-04-16 | Cleanup how file system configuration information is declared, grouping | thorpej |
| 2002-01-12 | Don't hide the real return code with EPERM. | christos |