summaryrefslogtreecommitdiff
path: root/sys/adosfs/advnops.c
AgeCommit message (Expand)Author
2006-01-20b_un.b_addr -> b_data; no functional change.Miod Vallat
2005-11-19Remove unnecessary lockmgr() archaism that was costing too much in termsPedro Martelletto
2003-12-21Pass -Wformat.Miod Vallat
2003-11-13common cleaning.Dale Rahn
2003-11-13Couple of typos in poll changes. ok millert@Dale Rahn
2003-10-17comment spelling from Jared Yanovich <jjy2+@pitt.edu>.Ted Unangst
2003-09-23Replace select backends with poll backends. selscan() and pollscan()Todd C. Miller
2003-07-24kill some externs that are not there anymore and had left other places for a ...Michael Shalayeff
2002-05-23protect biodone calls with splbioArtur Grabowski
2002-03-14First round of __P removal in sysTodd C. Miller
2001-12-19UBC was a disaster. It worked very good when it worked, but on someArtur Grabowski
2001-12-10Big cleanup inspired by NetBSD with some parts of the code from NetBSD.Artur Grabowski
2001-12-10Merge in struct uvm_vnode into struct vnode.Artur Grabowski
2001-12-04Readd VOP_MMAP, will be used soon. Right now it's just a question toArtur Grabowski
2001-11-27Merge in the unified buffer cache code as found in NetBSD 2001/03/10. TheArtur Grabowski
2001-06-23Get rid of several unused vnode operationsConstantine Sapuntzakis
2001-02-23Remove the clustering fields from the vnodes and place them in theConstantine Sapuntzakis
1998-08-21Fix malloc race on new anode get.Constantine Sapuntzakis
1998-08-21correct readlink(); kleinkTheo de Raadt
1998-08-06Rename vop_revoke, vn_bwrite, vop_noislocked, vop_nolock, vop_nounlockConstantine Sapuntzakis
1998-07-20typo & warnings make gcc unhappy.Marc Espie
1997-11-10Use vfs lite2 lockmanager. Add advisory locking. some KNF.Niklas Hallqvist
1997-11-06More fixes for adosfs so it compiles with VFS Lite 2Constantine Sapuntzakis
1997-11-06Updates for VFS Lite 2 + soft update.Constantine Sapuntzakis
1997-01-20Type pedantery.. a lot of it too, more could be done as well. Sync withNiklas Hallqvist
1996-10-13Fix some type incompatibilities another way roundNiklas Hallqvist
1996-08-23Some style and signedness pedanteryNiklas Hallqvist
1996-05-02sync with netbsdTheo de Raadt
1996-04-21partial sync with netbsd 960418, more to comeTheo de Raadt
1996-02-26Addition of $OpenBSD$ RCSID.Niklas Hallqvist
1996-02-24Add forward decls.Niklas Hallqvist
1995-10-18initial import of NetBSD treeTheo de Raadt