summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Implement SA_NODEFER sa_flag for sigaction():swallace1995-10-194-6/+18
* Make CONF1_ENABLE_MSK1 even less restriktive: Ignore slot ID ...se1995-10-176-12/+12
* At least the ASUS Triton motherboards don't disable the PCI bus configurationse1995-10-176-24/+30
* Change signature of rt->rt_output() so that it is compatible withwollman1995-10-161-3/+3
* When adding a route fails because there is already a route with the samewollman1995-10-161-1/+23
* The ability to administratively change the MTU of an interface presentswollman1995-10-165-15/+36
* Add a hack to emulator to emulat spx device for local X connections.swallace1995-10-162-0/+54
* Remove an unnecessary tsleep in the swapin code. This tsleepdyson1995-10-161-2/+1
* Do a better fake for uname information returned in utssys() call.swallace1995-10-162-6/+25
* Go back to separate tests for configuration mechanism 1 and mechanism 2.se1995-10-156-324/+342
* Pull all of libkern.a in (though not mcount) so the LKM's don't comephk1995-10-153-3/+60
* Revert to default entry point.phk1995-10-151-2/+1
* Make LKM entry consisten with tradition: pcic_mod().phk1995-10-151-1/+1
* An even better idea: The default will be that on _${KMOD} (_nfs_mod...) willphk1995-10-151-2/+3
* Automatically DTRT for VFS_LKMphk1995-10-151-1/+2
* Only export our 'init' symbol.phk1995-10-151-1/+2
OpenPOWER on IntegriCloud