summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* more devfs cleanups..julian1995-09-065-22/+29
* replaced 2 devfs files with one that replaces themjulian1995-09-061-2/+1
* this file replaces two others.. I haven't removed them yet, butjulian1995-09-061-0/+897
* Fixed a sign reversal problem -- might have cause some Sig-11s thatdyson1995-09-061-3/+3
* Added indirect pointer for ffs_getpages, and added external declaration.dyson1995-09-062-2/+4
* Added new ffs_getpages routine. It isn't optimized yet, but FFSdyson1995-09-061-1/+191
* Minor performance improvements, additional prototype for additionaldyson1995-09-063-7/+11
* Correct the location of a "return". This can/will cause system crashes.dyson1995-09-061-2/+2
* New version of userconfig from Michael Smith. Give this one a try,jkh1995-09-061-520/+1918
* Detect external SRAM.gibbs1995-09-051-4/+35
* Clean up a few nits in the aic7xxx driver:gibbs1995-09-054-95/+199
* ahcprobe now takes a flags argument. For EISA/VL adapters set it togibbs1995-09-052-4/+4
* The NCR script has grown beyond one page (4KB). Since malloc() returnsse1995-09-051-74/+101
* Yet Another Sound Patch (YASP :-). This should fix the problems withjkh1995-09-053-12/+0
* The `cmd' and `addr' args to psmioctl() were in the wrong order. Thisbde1995-09-051-1/+1
* Submitted by: John Lind (john@starfire.mn.org)julian1995-09-051-1/+21
* Fixed VOP_BMAP. A new argument was added, and I missed this one.dyson1995-09-041-1/+1
* Allow the fault code to use additional clustering info from bothdyson1995-09-043-50/+114
* Update the version in the snake saver...peter1995-09-042-4/+4
* Finish bringing this driver up to rev 2.2 - now compiles without warnings.jkh1995-09-042-12/+38
* Correct prototype for ufs_bmaparray()dyson1995-09-041-2/+2
* Added VOP_GETPAGES/VOP_PUTPAGES and also the "backwards" block countdyson1995-09-0433-66/+210
* Now apply local changes to make this compile in 2.2-current (sorry aboutjkh1995-09-031-4/+2
* Machine independent changes to support pre-zeroed free pages. Thisdyson1995-09-033-24/+72
* Machine dependent routines to support pre-zeroed free pages. Thisdyson1995-09-035-5/+52
* VOP_BMAP will eventually need an additional argument, but not yet. Thisdyson1995-09-031-3/+3
* Added prototype for new routine "vm_page_set_validclean" and initialdyson1995-09-031-1/+9
* New subroutine "vm_page_set_validclean" for a vfs_bio improvement.dyson1995-09-031-1/+17
* Improvements to the cluster code, minor vfs_bio efficiency:dyson1995-09-032-106/+205
* Bring the Digiboard driver (ALPHA version) into -current. Includesjkh1995-09-0314-9/+6295
* remove about 50 lines of duplicate code..julian1995-09-031-117/+83
* devfs changes..julian1995-09-0323-125/+269
* Cosmetic changes to make a comment more nearly reflect realityjulian1995-09-031-4/+5
* Do not allow delete/rename lookup request to preventmpp1995-09-022-2/+14
* Correctly initialize the mount stat structure so thatmpp1995-09-022-2/+8
* Change procfs_lookup to not allow delete/rename operationsmpp1995-09-022-6/+12
* Submitted by: Julianjulian1995-09-021-7/+5
* Something got spammed in my 2.2 work tree (don't know how :( ) andjkh1995-09-015-40/+61
* Jim's attempt to fix the new sound code somewhat. Tested withjkh1995-09-017-23/+75
* Jim's latest fixes.jkh1995-09-012-13/+33
* Add a few hooks (in the form of an array of four void *'s) to allowwollman1995-08-311-1/+4
* Fix fatal function type mismatches in lkms. lkm init functions recentlybde1995-08-311-2/+2
* Increase the size of the pipe buffer as denoted by PIPSIZ fromdyson1995-08-311-2/+4
* Make nfs diskless work again.dfr1995-08-302-2/+6
* Declare vfs_mountroot() in the right place.bde1995-08-304-8/+5
* Fix several sysinit functions that had the wrong type and unnecessarilybde1995-08-303-8/+3
* Fix several sysinit functions that had the wrong type and unnecessarilybde1995-08-307-31/+37
* Fix several sysinit functions that had the wrong type and unnecessarilybde1995-08-303-34/+12
* Fix benign type mismatch in a sysinit function arg.bde1995-08-302-4/+4
* Fix benign type mismatches and nested extern declarations in new sysinitbde1995-08-291-4/+19
OpenPOWER on IntegriCloud