index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
miscfs
Age
Commit message (
Expand
)
Author
2004-04-23
use CMSG macros. netbsd via pedro marteletto.
Ted Unangst
2004-03-03
allow force umount here too
Ted Unangst
2004-03-03
repair status by not repeating fields. fixes pr2101 from jim razmus
Ted Unangst
2004-03-03
support forced unmounts. pr2394 from peter werner
Ted Unangst
2004-03-03
save room for nul, so we can unmount later. pr2327 from peter werner
Ted Unangst
2004-03-02
prevent memory leak on revoke by freeing resources in a real reclaim
Ted Unangst
2004-02-24
FIFO fixes adapted from FreeBSD:
Todd C. Miller
2004-02-21
fiddle with filedesc lock to prevent recursion. crash and fix confirmed
Ted Unangst
2004-01-28
Don't rely on vp->v_usecount to tell when we can dispose of our resources
Todd C. Miller
2003-12-09
missing ar; form Alf Schlichting <leopold-bloom@foni.net>
Michael Shalayeff
2003-11-29
typos from Michael Coulter;
Jason McIntyre
2003-11-15
set boottime's time to boottime, handy for find. requested by markus.
Ted Unangst
2003-11-08
typos from Jonathon Gray;
Jason McIntyre
2003-10-24
style(9)ed panics, from tom cosgrove.
Ted Unangst
2003-09-23
Replace select backends with poll backends. selscan() and pollscan()
Todd C. Miller
2003-08-15
change arguments to suser. suser now takes the process, and a flags
Ted Unangst
2003-08-14
constify vfsops; tedu@ ok
Michael Shalayeff
2003-08-11
constify constant targets
Michael Shalayeff
2003-08-11
constify constant names
Michael Shalayeff
2003-08-05
make procfs support statfs args. lossage noticed and patch tested by jolan
Ted Unangst
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2003-05-12
mapdata -> umapdata like it was before
Ted Unangst
2003-05-12
fix up locking and some issues with union. derived from netbsd
Ted Unangst
2003-05-12
replaced by layer_subr.c
Ted Unangst
2003-05-12
umapfs uses the new layer stuff now too.
Ted Unangst
2003-05-12
most of the fixes for nullfs. use the new common layer stuff in genfs.
Ted Unangst
2003-05-12
new files to support layered file systems. to be used in a bit.
Ted Unangst
2003-05-11
use LK_EXCLUSIVE like all other file systems.
Ted Unangst
2003-05-06
string cleaning; tedu ok
Theo de Raadt
2003-04-28
call lockmgr a bit earlier to avoid a race.
Ted Unangst
2003-04-14
rename rootvp to rvp to avoid global. ok deraadt@ krw@
Ted Unangst
2003-04-07
sprintf elimination from rohee.
Ted Unangst
2003-04-07
some snprintf usage from rohee.
Ted Unangst
2003-03-30
Ensure that all files in /kern end with a newline (machine, model,
Bruno Rohee
2003-03-09
Disallow ptrace if P_SUGIDEXEC flag is set (we already disallow if P_SUGID
Todd C. Miller
2003-02-24
use M_MISCFSMNT instead of M_UFSMNT for mount data
Ted Unangst
2003-02-24
correct typo
Ted Unangst
2003-02-24
Remove tcfs until this entire licensing mess is cleaned up. This is
Theo de Raadt
2003-02-12
Remove commons; inspired by netbsd.
Jason Wright
2003-01-31
Sigh. I comitted the wrong diff in the last vfs changes.
Artur Grabowski
2003-01-31
File system locking fixups, mostly from NetBSD:
Artur Grabowski
2002-11-08
Implement simple vnodeop inheritance for specfs and fifofs.
Artur Grabowski
2002-10-27
comment fixes.
Brad Smith
2002-10-12
Remove more '\n's from panic() statements. Both trailing and leading.
Kenneth R Westerback
2002-08-23
Just like getvnode, make getsock FREF the file so that we can't get away
Artur Grabowski
2002-08-23
Cleanup change. Since almost all callers (except one) of getvnode did a FREF
Artur Grabowski
2002-06-23
uid_t and gid_t are unsigned
Theo de Raadt
2002-06-14
spelling; from Brian Poole <raj@cerias.purdue.edu>
Todd T. Fries
2002-06-08
Use tsleep instead of sleep.
Artur Grabowski
2002-06-04
Remove unused #define. ok deraadt@
Thomas Nordin
[next]