aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Remove unused functions and variables, make things static, and other cleanups.Poul-Henning Kamp1995-10-2846-531/+270
* Sorry.. I didn't mean to re-enable wcd yetPeter Wemm1995-10-281-3/+3
* Sorry, the last commit screwed up for me, this is the right one (I hope!)Poul-Henning Kamp1995-10-287-178/+151
* Rewamp the way we make sysctl variables to be easier to cope with.Poul-Henning Kamp1995-10-282-73/+377
* Do a pass over the broken LKM's and update them to use the "new"Peter Wemm1995-10-2819-77/+78
* Call vfs_unbusy() before error returns from sysctl_vnode(). This fixesBruce Evans1995-10-282-6/+14
* Temp. disable following modules:Andrey A. Chernov1995-10-281-4/+8
* Recognize the aic7880 and 3940 Ultra.Justin T. Gibbs1995-10-261-5/+25
* Properly deal with the Ultra series of adapters. We should now understandJustin T. Gibbs1995-10-262-85/+108
* Set SCSIGO generically before we determine the phase instead of doing itJustin T. Gibbs1995-10-261-12/+11
* Reviewed by: julian and jhay@mikom.csir.co.zaJulian Elischer1995-10-2652-38/+6770
* From Matt Thomas:David Greenman1995-10-262-4/+6
* Fixed data loss in writes to pty masters. Data was almost always lostBruce Evans1995-10-251-8/+23
* Fix clist limits. They were usually one too low. E.g., for a limit ofBruce Evans1995-10-252-14/+30
* Stable matcd port to 0x230, as per request by Bruce and Frank.Jordan K. Hubbard1995-10-255-10/+10
* Bring in version 1(26) - considerably less memory usage (and may bring usJordan K. Hubbard1995-10-253-24/+272
* Add code to properly translate signal returned in status argument of wait4()Steven Wallace1995-10-231-5/+25
* Remove COMPAT_IBCS2 option.Steven Wallace1995-10-231-17/+8
* Fix a sign extension bug that was unleashed by the previous change.Bruce Evans1995-10-231-3/+9
* Reset only one necessary LC_ variableAndrey A. Chernov1995-10-231-3/+2
* Simplify the pseudo-argument removal changes by not optimizing forBruce Evans1995-10-232-246/+199
* Fix a missing arg to untimeout.Poul-Henning Kamp1995-10-231-1/+1
* Get rid of machine-dependent NBPG and replace with PAGE_SIZE.John Dyson1995-10-234-20/+20
* Remove of now unused PG_COPYONWRITE.John Dyson1995-10-231-2/+1
* Removal of unnecessary usage of PG_COPYONWRITE.John Dyson1995-10-232-4/+4
* Support all the tcpflag options in firewall.Ugen J.S. Antsilevich1995-10-231-14/+43
* First phase of removing the PG_COPYONWRITE flag, and an architecturalJohn Dyson1995-10-233-55/+19
* Interface change for the VOP_GETPAGES -- missed in previous commits.John Dyson1995-10-231-1/+4
* Remove PG_W bit setting in some cases where it should not be set.David Greenman1995-10-232-6/+6
* Finalize GETPAGES layering scheme. Move the device GETPAGESJohn Dyson1995-10-238-143/+335
* More improvements to the logic for modify-bit checking. RemovedDavid Greenman1995-10-232-218/+20
* Remove the last trace of arptnew()Poul-Henning Kamp1995-10-221-2/+1
* sio.c:Bruce Evans1995-10-226-153/+63
* Only allow `sensitive' devices for displays in find_display(). This isBruce Evans1995-10-222-6/+12
* Fix order problem: unbusy pages before releasing the buffer.David Greenman1995-10-222-4/+4
* Moved the filesystem read-only check out of the syscalls and into theDavid Greenman1995-10-2212-404/+446
* Simplified some expressions.David Greenman1995-10-222-14/+8
* Make a lot of things static.Poul-Henning Kamp1995-10-215-66/+66
* In bsd_to_ibcs2_sigaction(), flag for ibcs2 system should beSteven Wallace1995-10-211-2/+2
* Start including <sys/sysproto.h> to get the correct args structs andBruce Evans1995-10-213-53/+109
* Implement mincore system call.John Dyson1995-10-211-3/+25
* Avoid overflow in calcru(). Fixes PR 788.Bruce Evans1995-10-211-2/+2
* Remove bogus #include <sys/device.h>, and the bogus instances ofPeter Wemm1995-10-212-44/+22
* Killed a few gratuitous #include's.David Greenman1995-10-213-8/+4
* sigset() should have sa_flags cleared to sig is maked before callingSteven Wallace1995-10-211-23/+27
* Fix panic caused by PRU_CONTROL not being dealt with properly. Bug pointedDavid Greenman1995-10-211-2/+8
* A mixed bag of changes, relating to getting the state in "lsdev" right,Poul-Henning Kamp1995-10-2110-60/+156
* If we clear the B_CACHE flag because a buffer isn't composed fully ofJohn Dyson1995-10-191-3/+3
* Fix initialization of "bsize" in vnode_pager_haspage(). It must happenDavid Greenman1995-10-191-5/+3
* Use sa_flag option SA_NODEFER in sigsys() emulation because SVR3Steven Wallace1995-10-191-5/+5