| Commit message (Expand) | Author | Age | Files | Lines |
* | KSE Milestone 2 | julian | 2001-09-12 | 4 | -56/+55 |
* | - FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION file | ru | 2001-05-23 | 1 | -1/+1 |
* | Change the second argument of vflush() to an integer that specifies | iedowse | 2001-05-16 | 1 | -1/+1 |
* | Implement vop_std{get|put}pages() and add them to the default vop[]. | phk | 2001-05-01 | 1 | -32/+0 |
* | Uncut&paste som bogus use of VOP_BMAP in cd9660::VOP_STRATEGY. | phk | 2001-04-30 | 1 | -10/+4 |
* | Revert consequences of changes to mount.h, part 2. | grog | 2001-04-29 | 7 | -14/+0 |
* | Move the netexport structure from the fs-specific mountstructure | phk | 2001-04-25 | 2 | -29/+2 |
* | Correct #includes to work with fixed sys/mount.h. | grog | 2001-04-23 | 7 | -0/+14 |
* | Add missed MODULE_VERSION() call, so loading of unicode conversion routine | sobomax | 2001-03-11 | 1 | -0/+1 |
* | Add a mount time option which slightly relaxes checks for valid Joilet | bp | 2001-03-11 | 2 | -1/+3 |
* | Reviewed by: jlemon | adrian | 2001-03-01 | 1 | -2/+0 |
* | Display the Joliet Extension 'level' in the log message. | alfred | 2001-02-23 | 1 | -1/+1 |
* | Add a hook for loading of a Unicode -> char conversion routine as a kld at a | sobomax | 2001-02-13 | 1 | -0/+12 |
* | Change and clean the mutex lock interface. | bmilekic | 2001-02-09 | 1 | -8/+8 |
* | Fix typo: seperate -> separate. | asmodai | 2001-02-06 | 1 | -1/+1 |
* | Back out proc locking to protect p_ucred for obtaining additional | jhb | 2001-01-27 | 1 | -15/+2 |
* | Convert all simplelocks to mutexes and remove the simplelock implementations. | jasone | 2001-01-24 | 1 | -14/+11 |
* | Proc locking to protect p_ucred while we obtain additional references. | jhb | 2001-01-24 | 1 | -2/+15 |
* | Convert more malloc+bzero to malloc+M_ZERO. | dwmalone | 2000-12-08 | 1 | -4/+2 |
* | Weaken a bogus dependency on <sys/proc.h> in <sys/buf.h> by #ifdef'ing | phk | 2000-10-29 | 1 | -1/+0 |
* | Remove unneeded #include <sys/proc.h> lines. | phk | 2000-10-29 | 1 | -1/+0 |
* | Blow away the v_specmountpoint define, replacing it with what it was | eivind | 2000-10-09 | 1 | -3/+3 |
* | Convert lockmgr locks from using simple locks to using mutexes. | jasone | 2000-10-04 | 1 | -2/+5 |
* | Make cd9660 filesystem PDIRUNLOCK aware. Now it can be used in vnode stacks | bp | 2000-10-03 | 4 | -9/+18 |
* | Major update to the way synchronization is done in the kernel. Highlights | jasone | 2000-09-07 | 1 | -0/+1 |
* | o Restructure vaccess() so as to check for DAC permission to modify the | rwatson | 2000-08-29 | 1 | -1/+1 |
* | Centralize the canonical vop_access user/group/other check in vaccess(). | phk | 2000-08-20 | 1 | -42/+3 |
* | This patch corrects the first round of panics and hangs reported | mckusick | 2000-07-24 | 1 | -1/+2 |
* | Fix memory leakage on module unload. | bp | 2000-06-29 | 3 | -1/+12 |
* | Separate the struct bio related stuff out of <sys/buf.h> into | phk | 2000-05-05 | 5 | -0/+5 |
* | Add $FreeBSD$ | peter | 2000-05-01 | 2 | -0/+3 |
* | Remove unneeded #include <vm/vm_zone.h> | phk | 2000-04-30 | 1 | -1/+0 |
* | Complete the bio/buf divorce for all code below devfs::strategy | phk | 2000-04-15 | 1 | -2/+2 |
* | Move B_ERROR flag to b_ioflags and call it BIO_ERROR. | phk | 2000-04-02 | 1 | -1/+1 |
* | remove check now done in vn_isdisk(). | phk | 2000-01-10 | 1 | -4/+0 |
* | Give vn_isdisk() a second argument where it can return a suitable errno. | phk | 2000-01-10 | 1 | -2/+2 |
* | Return ENXIO if there is no device. | phk | 2000-01-02 | 1 | -1/+5 |
* | Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL" | peter | 1999-12-29 | 2 | -4/+4 |
* | Second pass commit to introduce new ACL and Extended Attribute system | rwatson | 1999-12-19 | 1 | -0/+2 |
* | Introduce NDFREE (and remove VOP_ABORTOP) | eivind | 1999-12-15 | 2 | -18/+3 |
* | Commit the kernel part of our DVD support. Nothing much to say really, | sos | 1999-12-07 | 1 | -0/+30 |
* | Next step in the device cleanup process. | phk | 1999-11-09 | 1 | -3/+6 |
* | remove a confusing and stale comment. | phk | 1999-11-08 | 1 | -3/+0 |
* | Newline-terminate the complaint message about not being able to find | msmith | 1999-11-01 | 1 | -1/+1 |
* | remove unused #includes | phk | 1999-10-11 | 1 | -1/+0 |
* | Remove the D_NOCLUSTER[RW] options which were added because vn had | phk | 1999-09-30 | 1 | -8/+0 |
* | More removals of vnode->v_lastr, replaced by preexisting seqcount | dillon | 1999-09-20 | 1 | -2/+4 |
* | Seperate the export check in VFS_FHTOVP, exports are now checked via | alfred | 1999-09-11 | 1 | -15/+27 |
* | All unimplemented VFS ops now have entries in kern/vfs_default.c that return | alfred | 1999-09-07 | 1 | -50/+4 |
* | Fix various trivial warnings from LINT | phk | 1999-08-28 | 1 | -1/+1 |