| Commit message (Expand) | Author | Age | Files | Lines |
| * | Convert all simplelocks to mutexes and remove the simplelock implementations. | Jason Evans | 2001-01-24 | 1 | -10/+10 |
| * | Convert more malloc+bzero to malloc+M_ZERO. | David Malone | 2000-12-08 | 2 | -9/+6 |
| * | Use vop_defaultop() instead of ntfs_bypass(). | Boris Popov | 2000-11-18 | 1 | -2/+6 |
| * | Missed conversion of CIRCLEQ => TAILQ for mount list. | Kirk McKusick | 2000-11-14 | 1 | -1/+1 |
| * | Give vop_mmap an untimely death. The opportunity to give it a timely | Eivind Eklund | 2000-11-01 | 1 | -1/+0 |
| * | Move suser() and suser_xxx() prototypes and a related #define from | Poul-Henning Kamp | 2000-10-29 | 1 | -1/+0 |
| * | Remove unneeded #include <sys/proc.h> lines. | Poul-Henning Kamp | 2000-10-29 | 2 | -2/+0 |
| * | Blow away the v_specmountpoint define, replacing it with what it was | Eivind Eklund | 2000-10-09 | 1 | -3/+3 |
| * | Convert lockmgr locks from using simple locks to using mutexes. | Jason Evans | 2000-10-04 | 6 | -11/+45 |
| * | PDIRUNLOCK now exists on FreeBSD. Remove the (now incorrect) redefinition. | Peter Wemm | 2000-10-02 | 1 | -4/+0 |
| * | o Restructure vaccess() so as to check for DAC permission to modify the | Robert Watson | 2000-08-29 | 1 | -1/+1 |
| * | Centralize the canonical vop_access user/group/other check in vaccess(). | Poul-Henning Kamp | 2000-08-20 | 1 | -42/+4 |
| * | Back out the previous change to the queue(3) interface. | Jake Burkholder | 2000-05-26 | 3 | -6/+6 |
| * | Change the way that the queue(3) structures are declared; don't assume that | Jake Burkholder | 2000-05-23 | 3 | -6/+6 |
| * | Separate the struct bio related stuff out of <sys/buf.h> into | Poul-Henning Kamp | 2000-05-05 | 3 | -0/+3 |
| * | Remove unneeded #include <vm/vm_zone.h> | Poul-Henning Kamp | 2000-04-30 | 1 | -1/+0 |
| * | Remove unneeded #include <sys/kernel.h> | Poul-Henning Kamp | 2000-04-29 | 1 | -1/+0 |
| * | Remove ~25 unneeded #include <sys/conf.h> | Poul-Henning Kamp | 2000-04-19 | 1 | -1/+0 |
| * | Remove unneeded <sys/buf.h> includes. | Poul-Henning Kamp | 2000-04-18 | 1 | -1/+0 |
| * | Complete the bio/buf divorce for all code below devfs::strategy | Poul-Henning Kamp | 2000-04-15 | 1 | -1/+1 |
| * | Move B_ERROR flag to b_ioflags and call it BIO_ERROR. | Poul-Henning Kamp | 2000-04-02 | 1 | -3/+3 |
| * | Remove B_READ, B_WRITE and B_FREEBUF and replace them with a new | Poul-Henning Kamp | 2000-03-20 | 1 | -1/+1 |
| * | Forward declare some structs so that this header is more self-suifficent. | Bruce Evans | 2000-01-14 | 2 | -0/+9 |
| * | Use MALLOC_DECLARE when it is #defined, not when a (wrong) test of | Bruce Evans | 2000-01-14 | 1 | -1/+1 |
| * | Give vn_isdisk() a second argument where it can return a suitable errno. | Poul-Henning Kamp | 2000-01-10 | 1 | -3/+1 |
| * | Second pass commit to introduce new ACL and Extended Attribute system | Robert Watson | 1999-12-19 | 1 | -1/+2 |
| * | Introduce NDFREE (and remove VOP_ABORTOP) | Eivind Eklund | 1999-12-15 | 1 | -1/+2 |
| * | Merged NetBSD version, as they have done improvements: | Semen Ustimenko | 1999-12-03 | 13 | -1040/+1104 |
| * | Next step in the device cleanup process. | Poul-Henning Kamp | 1999-11-09 | 1 | -0/+2 |
| * | useracc() the prequel: | Poul-Henning Kamp | 1999-10-29 | 2 | -2/+0 |
| * | Seperate the export check in VFS_FHTOVP, exports are now checked via | Alfred Perlstein | 1999-09-11 | 1 | -3/+5 |
| * | All unimplemented VFS ops now have entries in kern/vfs_default.c that return | Alfred Perlstein | 1999-09-07 | 1 | -10/+23 |
| * | Fix the sense of the vn_isdisk() check. | Poul-Henning Kamp | 1999-09-01 | 1 | -1/+1 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 13 | -13/+13 |
| * | Introduce vn_isdisk(struct vnode *vp) function, and use it to test for diskness. | Poul-Henning Kamp | 1999-08-25 | 1 | -6/+2 |
| * | The bdevsw() and cdevsw() are now identical, so kill the former. | Poul-Henning Kamp | 1999-08-13 | 1 | -2/+2 |
| * | Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>, | Poul-Henning Kamp | 1999-08-08 | 4 | -11/+4 |
| * | Simplify cdevsw registration. | Poul-Henning Kamp | 1999-05-31 | 1 | -2/+2 |
| * | Driver is now ported to NetBSD. | Semen Ustimenko | 1999-05-12 | 13 | -117/+254 |
| * | Divorce "dev_t" from the "major|minor" bitmap, which is now called | Poul-Henning Kamp | 1999-05-11 | 3 | -7/+7 |
| * | One too many vfsops.. | Peter Wemm | 1999-05-06 | 1 | -2/+1 |
| * | Removed annoying messaged during boot,added some check | Semen Ustimenko | 1999-04-20 | 7 | -177/+434 |
| * | Removed DIAGNOSTIC opion redefinition. | Semen Ustimenko | 1999-04-13 | 1 | -2/+1 |
| * | Added limited write ability. Now we can use some kind | Semen Ustimenko | 1999-02-19 | 12 | -551/+875 |
| * | First version. | Semen Ustimenko | 1999-02-03 | 11 | -0/+4205 |