| Commit message (Expand) | Author | Age | Files | Lines |
| * | Change and clean the mutex lock interface. | Bosko Milekic | 2001-02-09 | 3 | -36/+36 |
| * | Mechanical change to use <sys/queue.h> macro API instead of | Poul-Henning Kamp | 2001-02-04 | 2 | -8/+8 |
| * | Use <sys/queue.h> macro API. | Poul-Henning Kamp | 2001-02-04 | 1 | -2/+2 |
| * | Remove a DIAGNOSTIC check which belongs in <sys/queue.h> if anyplace at all. | Poul-Henning Kamp | 2001-02-04 | 1 | -4/+0 |
| * | Driver for the ESS Maestro3 and Allegro sound chips. Note that due to the | Scott Long | 2001-02-01 | 2 | -0/+906 |
| * | Back out proc locking to protect p_ucred for obtaining additional | John Baldwin | 2001-01-27 | 2 | -48/+6 |
| * | Convert all simplelocks to mutexes and remove the simplelock implementations. | Jason Evans | 2001-01-24 | 3 | -41/+36 |
| * | Proc locking. | John Baldwin | 2001-01-23 | 1 | -0/+2 |
| * | Proc locking, mostly protecting p_ucred while obtaining additional | John Baldwin | 2001-01-23 | 4 | -10/+56 |
| * | Completed move of Digiboard drivers to dev/dgb | Sergey Babkin | 2001-01-08 | 8 | -10303/+0 |
| * | Changed the copyright notice to BSD-style. The original GPL copyright | Sergey Babkin | 2001-01-05 | 4 | -24/+110 |
| * | Avoid a data-consistency race between write() and mmap() | Matthew Dillon | 2000-12-17 | 2 | -0/+18 |
| * | Put the bits in place for Alpha support for ext2. Not tested. | Matt Jacob | 2000-12-09 | 5 | -0/+263 |
| * | Correct to a common %ld the 5 argument to a printf. | Matt Jacob | 2000-12-09 | 2 | -4/+4 |
| * | Use a pointer to a size_t for the 4th argument to copyinstr- | Matt Jacob | 2000-12-09 | 2 | -2/+2 |
| * | Backed out previous commit. Don't depend on namespace pollution in | Bruce Evans | 2000-12-02 | 4 | -0/+4 |
| * | remove unneded sys/ucred.h includes | Alfred Perlstein | 2000-11-30 | 4 | -4/+0 |
| * | Quick fix for not writing group descriptor group, inode bitmaps or | Bruce Evans | 2000-11-10 | 2 | -2/+4 |
| * | Fixed breakage of mknod() in rev.1.48 of ext2_vnops.c and rev.1.126 of | Bruce Evans | 2000-11-04 | 2 | -2/+6 |
| * | Support filesystems with the not-so-new "sparse_superblocks" feature. | Bruce Evans | 2000-11-03 | 8 | -30/+90 |
| * | Move suser() and suser_xxx() prototypes and a related #define from | Poul-Henning Kamp | 2000-10-29 | 2 | -2/+0 |
| * | Weaken a bogus dependency on <sys/proc.h> in <sys/buf.h> by #ifdef'ing | Poul-Henning Kamp | 2000-10-29 | 4 | -4/+0 |
| * | Remove unneeded #include <sys/proc.h> lines. | Poul-Henning Kamp | 2000-10-29 | 1 | -1/+0 |
| * | Convert all users of fldoff() to offsetof(). fldoff() is bad | Poul-Henning Kamp | 2000-10-27 | 2 | -4/+0 |
| * | Remove unneeded #include <machine/clock.h> | Poul-Henning Kamp | 2000-10-15 | 2 | -2/+0 |
| * | Blow away the v_specmountpoint define, replacing it with what it was | Eivind Eklund | 2000-10-09 | 2 | -4/+4 |
| * | Convert lockmgr locks from using simple locks to using mutexes. | Jason Evans | 2000-10-04 | 3 | -8/+14 |
| * | Put on my nuclear-grade asbestos suit and cvs rm the old, broken, sound | Peter Wemm | 2000-10-02 | 6 | -5566/+0 |
| * | ext2fs depends on ufs code, so update it to properly handle v_lock field. | Boris Popov | 2000-09-26 | 2 | -2/+2 |
| * | Add a lock structure to vnode structure. Previously it was either allocated | Boris Popov | 2000-09-25 | 3 | -3/+1 |
| * | Fixed some serious bugs in ext2_readdir(): | Bruce Evans | 2000-09-12 | 2 | -22/+44 |
| * | sync CCR register definitions with creative sources | Cameron Grant | 2000-08-06 | 1 | -1/+3 |
| * | This patch corrects the first round of panics and hangs reported | Kirk McKusick | 2000-07-24 | 2 | -2/+46 |
| * | Add snapshots to the fast filesystem. Most of the changes support | Kirk McKusick | 2000-07-11 | 4 | -14/+34 |
| * | Fix typo (accessable --> accessible). | Alexander Langer | 2000-06-14 | 2 | -2/+2 |
| * | The change to do a longword compare in the previous commit just broke an | Bruce Evans | 2000-06-03 | 1 | -1/+1 |
| * | Mass update of isa drivers using compatability shims to use | Peter Wemm | 2000-05-28 | 2 | -2/+22 |
| * | Back out the previous change to the queue(3) interface. | Jake Burkholder | 2000-05-26 | 3 | -3/+3 |
| * | Change the way that the queue(3) structures are declared; don't assume that | Jake Burkholder | 2000-05-23 | 3 | -3/+3 |
| * | Fix a C-style comment that had a syntax error -- AND gas 2.9.1 accepted! | David E. O'Brien | 2000-05-22 | 1 | -1/+1 |
| * | If we are going to do a byte compare, the operands should be byte-sized. | David E. O'Brien | 2000-05-22 | 1 | -1/+1 |
| * | Fix inconsistent assembly. If byte moves are specified, a byte-sized | David E. O'Brien | 2000-05-22 | 1 | -2/+2 |
| * | Compile in the case that anyone ever actually uses LEAVE_FREE_CHARS. | Tim Vanderhoek | 2000-05-21 | 1 | -1/+1 |
| * | Separate the struct bio related stuff out of <sys/buf.h> into | Poul-Henning Kamp | 2000-05-05 | 18 | -0/+22 |
| * | Add $FreeBSD$ | Peter Wemm | 2000-05-01 | 3 | -3/+4 |
| * | Remove unneeded #include <vm/vm_zone.h> | Poul-Henning Kamp | 2000-04-30 | 4 | -4/+0 |
| * | s/biowait/bufwait/g | Poul-Henning Kamp | 2000-04-29 | 4 | -4/+4 |
| * | Remove ~25 unneeded #include <sys/conf.h> | Poul-Henning Kamp | 2000-04-19 | 2 | -2/+0 |
| * | ext2fs relies on UFS support code, and as a result also requires | Robert Watson | 2000-04-15 | 14 | -0/+24 |
| * | Introduce extended attribute support for FFS, allowing arbitrary | Robert Watson | 2000-04-15 | 4 | -0/+6 |