summaryrefslogtreecommitdiffstats
path: root/sys/gnu
Commit message (Expand)AuthorAgeFilesLines
* Eradicate the variable "time" from the kernel, using various measures.phk1998-03-308-18/+18
* Moved some #includes from <sys/param.h> nearer to where they are actuallybde1998-03-284-0/+4
* Add two new functions, get{micro|nano}time.phk1998-03-262-48/+2
* Make this compile after soft updates integration.eivind1998-03-092-8/+8
* Reviewed by: dyson@freebsd.org (john Dyson), dg@root.com (david greenman)julian1998-03-082-2/+20
* The intent is to get rid of WILLRELE in vnode_if.src by makingmsmith1998-03-012-0/+2
* Style nits and staticism with the previous commit.msmith1998-03-012-12/+12
* Add local stup putpages/getpages routines.msmith1998-03-012-0/+66
* Fixed configuration and linkage of ext2_checkoverlap().bde1998-02-134-16/+10
* Staticize.eivind1998-02-091-4/+4
* Back out DIAGNOSTIC changes.eivind1998-02-0615-27/+3
* Turn DIAGNOSTIC into a new-style option.eivind1998-02-0415-3/+27
* Make LINT at least compile. This faithfully duplicate the changeseivind1998-02-042-16/+16
* Retire LFS.phk1998-01-304-12/+4
* Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.eivind1998-01-241-1/+2
* Add better support for larger I/O clusters, including larger physicaldyson1998-01-242-12/+76
* update the AWE32 wave table driver to Iwai's 0.4.2c version. This alsojmg1998-01-084-24/+100
* This commit was generated by cvs2svn to compensate for changes in r32345,jmg1998-01-086-0/+5488
|\
| * import of GPL'd AWE32 Sound Driver v0.4.2cjmg1998-01-086-0/+5488
* Unspammed nested include of <vm/vm_zone.h>.bde1997-12-272-2/+2
* Make COMPAT_43 and COMPAT_SUNOS new-style options.eivind1997-12-161-1/+3
* Convert SUIDDIR fully to a new-style option.eivind1997-12-152-0/+2
* Use ENOIOCTL instead of -1 (= ERESTART) for tty ioctls that arebde1997-12-061-3/+3
* Don't include <sys/lock.h> in headers when only `struct simplelock' isbde1997-12-057-1/+8
* Needs to include <sys/lock.h> if we're using struct lock.jkh1997-12-052-2/+4
* Fixed corruption of the per-group used directories count. It wasn'tbde1997-12-032-6/+8
* Fix the copyright and attribution on this file. I forgot thisphk1997-12-022-0/+12
* Use the same algorithm as ffs for generation numbers.bde1997-12-024-18/+6
* Removed __FreeBSD__ ifdefs.bde1997-12-0226-374/+0
* Fixed missing #include of "opt_quota.h".bde1997-11-242-1016/+1010
* Fixed overflow in ufs_getblns(). For ufs on systems with 32-bit ints,bde1997-11-242-14/+28
* Use consistent description strings for M_EXT2NODE. This also fixes abde1997-11-202-2/+2
* Give ext2fs it's own VOP_REMOVE, VOP_LINK, VOP_RENAME, VOP_MKDIR, VOP_RMDIR,phk1997-11-182-0/+2040
* Reviewed by: various.julian1997-11-122-2/+2
* Removed unused #includes. The need for most of them went away withbde1997-10-272-10/+0
* I guess nobody uses ext2fs in current ?phk1997-10-262-0/+2
* Make a set of VOP standard lock, unlock & islocked VOP operators, whichphk1997-10-172-4/+4
* Another VFS cleanup "kilo commit"phk1997-10-1614-48/+46
* VFS mega cleanup commit (x/N)phk1997-10-1618-148/+140
* Two more places where root filesystems were mounted, put them at the head ofjulian1997-10-162-2/+2
* vnops megacommitphk1997-10-152-214/+6
* Hmm, realign the vnops into two columns.phk1997-10-152-42/+42
* Stylistic overhaul of vnops tables.phk1997-10-152-258/+254
* IN_HASHED goes in the in-core flags ip->i_flag, not in the on-disk flagsbde1997-10-151-4/+4
* Reset the flag right away, could catch a bogon someday.phk1997-10-141-1/+2
* I think my previous change may have opened a race conditio.phk1997-10-145-10/+11
* ufs_ihashrem() should not be called from the UFS layer, but from thephk1997-10-142-0/+4
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.phk1997-10-125-6/+17
* Distribute and statizice a lot of the malloc M_* types.phk1997-10-112-2/+2
* Make ufs_reclaim free the underlying inode.phk1997-10-102-2/+4
OpenPOWER on IntegriCloud