summaryrefslogtreecommitdiffstats
path: root/sys/coda
Commit message (Expand)AuthorAgeFilesLines
* Forward-declare struct mbuf so that this file is less self-insufficientbde2000-10-051-0/+1
* Convert lockmgr locks from using simple locks to using mutexes.jasone2000-10-041-0/+1
* Remove 42 unneeded #include <sys/ioccom.h>.phk2000-05-031-1/+0
* Remove unneeded #include <vm/vm_zone.h>phk2000-04-302-2/+0
* Remove ~25 unneeded #include <sys/conf.h>phk2000-04-191-1/+0
* Introduce extended attribute support for FFS, allowing arbitraryrwatson2000-04-151-0/+1
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-3/+3
* Second pass commit to introduce new ACL and Extended Attribute systemrwatson1999-12-191-1/+3
* Introduce NDFREE (and remove VOP_ABORTOP)eivind1999-12-152-52/+7
* Lock reporting and assertion changes.eivind1999-12-111-1/+1
* s/p_cred->pc_ucred/p_ucred/gphk1999-11-211-2/+2
* struct mountlist and struct mount.mnt_list have no business beingphk1999-11-201-4/+3
* Remove WILLRELE from VOP_SYMLINKeivind1999-11-131-7/+3
* sigset_t change (part 2 of 5)marcel1999-09-291-24/+49
* Remove five now unused fields from struct cdevsw. They should neverphk1999-09-251-5/+0
* Seperate the export check in VFS_FHTOVP, exports are now checked viaalfred1999-09-111-0/+1
* All unimplemented VFS ops now have entries in kern/vfs_default.c that returnalfred1999-09-071-56/+6
* $Id$ -> $FreeBSD$peter1999-08-2819-19/+19
* Convert DEVFS hooks in (most) drivers to make_dev().phk1999-08-231-35/+1
* Don't examine vp->v_tag (see comment in vnode.h)phk1999-08-131-3/+2
* Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>,phk1999-08-081-3/+1
* Fixed all printf format errors reported by gcc -Wformat on i386's:bde1999-08-081-10/+16
* The dev returned here is what is found in the st_dev field.rvb1999-08-021-2/+3
* Remove the RCS "Log" and all the verbiage it has generated.phk1999-07-2110-1304/+12
* Don't access the device with vp->v_specinfo->si_rdev, use vp->v_rdev.phk1999-07-201-2/+28
* Simplify cdevsw registration.phk1999-05-312-10/+7
* This commit should be a extensive NO-OP:phk1999-05-301-6/+21
* Divorce "dev_t" from the "major|minor" bitmap, which is now calledphk1999-05-112-4/+4
* remove cast from dev_t to dev_t.phk1999-05-091-2/+11
* I got tired of seeing all the cdevsw[major(foo)] all over the place.phk1999-05-081-2/+5
* Removed a bogus cast to c_caddr_t. This is part of terminatingbde1999-01-291-2/+8
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-281-2/+2
* Fix warnings preparing for -Wall -Wcast-qualdillon1999-01-272-4/+12
* Add 'options DEBUG_LOCKS', which stores extra information in structeivind1999-01-201-1/+11
* Missed a stray LKM #ifdefpeter1999-01-171-5/+8
* Clean up the KLD/LKM goop a bit.peter1999-01-173-93/+23
* Don't pass unused unused timestamp args to UFS_UPDATE() or wastebde1999-01-071-2/+5
* Remove the 'waslocked' parameter to vfs_object_create().eivind1999-01-052-6/+9
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()archie1998-12-041-3/+6
* Don't print diagnostic anymorervb1998-12-041-1/+6
* A few bug fixes for Robert Watsonrvb1998-11-162-5/+24
* Finished updating module event handlers to be compatible withbde1998-11-151-2/+2
* coda_lookup now passes up an extra flag. But old veni willrvb1998-11-114-16/+84
* Support KLD. We register and unregister two modules. "coda" (the vfs)peter1998-11-032-44/+65
* Change the way unmounting happens to guarantee that thervb1998-10-282-21/+61
* Updatervb1998-10-281-11/+0
* Venus must be passed O_CREAT flag on VOP_OPEN iff this isrvb1998-10-284-74/+123
* Nitpicking and dusting performed on a train. Removes trivial warningsphk1998-10-251-3/+4
* Fixes for lkm:rvb1998-09-294-10/+23
* Cleanup and fix THE bugrvb1998-09-284-22/+39
OpenPOWER on IntegriCloud