| Commit message (Expand) | Author | Age | Files | Lines |
* | Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108. | des | 1998-04-17 | 6 | -6/+6 |
* | Support compiling with `gcc -ansi'. | bde | 1998-04-15 | 5 | -27/+27 |
* | Eradicate the variable "time" from the kernel, using various measures. | phk | 1998-03-30 | 8 | -18/+18 |
* | Moved some #includes from <sys/param.h> nearer to where they are actually | bde | 1998-03-28 | 4 | -0/+4 |
* | Add two new functions, get{micro|nano}time. | phk | 1998-03-26 | 2 | -48/+2 |
* | Make this compile after soft updates integration. | eivind | 1998-03-09 | 2 | -8/+8 |
* | Reviewed by: dyson@freebsd.org (john Dyson), dg@root.com (david greenman) | julian | 1998-03-08 | 2 | -2/+20 |
* | The intent is to get rid of WILLRELE in vnode_if.src by making | msmith | 1998-03-01 | 2 | -0/+2 |
* | Style nits and staticism with the previous commit. | msmith | 1998-03-01 | 2 | -12/+12 |
* | Add local stup putpages/getpages routines. | msmith | 1998-03-01 | 2 | -0/+66 |
* | Fixed configuration and linkage of ext2_checkoverlap(). | bde | 1998-02-13 | 4 | -16/+10 |
* | Staticize. | eivind | 1998-02-09 | 1 | -4/+4 |
* | Back out DIAGNOSTIC changes. | eivind | 1998-02-06 | 15 | -27/+3 |
* | Turn DIAGNOSTIC into a new-style option. | eivind | 1998-02-04 | 15 | -3/+27 |
* | Make LINT at least compile. This faithfully duplicate the changes | eivind | 1998-02-04 | 2 | -16/+16 |
* | Retire LFS. | phk | 1998-01-30 | 4 | -12/+4 |
* | Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style. | eivind | 1998-01-24 | 1 | -1/+2 |
* | Add better support for larger I/O clusters, including larger physical | dyson | 1998-01-24 | 2 | -12/+76 |
* | update the AWE32 wave table driver to Iwai's 0.4.2c version. This also | jmg | 1998-01-08 | 4 | -24/+100 |
* | This commit was generated by cvs2svn to compensate for changes in r32345, | jmg | 1998-01-08 | 6 | -0/+5488 |
|\ |
|
| * | import of GPL'd AWE32 Sound Driver v0.4.2c | jmg | 1998-01-08 | 6 | -0/+5488 |
* | Unspammed nested include of <vm/vm_zone.h>. | bde | 1997-12-27 | 2 | -2/+2 |
* | Make COMPAT_43 and COMPAT_SUNOS new-style options. | eivind | 1997-12-16 | 1 | -1/+3 |
* | Convert SUIDDIR fully to a new-style option. | eivind | 1997-12-15 | 2 | -0/+2 |
* | Use ENOIOCTL instead of -1 (= ERESTART) for tty ioctls that are | bde | 1997-12-06 | 1 | -3/+3 |
* | Don't include <sys/lock.h> in headers when only `struct simplelock' is | bde | 1997-12-05 | 7 | -1/+8 |
* | Needs to include <sys/lock.h> if we're using struct lock. | jkh | 1997-12-05 | 2 | -2/+4 |
* | Fixed corruption of the per-group used directories count. It wasn't | bde | 1997-12-03 | 2 | -6/+8 |
* | Fix the copyright and attribution on this file. I forgot this | phk | 1997-12-02 | 2 | -0/+12 |
* | Use the same algorithm as ffs for generation numbers. | bde | 1997-12-02 | 4 | -18/+6 |
* | Removed __FreeBSD__ ifdefs. | bde | 1997-12-02 | 26 | -374/+0 |
* | Fixed missing #include of "opt_quota.h". | bde | 1997-11-24 | 2 | -1016/+1010 |
* | Fixed overflow in ufs_getblns(). For ufs on systems with 32-bit ints, | bde | 1997-11-24 | 2 | -14/+28 |
* | Use consistent description strings for M_EXT2NODE. This also fixes a | bde | 1997-11-20 | 2 | -2/+2 |
* | Give ext2fs it's own VOP_REMOVE, VOP_LINK, VOP_RENAME, VOP_MKDIR, VOP_RMDIR, | phk | 1997-11-18 | 2 | -0/+2040 |
* | Reviewed by: various. | julian | 1997-11-12 | 2 | -2/+2 |
* | Removed unused #includes. The need for most of them went away with | bde | 1997-10-27 | 2 | -10/+0 |
* | I guess nobody uses ext2fs in current ? | phk | 1997-10-26 | 2 | -0/+2 |
* | Make a set of VOP standard lock, unlock & islocked VOP operators, which | phk | 1997-10-17 | 2 | -4/+4 |
* | Another VFS cleanup "kilo commit" | phk | 1997-10-16 | 14 | -48/+46 |
* | VFS mega cleanup commit (x/N) | phk | 1997-10-16 | 18 | -148/+140 |
* | Two more places where root filesystems were mounted, put them at the head of | julian | 1997-10-16 | 2 | -2/+2 |
* | vnops megacommit | phk | 1997-10-15 | 2 | -214/+6 |
* | Hmm, realign the vnops into two columns. | phk | 1997-10-15 | 2 | -42/+42 |
* | Stylistic overhaul of vnops tables. | phk | 1997-10-15 | 2 | -258/+254 |
* | IN_HASHED goes in the in-core flags ip->i_flag, not in the on-disk flags | bde | 1997-10-15 | 1 | -4/+4 |
* | Reset the flag right away, could catch a bogon someday. | phk | 1997-10-14 | 1 | -1/+2 |
* | I think my previous change may have opened a race conditio. | phk | 1997-10-14 | 5 | -10/+11 |
* | ufs_ihashrem() should not be called from the UFS layer, but from the | phk | 1997-10-14 | 2 | -0/+4 |
* | Last major round (Unless Bruce thinks of somthing :-) of malloc changes. | phk | 1997-10-12 | 5 | -6/+17 |