| Commit message (Expand) | Author | Age | Files | Lines |
| * | Complete the bio/buf divorce for all code below devfs::strategy | Poul-Henning Kamp | 2000-04-15 | 1 | -3/+3 |
| * | Move B_ERROR flag to b_ioflags and call it BIO_ERROR. | Poul-Henning Kamp | 2000-04-02 | 1 | -1/+1 |
| * | Rename the existing BUF_STRATEGY() to DEV_STRATEGY() | Poul-Henning Kamp | 2000-03-20 | 1 | -2/+2 |
| * | Remove B_READ, B_WRITE and B_FREEBUF and replace them with a new | Poul-Henning Kamp | 2000-03-20 | 1 | -3/+3 |
| * | Eliminate the undocumented, experimental, non-delivering and highly | Poul-Henning Kamp | 2000-03-16 | 1 | -2/+0 |
| * | Give vn_isdisk() a second argument where it can return a suitable errno. | Poul-Henning Kamp | 2000-01-10 | 1 | -1/+1 |
| * | Eliminate unused variables | Eivind Eklund | 1999-12-20 | 1 | -3/+1 |
| * | Second pass commit to introduce new ACL and Extended Attribute system | Robert Watson | 1999-12-19 | 1 | -1/+3 |
| * | Introduce NDFREE (and remove VOP_ABORTOP) | Eivind Eklund | 1999-12-15 | 1 | -22/+0 |
| * | Lock reporting and assertion changes. | Eivind Eklund | 1999-12-11 | 1 | -1/+1 |
| * | Remove unused #includes. | Poul-Henning Kamp | 1999-12-08 | 1 | -3/+0 |
| * | Report swapdevices as cdevs rather than bdevs. | Poul-Henning Kamp | 1999-11-29 | 1 | -0/+2 |
| * | s/p_cred->pc_ucred/p_ucred/g | Poul-Henning Kamp | 1999-11-21 | 1 | -2/+2 |
| * | Get rid of calls to vfinddev() by doing like specfs. | Poul-Henning Kamp | 1999-11-20 | 1 | -15/+7 |
| * | struct mountlist and struct mount.mnt_list have no business being | Poul-Henning Kamp | 1999-11-20 | 1 | -1/+1 |
| * | Remove WILLRELE from VOP_SYMLINK | Eivind Eklund | 1999-11-13 | 1 | -5/+3 |
| * | Remove the iskmemdev() function. Make it the responsibility of the mem.c | Poul-Henning Kamp | 1999-11-07 | 1 | -3/+1 |
| * | useracc() the prequel: | Poul-Henning Kamp | 1999-10-29 | 1 | -1/+0 |
| * | Seperate the export check in VFS_FHTOVP, exports are now checked via | Alfred Perlstein | 1999-09-11 | 1 | -0/+1 |
| * | All unimplemented VFS ops now have entries in kern/vfs_default.c that return | Alfred Perlstein | 1999-09-07 | 1 | -48/+5 |
| * | Make bdev userland access work like cdev userland access unless | Poul-Henning Kamp | 1999-08-30 | 1 | -182/+6 |
| * | Fix various trivial warnings from LINT | Poul-Henning Kamp | 1999-08-28 | 1 | -1/+1 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 4 | -4/+4 |
| * | Simplify the handling of VCHR and VBLK vnodes using the new dev_t: | Poul-Henning Kamp | 1999-08-26 | 1 | -15/+3 |
| * | Make a place to store the devfs hook for the block device, as the same | Julian Elischer | 1999-08-25 | 1 | -3/+2 |
| * | Make DEVFS use PHK's specinfo struct as the source of dev_t and devsw. | Julian Elischer | 1999-08-25 | 3 | -128/+120 |
| * | Make DEVFS ops reflect some of the changes that have recently occured in the | Julian Elischer | 1999-08-25 | 1 | -60/+173 |
| * | Devfs now adds itself to the hook that PHK supplies. | Julian Elischer | 1999-08-24 | 1 | -1/+21 |
| * | Add the (inline) function vm_page_undirty for clearing the dirty bitmask | Alan Cox | 1999-08-17 | 1 | -3/+3 |
| * | Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>, | Poul-Henning Kamp | 1999-08-08 | 1 | -2/+1 |
| * | Convert buffer locking from using the B_BUSY and B_WANTED flags to using | Kirk McKusick | 1999-06-26 | 1 | -4/+4 |
| * | Divorce "dev_t" from the "major|minor" bitmap, which is now called | Poul-Henning Kamp | 1999-05-11 | 1 | -4/+4 |
| * | remove b_proc from struct buf, it's (now) unused. | Poul-Henning Kamp | 1999-05-06 | 1 | -3/+2 |
| * | This Implements the mumbled about "Jail" feature. | Poul-Henning Kamp | 1999-04-28 | 1 | -7/+7 |
| * | Suser() simplification: | Poul-Henning Kamp | 1999-04-27 | 1 | -10/+10 |
| * | Added a used #include (don't depend on "vnode_if.h" including <sys/buf.h>). | Bruce Evans | 1999-02-25 | 1 | -1/+2 |
| * | Fix warnings in preparation for adding -Wall -Wcast-qual to the | Matthew Dillon | 1999-01-28 | 1 | -1/+4 |
| * | Fix but in devfs_strategy(). Switch cases were falling through | Matthew Dillon | 1999-01-27 | 1 | -1/+3 |
| * | Fix warnings in preparation for adding -Wall -Wcast-qual to the | Matthew Dillon | 1999-01-27 | 3 | -59/+63 |
| * | This is a rather large commit that encompasses the new swapper, | Matthew Dillon | 1999-01-21 | 1 | -4/+4 |
| * | Remove declarations for undefined functions and a couple of unused | Eivind Eklund | 1999-01-12 | 1 | -11/+1 |
| * | Avoid NULL-pointer dereference on error condition. | Eivind Eklund | 1998-12-15 | 1 | -2/+2 |
| * | Rename one of the two devfs_link's to devfs_makelink. | Eivind Eklund | 1998-12-10 | 1 | -2/+2 |
| * | The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static | Archie Cobbs | 1998-12-07 | 2 | -14/+8 |
| * | Staticize. | Eivind Eklund | 1998-11-26 | 1 | -2/+2 |
| * | Delete stray extern declaration for non-existing variables. | Peter Wemm | 1998-11-09 | 1 | -2/+1 |
| * | Use TAILQ macros for clean/dirty block list processing. Set b_xflags | Peter Wemm | 1998-10-31 | 2 | -6/+6 |
| * | Make devfs update the atime timestamp so that 'w' works when using | Søren Schmidt | 1998-09-30 | 2 | -5/+12 |
| * | Oops, don't assume that the environment is normal in devfs_mount(). | Bruce Evans | 1998-09-08 | 1 | -4/+6 |
| * | Removed statically configured mount type numbers (MOUNT_*) and all | Bruce Evans | 1998-09-07 | 1 | -6/+6 |