summaryrefslogtreecommitdiff
path: root/sys/miscfs
AgeCommit message (Expand)Author
2004-01-10store a i/o priority hint in struct buf for buffer queue discipline.yamt
2003-12-10a little bit more namespace sanitydrochner
2003-12-10The file system snapshot pseudo driver.hannken
2003-12-04Dynamic sysctl.atatat
2003-11-30Typo fixes in comments from jmc@openbsd.wiz
2003-11-29Restore a change that made AF_LOCAL sockets block on connect(2) untilmatt
2003-11-29Revert a change that altered the semantics of AF_LOCAL sockets. Sadlyperry
2003-11-27genfs_revoke: use ltsleep() to release the vnode spin lock to avoid apk
2003-11-26spec_close: asserting that the terminal's process group be set if it ispk
2003-11-25spec_close: we don't need to lock the vnode just to make a copy of its flags.pk
2003-11-24spec_close: controlling terminal hack: drop session reference count only ifpk
2003-11-17Various typo fixes from Jonathon Gray via jmc@openbsd.wiz
2003-11-06When closing a process's controlling terminal, also remove the linksdsl
2003-10-30t_pgrp can be null.christos
2003-10-30Remove some assigned-to but otherwise unused variables.simonb
2003-10-15Add the gating of system calls that cause modifications to the underlyinghannken
2003-10-15Set vnode size of character disk devices to that of the partition when theydsl
2003-10-03terminate snprintb 'new' format strings correctly.yamt
2003-09-27Put pfsnode in the #ifdef _KERNEL too, so this actually compiles.mycroft
2003-09-27Changes as discussed with itojun on tech-kern. I have modified the enumsdarcy
2003-09-26Make kernfs peacefully co-exist with procfs.atatat
2003-09-24fix a bug of lfs.yamt
2003-09-13move dupfd from struct proc to struct lwp - it's per-LWP, not per-process; wejdolecek
2003-09-10check before deref kfs_ktitojun
2003-09-10Make /kern/. have linkcount 2 in non-IPSEC case, 4 in IPSEC case.dan
2003-09-10check if rootdev/rrootdev actually exists.itojun
2003-09-10fix permission of /kern/hostname to 0644itojun
2003-09-10test against kt to get the right node of the given type, from enami@dan
2003-09-108 spaces is evil, convert to tab.simonb
2003-09-10Make vnode times on /kern/boottime be the boot time, not "now".dan
2003-09-08remove non-precise commentitojun
2003-09-08add /kern/ipsecsa and /kern/ipsecsp, which can be inspected by setkey(8).itojun
2003-09-07remove meaningless line (variable overwritten 2 lines below)itojun
2003-09-04Adjust to the new calling convention of unp_connect2.matt
2003-09-03Change the behavor of AF_LOCAL connect() to sleep until the server hasmatt
2003-08-21Add casts of LINUX_USRSTACK and USRSTACK to handle the caseshe
2003-08-09LINUX_USRSTACK is only defined on i386. Thanks Izumi!christos
2003-08-09Only choose the linux usrstack if the netbsd usrstack was higher.christos
2003-08-09Change the way we compute the top of the stack. This makes java-1.4.2 work.christos
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-29Undo part of the ktrace/lwp changes. In particular:thorpej
2003-06-29Adjust for ktrace/lwp changes.thorpej
2003-06-28Pass lwp pointers throughtout the kernel, as required, so that the lwpid candarrenr
2003-06-17Micro-optimisation- move the "pgs == NULL" check from the previoussimonb
2003-06-15genfs_getpages: if number of pages requested is >16,yamt
2003-05-29Change "%qu" to "PRIu64" to make it compile on sparc64.hannken
2003-05-28Add /proc/<pid>/stat for linux compat. j2sdk1.4.2 depends on it.christos
2003-05-08Add breaks which were forgotten in rev. 1.2 change.nakayama
2003-04-23Correct use of MAXBSIZE where MAXPHYS was intended. This is a necessarytls