| Commit message (Expand) | Author | Age | Files | Lines |
* | Update to C99, s/__FUNCTION__/__func__/, | obrien | 2001-12-10 | 2 | -2/+2 |
* | Change constraints to use "+" in inline asm instead of mapping input | keramida | 2001-11-12 | 1 | -1/+1 |
* | Add mnt_reservedvnlist so we can MFC to 4.x, in order to make all mount | dillon | 2001-11-04 | 2 | -0/+2 |
* | Change the vnode list under the mount point from a LIST to a TAILQ | dillon | 2001-10-23 | 2 | -8/+10 |
* | The addition of i_dirhash to struct inode pushed RELENG_4's | iedowse | 2001-09-24 | 4 | -6/+6 |
* | KSE Milestone 2 | julian | 2001-09-12 | 19 | -233/+234 |
* | Do not depend on pcb_savefpu backwards compat #define. | peter | 2001-07-12 | 1 | -1/+1 |
* | Bring in dirhash, a simple hash-based lookup optimisation for large | iedowse | 2001-07-10 | 2 | -0/+4 |
* | Fix more mntvnode and vnode interlock order reversals. | jhb | 2001-06-28 | 2 | -4/+4 |
* | Fix a mntvnode and vnode interlock reversal. | jhb | 2001-06-28 | 2 | -6/+8 |
* | new (gpl licensed) firmware image for cs4280/cs46xx sound chips | cg | 2001-05-30 | 1 | -0/+340 |
* | Remove last vestiges of MFS. | phk | 2001-05-29 | 2 | -20/+0 |
* | Close the opening comment line on these two files that mysteriouly vanished. | scottl | 2001-05-27 | 2 | -2/+2 |
* | Oops. Unremove vestiges of the old, broken sound drivers. They are now | bde | 2001-05-24 | 3 | -0/+1580 |
* | Remove vestiges of the old, broken sound drivers. | bde | 2001-05-24 | 3 | -1580/+0 |
* | Change the second argument of vflush() to an integer that specifies | iedowse | 2001-05-16 | 2 | -4/+4 |
* | When running with soft updates, track the number of blocks and files | mckusick | 2001-05-08 | 2 | -8/+6 |
* | Remove blatantly pointless call to VOP_BMAP(). | phk | 2001-05-01 | 2 | -8/+2 |
* | Implement vop_std{get|put}pages() and add them to the default vop[]. | phk | 2001-05-01 | 2 | -64/+0 |
* | Undo part of the tangle of having sys/lock.h and sys/mutex.h included in | markm | 2001-05-01 | 3 | -13/+21 |
* | VOP_BALLOC was never really a VOP in the first place, so convert it | phk | 2001-04-29 | 2 | -0/+4 |
* | Make a panic less misleading. | phk | 2001-04-29 | 2 | -2/+2 |
* | Remove two unused arguments from ufs_bmaparray(). | phk | 2001-04-29 | 2 | -40/+30 |
* | Revert consequences of changes to mount.h, part 2. | grog | 2001-04-29 | 2 | -4/+0 |
* | MFffs ffs_balloc.c 1.5. | bde | 2001-04-25 | 2 | -0/+4 |
* | Move the netexport structure from the fs-specific mountstructure | phk | 2001-04-25 | 4 | -8/+4 |
* | Correct #includes to work with fixed sys/mount.h. | grog | 2001-04-23 | 2 | -0/+4 |
* | Fixes to track snapshot copy-on-write checking in the specinfo | mckusick | 2001-03-07 | 2 | -2/+2 |
* | Grab the process lock while calling psignal and before calling psignal. | jhb | 2001-03-07 | 2 | -0/+4 |
* | Reviewed by: jlemon | adrian | 2001-03-01 | 2 | -10/+22 |
* | Remove the leading underscore from all symbols defined in x86 asm | jake | 2001-02-25 | 9 | -31/+31 |
* | Preceed/preceeding are not english words. Use precede or preceding. | asmodai | 2001-02-18 | 2 | -2/+2 |
* | Change and clean the mutex lock interface. | bmilekic | 2001-02-09 | 3 | -36/+36 |
* | Mechanical change to use <sys/queue.h> macro API instead of | phk | 2001-02-04 | 2 | -8/+8 |
* | Use <sys/queue.h> macro API. | phk | 2001-02-04 | 1 | -2/+2 |
* | Remove a DIAGNOSTIC check which belongs in <sys/queue.h> if anyplace at all. | phk | 2001-02-04 | 1 | -4/+0 |
* | Driver for the ESS Maestro3 and Allegro sound chips. Note that due to the | scottl | 2001-02-01 | 2 | -0/+906 |
* | Back out proc locking to protect p_ucred for obtaining additional | jhb | 2001-01-27 | 2 | -48/+6 |
* | Convert all simplelocks to mutexes and remove the simplelock implementations. | jasone | 2001-01-24 | 3 | -41/+36 |
* | Proc locking. | jhb | 2001-01-23 | 1 | -0/+2 |
* | Proc locking, mostly protecting p_ucred while obtaining additional | jhb | 2001-01-23 | 4 | -10/+56 |
* | Completed move of Digiboard drivers to dev/dgb | babkin | 2001-01-08 | 8 | -10303/+0 |
* | Changed the copyright notice to BSD-style. The original GPL copyright | babkin | 2001-01-05 | 4 | -24/+110 |
* | Avoid a data-consistency race between write() and mmap() | dillon | 2000-12-17 | 2 | -0/+18 |
* | Put the bits in place for Alpha support for ext2. Not tested. | mjacob | 2000-12-09 | 5 | -0/+263 |
* | Correct to a common %ld the 5 argument to a printf. | mjacob | 2000-12-09 | 2 | -4/+4 |
* | Use a pointer to a size_t for the 4th argument to copyinstr- | mjacob | 2000-12-09 | 2 | -2/+2 |
* | Backed out previous commit. Don't depend on namespace pollution in | bde | 2000-12-02 | 4 | -0/+4 |
* | remove unneded sys/ucred.h includes | alfred | 2000-11-30 | 4 | -4/+0 |
* | Quick fix for not writing group descriptor group, inode bitmaps or | bde | 2000-11-10 | 2 | -2/+4 |