aboutsummaryrefslogtreecommitdiff
path: root/sys/gnu
Commit message (Expand)AuthorAgeFilesLines
* Change and clean the mutex lock interface.Bosko Milekic2001-02-093-36/+36
* Mechanical change to use <sys/queue.h> macro API instead ofPoul-Henning Kamp2001-02-042-8/+8
* Use <sys/queue.h> macro API.Poul-Henning Kamp2001-02-041-2/+2
* Remove a DIAGNOSTIC check which belongs in <sys/queue.h> if anyplace at all.Poul-Henning Kamp2001-02-041-4/+0
* Driver for the ESS Maestro3 and Allegro sound chips. Note that due to theScott Long2001-02-012-0/+906
* Back out proc locking to protect p_ucred for obtaining additionalJohn Baldwin2001-01-272-48/+6
* Convert all simplelocks to mutexes and remove the simplelock implementations.Jason Evans2001-01-243-41/+36
* Proc locking.John Baldwin2001-01-231-0/+2
* Proc locking, mostly protecting p_ucred while obtaining additionalJohn Baldwin2001-01-234-10/+56
* Completed move of Digiboard drivers to dev/dgbSergey Babkin2001-01-088-10303/+0
* Changed the copyright notice to BSD-style. The original GPL copyrightSergey Babkin2001-01-054-24/+110
* Avoid a data-consistency race between write() and mmap()Matthew Dillon2000-12-172-0/+18
* Put the bits in place for Alpha support for ext2. Not tested.Matt Jacob2000-12-095-0/+263
* Correct to a common %ld the 5 argument to a printf.Matt Jacob2000-12-092-4/+4
* Use a pointer to a size_t for the 4th argument to copyinstr-Matt Jacob2000-12-092-2/+2
* Backed out previous commit. Don't depend on namespace pollution inBruce Evans2000-12-024-0/+4
* remove unneded sys/ucred.h includesAlfred Perlstein2000-11-304-4/+0
* Quick fix for not writing group descriptor group, inode bitmaps orBruce Evans2000-11-102-2/+4
* Fixed breakage of mknod() in rev.1.48 of ext2_vnops.c and rev.1.126 ofBruce Evans2000-11-042-2/+6
* Support filesystems with the not-so-new "sparse_superblocks" feature.Bruce Evans2000-11-038-30/+90
* Move suser() and suser_xxx() prototypes and a related #define fromPoul-Henning Kamp2000-10-292-2/+0
* Weaken a bogus dependency on <sys/proc.h> in <sys/buf.h> by #ifdef'ingPoul-Henning Kamp2000-10-294-4/+0
* Remove unneeded #include <sys/proc.h> lines.Poul-Henning Kamp2000-10-291-1/+0
* Convert all users of fldoff() to offsetof(). fldoff() is badPoul-Henning Kamp2000-10-272-4/+0
* Remove unneeded #include <machine/clock.h>Poul-Henning Kamp2000-10-152-2/+0
* Blow away the v_specmountpoint define, replacing it with what it wasEivind Eklund2000-10-092-4/+4
* Convert lockmgr locks from using simple locks to using mutexes.Jason Evans2000-10-043-8/+14
* Put on my nuclear-grade asbestos suit and cvs rm the old, broken, soundPeter Wemm2000-10-026-5566/+0
* ext2fs depends on ufs code, so update it to properly handle v_lock field.Boris Popov2000-09-262-2/+2
* Add a lock structure to vnode structure. Previously it was either allocatedBoris Popov2000-09-253-3/+1
* Fixed some serious bugs in ext2_readdir():Bruce Evans2000-09-122-22/+44
* sync CCR register definitions with creative sourcesCameron Grant2000-08-061-1/+3
* This patch corrects the first round of panics and hangs reportedKirk McKusick2000-07-242-2/+46
* Add snapshots to the fast filesystem. Most of the changes supportKirk McKusick2000-07-114-14/+34
* Fix typo (accessable --> accessible).Alexander Langer2000-06-142-2/+2
* The change to do a longword compare in the previous commit just broke anBruce Evans2000-06-031-1/+1
* Mass update of isa drivers using compatability shims to usePeter Wemm2000-05-282-2/+22
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-263-3/+3
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-233-3/+3
* Fix a C-style comment that had a syntax error -- AND gas 2.9.1 accepted!David E. O'Brien2000-05-221-1/+1
* If we are going to do a byte compare, the operands should be byte-sized.David E. O'Brien2000-05-221-1/+1
* Fix inconsistent assembly. If byte moves are specified, a byte-sizedDavid E. O'Brien2000-05-221-2/+2
* Compile in the case that anyone ever actually uses LEAVE_FREE_CHARS.Tim Vanderhoek2000-05-211-1/+1
* Separate the struct bio related stuff out of <sys/buf.h> intoPoul-Henning Kamp2000-05-0518-0/+22
* Add $FreeBSD$Peter Wemm2000-05-013-3/+4
* Remove unneeded #include <vm/vm_zone.h>Poul-Henning Kamp2000-04-304-4/+0
* s/biowait/bufwait/gPoul-Henning Kamp2000-04-294-4/+4
* Remove ~25 unneeded #include <sys/conf.h>Poul-Henning Kamp2000-04-192-2/+0
* ext2fs relies on UFS support code, and as a result also requiresRobert Watson2000-04-1514-0/+24
* Introduce extended attribute support for FFS, allowing arbitraryRobert Watson2000-04-154-0/+6