summaryrefslogtreecommitdiffstats
path: root/sys/isofs/cd9660/cd9660_node.c
Commit message (Expand)AuthorAgeFilesLines
* Change callers of mtx_init() to pass in an appropriate lock type name. Injhb2002-04-041-1/+1
* Remove __P.alfred2002-03-201-2/+2
* Add a flags parameter to VFS_VGET to pass through the desiredmckusick2002-03-171-5/+13
* KSE Milestone 2julian2001-09-121-9/+8
* Revert consequences of changes to mount.h, part 2.grog2001-04-291-2/+0
* Correct #includes to work with fixed sys/mount.h.grog2001-04-231-0/+2
* Change and clean the mutex lock interface.bmilekic2001-02-091-8/+8
* Convert all simplelocks to mutexes and remove the simplelock implementations.jasone2001-01-241-14/+11
* Weaken a bogus dependency on <sys/proc.h> in <sys/buf.h> by #ifdef'ingphk2000-10-291-1/+0
* 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-031-1/+1
* Fix memory leakage on module unload.bp2000-06-291-0/+10
* Separate the struct bio related stuff out of <sys/buf.h> intophk2000-05-051-0/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Divorce "dev_t" from the "major|minor" bitmap, which is now calledphk1999-05-111-2/+2
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-271-3/+3
* Ifdefed conditionally used simplock variables.bde1999-01-021-1/+3
* Staticize.eivind1998-02-091-4/+4
* Back out DIAGNOSTIC changes.eivind1998-02-061-3/+1
* Turn DIAGNOSTIC into a new-style option.eivind1998-02-041-1/+3
* Staticize a few things.phk1997-11-181-3/+3
* VFS mega cleanup commit (x/N)phk1997-10-161-3/+3
* Removed unused #includes.bde1997-08-021-4/+1
* Remove all traces of undocumented feature ISODEVMAP.phk1997-04-141-64/+1
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Restored one line of "High Sierra" changes from rev.1.8.bde1997-02-111-1/+2
* This is the kernel Lite/2 commit. There are some requisite userlanddyson1997-02-101-318/+144
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Whoops, I should've used the LINT config file. More ts -> tv changesnate1996-09-201-5/+5
* Moved the fsnode MALLOC to before the call to getnewvnode() so that thedg1996-06-121-4/+11
* Added prototypes.bde1995-12-031-1/+3
* Remove trailing whitespace.rgrimes1995-05-301-35/+35
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-161-6/+1
* Obtained from: memories of 1.1.5bde1995-02-211-2/+2
* Roll in my changes to make the cd9660 code understand the olderjoerg1995-01-161-18/+28
* Use tsleep() rather than sleep so that 'ps' is more informative aboutdg1994-10-061-3/+3
* Alterations to silence gcc -Wall. Some unused variables deleted.gpalmer1994-09-261-10/+8
* More loadable VFS changes:wollman1994-09-221-7/+1
* Obtained from:bde1994-09-151-7/+7
* Added $Id$dg1994-08-021-0/+1
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.rgrimes1994-05-251-0/+10
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-241-0/+648
OpenPOWER on IntegriCloud