| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | fix missing defines and prototype for emu_vdump() | Cameron Grant | 2000-04-03 | 1 | -3/+9 |
| * | Move B_ERROR flag to b_ioflags and call it BIO_ERROR. | Poul-Henning Kamp | 2000-04-02 | 2 | -2/+4 |
| * | unfinished sblive driver, playback/mixer only for now - not enabled in | Cameron Grant | 2000-04-02 | 1 | -0/+666 |
| * | Change the write-behind code to take more care when starting | Matthew Dillon | 2000-04-02 | 2 | -2/+6 |
| * | Rename the existing BUF_STRATEGY() to DEV_STRATEGY() | Poul-Henning Kamp | 2000-03-20 | 4 | -10/+10 |
| * | Remove B_READ, B_WRITE and B_FREEBUF and replace them with a new | Poul-Henning Kamp | 2000-03-20 | 4 | -4/+8 |
| * | Bug fixes for currently harmless bugs that could rise to bite | Kirk McKusick | 2000-03-15 | 2 | -2/+2 |
| * | Don't forget to check for unsupported features when updating. It was | Bruce Evans | 2000-03-09 | 2 | -2/+8 |
| * | MFS (ext2_lookup.c 1.17.2.2, ext2_vnops.c 1.42.2.2: fix "filetype" support). | Bruce Evans | 2000-03-03 | 4 | -24/+48 |
| * | Remove #if NDGB > 0 and #if NDGM > 0 | Peter Wemm | 2000-01-29 | 2 | -9/+0 |
| * | Give vn_isdisk() a second argument where it can return a suitable errno. | Poul-Henning Kamp | 2000-01-10 | 2 | -4/+4 |
| * | Support filesystems with the not-so-new "filetype" feature. This | Bruce Evans | 2000-01-05 | 2 | -132/+190 |
| * | Don't allow mounting (or mounting R/W) of filesystems with unsupported | Bruce Evans | 2000-01-02 | 4 | -38/+68 |
| * | Merged changes in ext2_fs.h between Linux 1.2.2 and Linux 2.3.35. The | Bruce Evans | 2000-01-01 | 4 | -100/+344 |
| * | Merged cosmetic changes from the initial import on the vendor branch | Bruce Evans | 2000-01-01 | 2 | -124/+236 |
| * | Use an ifdef in ext2_fs.h instead of a bogus separate file (ext2_fs_i.h) | Bruce Evans | 2000-01-01 | 5 | -90/+144 |
| * | Updated/corrected the list of GPL'ed files. | Bruce Evans | 2000-01-01 | 2 | -0/+10 |
| * | This file is not used directly. The small parts of it that are used were | Bruce Evans | 2000-01-01 | 1 | -780/+0 |
| * | This file is not used directly. It was merged into ext2_linux_balloc.c | Bruce Evans | 2000-01-01 | 1 | -26/+0 |
| * | This commit was generated by cvs2svn to compensate for changes in r55289, | Bruce Evans | 2000-01-01 | 2 | -0/+806 |
| |\ |
|
| | * | Import the Linux ext2fs files that our GPL'ed ext2fs files seem to be | Bruce Evans | 2000-01-01 | 7 | -0/+2547 |
| * | Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL" | Peter Wemm | 1999-12-29 | 4 | -8/+8 |
| * | Second pass commit to introduce new ACL and Extended Attribute system | Robert Watson | 1999-12-19 | 2 | -0/+4 |
| * | Introduce NDFREE (and remove VOP_ABORTOP) | Eivind Eklund | 1999-12-15 | 4 | -46/+6 |