summaryrefslogtreecommitdiffstats
path: root/sys/gnu
Commit message (Expand)AuthorAgeFilesLines
* Support NFS cookies in VOP_READDIR, allowing ext2fs filesystems to bedfr1997-04-052-0/+52
* Fixed gratuitous ANSIisms.bde1997-04-018-28/+34
* Use __i386__ instead of i386 in ifdefs.bde1997-04-016-10/+18
* Removed nested include of <ufs/ufs/dir.h>. Use the pre-Lite2 hack ofbde1997-04-012-4/+12
* Don't include <sys/ioctl.h> in the kernel. Stage 1: don't includebde1997-03-243-4/+1
* Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined.bde1997-03-233-4/+4
* Fixed some invalid (non-atomic) accesses to `time', mostly ones of thebde1997-03-2210-46/+22
* Update a number of routines to reflect the actual namempp1997-03-092-4/+4
* Removed unused flag IN_RECURSE and unused struct member i_lockcount.bde1997-03-032-6/+2
* Removed useless setting of IN_RECURSE. The (anti) locking for this needsbde1997-03-032-16/+0
* Correct the port of ext2fs to Lite/2. I incorrectly used ufs_reclaimdyson1997-02-262-6/+8
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-2249-49/+49
* Fixed type mismatches. i_spare[N] in ufs/inode.h changed from long tobde1997-02-124-8/+8
* Add function prototypes for most of the new Lite2 functions.mpp1997-02-122-0/+2
* This is the kernel Lite/2 commit. There are some requisite userlanddyson1997-02-1019-293/+302
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-1449-49/+49
* This commit is the embodiment of some VFS read clustering improvements.dyson1996-12-292-2/+4
* Much fixed & working digiboard driver.davidn1996-12-184-934/+1333
* Fixed lookup of ".." in checkpath. It always failed, so renames ofbde1996-11-092-2/+2
* Fixed spacefree calculation in ext2_direnter(). This bug sometimes causedbde1996-11-082-2/+2
* Removed gratuitous differences between ext2_readwrite.c and ufs_readwrite.c.bde1996-11-082-24/+34
* Removing old isdn stuff.phk1996-10-2010-4746/+0
* removing old isdn stuff.phk1996-10-201-221/+0
* Updated #includes to 4.4lite style.bde1996-10-151-4/+3
* Cleaned up all headers that include <sys/ioctl.h> or <sys/ioccom.h>:bde1996-09-211-2/+16
* Whoops, I should've used the LINT config file. More ts -> tv changesnate1996-09-204-32/+32
* In sys/time.h, struct timespec is defined as:nate1996-09-192-8/+8
* Updated #includes to 4.4Lite style.bde1996-09-1038-218/+218
* Remove devconf, it never grew up to be of any use.phk1996-09-061-39/+1
* Added #include of <machine/md_var.h>. This will be needed whenbde1996-06-252-2/+4
* Removed unused #includes of <i386/isa/icu.h> and <i386/isa/icu.h>. icu.hbde1996-06-181-3/+1
* Clean up -Wunused warnings.gpalmer1996-06-1219-97/+108
* Removed bogus _BEGIN_DECLS/_END_DECLS.bde1996-05-012-34/+20
* Removed the 2 remaining calls to sleep().bde1996-04-071-4/+4
* Correct a bug which wrote the result of devfs_add_devswf() for twogpalmer1996-04-021-3/+3
* Fixed missing quote in a devfs string.bde1996-03-291-2/+2
* Switched from using devfs_add_sw() to using devfs_add_swf()scrappy1996-03-286-54/+58
* Removed vestigial support for the obsolete FIFO option. In ext2fsbde1996-02-254-12/+2
* Fix a bunch of spelling errors in the comment fields ofmpp1996-01-302-4/+4
* Eliminated many redundant vm_map_lookup operations for vm_mmap.dyson1996-01-196-14/+22
* Convert QUOTA to new-style option.wollman1996-01-056-0/+12
* recording cvs-1.6 file deathpeter1995-12-3025-11732/+0
* Fixed erroneous resending of the output buffer.bde1995-12-291-11/+34
* Fixed syntax errors caused by EXCEPTION() when DEBUG is defined.bde1995-12-221-3/+9
* Changed the definition of DEBUG to agree with -DDEBUG to avoid warningsbde1995-12-221-2/+2
* Staticize and remove $Log$.phk1995-12-175-448/+38
* Staticize.phk1995-12-1713-137/+147
* Fixed the type of some sysinit functions.bde1995-12-141-2/+2
* Another mega commit to staticize things.phk1995-12-144-16/+10
* Make math_emulators LKMable.phk1995-12-141-7/+57
OpenPOWER on IntegriCloud