aboutsummaryrefslogtreecommitdiff
path: root/sys/coda/coda_psdev.c
Commit message (Expand)AuthorAgeFilesLines
* Complete repo-copy and move of Coda from src/sys/coda to src/sys/fs/codaRobert Watson2007-07-121-695/+0
* Replace CODA_OPEN with CODA_OPEN_BY_FD: coda_open was disabled becauseRobert Watson2007-07-111-1/+22
* Avoid crash when opening Coda device: when allocating coda_mntinfo, weRobert Watson2007-07-111-5/+7
* Fix -Wundef from compiling the amd64 LINT.Ruslan Ermilov2005-12-041-1/+1
* Print devtoname() instead of minor().Poul-Henning Kamp2005-03-151-2/+2
* Start each of the license/copyright comments with /*-Warner Losh2005-01-051-2/+2
* General modernization of coda:Brooks Davis2004-09-011-25/+10
* Kill count device support from config. I've changed the last fewPeter Wemm2004-08-301-1/+1
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-161-6/+6
* - Implement selwakeuppri() which allows raising the priority of aSeigo Tanimura2003-11-091-2/+2
* Move an annoying printf() call that gets triggered every time anTim J. Robbins2003-09-101-0/+2
* Use __FBSDID().David E. O'Brien2003-06-101-4/+4
* - Move p->p_sigmask to td->td_sigmask. Signal masks will be per thread withJeff Roberson2003-03-311-14/+14
* Back our kernel support for reliable signal queues.Juli Mallett2002-10-011-11/+7
* When working with sigset_t's, and needing to perform masking operations basedJuli Mallett2002-10-011-7/+11
* More s/file system/filesystem/gTom Rhodes2002-05-161-1/+1
* Moved signal handling and rescheduling from userret() to ast() so thatBruce Evans2002-04-041-0/+1
* Update to C99, s/__FUNCTION__/__func__/,David E. O'Brien2001-12-101-1/+1
* Backed out vestiges of the quick fixes for the transient breakage ofBruce Evans2001-10-131-1/+0
* Use the passed in thread to selrecord() instead of curthread.John Baldwin2001-09-211-1/+1
* KSE Milestone 2Julian Elischer2001-09-121-11/+12
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inMark Murray2001-05-011-5/+6
* fix it so it compiles againMatt Jacob2001-04-231-0/+2
* Protect accesses to member of struct proc with the proc lock.John Baldwin2000-12-061-2/+5
* Remove ~25 unneeded #include <sys/conf.h>Poul-Henning Kamp2000-04-191-1/+0
* sigset_t change (part 2 of 5)Marcel Moolenaar1999-09-291-24/+49
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Remove the RCS "Log" and all the verbiage it has generated.Poul-Henning Kamp1999-07-211-135/+1
* Missed a stray LKM #ifdefPeter Wemm1999-01-171-5/+8
* coda_lookup now passes up an extra flag. But old veni willRobert V. Baron1998-11-111-4/+28
* Change the way unmounting happens to guarantee that theRobert V. Baron1998-10-281-20/+51
* Fixes for lkm:Robert V. Baron1998-09-291-2/+5
* Cleanup and fix THE bugRobert V. Baron1998-09-281-5/+10
* Put "stray" printouts under DIAGNOSTIC. Make everything buildRobert V. Baron1998-09-251-11/+27
* Finish conversion of cfs -> codaRobert V. Baron1998-09-131-7/+11
* All the references to cfs, in symbols, structs, and stringsRobert V. Baron1998-09-111-81/+84
* Pass2 completeRobert V. Baron1998-09-021-99/+42
* Very Preliminary CodaRobert V. Baron1998-08-291-0/+756