| Commit message (Expand) | Author | Age | Files | Lines |
* | Quick fix for non-unique inode numbers for hard links. We use the | bde | 2002-05-22 | 1 | -6/+14 |
* | More s/file system/filesystem/g | trhodes | 2002-05-16 | 3 | -5/+5 |
* | Include systm.h for panic(9) so that DEBUG_ALL_VFS_LOCKS compiles. | jeff | 2002-05-04 | 2 | -0/+2 |
* | Change callers of mtx_init() to pass in an appropriate lock type name. In | jhb | 2002-04-04 | 1 | -1/+1 |
* | Change the suser() API to take advantage of td_ucred as well as do a | jhb | 2002-04-01 | 1 | -1/+1 |
* | In ffs_mountffs(), set mnt_iosize_max to si_iosize_max unconditionally | bde | 2002-03-30 | 1 | -0/+4 |
* | Fixed some style bugs in the removal of __P(()). Continuation lines | bde | 2002-03-24 | 3 | -8/+7 |
* | Remove references to vm_zone.h and switch over to the new uma API. | jeff | 2002-03-20 | 1 | -4/+4 |
* | Remove __P. | alfred | 2002-03-20 | 7 | -92/+82 |
* | Add a flags parameter to VFS_VGET to pass through the desired | mckusick | 2002-03-17 | 5 | -16/+42 |
* | Simple p_ucred -> td_ucred changes to start using the per-thread ucred | jhb | 2002-02-27 | 1 | -2/+2 |
* | Fix mounting root from a ISO9660 filesystem on a SCSI CDROM. | ken | 2001-11-27 | 1 | -0/+10 |
* | Fix the fix. BIO_ERROR must be set in b_ioflags, not b_flags | dillon | 2001-11-04 | 1 | -1/+1 |
* | B_ERROR is BIO_ERROR on -current. | phk | 2001-11-04 | 1 | -1/+1 |
* | Fix a bug in CD9660 when vmiodirenable is turned on. CD9660 was assuming | dillon | 2001-11-04 | 1 | -1/+23 |
* | 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 |