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
/
ufs
/
ffs
/
ffs_subr.c
Age
Commit message (
Expand
)
Author
2015-11-28
move buffer size adjustment to buf_adjcnt - from Walter Neto
Bob Beck
2013-11-02
No need to cast constants or simple variables to (daddr_t). Use
Kenneth R Westerback
2013-11-01
Sprinkle (long long) casts where %lld is being used to print daddr_t
Kenneth R Westerback
2013-06-11
final removal of daddr64_t. daddr_t has been 64 bit for a long enough
Theo de Raadt
2011-07-04
bread does nothing with its ucred argument. remove it. ok matthew
Ted Unangst
2011-07-03
correctify NULL 0 confusion
Ted Unangst
2009-08-14
- use u_char consistently
Jasper Lievisse Adriaanse
2009-08-14
- fix format string for daddr64_t to %lld
Jasper Lievisse Adriaanse
2009-06-02
blkno's are 64 bit so need %llu, found by Parfait
Theo de Raadt
2008-01-05
Make the ffs code 64-bit disk block number clean. Based on a diff
Otto Moerbeek
2007-05-26
Dynamic buffer cache. Initial diff from mickey@, okay art@ beck@ toby@
Pedro Martelletto
2007-01-06
stop printing messages when changing space/time optimizations.
Ted Unangst
2006-06-17
Refuse to mount a ffs fielsystems whose number of frags is not 1, 2, 4 or 8,
Miod Vallat
2005-11-08
Use ANSI function declarations and deregister, no binary change
Pedro Martelletto
2005-07-03
Extended Attributes was a piece to get to ACLs, however ACLs have not
Dale Rahn
2004-01-20
some pieces of ufs2. help testing otto sturm
Ted Unangst
2003-06-26
add prototypes for userland code that reaches over. ok deraadt@
Ted Unangst
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2002-03-14
First round of __P removal in sys
Todd C. Miller
2002-02-22
Extended Attribute support from FreeBSD/TrustedBSD ok art@, deraadt@
Dale Rahn
2001-12-01
KNF
Theo de Raadt
2001-07-06
prototypes for userland side
Theo de Raadt
2001-06-23
Privatize several vnode operations that are not used by the generic code.
Constantine Sapuntzakis
2001-03-20
dangling space in comment
Artur Grabowski
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
1996-04-21
partial sync with netbsd 960418, more to come
Theo de Raadt
1996-02-27
From NetBSD: update to 960217 sources
Niklas Hallqvist
1995-10-18
initial import of NetBSD tree
Theo de Raadt