summaryrefslogtreecommitdiffstats
path: root/sys/isofs
Commit message (Expand)AuthorAgeFilesLines
* Quick fix for non-unique inode numbers for hard links. We use thebde2002-05-221-6/+14
* More s/file system/filesystem/gtrhodes2002-05-163-5/+5
* Include systm.h for panic(9) so that DEBUG_ALL_VFS_LOCKS compiles.jeff2002-05-042-0/+2
* Change callers of mtx_init() to pass in an appropriate lock type name. Injhb2002-04-041-1/+1
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-011-1/+1
* In ffs_mountffs(), set mnt_iosize_max to si_iosize_max unconditionallybde2002-03-301-0/+4
* Fixed some style bugs in the removal of __P(()). Continuation linesbde2002-03-243-8/+7
* Remove references to vm_zone.h and switch over to the new uma API.jeff2002-03-201-4/+4
* Remove __P.alfred2002-03-207-92/+82
* Add a flags parameter to VFS_VGET to pass through the desiredmckusick2002-03-175-16/+42
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredjhb2002-02-271-2/+2
* Fix mounting root from a ISO9660 filesystem on a SCSI CDROM.ken2001-11-271-0/+10
* Fix the fix. BIO_ERROR must be set in b_ioflags, not b_flagsdillon2001-11-041-1/+1
* B_ERROR is BIO_ERROR on -current.phk2001-11-041-1/+1
* Fix a bug in CD9660 when vmiodirenable is turned on. CD9660 was assumingdillon2001-11-041-1/+23
* KSE Milestone 2julian2001-09-124-56/+55
* - FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION fileru2001-05-231-1/+1
* Change the second argument of vflush() to an integer that specifiesiedowse2001-05-161-1/+1
* Implement vop_std{get|put}pages() and add them to the default vop[].phk2001-05-011-32/+0
* Uncut&paste som bogus use of VOP_BMAP in cd9660::VOP_STRATEGY.phk2001-04-301-10/+4
* Revert consequences of changes to mount.h, part 2.grog2001-04-297-14/+0
* Move the netexport structure from the fs-specific mountstructurephk2001-04-252-29/+2
* Correct #includes to work with fixed sys/mount.h.grog2001-04-237-0/+14
* Add missed MODULE_VERSION() call, so loading of unicode conversion routinesobomax2001-03-111-0/+1
* Add a mount time option which slightly relaxes checks for valid Joiletbp2001-03-112-1/+3
* Reviewed by: jlemonadrian2001-03-011-2/+0
* Display the Joliet Extension 'level' in the log message.alfred2001-02-231-1/+1
* Add a hook for loading of a Unicode -> char conversion routine as a kld at asobomax2001-02-131-0/+12
* Change and clean the mutex lock interface.bmilekic2001-02-091-8/+8
* Fix typo: seperate -> separate.asmodai2001-02-061-1/+1
* Back out proc locking to protect p_ucred for obtaining additionaljhb2001-01-271-15/+2
* Convert all simplelocks to mutexes and remove the simplelock implementations.jasone2001-01-241-14/+11
* Proc locking to protect p_ucred while we obtain additional references.jhb2001-01-241-2/+15
* Convert more malloc+bzero to malloc+M_ZERO.dwmalone2000-12-081-4/+2
* Weaken a bogus dependency on <sys/proc.h> in <sys/buf.h> by #ifdef'ingphk2000-10-291-1/+0
* Remove unneeded #include <sys/proc.h> lines.phk2000-10-291-1/+0
* Blow away the v_specmountpoint define, replacing it with what it waseivind2000-10-091-3/+3
* Convert lockmgr locks from using simple locks to using mutexes.jasone2000-10-041-2/+5
* Make cd9660 filesystem PDIRUNLOCK aware. Now it can be used in vnode stacksbp2000-10-034-9/+18
* Major update to the way synchronization is done in the kernel. Highlightsjasone2000-09-071-0/+1
* o Restructure vaccess() so as to check for DAC permission to modify therwatson2000-08-291-1/+1
* Centralize the canonical vop_access user/group/other check in vaccess().phk2000-08-201-42/+3
* This patch corrects the first round of panics and hangs reportedmckusick2000-07-241-1/+2
* Fix memory leakage on module unload.bp2000-06-293-1/+12
* Separate the struct bio related stuff out of <sys/buf.h> intophk2000-05-055-0/+5
* Add $FreeBSD$peter2000-05-012-0/+3
* Remove unneeded #include <vm/vm_zone.h>phk2000-04-301-1/+0
* Complete the bio/buf divorce for all code below devfs::strategyphk2000-04-151-2/+2
* Move B_ERROR flag to b_ioflags and call it BIO_ERROR.phk2000-04-021-1/+1
* remove check now done in vn_isdisk().phk2000-01-101-4/+0
OpenPOWER on IntegriCloud