summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make a rule for cleaning the namelist of lkms.phk1995-10-151-2/+9
* atapi and wcd LKMs.dg1995-10-142-0/+56
* Latest fixes from Serge:dg1995-10-146-210/+703
* Coerce the exit message into making more sense.jkh1995-10-141-3/+3
* Don't allow i/o operations for non-root users.bde1995-10-141-0/+4
* Don't allow i/o operations for non-root users.bde1995-10-143-6/+18
* Don't allow mmapping the page after last video page.bde1995-10-141-1/+1
* Don't allow mmapping of physical page 6 (ENXIO).bde1995-10-141-2/+2
* Restore initialization of %ecx for the !I586_CPU case.bde1995-10-141-4/+4
* Only compile Pentium microtime in Pentium kernels.wollman1995-10-131-1/+3
* Say goodbye to IFF_NOTRAILERS. Support for trailers was officiallywollman1995-10-1320-82/+45
* Protect against routing socket messages with way-too-big address families.wollman1995-10-131-2/+3
* Routes can be asymmetric. Always offer to /accept/ an MSS of up to thewollman1995-10-132-14/+2
* Fix select().bde1995-10-123-124/+56
OpenPOWER on IntegriCloud