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
/
isofs
/
cd9660
/
cd9660_node.c
Age
Commit message (
Expand
)
Author
2014-11-18
use siphash for key lookups in all the filesystem hashes.
David Gwynne
2014-09-14
remove uneeded proc.h includes
Jonathan Gray
2014-07-12
add a size argument to free. will be used soon, but for now default to 0.
Ted Unangst
2013-06-02
Remove disabled ISODEVMAP support. dev_t's on one system will not be
Theo de Raadt
2013-05-30
CD filesystems don't do inode numbers >2^32, so use a smaller type internally,
Philip Guenther
2010-04-23
simple_lock -> XXXLOCKING comments.
Owain Ainsworth
2007-10-29
MALLOC/FREE -> malloc/free
Charles Longeau
2007-06-01
pedro ok'd this ~3500 line diff which removes the vop argument
Theo de Raadt
2007-04-11
Remove the simplelock argument from vrecycle();
Thordur I. Bjornsson
2007-03-21
Remove the v_interlock simplelock from the vnode structure.
Thordur I. Bjornsson
2006-01-09
Put vprint() under DIAGNOSTIC, as to save space in generated ramdisks.
Pedro Martelletto
2005-11-19
Remove unnecessary lockmgr() archaism that was costing too much in terms
Pedro Martelletto
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2003-05-13
Kill a bunch more commons (very few left =)
Jason Wright
2002-03-14
First round of __P removal in sys
Todd C. Miller
2001-06-23
Get rid of several unused vnode operations
Constantine Sapuntzakis
1999-04-28
zap the newhashinit hack.
Artur Grabowski
1998-08-21
Fix malloc race in the cd9660 fs.
Constantine Sapuntzakis
1998-07-22
fix tz calculation; bug found by rees
Theo de Raadt
1997-11-08
Sync to NetBSD; some extra KNF
Niklas Hallqvist
1997-11-06
Updates for VFS Lite 2 + soft update.
Constantine Sapuntzakis
1997-10-06
back out vfs lite2 till after 2.2
Theo de Raadt
1997-10-06
VFS Lite2 Changes
Constantine Sapuntzakis
1997-08-01
From NetBSD (mycroft):
Todd C. Miller
1996-02-29
From NetBSD: merge with 960217
Niklas Hallqvist
1995-10-18
initial import of NetBSD tree
Theo de Raadt