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