summaryrefslogtreecommitdiffstats
path: root/sys/coda/coda_psdev.c
Commit message (Expand)AuthorAgeFilesLines
* - Implement selwakeuppri() which allows raising the priority of atanimura2003-11-091-2/+2
* Move an annoying printf() call that gets triggered every time antjr2003-09-101-0/+2
* Use __FBSDID().obrien2003-06-101-4/+4
* - Move p->p_sigmask to td->td_sigmask. Signal masks will be per thread withjeff2003-03-311-14/+14
* Back our kernel support for reliable signal queues.jmallett2002-10-011-11/+7
* When working with sigset_t's, and needing to perform masking operations basedjmallett2002-10-011-7/+11
* More s/file system/filesystem/gtrhodes2002-05-161-1/+1
* Moved signal handling and rescheduling from userret() to ast() so thatbde2002-04-041-0/+1
* Update to C99, s/__FUNCTION__/__func__/,obrien2001-12-101-1/+1
* Backed out vestiges of the quick fixes for the transient breakage ofbde2001-10-131-1/+0
* Use the passed in thread to selrecord() instead of curthread.jhb2001-09-211-1/+1
* KSE Milestone 2julian2001-09-121-11/+12
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-011-5/+6
* fix it so it compiles againmjacob2001-04-231-0/+2
* Protect accesses to member of struct proc with the proc lock.jhb2000-12-061-2/+5
* Remove ~25 unneeded #include <sys/conf.h>phk2000-04-191-1/+0
* sigset_t change (part 2 of 5)marcel1999-09-291-24/+49
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Remove the RCS "Log" and all the verbiage it has generated.phk1999-07-211-135/+1
* Missed a stray LKM #ifdefpeter1999-01-171-5/+8
* coda_lookup now passes up an extra flag. But old veni willrvb1998-11-111-4/+28
* Change the way unmounting happens to guarantee that thervb1998-10-281-20/+51
* Fixes for lkm:rvb1998-09-291-2/+5
* Cleanup and fix THE bugrvb1998-09-281-5/+10
* Put "stray" printouts under DIAGNOSTIC. Make everything buildrvb1998-09-251-11/+27
* Finish conversion of cfs -> codarvb1998-09-131-7/+11
* All the references to cfs, in symbols, structs, and stringsrvb1998-09-111-81/+84
* Pass2 completervb1998-09-021-99/+42
* Very Preliminary Codarvb1998-08-291-0/+756
OpenPOWER on IntegriCloud