aboutsummaryrefslogtreecommitdiff
path: root/sys/gnu
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix missing defines and prototype for emu_vdump()Cameron Grant2000-04-031-3/+9
* Move B_ERROR flag to b_ioflags and call it BIO_ERROR.Poul-Henning Kamp2000-04-022-2/+4
* unfinished sblive driver, playback/mixer only for now - not enabled inCameron Grant2000-04-021-0/+666
* Change the write-behind code to take more care when startingMatthew Dillon2000-04-022-2/+6
* Rename the existing BUF_STRATEGY() to DEV_STRATEGY()Poul-Henning Kamp2000-03-204-10/+10
* Remove B_READ, B_WRITE and B_FREEBUF and replace them with a newPoul-Henning Kamp2000-03-204-4/+8
* Bug fixes for currently harmless bugs that could rise to biteKirk McKusick2000-03-152-2/+2
* Don't forget to check for unsupported features when updating. It wasBruce Evans2000-03-092-2/+8
* MFS (ext2_lookup.c 1.17.2.2, ext2_vnops.c 1.42.2.2: fix "filetype" support).Bruce Evans2000-03-034-24/+48
* Remove #if NDGB > 0 and #if NDGM > 0Peter Wemm2000-01-292-9/+0
* Give vn_isdisk() a second argument where it can return a suitable errno.Poul-Henning Kamp2000-01-102-4/+4
* Support filesystems with the not-so-new "filetype" feature. ThisBruce Evans2000-01-052-132/+190
* Don't allow mounting (or mounting R/W) of filesystems with unsupportedBruce Evans2000-01-024-38/+68
* Merged changes in ext2_fs.h between Linux 1.2.2 and Linux 2.3.35. TheBruce Evans2000-01-014-100/+344
* Merged cosmetic changes from the initial import on the vendor branchBruce Evans2000-01-012-124/+236
* Use an ifdef in ext2_fs.h instead of a bogus separate file (ext2_fs_i.h)Bruce Evans2000-01-015-90/+144
* Updated/corrected the list of GPL'ed files.Bruce Evans2000-01-012-0/+10
* This file is not used directly. The small parts of it that are used wereBruce Evans2000-01-011-780/+0
* This file is not used directly. It was merged into ext2_linux_balloc.cBruce Evans2000-01-011-26/+0
* This commit was generated by cvs2svn to compensate for changes in r55289,Bruce Evans2000-01-012-0/+806
|\
| * Import the Linux ext2fs files that our GPL'ed ext2fs files seem to beBruce Evans2000-01-017-0/+2547
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-294-8/+8
* Second pass commit to introduce new ACL and Extended Attribute systemRobert Watson1999-12-192-0/+4
* Introduce NDFREE (and remove VOP_ABORTOP)Eivind Eklund1999-12-154-46/+6
* struct mountlist and struct mount.mnt_list have no business beingPoul-Henning Kamp1999-11-202-2/+2
* Fix __asm__ clobber list abuse.David E. O'Brien1999-11-152-6/+10
* Remove WILLRELE from VOP_SYMLINKEivind Eklund1999-11-132-2/+4
* Remove WILLRELE from VOP_RENAMEEivind Eklund1999-11-122-4/+14
* Next step in the device cleanup process.Poul-Henning Kamp1999-11-092-2/+8
* Quick fix for breakage of ext2fs link counts as reported by stat(2) byBruce Evans1999-11-032-0/+2
* Newline-terminate the complaint message about not being able to findMike Smith1999-11-012-2/+2