summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* A trailing patch Jim left out of the last commit.jkh1996-06-073-3/+21
* Added index as a 'standard' file. It could be added as 'optional' fornate1996-06-072-2/+4
* Added index() which will be used shortly in some fixes to the ibcs2nate1996-06-071-0/+53
* Describe ATAPI_STATIC (it seems lkm variant never work)ache1996-06-073-3/+6
* Here is a patch that fix a few problems with the RGB version ofjkh1996-06-072-13/+78
* Fix a bug in the pmap_object_init_pt routine that pages aren't takendyson1996-06-072-2/+6
* Fix the same problem that davidg fixed in -stable some days ago andphk1996-06-061-62/+115
* If handler function returns EAGAIN, restart operation.phk1996-06-061-3/+7
* Instrument UDP PCB hashing to see how often the hash lookup is effectivewollman1996-06-052-2/+4
* Don't allow trailing garbage after the unit number in ifunit().wollman1996-06-051-1/+3
* Correct formula for TCP RTO calculation. Also try to do a better job inwollman1996-06-053-11/+7
* I missed a case of the page table page dirty-bit fix.dyson1996-06-052-4/+8
* Minor formatting changes. No functional differences, but makes thenate1996-06-052-18/+15
* Keep page-table pages from ever being sensed as dirty. This should fixdyson1996-06-054-102/+219
* Bring in changes from if_ep.c for PCCARD driver.nate1996-06-041-2/+2
* Freudian slip. Change M_DEVBUG -> M_DEVBUF.nate1996-06-042-4/+4
* Fix typo. in the APM_DSVALUE_BUG code that I missed.nate1996-06-042-4/+4
* Added missing CR0_NW define for Cyrix 486DLC support. It's still notsos1996-06-032-2/+6
* Fix a bug in the handling of the "persist" state which, under certainjdp1996-06-031-7/+12
* Append a * to the model field of the Archive Viper quirk entry.jfieber1996-06-031-2/+12
* Add a prototype for ftok(). Doesn't really belong into a <sys/...>joerg1996-06-031-1/+13
* Fix an error when B_MALLOC buffers are returned from the cluster readdyson1996-06-031-3/+4
* Use kmem_alloc_wait/kmem_free_wakeup() to avoid allocation failuresdg1996-06-031-5/+5
* Fix declaration of ps_strings.dg1996-06-031-2/+2
* Don't carry the modified or referenced bits through to the childdyson1996-06-022-24/+60
* Be slightly more verbose during configure() in the bootverbose case.joerg1996-06-022-6/+46
* Hide the ``wrong signature'' message behind bootverbose. It'sjoerg1996-06-022-4/+8
* Remove the now-unnecessary and incorrect wiring of the "other" processesdyson1996-06-021-5/+1
* Correct spelling error in commentgpalmer1996-06-021-2/+2
* Set ifnet.baudrate for ethernet / FDDI interfaces too. Makesgpalmer1996-06-014-4/+9
* Disable madvise optimizations for device pager objects (some of thedyson1996-06-011-6/+9
* Fix the problem with pmap_copy that breaks X in small memory machines. Alsodyson1996-06-012-26/+46
* Fix ioctl() operations...nasty typopst1996-05-311-2/+2
* Fix a regression. Turn off the selection hardware during a selection timeoutgibbs1996-05-311-12/+9
* Don't use the auto ATN on parity error feature. It may be the sourcegibbs1996-05-311-4/+4
* More closely preserve the original operation of rresvport() when usingpeter1996-05-311-2/+3
* Jump some hoops to have the *.s code being able to be run through both anpeter1996-05-3113-294/+305
* Instead of: cpp blah file.s | as -o file.o, use instead:peter1996-05-313-15/+9
* Keep brelse from freeing busy pages.dyson1996-05-311-2/+2
* This commit is dual-purpose, to fix more of the pageout daemondyson1996-05-3110-146/+215
* Add an option "EXTRA_VNODES" to cause an extra number of vnode structurespeter1996-05-319-14/+56
* When estimating the time (in ms) left to drain the output queue basedpeter1996-05-302-8/+8
* Fix regression. It seems that you need at least one instruction betweengibbs1996-05-301-3/+3
* Merge in changes for NetBSD/OpenBSD.gibbs1996-05-302-120/+412
* Merge in changes for NetBSD/OpenBSD.gibbs1996-05-304-494/+843
* Merge in changes for NetBSD/OpenBSD.gibbs1996-05-301-2/+6
* Fix a panic caused by (proc)->p_session being dereferenced for a processdg1996-05-302-10/+12
* Correct some unfortunately chosen constants, otherwise, not enoughdyson1996-05-291-4/+3
* After careful review by David Greenman and myself, David had found adyson1996-05-291-59/+94
* Make sure that pageout deadlocks cannot occur. There is a problemdyson1996-05-292-9/+33
OpenPOWER on IntegriCloud