summaryrefslogtreecommitdiffstats
path: root/sys/gnu
Commit message (Expand)AuthorAgeFilesLines
* 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
* Restored variables that are used iff QUOTA is defined.bde1995-12-104-0/+12
* Replaced nxreset by noreset (if the reset function gets called, then thebde1995-12-101-2/+2
* Removed new alias d_size_t for d_psize_t.bde1995-12-103-8/+13
* Restored used includes of <vm/vm_extern.h>.bde1995-12-104-0/+4
* Julian forgot to make the *devsw structures static.phk1995-12-087-20/+158
* Pass 3 of the great devsw changesjulian1995-12-087-239/+304
* Untangled the vm.h include file spaghetti.dg1995-12-071-1/+3
* Replaced #includes of <sys/user.h> by less gross headers, usuallybde1995-12-061-2/+3
* Removed unnecessary #includes of <sys/user.h>. Some of these were justbde1995-12-061-3/+7
* Fixed ity's d_stop entry. itystop() wasn't used. itystop() is inadequatebde1995-12-051-3/+7
* If you're going to mechanically replicate something in 50 filesjulian1995-11-297-20/+56
* OK, that's it..julian1995-11-297-48/+372
* Completed function declarations, added prototypes and removed redundantbde1995-11-212-16/+76
* Correct some serious porting errors. The worst one was that thedyson1995-11-196-18/+82
* Fixed the type of nic_listen(). A trailing arg was missing.bde1995-11-181-5/+9
* Fixed a call to the listen function. A trailing arg was missing.bde1995-11-161-10/+16
* Completed function declarations.bde1995-11-161-14/+41
* Fixed the type of ity_input(). A trailing arg was missing.bde1995-11-161-7/+10
* Fixed the type of itel_input(). A trailing arg was missing.bde1995-11-161-4/+8
* Fixed the types of iioutput() and ii_input(). Trailing args were missing.bde1995-11-161-5/+12
* Get rid of the last debug sysctl variables of the old style.phk1995-11-144-6/+6
* ext2_inode_cnv.c:bde1995-11-0914-48/+70
* Introduced a type `vop_t' for vnode operation functions and usedbde1995-11-094-270/+270
* Cleaned up some lint and some obvious prototyping errors.dyson1995-11-0814-76/+52
* Omitted a '#if FIFO' in ext2_vnops.cdyson1995-11-062-0/+4
* Changes to existing files for ext2fs support. The UFS mods need reworkdyson1995-11-054-4/+14
* Main code for the ext2fs filesystem. Please refer to the COPYRIGHT.INFOdyson1995-11-0535-0/+13232
* Fix ufs_bmap so that triple indirect blocks might work.dyson1995-11-052-4/+4
* Moved prototypes for devswitch functions from conf.c and driver sourcesbde1995-11-041-11/+1
* Fix select().bde1995-10-121-59/+25
* I have applied my last changes correcting the bug in dgbselect() to itjkh1995-10-042-102/+46
OpenPOWER on IntegriCloud