aboutsummaryrefslogtreecommitdiff
path: root/sys/gnu
Commit message (Expand)AuthorAgeFilesLines
* Fixed lookup of ".." in checkpath. It always failed, so renames ofBruce Evans1996-11-092-2/+2
* Fixed spacefree calculation in ext2_direnter(). This bug sometimes causedBruce Evans1996-11-082-2/+2
* Removed gratuitous differences between ext2_readwrite.c and ufs_readwrite.c.Bruce Evans1996-11-082-24/+34
* Removing old isdn stuff.Poul-Henning Kamp1996-10-2010-4746/+0
* removing old isdn stuff.Poul-Henning Kamp1996-10-201-221/+0
* Updated #includes to 4.4lite style.Bruce Evans1996-10-151-4/+3
* Cleaned up all headers that include <sys/ioctl.h> or <sys/ioccom.h>:Bruce Evans1996-09-211-2/+16
* Whoops, I should've used the LINT config file. More ts -> tv changesNate Williams1996-09-204-32/+32
* In sys/time.h, struct timespec is defined as:Nate Williams1996-09-192-8/+8
* Updated #includes to 4.4Lite style.Bruce Evans1996-09-1038-218/+218
* Remove devconf, it never grew up to be of any use.Poul-Henning Kamp1996-09-061-39/+1
* Added #include of <machine/md_var.h>. This will be needed whenBruce Evans1996-06-252-2/+4
* Removed unused #includes of <i386/isa/icu.h> and <i386/isa/icu.h>. icu.hBruce Evans1996-06-181-3/+1
* Clean up -Wunused warnings.Gary Palmer1996-06-1219-97/+108
* Removed bogus _BEGIN_DECLS/_END_DECLS.Bruce Evans1996-05-012-34/+20
* Removed the 2 remaining calls to sleep().Bruce Evans1996-04-071-4/+4
* Correct a bug which wrote the result of devfs_add_devswf() for twoGary Palmer1996-04-021-3/+3
* Fixed missing quote in a devfs string.Bruce Evans1996-03-291-2/+2
* Switched from using devfs_add_sw() to using devfs_add_swf()Marc G. Fournier1996-03-286-54/+58
* Removed vestigial support for the obsolete FIFO option. In ext2fsBruce Evans1996-02-254-12/+2
* Fix a bunch of spelling errors in the comment fields ofMike Pritchard1996-01-302-4/+4
* Eliminated many redundant vm_map_lookup operations for vm_mmap.John Dyson1996-01-196-14/+22
* Convert QUOTA to new-style option.Garrett Wollman1996-01-056-0/+12
* recording cvs-1.6 file deathPeter Wemm1995-12-3025-11732/+0
* Fixed erroneous resending of the output buffer.Bruce Evans1995-12-291-11/+34
* Fixed syntax errors caused by EXCEPTION() when DEBUG is defined.Bruce Evans1995-12-221-3/+9
* Changed the definition of DEBUG to agree with -DDEBUG to avoid warningsBruce Evans1995-12-221-2/+2
* Staticize and remove $Log$.Poul-Henning Kamp1995-12-175-448/+38
* Staticize.Poul-Henning Kamp1995-12-1713-137/+147
* Fixed the type of some sysinit functions.Bruce Evans1995-12-141-2/+2
* Another mega commit to staticize things.Poul-Henning Kamp1995-12-144-16/+10
* Make math_emulators LKMable.Poul-Henning Kamp1995-12-141-7/+57
* Restored variables that are used iff QUOTA is defined.Bruce Evans1995-12-104-0/+12
* Replaced nxreset by noreset (if the reset function gets called, then theBruce Evans1995-12-101-2/+2
* Removed new alias d_size_t for d_psize_t.Bruce Evans1995-12-103-8/+13
* Restored used includes of <vm/vm_extern.h>.Bruce Evans1995-12-104-0/+4
* Julian forgot to make the *devsw structures static.Poul-Henning Kamp1995-12-087-20/+158
* Pass 3 of the great devsw changesJulian Elischer1995-12-087-239/+304
* Untangled the vm.h include file spaghetti.David Greenman1995-12-071-1/+3
* Replaced #includes of <sys/user.h> by less gross headers, usuallyBruce Evans1995-12-061-2/+3
* Removed unnecessary #includes of <sys/user.h>. Some of these were justBruce Evans1995-12-061-3/+7
* Fixed ity's d_stop entry. itystop() wasn't used. itystop() is inadequateBruce Evans1995-12-051-3/+7
* If you're going to mechanically replicate something in 50 filesJulian Elischer1995-11-297-20/+56
* OK, that's it..Julian Elischer1995-11-297-48/+372
* Completed function declarations, added prototypes and removed redundantBruce Evans1995-11-212-16/+76
* Correct some serious porting errors. The worst one was that theJohn Dyson1995-11-196-18/+82
* Fixed the type of nic_listen(). A trailing arg was missing.Bruce Evans1995-11-181-5/+9
* Fixed a call to the listen function. A trailing arg was missing.Bruce Evans1995-11-161-10/+16
* Completed function declarations.Bruce Evans1995-11-161-14/+41
* Fixed the type of ity_input(). A trailing arg was missing.Bruce Evans1995-11-161-7/+10