| Commit message (Expand) | Author | Age | Files | Lines |
* | Change the type of uio_resid member of struct uio from int to ssize_t. | kib | 2009-06-25 | 1 | -1/+1 |
* | Remove custom queue macros in Coda, replacing them with queue(9) tailq | rwatson | 2008-02-17 | 1 | -23/+22 |
* | The possibly interruptible msleep in coda_call() means well, but is | rwatson | 2008-02-15 | 1 | -1/+1 |
* | Spell replys as replies. | rwatson | 2008-02-15 | 1 | -7/+7 |
* | Remove debugging code under OLD_DIAGNOSTIC; this is all >10 years old and | rwatson | 2008-02-14 | 1 | -4/+0 |
* | Rather than having the Coda module use its own namecache, use the global | rwatson | 2008-02-13 | 1 | -20/+5 |
* | Since we're now actively maintaining the Coda module in the FreeBSD source | rwatson | 2008-02-10 | 1 | -480/+490 |
* | Various further non-functional cleanups to coda: | rwatson | 2008-02-09 | 1 | -17/+9 |
* | The Coda module was originally ported to NetBSD from Mach by rvb, and | rwatson | 2008-02-08 | 1 | -1/+1 |
* | Don't declare functions as extern. | rwatson | 2008-01-19 | 1 | -3/+0 |
* | Complete repo-copy and move of Coda from src/sys/coda to src/sys/fs/coda | rwatson | 2007-07-12 | 1 | -5/+5 |
* | Replace CODA_OPEN with CODA_OPEN_BY_FD: coda_open was disabled because | rwatson | 2007-07-11 | 1 | -1/+22 |
* | Avoid crash when opening Coda device: when allocating coda_mntinfo, we | rwatson | 2007-07-11 | 1 | -5/+7 |
* | Fix -Wundef from compiling the amd64 LINT. | ru | 2005-12-04 | 1 | -1/+1 |
* | Print devtoname() instead of minor(). | phk | 2005-03-15 | 1 | -2/+2 |
* | Start each of the license/copyright comments with /*- | imp | 2005-01-05 | 1 | -2/+2 |
* | General modernization of coda: | brooks | 2004-09-01 | 1 | -25/+10 |
* | Kill count device support from config. I've changed the last few | peter | 2004-08-30 | 1 | -1/+1 |
* | Do the dreaded s/dev_t/struct cdev */ | phk | 2004-06-16 | 1 | -6/+6 |
* | - Implement selwakeuppri() which allows raising the priority of a | tanimura | 2003-11-09 | 1 | -2/+2 |
* | Move an annoying printf() call that gets triggered every time an | tjr | 2003-09-10 | 1 | -0/+2 |
* | Use __FBSDID(). | obrien | 2003-06-10 | 1 | -4/+4 |
* | - Move p->p_sigmask to td->td_sigmask. Signal masks will be per thread with | jeff | 2003-03-31 | 1 | -14/+14 |
* | Back our kernel support for reliable signal queues. | jmallett | 2002-10-01 | 1 | -11/+7 |
* | When working with sigset_t's, and needing to perform masking operations based | jmallett | 2002-10-01 | 1 | -7/+11 |
* | More s/file system/filesystem/g | trhodes | 2002-05-16 | 1 | -1/+1 |
* | Moved signal handling and rescheduling from userret() to ast() so that | bde | 2002-04-04 | 1 | -0/+1 |
* | Update to C99, s/__FUNCTION__/__func__/, | obrien | 2001-12-10 | 1 | -1/+1 |
* | Backed out vestiges of the quick fixes for the transient breakage of | bde | 2001-10-13 | 1 | -1/+0 |
* | Use the passed in thread to selrecord() instead of curthread. | jhb | 2001-09-21 | 1 | -1/+1 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -11/+12 |
* | Undo part of the tangle of having sys/lock.h and sys/mutex.h included in | markm | 2001-05-01 | 1 | -5/+6 |
* | fix it so it compiles again | mjacob | 2001-04-23 | 1 | -0/+2 |
* | Protect accesses to member of struct proc with the proc lock. | jhb | 2000-12-06 | 1 | -2/+5 |
* | Remove ~25 unneeded #include <sys/conf.h> | phk | 2000-04-19 | 1 | -1/+0 |
* | sigset_t change (part 2 of 5) | marcel | 1999-09-29 | 1 | -24/+49 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Remove the RCS "Log" and all the verbiage it has generated. | phk | 1999-07-21 | 1 | -135/+1 |
* | Missed a stray LKM #ifdef | peter | 1999-01-17 | 1 | -5/+8 |
* | coda_lookup now passes up an extra flag. But old veni will | rvb | 1998-11-11 | 1 | -4/+28 |
* | Change the way unmounting happens to guarantee that the | rvb | 1998-10-28 | 1 | -20/+51 |
* | Fixes for lkm: | rvb | 1998-09-29 | 1 | -2/+5 |
* | Cleanup and fix THE bug | rvb | 1998-09-28 | 1 | -5/+10 |
* | Put "stray" printouts under DIAGNOSTIC. Make everything build | rvb | 1998-09-25 | 1 | -11/+27 |
* | Finish conversion of cfs -> coda | rvb | 1998-09-13 | 1 | -7/+11 |
* | All the references to cfs, in symbols, structs, and strings | rvb | 1998-09-11 | 1 | -81/+84 |
* | Pass2 complete | rvb | 1998-09-02 | 1 | -99/+42 |
* | Very Preliminary Coda | rvb | 1998-08-29 | 1 | -0/+756 |