| Age | Commit message (Expand) | Author |
| 2004-01-10 | store a i/o priority hint in struct buf for buffer queue discipline. | yamt |
| 2003-12-10 | a little bit more namespace sanity | drochner |
| 2003-12-10 | The file system snapshot pseudo driver. | hannken |
| 2003-12-04 | Dynamic sysctl. | atatat |
| 2003-11-30 | Typo fixes in comments from jmc@openbsd. | wiz |
| 2003-11-29 | Restore a change that made AF_LOCAL sockets block on connect(2) until | matt |
| 2003-11-29 | Revert a change that altered the semantics of AF_LOCAL sockets. Sadly | perry |
| 2003-11-27 | genfs_revoke: use ltsleep() to release the vnode spin lock to avoid a | pk |
| 2003-11-26 | spec_close: asserting that the terminal's process group be set if it is | pk |
| 2003-11-25 | spec_close: we don't need to lock the vnode just to make a copy of its flags. | pk |
| 2003-11-24 | spec_close: controlling terminal hack: drop session reference count only if | pk |
| 2003-11-17 | Various typo fixes from Jonathon Gray via jmc@openbsd. | wiz |
| 2003-11-06 | When closing a process's controlling terminal, also remove the links | dsl |
| 2003-10-30 | t_pgrp can be null. | christos |
| 2003-10-30 | Remove some assigned-to but otherwise unused variables. | simonb |
| 2003-10-15 | Add the gating of system calls that cause modifications to the underlying | hannken |
| 2003-10-15 | Set vnode size of character disk devices to that of the partition when they | dsl |
| 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-26 | Make kernfs peacefully co-exist with procfs. | atatat |
| 2003-09-24 | fix a bug of lfs. | yamt |
| 2003-09-13 | move dupfd from struct proc to struct lwp - it's per-LWP, not per-process; we | jdolecek |
| 2003-09-10 | check before deref kfs_kt | itojun |
| 2003-09-10 | Make /kern/. have linkcount 2 in non-IPSEC case, 4 in IPSEC case. | dan |
| 2003-09-10 | check if rootdev/rrootdev actually exists. | itojun |
| 2003-09-10 | fix permission of /kern/hostname to 0644 | itojun |
| 2003-09-10 | test against kt to get the right node of the given type, from enami@ | dan |
| 2003-09-10 | 8 spaces is evil, convert to tab. | simonb |
| 2003-09-10 | Make vnode times on /kern/boottime be the boot time, not "now". | dan |
| 2003-09-08 | remove non-precise comment | itojun |
| 2003-09-08 | add /kern/ipsecsa and /kern/ipsecsp, which can be inspected by setkey(8). | itojun |
| 2003-09-07 | remove meaningless line (variable overwritten 2 lines below) | itojun |
| 2003-09-04 | Adjust to the new calling convention of unp_connect2. | matt |
| 2003-09-03 | Change the behavor of AF_LOCAL connect() to sleep until the server has | matt |
| 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-29 | Adjust for ktrace/lwp changes. | thorpej |
| 2003-06-28 | Pass lwp pointers throughtout the kernel, as required, so that the lwpid can | darrenr |
| 2003-06-17 | Micro-optimisation- move the "pgs == NULL" check from the previous | simonb |
| 2003-06-15 | genfs_getpages: if number of pages requested is >16, | yamt |
| 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-23 | Correct use of MAXBSIZE where MAXPHYS was intended. This is a necessary | tls |